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

EAC_init:
   71|    272|{
   72|       |    OpenSSL_add_all_algorithms();
   73|    272|    EAC_add_all_objects();
   74|    272|    EAC_set_x509_default_dir(X509DIR);
   75|    272|    EAC_set_cvc_default_dir(CVCDIR);
   76|    272|}
EAC_CTX_clear_free:
  277|      9|{
  278|      9|    if (ctx) {
  ------------------
  |  Branch (278:9): [True: 0, False: 9]
  ------------------
  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|      9|}

EAC_add_all_objects:
  174|    272|{
  175|    272|    int obj;
  176|       |
  177|    272|    if (objects_initialized)
  ------------------
  |  Branch (177:9): [True: 271, False: 1]
  ------------------
  178|    271|        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|    272|{
   64|    272|    if (default_dir) {
  ------------------
  |  Branch (64:9): [True: 272, False: 0]
  ------------------
   65|    272|        strncpy(x509_default_dir, default_dir, (sizeof x509_default_dir) - 1);
   66|    272|        x509_default_dir[(sizeof x509_default_dir) - 1] = '\0';
   67|    272|    }
   68|    272|}

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

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

misc.c:constant_time_eq_s:
  124|  3.57k|{
  125|  3.57k|	return constant_time_is_zero_s(a ^ b);
  126|  3.57k|}
misc.c:constant_time_is_zero_s:
   91|  3.57k|{
   92|  3.57k|	return constant_time_msb_s(~a & (a - 1));
   93|  3.57k|}
misc.c:constant_time_msb_s:
   53|  3.57k|{
   54|  3.57k|	return 0 - (a >> (sizeof(a) * 8 - 1));
   55|  3.57k|}
mechanism.c:constant_time_eq_s:
  124|    203|{
  125|    203|	return constant_time_is_zero_s(a ^ b);
  126|    203|}
mechanism.c:constant_time_is_zero_s:
   91|    203|{
   92|    203|	return constant_time_msb_s(~a & (a - 1));
   93|    203|}
mechanism.c:constant_time_msb_s:
   53|    203|{
   54|    203|	return 0 - (a >> (sizeof(a) * 8 - 1));
   55|    203|}
framework-pkcs15.c:constant_time_eq_s:
  124|    202|{
  125|    202|	return constant_time_is_zero_s(a ^ b);
  126|    202|}
framework-pkcs15.c:constant_time_is_zero_s:
   91|    202|{
   92|    202|	return constant_time_msb_s(~a & (a - 1));
   93|    202|}
framework-pkcs15.c:constant_time_msb_s:
   53|   156k|{
   54|   156k|	return 0 - (a >> (sizeof(a) * 8 - 1));
   55|   156k|}
framework-pkcs15.c:constant_time_lt_s:
   98|   155k|{
   99|   155k|	return constant_time_msb_s(a ^ ((a ^ b) | ((a - b) ^ b)));
  100|   155k|}
framework-pkcs15.c:constant_time_eq_i:
  130|     76|{
  131|     76|	return constant_time_eq((unsigned int)a, (unsigned int)b);
  132|     76|}
framework-pkcs15.c:constant_time_eq:
  118|     76|{
  119|     76|	return constant_time_is_zero(a ^ b);
  120|     76|}
framework-pkcs15.c:constant_time_is_zero:
   85|     76|{
   86|     76|	return constant_time_msb(~a & (a - 1));
   87|     76|}
framework-pkcs15.c:constant_time_msb:
   59|     76|{
   60|     76|	return 0 - (a >> (sizeof(a) * 8 - 1));
   61|     76|}
framework-pkcs15.c:constant_time_select_s:
   78|   155k|{
   79|   155k|	return (value_barrier_s(mask) & a) | (value_barrier_s(~mask) & b);
   80|   155k|}
framework-pkcs15.c:value_barrier_s:
   45|   311k|{
   46|   311k|	volatile size_t r = a;
   47|   311k|	return r;
   48|   311k|}
framework-pkcs15.c:constant_time_select_8:
   72|  77.8k|{
   73|  77.8k|	return (unsigned char)constant_time_select(mask, a, b);
   74|  77.8k|}
framework-pkcs15.c:constant_time_select:
   66|  77.8k|{
   67|  77.8k|	return (value_barrier(mask) & a) | (value_barrier(~mask) & b);
   68|  77.8k|}
framework-pkcs15.c:value_barrier:
   38|   155k|{
   39|   155k|	volatile unsigned int r = a;
   40|   155k|	return r;
   41|   155k|}
padding.c:constant_time_is_zero:
   85|  29.8k|{
   86|  29.8k|	return constant_time_msb(~a & (a - 1));
   87|  29.8k|}
padding.c:constant_time_msb:
   59|  34.6k|{
   60|  34.6k|	return 0 - (a >> (sizeof(a) * 8 - 1));
   61|  34.6k|}
padding.c:constant_time_eq:
  118|    479|{
  119|    479|	return constant_time_is_zero(a ^ b);
  120|    479|}
padding.c:constant_time_select:
   66|   125k|{
   67|   125k|	return (value_barrier(mask) & a) | (value_barrier(~mask) & b);
   68|   125k|}
padding.c:value_barrier:
   38|   250k|{
   39|   250k|	volatile unsigned int r = a;
   40|   250k|	return r;
   41|   250k|}
padding.c:constant_time_ge:
  110|    104|{
  111|    104|	return ~constant_time_lt(a, b);
  112|    104|}
padding.c:constant_time_lt:
  104|  4.78k|{
  105|  4.78k|	return constant_time_msb(a ^ ((a ^ b) | ((a - b) ^ b)));
  106|  4.78k|}
padding.c:constant_time_select_8:
   72|   105k|{
   73|   105k|	return (unsigned char)constant_time_select(mask, a, b);
   74|   105k|}

list_init:
  240|  86.1k|int list_init(list_t *simclist_restrict l) {
  241|  86.1k|    if (l == NULL) {
  ------------------
  |  Branch (241:9): [True: 0, False: 86.1k]
  ------------------
  242|      0|        return -1;
  243|      0|    }
  244|       |
  245|  86.1k|    memset(l, 0, sizeof *l);
  246|       |
  247|  86.1k|    seed_random();
  248|       |
  249|  86.1k|    l->numels = 0;
  250|       |
  251|       |    /* head/tail sentinels and mid pointer */
  252|  86.1k|    l->head_sentinel = (struct list_entry_s *)malloc(sizeof(struct list_entry_s));
  253|  86.1k|    l->tail_sentinel = (struct list_entry_s *)malloc(sizeof(struct list_entry_s));
  254|  86.1k|    if (l->tail_sentinel == NULL || l->head_sentinel == NULL) {
  ------------------
  |  Branch (254:9): [True: 0, False: 86.1k]
  |  Branch (254:37): [True: 0, False: 86.1k]
  ------------------
  255|      0|        return -1;
  256|      0|    }
  257|  86.1k|    l->head_sentinel->next = l->tail_sentinel;
  258|  86.1k|    l->tail_sentinel->prev = l->head_sentinel;
  259|  86.1k|    l->head_sentinel->prev = l->tail_sentinel->next = l->mid = NULL;
  260|  86.1k|    l->head_sentinel->data = l->tail_sentinel->data = NULL;
  261|       |
  262|       |    /* iteration attributes */
  263|  86.1k|    l->iter_active = 0;
  264|  86.1k|    l->iter_pos = 0;
  265|  86.1k|    l->iter_curentry = NULL;
  266|       |
  267|       |    /* free-list attributes */
  268|  86.1k|    l->spareelsnum = 0;
  269|  86.1k|    l->spareels = (struct list_entry_s **)malloc(SIMCLIST_MAX_SPARE_ELEMS * sizeof(struct list_entry_s *));
  ------------------
  |  |  115|  86.1k|#define SIMCLIST_MAX_SPARE_ELEMS        5
  ------------------
  270|  86.1k|    if (l->spareels == NULL) {
  ------------------
  |  Branch (270:9): [True: 0, False: 86.1k]
  ------------------
  271|      0|        return -1;
  272|      0|    }
  273|       |
  274|       |#ifdef SIMCLIST_WITH_THREADS
  275|       |    l->threadcount = 0;
  276|       |#endif
  277|       |
  278|  86.1k|    if (0 != list_attributes_setdefaults(l)) {
  ------------------
  |  Branch (278:9): [True: 0, False: 86.1k]
  ------------------
  279|      0|        return -1;
  280|      0|    }
  281|       |
  282|  86.1k|    assert(list_repOk(l));
  283|  86.1k|    assert(list_attrOk(l));
  284|       |
  285|  86.1k|    return 0;
  286|  86.1k|}
list_destroy:
  288|  86.1k|void list_destroy(list_t *simclist_restrict l) {
  289|  86.1k|    unsigned int i;
  290|       |
  291|  86.1k|    list_clear(l);
  292|   146k|    for (i = 0; i < l->spareelsnum; i++) {
  ------------------
  |  Branch (292:17): [True: 60.3k, False: 86.1k]
  ------------------
  293|  60.3k|        free(l->spareels[i]);
  294|  60.3k|    }
  295|  86.1k|    free(l->spareels);
  296|  86.1k|    free(l->head_sentinel);
  297|  86.1k|    free(l->tail_sentinel);
  298|  86.1k|}
list_attributes_comparator:
  320|  3.61k|int list_attributes_comparator(list_t *simclist_restrict l, element_comparator comparator_fun) {
  321|  3.61k|    if (l == NULL) return -1;
  ------------------
  |  Branch (321:9): [True: 0, False: 3.61k]
  ------------------
  322|       |
  323|  3.61k|    l->attrs.comparator = comparator_fun;
  324|       |
  325|  3.61k|    assert(list_attrOk(l));
  326|       |
  327|  3.61k|    return 0;
  328|  3.61k|}
list_attributes_seeker:
  330|  65.8k|int list_attributes_seeker(list_t *simclist_restrict l, element_seeker seeker_fun) {
  331|  65.8k|    if (l == NULL) return -1;
  ------------------
  |  Branch (331:9): [True: 0, False: 65.8k]
  ------------------
  332|       |
  333|  65.8k|    l->attrs.seeker = seeker_fun;
  334|  65.8k|    assert(list_attrOk(l));
  335|       |
  336|  65.8k|    return 0;
  337|  65.8k|}
list_attributes_copy:
  339|  5.06k|int list_attributes_copy(list_t *simclist_restrict l, element_meter metric_fun, int copy_data) {
  340|  5.06k|    if (l == NULL || (metric_fun == NULL && copy_data != 0)) return -1;
  ------------------
  |  Branch (340:9): [True: 0, False: 5.06k]
  |  Branch (340:23): [True: 0, False: 5.06k]
  |  Branch (340:45): [True: 0, False: 0]
  ------------------
  341|       |
  342|  5.06k|    l->attrs.meter = metric_fun;
  343|  5.06k|    l->attrs.copy_data = copy_data;
  344|       |
  345|  5.06k|    assert(list_attrOk(l));
  346|       |
  347|  5.06k|    return 0;
  348|  5.06k|}
list_append:
  374|   104k|int list_append(list_t *simclist_restrict l, const void *data) {
  375|   104k|    return list_insert_at(l, data, l->numels);
  376|   104k|}
list_fetch:
  382|  93.4k|void *list_fetch(list_t *simclist_restrict l) {
  383|  93.4k|    return list_extract_at(l, 0);
  384|  93.4k|}
list_get_at:
  386|   135k|void *list_get_at(const list_t *simclist_restrict l, unsigned int pos) {
  387|   135k|    struct list_entry_s *tmp;
  388|       |
  389|   135k|    tmp = list_findpos(l, pos);
  390|       |
  391|   135k|    return (tmp != NULL ? tmp->data : NULL);
  ------------------
  |  Branch (391:13): [True: 135k, False: 0]
  ------------------
  392|   135k|}
list_extract_at:
  449|  93.4k|void *list_extract_at(list_t *simclist_restrict l, unsigned int pos) {
  450|  93.4k|    struct list_entry_s *tmp;
  451|  93.4k|    void *data;
  452|       |
  453|  93.4k|    if (l->iter_active || pos >= l->numels) return NULL;
  ------------------
  |  Branch (453:9): [True: 0, False: 93.4k]
  |  Branch (453:27): [True: 48.6k, False: 44.7k]
  ------------------
  454|       |
  455|  44.7k|    tmp = list_findpos(l, pos);
  456|  44.7k|    if (tmp == NULL) {
  ------------------
  |  Branch (456:9): [True: 0, False: 44.7k]
  ------------------
  457|      0|        return NULL;
  458|      0|    }
  459|  44.7k|    data = tmp->data;
  460|       |
  461|  44.7k|    tmp->data = NULL;   /* save data from list_drop_elem() free() */
  462|  44.7k|    list_drop_elem(l, tmp, pos);
  463|  44.7k|    l->numels--;
  464|       |
  465|  44.7k|    assert(list_repOk(l));
  466|       |
  467|  44.7k|    return data;
  468|  44.7k|}
list_insert_at:
  470|   104k|int list_insert_at(list_t *simclist_restrict l, const void *data, unsigned int pos) {
  471|   104k|    struct list_entry_s *lent, *succ, *prec;
  472|       |
  473|   104k|    if (l->iter_active || pos > l->numels) return -1;
  ------------------
  |  Branch (473:9): [True: 0, False: 104k]
  |  Branch (473:27): [True: 0, False: 104k]
  ------------------
  474|       |
  475|       |    /* this code optimizes malloc() with a free-list */
  476|   104k|    if (l->spareelsnum > 0) {
  ------------------
  |  Branch (476:9): [True: 0, False: 104k]
  ------------------
  477|      0|        lent = l->spareels[l->spareelsnum-1];
  478|      0|        l->spareelsnum--;
  479|   104k|    } else {
  480|   104k|        lent = (struct list_entry_s *)malloc(sizeof(struct list_entry_s));
  481|   104k|        if (lent == NULL) {
  ------------------
  |  Branch (481:13): [True: 0, False: 104k]
  ------------------
  482|      0|            return -1;
  483|      0|        }
  484|   104k|    }
  485|       |
  486|   104k|    if (l->attrs.copy_data) {
  ------------------
  |  Branch (486:9): [True: 32.6k, False: 71.7k]
  ------------------
  487|       |        /* make room for user' data (has to be copied) */
  488|  32.6k|        size_t datalen = l->attrs.meter(data);
  489|  32.6k|        lent->data = (struct list_entry_s *)malloc(datalen);
  490|  32.6k|        if (lent->data == NULL) {
  ------------------
  |  Branch (490:13): [True: 0, False: 32.6k]
  ------------------
  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|  32.6k|        memcpy(lent->data, data, datalen);
  497|  71.7k|    } else {
  498|  71.7k|        lent->data = (void*)data;
  499|  71.7k|    }
  500|       |
  501|       |    /* actually append element */
  502|   104k|    prec = list_findpos(l, pos-1);
  503|   104k|    if (prec == NULL) {
  ------------------
  |  Branch (503:9): [True: 0, False: 104k]
  ------------------
  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|   104k|    succ = prec->next;
  513|       |
  514|   104k|    prec->next = lent;
  515|   104k|    lent->prev = prec;
  516|   104k|    lent->next = succ;
  517|   104k|    succ->prev = lent;
  518|       |
  519|   104k|    l->numels++;
  520|       |
  521|       |    /* fix mid pointer */
  522|   104k|    if (l->numels == 1) { /* first element, set pointer */
  ------------------
  |  Branch (522:9): [True: 50.2k, False: 54.1k]
  ------------------
  523|  50.2k|        l->mid = lent;
  524|  54.1k|    } else if (l->numels % 2) {    /* now odd */
  ------------------
  |  Branch (524:16): [True: 25.9k, False: 28.2k]
  ------------------
  525|  25.9k|        if (pos >= (l->numels-1)/2) l->mid = l->mid->next;
  ------------------
  |  Branch (525:13): [True: 25.9k, False: 0]
  ------------------
  526|  28.2k|    } else {                /* now even */
  527|  28.2k|        if (pos <= (l->numels-1)/2) l->mid = l->mid->prev;
  ------------------
  |  Branch (527:13): [True: 0, False: 28.2k]
  ------------------
  528|  28.2k|    }
  529|       |
  530|   104k|    assert(list_repOk(l));
  531|       |
  532|   104k|    return 1;
  533|   104k|}
list_delete:
  535|  26.9k|int list_delete(list_t *simclist_restrict l, const void *data) {
  536|  26.9k|	int pos, r;
  537|       |
  538|  26.9k|	pos = list_locate(l, data);
  539|  26.9k|	if (pos < 0)
  ------------------
  |  Branch (539:6): [True: 0, False: 26.9k]
  ------------------
  540|      0|		return -1;
  541|       |
  542|  26.9k|	r = list_delete_at(l, pos);
  543|  26.9k|	if (r < 0)
  ------------------
  |  Branch (543:6): [True: 0, False: 26.9k]
  ------------------
  544|      0|		return -1;
  545|       |
  546|  26.9k|    assert(list_repOk(l));
  547|       |
  548|  26.9k|	return 0;
  549|  26.9k|}
list_delete_at:
  551|  26.9k|int list_delete_at(list_t *simclist_restrict l, unsigned int pos) {
  552|  26.9k|    struct list_entry_s *delendo;
  553|       |
  554|       |
  555|  26.9k|    if (l->iter_active || pos >= l->numels) return -1;
  ------------------
  |  Branch (555:9): [True: 0, False: 26.9k]
  |  Branch (555:27): [True: 0, False: 26.9k]
  ------------------
  556|       |
  557|  26.9k|    delendo = list_findpos(l, pos);
  558|       |
  559|  26.9k|    list_drop_elem(l, delendo, pos);
  560|       |
  561|  26.9k|    l->numels--;
  562|       |
  563|       |
  564|  26.9k|    assert(list_repOk(l));
  565|       |
  566|  26.9k|    return  0;
  567|  26.9k|}
list_clear:
  634|   102k|int list_clear(list_t *simclist_restrict l) {
  635|   102k|    struct list_entry_s *s;
  636|       |
  637|   102k|    if (l->iter_active) return -1;
  ------------------
  |  Branch (637:9): [True: 0, False: 102k]
  ------------------
  638|       |
  639|   102k|    if (l->head_sentinel && l->tail_sentinel) {
  ------------------
  |  Branch (639:9): [True: 102k, False: 0]
  |  Branch (639:29): [True: 102k, False: 0]
  ------------------
  640|   102k|        if (l->attrs.copy_data) {        /* also free user data */
  ------------------
  |  Branch (640:13): [True: 5.06k, False: 97.2k]
  ------------------
  641|       |            /* spare a loop conditional with two loops: spareing elems and freeing elems */
  642|  10.0k|            for (s = l->head_sentinel->next; l->spareelsnum < SIMCLIST_MAX_SPARE_ELEMS && s != l->tail_sentinel; s = s->next) {
  ------------------
  |  |  115|  20.0k|#define SIMCLIST_MAX_SPARE_ELEMS        5
  ------------------
  |  Branch (642:46): [True: 9.39k, False: 634]
  |  Branch (642:91): [True: 4.95k, False: 4.43k]
  ------------------
  643|       |                /* move elements as spares as long as there is room */
  644|  4.95k|                if (s->data != NULL) free(s->data);
  ------------------
  |  Branch (644:21): [True: 4.95k, False: 0]
  ------------------
  645|  4.95k|                l->spareels[l->spareelsnum++] = s;
  646|  4.95k|            }
  647|  32.7k|            while (s != l->tail_sentinel) {
  ------------------
  |  Branch (647:20): [True: 27.6k, False: 5.06k]
  ------------------
  648|       |                /* free the remaining elems */
  649|  27.6k|                if (s->data != NULL) free(s->data);
  ------------------
  |  Branch (649:21): [True: 27.6k, False: 0]
  ------------------
  650|  27.6k|                s = s->next;
  651|  27.6k|                free(s->prev);
  652|  27.6k|            }
  653|  5.06k|            l->head_sentinel->next = l->tail_sentinel;
  654|  5.06k|            l->tail_sentinel->prev = l->head_sentinel;
  655|  97.2k|        } else { /* only free element containers */
  656|       |            /* spare a loop conditional with two loops: spareing elems and freeing elems */
  657|  97.2k|            for (s = l->head_sentinel->next; l->spareelsnum < SIMCLIST_MAX_SPARE_ELEMS && s != l->tail_sentinel; s = s->next) {
  ------------------
  |  |  115|   194k|#define SIMCLIST_MAX_SPARE_ELEMS        5
  ------------------
  |  Branch (657:46): [True: 95.8k, False: 1.39k]
  |  Branch (657:91): [True: 0, False: 95.8k]
  ------------------
  658|       |                /* move elements as spares as long as there is room */
  659|      0|                l->spareels[l->spareelsnum++] = s;
  660|      0|            }
  661|  97.2k|            while (s != l->tail_sentinel) {
  ------------------
  |  Branch (661:20): [True: 0, False: 97.2k]
  ------------------
  662|       |                /* free the remaining elems */
  663|      0|                s = s->next;
  664|      0|                free(s->prev);
  665|      0|            }
  666|  97.2k|            l->head_sentinel->next = l->tail_sentinel;
  667|  97.2k|            l->tail_sentinel->prev = l->head_sentinel;
  668|  97.2k|        }
  669|   102k|    }
  670|   102k|    l->numels = 0;
  671|   102k|    l->mid = NULL;
  672|       |
  673|   102k|    assert(list_repOk(l));
  674|       |
  675|   102k|    return 0;
  676|   102k|}
list_size:
  678|   273k|unsigned int list_size(const list_t *simclist_restrict l) {
  679|   273k|    return l->numels;
  680|   273k|}
list_locate:
  686|  95.9k|int list_locate(const list_t *simclist_restrict l, const void *data) {
  687|  95.9k|    struct list_entry_s *el;
  688|  95.9k|    int pos = 0;
  689|       |
  690|  95.9k|    if (l->head_sentinel == NULL || l->tail_sentinel == NULL) return -1;
  ------------------
  |  Branch (690:9): [True: 0, False: 95.9k]
  |  Branch (690:37): [True: 0, False: 95.9k]
  ------------------
  691|       |
  692|  95.9k|    if (l->attrs.comparator != NULL) {
  ------------------
  |  Branch (692:9): [True: 22.8k, False: 73.0k]
  ------------------
  693|       |        /* use comparator */
  694|   193k|        for (el = l->head_sentinel->next; el != l->tail_sentinel; el = el->next, pos++) {
  ------------------
  |  Branch (694:43): [True: 179k, False: 13.4k]
  ------------------
  695|   179k|            if (l->attrs.comparator(data, el->data) == 0) break;
  ------------------
  |  Branch (695:17): [True: 9.46k, False: 170k]
  ------------------
  696|   179k|        }
  697|  73.0k|    } else {
  698|       |        /* compare references */
  699|   411k|        for (el = l->head_sentinel->next; el != l->tail_sentinel; el = el->next, pos++) {
  ------------------
  |  Branch (699:43): [True: 383k, False: 28.5k]
  ------------------
  700|   383k|            if (el->data == data) break;
  ------------------
  |  Branch (700:17): [True: 44.4k, False: 338k]
  ------------------
  701|   383k|        }
  702|  73.0k|    }
  703|  95.9k|    if (el == l->tail_sentinel) return -1;
  ------------------
  |  Branch (703:9): [True: 41.9k, False: 53.9k]
  ------------------
  704|       |
  705|  53.9k|    return pos;
  706|  95.9k|}
list_seek:
  708|  70.6k|void *list_seek(list_t *simclist_restrict l, const void *indicator) {
  709|  70.6k|    const struct list_entry_s *iter;
  710|       |
  711|  70.6k|    if (l->attrs.seeker == NULL) return NULL;
  ------------------
  |  Branch (711:9): [True: 0, False: 70.6k]
  ------------------
  712|       |
  713|  70.6k|    if (l->head_sentinel == NULL || l->tail_sentinel == NULL) return NULL;
  ------------------
  |  Branch (713:9): [True: 0, False: 70.6k]
  |  Branch (713:37): [True: 0, False: 70.6k]
  ------------------
  714|       |
  715|  71.8k|    for (iter = l->head_sentinel->next; iter != l->tail_sentinel; iter = iter->next) {
  ------------------
  |  Branch (715:41): [True: 60.3k, False: 11.5k]
  ------------------
  716|  60.3k|        if (l->attrs.seeker(iter->data, indicator) != 0) return iter->data;
  ------------------
  |  Branch (716:13): [True: 59.1k, False: 1.20k]
  ------------------
  717|  60.3k|    }
  718|       |
  719|  11.5k|    return NULL;
  720|  70.6k|}
list_contains:
  722|  38.4k|int list_contains(const list_t *simclist_restrict l, const void *data) {
  723|  38.4k|    return (list_locate(l, data) >= 0);
  724|  38.4k|}
list_iterator_start:
  967|  7.83k|int list_iterator_start(list_t *simclist_restrict l) {
  968|  7.83k|    if (l->iter_active) return 0;
  ------------------
  |  Branch (968:9): [True: 0, False: 7.83k]
  ------------------
  969|  7.83k|    if (l->head_sentinel == NULL) return -1;
  ------------------
  |  Branch (969:9): [True: 0, False: 7.83k]
  ------------------
  970|  7.83k|    l->iter_pos = 0;
  971|  7.83k|    l->iter_active = 1;
  972|  7.83k|    l->iter_curentry = l->head_sentinel->next;
  973|  7.83k|    return 1;
  974|  7.83k|}
list_iterator_next:
  976|  70.8k|void *list_iterator_next(list_t *simclist_restrict l) {
  977|  70.8k|    void *toret;
  978|       |
  979|  70.8k|    if (! l->iter_active) return NULL;
  ------------------
  |  Branch (979:9): [True: 0, False: 70.8k]
  ------------------
  980|       |
  981|  70.8k|    toret = l->iter_curentry->data;
  982|  70.8k|    l->iter_curentry = l->iter_curentry->next;
  983|  70.8k|    l->iter_pos++;
  984|       |
  985|  70.8k|    return toret;
  986|  70.8k|}
list_iterator_hasnext:
  988|  68.8k|int list_iterator_hasnext(const list_t *simclist_restrict l) {
  989|  68.8k|    if (! l->iter_active) return 0;
  ------------------
  |  Branch (989:9): [True: 0, False: 68.8k]
  ------------------
  990|  68.8k|    return (l->iter_pos < l->numels);
  991|  68.8k|}
list_iterator_stop:
  993|  7.83k|int list_iterator_stop(list_t *simclist_restrict l) {
  994|  7.83k|    if (! l->iter_active) return 0;
  ------------------
  |  Branch (994:9): [True: 0, False: 7.83k]
  ------------------
  995|  7.83k|    l->iter_pos = 0;
  996|  7.83k|    l->iter_active = 0;
  997|  7.83k|    return 1;
  998|  7.83k|}
simclist.c:seed_random:
  217|  86.1k|static simclist_inline void seed_random() {
  218|  86.1k|    if (random_seed == 0) {
  ------------------
  |  Branch (218:9): [True: 1, False: 86.1k]
  ------------------
  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|  86.1k|}
simclist.c:list_attributes_setdefaults:
  300|  86.1k|int list_attributes_setdefaults(list_t *simclist_restrict l) {
  301|  86.1k|    l->attrs.comparator = NULL;
  302|  86.1k|    l->attrs.seeker = NULL;
  303|       |
  304|       |    /* also free() element data when removing and element from the list */
  305|  86.1k|    l->attrs.meter = NULL;
  306|  86.1k|    l->attrs.copy_data = 0;
  307|       |
  308|  86.1k|    l->attrs.hasher = NULL;
  309|       |
  310|       |    /* serializer/unserializer */
  311|  86.1k|    l->attrs.serializer = NULL;
  312|  86.1k|    l->attrs.unserializer = NULL;
  313|       |
  314|  86.1k|    assert(list_attrOk(l));
  315|       |
  316|  86.1k|    return 0;
  317|  86.1k|}
simclist.c:list_findpos:
  421|   311k|static simclist_inline struct list_entry_s *list_findpos(const list_t *simclist_restrict l, int posstart) {
  422|   311k|    struct list_entry_s *ptr;
  423|   311k|    float x;
  424|   311k|    int i;
  425|       |
  426|   311k|    if (l->head_sentinel == NULL || l->tail_sentinel == NULL) return NULL;
  ------------------
  |  Branch (426:9): [True: 0, False: 311k]
  |  Branch (426:37): [True: 0, False: 311k]
  ------------------
  427|       |
  428|       |    /* accept 1 slot overflow for fetching head and tail sentinels */
  429|   311k|    if (posstart < -1 || posstart > (int)l->numels) return NULL;
  ------------------
  |  Branch (429:9): [True: 0, False: 311k]
  |  Branch (429:26): [True: 0, False: 311k]
  ------------------
  430|       |
  431|   311k|    x = l->numels ? (float)(posstart+1) / l->numels : 0;
  ------------------
  |  Branch (431:9): [True: 261k, False: 50.2k]
  ------------------
  432|   311k|    if (x <= 0.25) {
  ------------------
  |  Branch (432:9): [True: 74.8k, False: 236k]
  ------------------
  433|       |        /* first quarter: get to posstart from head */
  434|   125k|        for (i = -1, ptr = l->head_sentinel; i < posstart; ptr = ptr->next, i++);
  ------------------
  |  Branch (434:46): [True: 50.5k, False: 74.8k]
  ------------------
  435|   236k|    } else if (x < 0.5) {
  ------------------
  |  Branch (435:16): [True: 7.49k, False: 229k]
  ------------------
  436|       |        /* second quarter: get to posstart from mid */
  437|  40.7k|        for (i = (l->numels-1)/2, ptr = l->mid; i > posstart; ptr = ptr->prev, i--);
  ------------------
  |  Branch (437:49): [True: 33.2k, False: 7.49k]
  ------------------
  438|   229k|    } else if (x <= 0.75) {
  ------------------
  |  Branch (438:16): [True: 9.83k, False: 219k]
  ------------------
  439|       |        /* third quarter: get to posstart from mid */
  440|  38.4k|        for (i = (l->numels-1)/2, ptr = l->mid; i < posstart; ptr = ptr->next, i++);
  ------------------
  |  Branch (440:49): [True: 28.6k, False: 9.83k]
  ------------------
  441|   219k|    } else {
  442|       |        /* fourth quarter: get to posstart from tail */
  443|   467k|        for (i = l->numels, ptr = l->tail_sentinel; i > posstart; ptr = ptr->prev, i--);
  ------------------
  |  Branch (443:53): [True: 248k, False: 219k]
  ------------------
  444|   219k|    }
  445|       |
  446|   311k|    return ptr;
  447|   311k|}
simclist.c:list_drop_elem:
 1432|  71.7k|static int list_drop_elem(list_t *simclist_restrict l, struct list_entry_s *tmp, unsigned int pos) {
 1433|  71.7k|    if (tmp == NULL) return -1;
  ------------------
  |  Branch (1433:9): [True: 0, False: 71.7k]
  ------------------
 1434|       |
 1435|       |    /* fix mid pointer. This is wrt the PRE situation */
 1436|  71.7k|    if (l->numels % 2) {    /* now odd */
  ------------------
  |  Branch (1436:9): [True: 59.3k, False: 12.3k]
  ------------------
 1437|       |        /* sort out the base case by hand */
 1438|  59.3k|        if (l->numels == 1) l->mid = NULL;
  ------------------
  |  Branch (1438:13): [True: 48.6k, False: 10.7k]
  ------------------
 1439|  10.7k|        else if (pos >= l->numels/2) l->mid = l->mid->prev;
  ------------------
  |  Branch (1439:18): [True: 0, False: 10.7k]
  ------------------
 1440|  59.3k|    } else {                /* now even */
 1441|  12.3k|        if (pos < l->numels/2) l->mid = l->mid->next;
  ------------------
  |  Branch (1441:13): [True: 12.3k, False: 0]
  ------------------
 1442|  12.3k|    }
 1443|       |
 1444|  71.7k|    tmp->prev->next = tmp->next;
 1445|  71.7k|    tmp->next->prev = tmp->prev;
 1446|       |
 1447|       |    /* free what's to be freed */
 1448|  71.7k|    if (l->attrs.copy_data && tmp->data != NULL)
  ------------------
  |  Branch (1448:9): [True: 0, False: 71.7k]
  |  Branch (1448:31): [True: 0, False: 0]
  ------------------
 1449|      0|        free(tmp->data);
 1450|       |
 1451|  71.7k|    if (l->spareels != NULL && l->spareelsnum < SIMCLIST_MAX_SPARE_ELEMS) {
  ------------------
  |  |  115|  71.7k|#define SIMCLIST_MAX_SPARE_ELEMS        5
  ------------------
  |  Branch (1451:9): [True: 71.7k, False: 0]
  |  Branch (1451:32): [True: 55.4k, False: 16.3k]
  ------------------
 1452|  55.4k|        l->spareels[l->spareelsnum++] = tmp;
 1453|  55.4k|    } else {
 1454|  16.3k|        free(tmp);
 1455|  16.3k|    }
 1456|       |
 1457|  71.7k|    return 0;
 1458|  71.7k|}

sc_apdu_get_length:
   43|  3.78k|{
   44|  3.78k|	size_t ret = 4;
   45|       |
   46|  3.78k|	switch (apdu->cse) {
   47|      0|	case SC_APDU_CASE_1:
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  |  Branch (47:2): [True: 0, False: 3.78k]
  ------------------
   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|  3.78k|	case SC_APDU_CASE_2_SHORT:
  ------------------
  |  |  292|  3.78k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  |  Branch (51:2): [True: 3.78k, False: 0]
  ------------------
   52|  3.78k|		ret++;
   53|  3.78k|		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: 3.78k]
  ------------------
   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: 3.78k]
  ------------------
   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: 3.78k]
  ------------------
   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: 3.78k]
  ------------------
   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: 3.78k]
  ------------------
   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: 3.78k]
  ------------------
   70|      0|		return 0;
   71|  3.78k|	}
   72|  3.78k|	return ret;
   73|  3.78k|}
sc_apdu2bytes:
   85|  1.89k|{
   86|  1.89k|	u8     *p = out;
   87|       |
   88|  1.89k|	size_t len = sc_apdu_get_length(apdu, proto);
   89|       |
   90|  1.89k|	if (out == NULL || outlen < len)
  ------------------
  |  Branch (90:6): [True: 0, False: 1.89k]
  |  Branch (90:21): [True: 0, False: 1.89k]
  ------------------
   91|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   92|       |	/* CLA, INS, P1 and P2 */
   93|  1.89k|	*p++ = apdu->cla;
   94|  1.89k|	*p++ = apdu->ins;
   95|  1.89k|	*p++ = apdu->p1;
   96|  1.89k|	*p++ = apdu->p2;
   97|       |	/* case depend part */
   98|  1.89k|	switch (apdu->cse) {
  ------------------
  |  Branch (98:10): [True: 1.89k, False: 0]
  ------------------
   99|      0|	case SC_APDU_CASE_1:
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  |  Branch (99:2): [True: 0, False: 1.89k]
  ------------------
  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|  1.89k|	case SC_APDU_CASE_2_SHORT:
  ------------------
  |  |  292|  1.89k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  |  Branch (104:2): [True: 1.89k, False: 0]
  ------------------
  105|  1.89k|		*p = (u8)apdu->le;
  106|  1.89k|		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: 1.89k]
  ------------------
  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: 1.89k]
  ------------------
  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: 1.89k]
  ------------------
  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: 1.89k]
  ------------------
  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: 1.89k]
  ------------------
  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|  1.89k|	}
  170|       |
  171|  1.89k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.89k|#define SC_SUCCESS				0
  ------------------
  172|  1.89k|}
sc_apdu_get_octets:
  176|  1.89k|{
  177|  1.89k|	size_t	nlen;
  178|  1.89k|	u8	*nbuf;
  179|       |
  180|  1.89k|	if (apdu == NULL || buf == NULL || len == NULL)
  ------------------
  |  Branch (180:6): [True: 0, False: 1.89k]
  |  Branch (180:22): [True: 0, False: 1.89k]
  |  Branch (180:37): [True: 0, False: 1.89k]
  ------------------
  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|  1.89k|	nlen = sc_apdu_get_length(apdu, proto);
  185|  1.89k|	if (nlen == 0)
  ------------------
  |  Branch (185:6): [True: 0, False: 1.89k]
  ------------------
  186|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  187|  1.89k|	nbuf = malloc(nlen);
  188|  1.89k|	if (nbuf == NULL)
  ------------------
  |  Branch (188:6): [True: 0, False: 1.89k]
  ------------------
  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|  1.89k|	if (sc_apdu2bytes(ctx, apdu, proto, nbuf, nlen) != SC_SUCCESS) {
  ------------------
  |  |   28|  1.89k|#define SC_SUCCESS				0
  ------------------
  |  Branch (191:6): [True: 0, False: 1.89k]
  ------------------
  192|      0|		free(nbuf);
  193|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  194|      0|	}
  195|  1.89k|	*buf = nbuf;
  196|  1.89k|	*len = nlen;
  197|       |
  198|  1.89k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.89k|#define SC_SUCCESS				0
  ------------------
  199|  1.89k|}
sc_check_apdu:
  257|   578k|{
  258|   578k|	if ((apdu->cse & ~SC_APDU_SHORT_MASK) == 0) {
  ------------------
  |  |  295|   578k|#define SC_APDU_SHORT_MASK		0x0f
  ------------------
  |  Branch (258:6): [True: 577k, False: 1.58k]
  ------------------
  259|       |		/* length check for short APDU */
  260|   577k|		if (apdu->le > 256 || (apdu->lc > 255 && (apdu->flags & SC_APDU_FLAGS_CHAINING) == 0))   {
  ------------------
  |  |  306|     25|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  |  Branch (260:7): [True: 13, False: 577k]
  |  Branch (260:26): [True: 25, False: 577k]
  |  Branch (260:44): [True: 0, False: 25]
  ------------------
  261|     13|			sc_log(card->ctx, "failed length check for short APDU");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  262|     13|			goto error;
  263|     13|		}
  264|   577k|	}
  265|  1.58k|	else if ((apdu->cse & SC_APDU_EXT) != 0) {
  ------------------
  |  |  296|  1.58k|#define SC_APDU_EXT			0x10
  ------------------
  |  Branch (265:11): [True: 1.58k, False: 0]
  ------------------
  266|       |		/* check if the card supports extended APDUs */
  267|  1.58k|		if ((card->caps & SC_CARD_CAP_APDU_EXT) == 0) {
  ------------------
  |  |  547|  1.58k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (267:7): [True: 1, False: 1.58k]
  ------------------
  268|      1|			sc_log(card->ctx, "card doesn't support extended APDUs");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  269|      1|			goto error;
  270|      1|		}
  271|       |		/* length check for extended APDU */
  272|  1.58k|		if (apdu->le > 65536 || apdu->lc > 65535)   {
  ------------------
  |  Branch (272:7): [True: 0, False: 1.58k]
  |  Branch (272:27): [True: 0, False: 1.58k]
  ------------------
  273|      0|			sc_log(card->ctx, "failed length check for extended APDU");
  ------------------
  |  |   71|      0|#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|      0|			goto error;
  275|      0|		}
  276|  1.58k|	}
  277|      0|	else   {
  278|      0|		goto error;
  279|      0|	}
  280|       |
  281|   578k|	switch (apdu->cse & SC_APDU_SHORT_MASK) {
  ------------------
  |  |  295|   578k|#define SC_APDU_SHORT_MASK		0x0f
  ------------------
  282|  3.82k|	case SC_APDU_CASE_1:
  ------------------
  |  |  291|  3.82k|#define SC_APDU_CASE_1			0x01
  ------------------
  |  Branch (282:2): [True: 3.82k, False: 575k]
  ------------------
  283|       |		/* no data is sent or received */
  284|  3.82k|		if (apdu->datalen != 0 || apdu->lc != 0 || apdu->le != 0)
  ------------------
  |  Branch (284:7): [True: 0, False: 3.82k]
  |  Branch (284:29): [True: 0, False: 3.82k]
  |  Branch (284:46): [True: 0, False: 3.82k]
  ------------------
  285|      0|			goto error;
  286|  3.82k|		break;
  287|   218k|	case SC_APDU_CASE_2_SHORT:
  ------------------
  |  |  292|   218k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  |  Branch (287:2): [True: 218k, False: 360k]
  ------------------
  288|       |		/* no data is sent */
  289|   218k|		if (apdu->datalen != 0 || apdu->lc != 0)
  ------------------
  |  Branch (289:7): [True: 0, False: 218k]
  |  Branch (289:29): [True: 0, False: 218k]
  ------------------
  290|      0|			goto error;
  291|       |		/* data is expected       */
  292|   218k|		if (apdu->resplen == 0 || apdu->resp == NULL)
  ------------------
  |  Branch (292:7): [True: 2, False: 218k]
  |  Branch (292:29): [True: 0, False: 218k]
  ------------------
  293|      2|			goto error;
  294|   218k|		break;
  295|   218k|	case SC_APDU_CASE_3_SHORT:
  ------------------
  |  |  293|  71.4k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (295:2): [True: 71.4k, False: 507k]
  ------------------
  296|       |		/* data is sent */
  297|  71.4k|		if (apdu->datalen == 0 || apdu->data == NULL || apdu->lc == 0)
  ------------------
  |  Branch (297:7): [True: 1, False: 71.4k]
  |  Branch (297:29): [True: 0, False: 71.4k]
  |  Branch (297:51): [True: 0, False: 71.4k]
  ------------------
  298|      1|			goto error;
  299|       |		/* no data is expected    */
  300|  71.4k|		if (apdu->le != 0)
  ------------------
  |  Branch (300:7): [True: 0, False: 71.4k]
  ------------------
  301|      0|			goto error;
  302|       |		/* inconsistent datalen   */
  303|  71.4k|		if (apdu->datalen != apdu->lc)
  ------------------
  |  Branch (303:7): [True: 0, False: 71.4k]
  ------------------
  304|      0|			goto error;
  305|  71.4k|		break;
  306|   285k|	case SC_APDU_CASE_4_SHORT:
  ------------------
  |  |  294|   285k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (306:2): [True: 285k, False: 293k]
  ------------------
  307|       |		/* data is sent */
  308|   285k|		if (apdu->datalen == 0 || apdu->data == NULL || apdu->lc == 0)
  ------------------
  |  Branch (308:7): [True: 124, False: 284k]
  |  Branch (308:29): [True: 0, False: 284k]
  |  Branch (308:51): [True: 0, False: 284k]
  ------------------
  309|    124|			goto error;
  310|       |		/* data is expected       */
  311|   284k|		if (apdu->resplen == 0 || apdu->resp == NULL)
  ------------------
  |  Branch (311:7): [True: 0, False: 284k]
  |  Branch (311:29): [True: 0, False: 284k]
  ------------------
  312|      0|			goto error;
  313|       |		/* inconsistent datalen   */
  314|   284k|		if (apdu->datalen != apdu->lc)
  ------------------
  |  Branch (314:7): [True: 0, False: 284k]
  ------------------
  315|      0|			goto error;
  316|   284k|		break;
  317|   284k|	default:
  ------------------
  |  Branch (317:2): [True: 0, False: 578k]
  ------------------
  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|   578k|	}
  321|   578k|	return SC_SUCCESS;
  ------------------
  |  |   28|   578k|#define SC_SUCCESS				0
  ------------------
  322|    141|error:
  323|    141|	sc_log(card->ctx, "Invalid Case %d %s APDU:\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__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  326|    282|		apdu->cse & SC_APDU_SHORT_MASK,
  |  |  |  |  ------------------
  |  |  |  |  |  |  295|    141|#define SC_APDU_SHORT_MASK		0x0f
  |  |  |  |  ------------------
  |  |  |  |  327|    282|		(apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  |  |  |  |  ------------------
  |  |  |  |  |  |  296|    141|#define SC_APDU_EXT			0x10
  |  |  |  |  ------------------
  |  |  |  |  328|    282|		apdu->cse, apdu->cla, apdu->ins, apdu->p1, apdu->p2,
  |  |  |  |  329|    282|		(unsigned long) apdu->lc, (unsigned long) apdu->le,
  |  |  |  |  330|    282|		apdu->resp, (unsigned long) apdu->resplen,
  |  |  |  |  331|    282|		apdu->data, (unsigned long) apdu->datalen, apdu->flags);
  |  |  ------------------
  ------------------
  324|    141|		"cse=%02x cla=%02x ins=%02x p1=%02x p2=%02x lc=%lu le=%lu\n"
  325|    141|		"resp=%p resplen=%lu data=%p datalen=%lu flags=0x%8.8lx",
  326|    141|		apdu->cse & SC_APDU_SHORT_MASK,
  327|    141|		(apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  328|    141|		apdu->cse, apdu->cla, apdu->ins, apdu->p1, apdu->p2,
  329|    141|		(unsigned long) apdu->lc, (unsigned long) apdu->le,
  330|    141|		apdu->resp, (unsigned long) apdu->resplen,
  331|    141|		apdu->data, (unsigned long) apdu->datalen, apdu->flags);
  332|    141|	return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    141|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  333|   578k|}
sc_transmit_apdu:
  542|   559k|{
  543|   559k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|   559k|#define SC_SUCCESS				0
  ------------------
  544|       |
  545|   559k|	if (card == NULL || apdu == NULL)
  ------------------
  |  Branch (545:6): [True: 0, False: 559k]
  |  Branch (545:22): [True: 0, False: 559k]
  ------------------
  546|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  547|       |
  548|   559k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|   559k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   559k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   559k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   559k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 559k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  549|       |
  550|       |	/* determine the APDU type if necessary, i.e. to use
  551|       |	 * short or extended APDUs  */
  552|   559k|	sc_detect_apdu_cse(card, apdu);
  553|       |	/* basic APDU consistency check */
  554|   559k|	r = sc_check_apdu(card, apdu);
  555|   559k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|   559k|#define SC_SUCCESS				0
  ------------------
  |  Branch (555:6): [True: 141, False: 559k]
  ------------------
  556|    141|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    141|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  557|       |
  558|   559k|	r = sc_lock(card);	/* acquire card lock*/
  559|   559k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|   559k|#define SC_SUCCESS				0
  ------------------
  |  Branch (559:6): [True: 0, False: 559k]
  ------------------
  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|   559k|#if ENABLE_SM
  565|   559k|	if (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT
  ------------------
  |  |   47|  1.11M|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (565:6): [True: 7.10k, False: 552k]
  ------------------
  566|  7.10k|			&& (apdu->flags & SC_APDU_FLAGS_CHAINING) != 0
  ------------------
  |  |  306|  7.10k|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  |  Branch (566:7): [True: 0, False: 7.10k]
  ------------------
  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|   559k|#endif
  572|   559k|	if ((apdu->flags & SC_APDU_FLAGS_CHAINING) != 0) {
  ------------------
  |  |  306|   559k|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  |  Branch (572:6): [True: 13.9k, False: 545k]
  ------------------
  573|       |		/* divide et impera: transmit APDU in chunks with Lc <= max_send_size
  574|       |		 * bytes using command chaining */
  575|  13.9k|		size_t    len  = apdu->datalen;
  576|  13.9k|		const u8  *buf = apdu->data;
  577|  13.9k|		size_t    max_send_size = sc_get_max_send_size(card);
  578|       |
  579|  29.3k|		while (len != 0) {
  ------------------
  |  Branch (579:10): [True: 15.9k, False: 13.4k]
  ------------------
  580|  15.9k|			size_t    plen;
  581|  15.9k|			sc_apdu_t tapdu;
  582|  15.9k|			int       last = 0;
  583|       |
  584|  15.9k|			tapdu = *apdu;
  585|       |			/* clear chaining flag */
  586|  15.9k|			tapdu.flags &= ~SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|  15.9k|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  587|  15.9k|			if (len > max_send_size) {
  ------------------
  |  Branch (587:8): [True: 2.22k, False: 13.6k]
  ------------------
  588|       |				/* adjust APDU case: in case of CASE 4 APDU
  589|       |				 * the intermediate APDU are of CASE 3 */
  590|  2.22k|				if ((tapdu.cse & SC_APDU_SHORT_MASK) == SC_APDU_CASE_4_SHORT)
  ------------------
  |  |  295|  2.22k|#define SC_APDU_SHORT_MASK		0x0f
  ------------------
              				if ((tapdu.cse & SC_APDU_SHORT_MASK) == SC_APDU_CASE_4_SHORT)
  ------------------
  |  |  294|  2.22k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (590:9): [True: 2.22k, False: 0]
  ------------------
  591|  2.22k|					tapdu.cse--;
  592|       |				/* XXX: the chunk size must be adjusted when
  593|       |				 *      secure messaging is used */
  594|  2.22k|				plen          = max_send_size;
  595|  2.22k|				tapdu.cla    |= 0x10;
  596|       |				/* the intermediate APDU don't expect response data */
  597|  2.22k|				tapdu.le      = 0;
  598|  2.22k|				tapdu.resplen = 0;
  599|  2.22k|				tapdu.resp    = NULL;
  600|  13.6k|			} else {
  601|  13.6k|				plen = len;
  602|  13.6k|				last = 1;
  603|  13.6k|			}
  604|  15.9k|			tapdu.data    = buf;
  605|  15.9k|			tapdu.datalen = tapdu.lc = plen;
  606|       |
  607|  15.9k|			r = sc_check_apdu(card, &tapdu);
  608|  15.9k|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  15.9k|#define SC_SUCCESS				0
  ------------------
  |  Branch (608:8): [True: 0, False: 15.9k]
  ------------------
  609|      0|				sc_log(card->ctx, "inconsistent APDU while 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__
  |  |  ------------------
  ------------------
  610|      0|				break;
  611|      0|			}
  612|       |
  613|  15.9k|			r = sc_transmit(card, &tapdu);
  614|  15.9k|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|  15.9k|#define SC_SUCCESS				0
  ------------------
  |  Branch (614:8): [True: 232, False: 15.6k]
  ------------------
  615|    232|				break;
  616|  15.6k|			if (last != 0) {
  ------------------
  |  Branch (616:8): [True: 13.4k, False: 2.22k]
  ------------------
  617|       |				/* in case of the last APDU set the SW1
  618|       |				 * and SW2 bytes in the original APDU */
  619|  13.4k|				apdu->sw1 = tapdu.sw1;
  620|  13.4k|				apdu->sw2 = tapdu.sw2;
  621|  13.4k|				apdu->resplen = tapdu.resplen;
  622|  13.4k|			} else {
  623|       |				/* otherwise check the status bytes */
  624|  2.22k|				r = sc_check_sw(card, tapdu.sw1, tapdu.sw2);
  625|  2.22k|				if (r != SC_SUCCESS)
  ------------------
  |  |   28|  2.22k|#define SC_SUCCESS				0
  ------------------
  |  Branch (625:9): [True: 304, False: 1.91k]
  ------------------
  626|    304|					break;
  627|  2.22k|			}
  628|  15.3k|			len -= plen;
  629|  15.3k|			buf += plen;
  630|  15.3k|		}
  631|   545k|	} else {
  632|       |		/* transmit single APDU */
  633|   545k|		r = sc_transmit(card, apdu);
  634|   545k|	}
  635|       |
  636|   559k|	if (r == SC_ERROR_CARD_RESET || r == SC_ERROR_READER_REATTACHED) {
  ------------------
  |  |   37|  1.11M|#define SC_ERROR_CARD_RESET			-1106
  ------------------
              	if (r == SC_ERROR_CARD_RESET || r == SC_ERROR_READER_REATTACHED) {
  ------------------
  |  |   46|   559k|#define SC_ERROR_READER_REATTACHED		-1115
  ------------------
  |  Branch (636:6): [True: 0, False: 559k]
  |  Branch (636:34): [True: 0, False: 559k]
  ------------------
  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|   559k|	if (sc_unlock(card) != SC_SUCCESS)
  ------------------
  |  |   28|   559k|#define SC_SUCCESS				0
  ------------------
  |  Branch (643:6): [True: 0, False: 559k]
  ------------------
  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|   559k|	return r;
  647|   559k|}
sc_bytes2apdu:
  652|     79|{
  653|     79|	const unsigned char *p;
  654|     79|	size_t len0;
  655|       |
  656|     79|	if (!buf || !apdu)
  ------------------
  |  Branch (656:6): [True: 0, False: 79]
  |  Branch (656:14): [True: 0, False: 79]
  ------------------
  657|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  658|       |
  659|     79|	len0 = len;
  660|     79|	if (len < 4) {
  ------------------
  |  Branch (660:6): [True: 0, False: 79]
  ------------------
  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|     79|	memset(apdu, 0, sizeof *apdu);
  666|     79|	p = buf;
  667|     79|	apdu->cla = *p++;
  668|     79|	apdu->ins = *p++;
  669|     79|	apdu->p1 = *p++;
  670|     79|	apdu->p2 = *p++;
  671|     79|	len -= 4;
  672|       |
  673|     79|	if (!len) {
  ------------------
  |  Branch (673:6): [True: 0, False: 79]
  ------------------
  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|     79|	if (*p == 0 && len >= 3) {
  ------------------
  |  Branch (680:6): [True: 0, False: 79]
  |  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|     79|	else {
  723|       |		/* ...must be a short APDU */
  724|     79|		if (len == 1) {
  ------------------
  |  Branch (724:7): [True: 79, False: 0]
  ------------------
  725|     79|			apdu->le = *p++;
  726|     79|			if (apdu->le == 0)
  ------------------
  |  Branch (726:8): [True: 0, False: 79]
  ------------------
  727|      0|				apdu->le = 0xff+1;
  728|     79|			len--;
  729|     79|			apdu->cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|     79|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  730|     79|		}
  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|     79|	}
  754|     79|	if (len) {
  ------------------
  |  Branch (754:6): [True: 0, False: 79]
  ------------------
  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|     79|	sc_log(ctx, "Case %d %s APDU, %zu bytes:\tins=%02x p1=%02x p2=%02x lc=%04zx le=%04zx",
  ------------------
  |  |   71|     79|#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|    158|			apdu->cse & SC_APDU_SHORT_MASK, (apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  |  |  |  |  ------------------
  |  |  |  |  |  |  295|     79|#define SC_APDU_SHORT_MASK		0x0f
  |  |  |  |  ------------------
  |  |  |  |               			apdu->cse & SC_APDU_SHORT_MASK, (apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  |  |  |  |  ------------------
  |  |  |  |  |  |  296|     79|#define SC_APDU_EXT			0x10
  |  |  |  |  ------------------
  |  |  |  |  761|    158|			len0, apdu->ins, apdu->p1, apdu->p2, apdu->lc, apdu->le);
  |  |  ------------------
  ------------------
  760|     79|			apdu->cse & SC_APDU_SHORT_MASK, (apdu->cse & SC_APDU_EXT) != 0 ? "extended" : "short",
  761|     79|			len0, apdu->ins, apdu->p1, apdu->p2, apdu->lc, apdu->le);
  762|       |
  763|     79|	return SC_SUCCESS;
  ------------------
  |  |   28|     79|#define SC_SUCCESS				0
  ------------------
  764|     79|}
apdu.c:sc_detect_apdu_cse:
  341|   559k|{
  342|   559k|	if (apdu->cse == SC_APDU_CASE_2 || apdu->cse == SC_APDU_CASE_3 ||
  ------------------
  |  |  301|  1.11M|#define SC_APDU_CASE_2			0x22
  ------------------
              	if (apdu->cse == SC_APDU_CASE_2 || apdu->cse == SC_APDU_CASE_3 ||
  ------------------
  |  |  302|   947k|#define SC_APDU_CASE_3			0x23
  ------------------
  |  Branch (342:6): [True: 170k, False: 388k]
  |  Branch (342:37): [True: 6, False: 388k]
  ------------------
  343|   388k|	    apdu->cse == SC_APDU_CASE_4) {
  ------------------
  |  |  303|   388k|#define SC_APDU_CASE_4			0x24
  ------------------
  |  Branch (343:6): [True: 8.36k, False: 380k]
  ------------------
  344|   179k|		int btype = apdu->cse & SC_APDU_SHORT_MASK;
  ------------------
  |  |  295|   179k|#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|   179k|		if ((apdu->le > 256 || (apdu->lc > 255 && (apdu->flags & SC_APDU_FLAGS_CHAINING) == 0)) &&
  ------------------
  |  |  306|     22|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  |  Branch (349:8): [True: 1.49k, False: 177k]
  |  Branch (349:27): [True: 22, False: 177k]
  |  Branch (349:45): [True: 0, False: 22]
  ------------------
  350|  1.49k|		    (card->caps & SC_CARD_CAP_APDU_EXT) != 0)
  ------------------
  |  |  547|  1.49k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (350:7): [True: 1.47k, False: 13]
  ------------------
  351|  1.47k|			btype |= SC_APDU_EXT;
  ------------------
  |  |  296|  1.47k|#define SC_APDU_EXT			0x10
  ------------------
  352|   179k|		apdu->cse = btype;
  353|   179k|	}
  354|   559k|}
apdu.c:sc_transmit:
  508|   561k|{
  509|   561k|	struct sc_context *ctx  = card->ctx;
  510|   561k|	size_t       olen  = apdu->resplen;
  511|   561k|	int          r;
  512|       |
  513|   561k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|   561k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   561k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   561k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   561k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 561k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|       |
  515|   561k|	r = sc_single_transmit(card, apdu);
  516|   561k|	LOG_TEST_RET(ctx, r, "transmit APDU failed");
  ------------------
  |  |  174|   561k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   561k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   561k|	int _ret = (r); \
  |  |  |  |  168|   561k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 557, False: 560k]
  |  |  |  |  ------------------
  |  |  |  |  169|    557|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    557|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    557|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    557|		return _ret; \
  |  |  |  |  172|    557|	} \
  |  |  |  |  173|   561k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 560k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|   560k|	if (apdu->sw1 == 0x6C && (apdu->flags & SC_APDU_FLAGS_NO_RETRY_WL) == 0) {
  ------------------
  |  |  312|  1.85k|#define SC_APDU_FLAGS_NO_RETRY_WL	0x00000004UL
  ------------------
  |  Branch (522:6): [True: 1.85k, False: 558k]
  |  Branch (522:27): [True: 1.70k, False: 152]
  ------------------
  523|  1.70k|		r = sc_set_le_and_transmit(card, apdu, olen);
  524|  1.70k|		LOG_TEST_RET(ctx, r, "cannot re-transmit APDU ");
  ------------------
  |  |  174|  1.70k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.70k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.70k|	int _ret = (r); \
  |  |  |  |  168|  1.70k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.16k, False: 543]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.16k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.16k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.16k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.16k|		return _ret; \
  |  |  |  |  172|  1.16k|	} \
  |  |  |  |  173|  1.70k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 543]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  525|  1.70k|	}
  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|   559k|	if (apdu->sw1 == 0x61 && (apdu->flags & SC_APDU_FLAGS_NO_GET_RESP) == 0) {
  ------------------
  |  |  308|   114k|#define SC_APDU_FLAGS_NO_GET_RESP	0x00000002UL
  ------------------
  |  Branch (532:6): [True: 114k, False: 444k]
  |  Branch (532:27): [True: 57.5k, False: 57.1k]
  ------------------
  533|  57.5k|		r = sc_get_response(card, apdu, olen);
  534|  57.5k|		LOG_TEST_RET(ctx, r, "cannot get all data with 'GET RESPONSE'");
  ------------------
  |  |  174|  57.5k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  57.5k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  57.5k|	int _ret = (r); \
  |  |  |  |  168|  57.5k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5.99k, False: 51.5k]
  |  |  |  |  ------------------
  |  |  |  |  169|  5.99k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.99k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  5.99k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  5.99k|		return _ret; \
  |  |  |  |  172|  5.99k|	} \
  |  |  |  |  173|  57.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 51.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|  57.5k|	}
  536|       |
  537|   553k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|   553k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   553k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   553k|	int _ret = r; \
  |  |  |  |  155|   553k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 553k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|   553k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 553k]
  |  |  |  |  ------------------
  |  |  |  |  157|   553k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|   553k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|   553k|	return _ret; \
  |  |  |  |  163|   553k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  538|   553k|}
apdu.c:sc_single_transmit:
  359|   561k|{
  360|   561k|	struct sc_context *ctx  = card->ctx;
  361|   561k|	int rv;
  362|       |
  363|   561k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|   561k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   561k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   561k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   561k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 561k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  364|   561k|	if (card->reader->ops->transmit == NULL)
  ------------------
  |  Branch (364:6): [True: 0, False: 561k]
  ------------------
  365|   561k|		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|   561k|	sc_log(ctx, "CLA:%X, INS:%X, P1:%X, P2:%X, data(%zu) %p",
  ------------------
  |  |   71|   561k|#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|   561k|			apdu->cla, apdu->ins, apdu->p1, apdu->p2, apdu->datalen, apdu->data);
  369|   561k|#ifdef ENABLE_SM
  370|   561k|	if (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT
  ------------------
  |  |   47|  1.12M|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (370:6): [True: 7.12k, False: 554k]
  ------------------
  371|  7.12k|		   	&& (apdu->flags & SC_APDU_FLAGS_NO_SM) == 0) {
  ------------------
  |  |  314|  7.12k|#define SC_APDU_FLAGS_NO_SM		0x00000008UL
  ------------------
  |  Branch (371:10): [True: 3.56k, False: 3.56k]
  ------------------
  372|  3.56k|		LOG_FUNC_RETURN(ctx, sc_sm_single_transmit(card, apdu));
  ------------------
  |  |  164|  3.56k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.56k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.56k|	int _ret = r; \
  |  |  |  |  155|  3.56k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.56k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.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|    560|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 560, False: 3.00k]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.56k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.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|  3.56k|	return _ret; \
  |  |  |  |  163|  3.56k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|  3.56k|	}
  374|   558k|#endif
  375|       |
  376|       |	/* send APDU to the reader driver */
  377|   558k|	rv = card->reader->ops->transmit(card->reader, apdu);
  378|   558k|	LOG_TEST_RET(ctx, rv, "unable to transmit APDU");
  ------------------
  |  |  174|   558k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   558k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   558k|	int _ret = (r); \
  |  |  |  |  168|   558k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 558k]
  |  |  |  |  ------------------
  |  |  |  |  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|   558k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 558k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|       |
  380|   558k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|   558k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   558k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   558k|	int _ret = r; \
  |  |  |  |  155|   558k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 558k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|   558k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 558k]
  |  |  |  |  ------------------
  |  |  |  |  157|   558k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|   558k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|   558k|	return _ret; \
  |  |  |  |  163|   558k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  381|   558k|}
apdu.c:sc_set_le_and_transmit:
  386|  1.70k|{
  387|  1.70k|	struct sc_context *ctx  = card->ctx;
  388|  1.70k|	size_t nlen = apdu->sw2 ? (size_t)apdu->sw2 : 256;
  ------------------
  |  Branch (388:16): [True: 1.01k, False: 693]
  ------------------
  389|  1.70k|	int rv;
  390|       |
  391|  1.70k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.70k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.70k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.70k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.70k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.70k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|       |	/* we cannot re-transmit the APDU with the demanded Le value
  393|       |	 * as the buffer is too small => error */
  394|  1.70k|	if (olen < nlen)
  ------------------
  |  Branch (394:6): [True: 1.16k, False: 546]
  ------------------
  395|  1.70k|		LOG_TEST_RET(ctx, SC_ERROR_WRONG_LENGTH, "wrong length: required length exceeds resplen");
  ------------------
  |  |  174|  1.16k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.16k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.16k|	int _ret = (r); \
  |  |  |  |  168|  1.16k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.16k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.16k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.16k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.16k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.16k|		return _ret; \
  |  |  |  |  172|  1.16k|	} \
  |  |  |  |  173|  1.16k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|       |
  397|       |	/* don't try again if it doesn't work this time */
  398|    546|	apdu->flags  |= SC_APDU_FLAGS_NO_RETRY_WL;
  ------------------
  |  |  312|    546|#define SC_APDU_FLAGS_NO_RETRY_WL	0x00000004UL
  ------------------
  399|       |	/* set the new expected length */
  400|    546|	apdu->resplen = olen;
  401|    546|	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|    546|	rv = sc_single_transmit(card, apdu);
  412|    546|	LOG_TEST_RET(ctx, rv, "cannot re-transmit APDU");
  ------------------
  |  |  174|    546|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    546|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    546|	int _ret = (r); \
  |  |  |  |  168|    546|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 543]
  |  |  |  |  ------------------
  |  |  |  |  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|    546|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 543]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  413|       |
  414|    543|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    543|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    543|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    543|	int _ret = r; \
  |  |  |  |  155|    543|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 543, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    543|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 543]
  |  |  |  |  ------------------
  |  |  |  |  157|    543|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    543|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    543|	return _ret; \
  |  |  |  |  163|    543|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  415|    543|}
apdu.c:sc_get_response:
  420|  57.5k|{
  421|  57.5k|	struct sc_context *ctx  = card->ctx;
  422|  57.5k|	size_t le, minlen, buflen;
  423|  57.5k|	unsigned char *buf;
  424|  57.5k|	int rv;
  425|       |
  426|  57.5k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  57.5k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  57.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  57.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  57.5k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 57.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  427|  57.5k|	if (apdu->le == 0) {
  ------------------
  |  Branch (427:6): [True: 11.2k, False: 46.3k]
  ------------------
  428|       |		/* no data is requested => change return value to 0x9000 and ignore the remaining data */
  429|  11.2k|		apdu->sw1 = 0x90;
  430|  11.2k|		apdu->sw2 = 0x00;
  431|  11.2k|		return SC_SUCCESS;
  ------------------
  |  |   28|  11.2k|#define SC_SUCCESS				0
  ------------------
  432|  11.2k|	}
  433|       |
  434|       |	/* this should _never_ happen */
  435|  46.3k|	if (!card->ops->get_response)
  ------------------
  |  Branch (435:6): [True: 122, False: 46.1k]
  ------------------
  436|  46.3k|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "no GET RESPONSE command");
  ------------------
  |  |  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: 122, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    122|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    122|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    122|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    122|		return _ret; \
  |  |  |  |  172|    122|	} \
  |  |  |  |  173|    122|} 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|  46.1k|	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|  46.1k|	buflen = olen - apdu->resplen;
  446|       |
  447|       |	/* 0x6100 means at least 256 more bytes to read */
  448|  46.1k|	le = apdu->sw2 != 0 ? (size_t)apdu->sw2 : 256;
  ------------------
  |  Branch (448:7): [True: 40.1k, False: 6.02k]
  ------------------
  449|       |	/* we try to read at least as much as bytes as promised in the response bytes */
  450|  46.1k|	minlen = le;
  451|       |
  452|   102k|	do {
  453|   102k|		unsigned char resp[256];
  454|   102k|		size_t resp_len = le;
  455|       |
  456|       |		/* we have all the data the caller requested even if the card has more data */
  457|   102k|		if (buflen == 0)
  ------------------
  |  Branch (457:7): [True: 11.5k, False: 91.2k]
  ------------------
  458|  11.5k|			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|  91.2k|		memset(resp, 0, sizeof(resp));
  463|  91.2k|		rv = card->ops->get_response(card, &resp_len, resp);
  464|  91.2k|		if (rv < 0)   {
  ------------------
  |  Branch (464:7): [True: 5.87k, False: 85.3k]
  ------------------
  465|  5.87k|#ifdef ENABLE_SM
  466|  5.87k|			if (resp_len)   {
  ------------------
  |  Branch (466:8): [True: 3.66k, False: 2.20k]
  ------------------
  467|  3.66k|				sc_log_hex(ctx, "SM response data", resp, resp_len);
  ------------------
  |  |  129|  3.66k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  3.66k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  468|  3.66k|				sc_sm_update_apdu_response(card, resp, resp_len, rv, apdu);
  469|  3.66k|			}
  470|  5.87k|#endif
  471|  5.87k|			LOG_TEST_RET(ctx, rv, "GET RESPONSE error");
  ------------------
  |  |  174|  5.87k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  5.87k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  5.87k|	int _ret = (r); \
  |  |  |  |  168|  5.87k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5.87k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  5.87k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.87k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  5.87k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  5.87k|		return _ret; \
  |  |  |  |  172|  5.87k|	} \
  |  |  |  |  173|  5.87k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  472|  5.87k|		}
  473|       |
  474|  85.3k|		le = resp_len;
  475|       |		/* copy as much as will fit in requested buffer */
  476|  85.3k|		if (buflen < le)
  ------------------
  |  Branch (476:7): [True: 16.8k, False: 68.5k]
  ------------------
  477|  16.8k|			le = buflen;
  478|       |
  479|  85.3k|		memcpy(buf, resp, le);
  480|  85.3k|		buf    += le;
  481|  85.3k|		buflen -= le;
  482|       |
  483|  85.3k|		minlen -= le;
  484|  85.3k|		if (rv != 0)
  ------------------
  |  Branch (484:7): [True: 56.5k, False: 28.8k]
  ------------------
  485|  56.5k|			le = minlen = (size_t)rv;
  486|  28.8k|		else
  487|       |			/* if the card has returned 0x9000 but we still expect data ask for more
  488|       |			 * until we have read enough bytes */
  489|  28.8k|			le = minlen;
  490|  85.3k|	} while (rv != 0 && minlen != 0);
  ------------------
  |  Branch (490:11): [True: 56.5k, False: 28.8k]
  |  Branch (490:22): [True: 56.5k, False: 0]
  ------------------
  491|       |
  492|       |	/* we've read all data, let's return 0x9000 */
  493|  40.3k|	apdu->resplen = buf - apdu->resp;
  494|  40.3k|	apdu->sw1 = 0x90;
  495|  40.3k|	apdu->sw2 = 0x00;
  496|       |
  497|  40.3k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  40.3k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  40.3k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  40.3k|	int _ret = r; \
  |  |  |  |  155|  40.3k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 40.3k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  40.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: 40.3k]
  |  |  |  |  ------------------
  |  |  |  |  157|  40.3k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  40.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|  40.3k|	return _ret; \
  |  |  |  |  163|  40.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  498|  40.3k|}

sc_asn1_read_tag:
   64|   277k|{
   65|   277k|	const u8 *p = *buf;
   66|   277k|	size_t left = buflen, len;
   67|   277k|	unsigned int cla, tag, i;
   68|       |
   69|   277k|	*buf = NULL;
   70|       |
   71|   277k|	if (left == 0 || !p || buflen == 0)
  ------------------
  |  Branch (71:6): [True: 10.6k, False: 266k]
  |  Branch (71:19): [True: 0, False: 266k]
  |  Branch (71:25): [True: 0, False: 266k]
  ------------------
   72|  10.6k|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  10.6k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
   73|   266k|	if (*p == 0xff || *p == 0) {
  ------------------
  |  Branch (73:6): [True: 1.45k, False: 265k]
  |  Branch (73:20): [True: 10.5k, False: 254k]
  ------------------
   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|   254k|	cla = (*p & SC_ASN1_TAG_CLASS) | (*p & SC_ASN1_TAG_CONSTRUCTED);
  ------------------
  |  |  184|   254k|#define SC_ASN1_TAG_CLASS		0xC0
  ------------------
              	cla = (*p & SC_ASN1_TAG_CLASS) | (*p & SC_ASN1_TAG_CONSTRUCTED);
  ------------------
  |  |  190|   254k|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
   85|   254k|	tag = *p & SC_ASN1_TAG_PRIMITIVE;
  ------------------
  |  |  191|   254k|#define SC_ASN1_TAG_PRIMITIVE		0x1F
  ------------------
   86|   254k|	p++;
   87|   254k|	left--;
   88|   254k|	if (tag == SC_ASN1_TAG_PRIMITIVE) {
  ------------------
  |  |  191|   254k|#define SC_ASN1_TAG_PRIMITIVE		0x1F
  ------------------
  |  Branch (88:6): [True: 2.95k, False: 251k]
  ------------------
   89|       |		/* high tag number */
   90|  2.95k|		size_t n = SC_ASN1_TAGNUM_SIZE - 1;
  ------------------
  |  |  145|  2.95k|#define SC_ASN1_TAGNUM_SIZE		3
  ------------------
   91|       |		/* search the last tag octet */
   92|  4.49k|		do {
   93|  4.49k|			if (left == 0 || n == 0)
  ------------------
  |  Branch (93:8): [True: 175, False: 4.32k]
  |  Branch (93:21): [True: 129, False: 4.19k]
  ------------------
   94|       |				/* either an invalid tag or it doesn't fit in
   95|       |				 * unsigned int */
   96|    304|				return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|    304|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
   97|  4.19k|			tag <<= 8;
   98|  4.19k|			tag |= *p;
   99|  4.19k|			p++;
  100|  4.19k|			left--;
  101|  4.19k|			n--;
  102|  4.19k|		} while (tag & 0x80);
  ------------------
  |  Branch (102:12): [True: 1.53k, False: 2.65k]
  ------------------
  103|  2.95k|	}
  104|       |
  105|       |	/* parse length byte(s) */
  106|   254k|	if (left == 0)
  ------------------
  |  Branch (106:6): [True: 1.56k, False: 252k]
  ------------------
  107|  1.56k|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  1.56k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  108|   252k|	len = *p;
  109|   252k|	p++;
  110|   252k|	left--;
  111|   252k|	if (len & 0x80) {
  ------------------
  |  Branch (111:6): [True: 45.5k, False: 207k]
  ------------------
  112|  45.5k|		len &= 0x7f;
  113|  45.5k|		unsigned int a = 0;
  114|  45.5k|		if (len > sizeof a || len > left)
  ------------------
  |  Branch (114:7): [True: 8.49k, False: 37.0k]
  |  Branch (114:25): [True: 275, False: 36.7k]
  ------------------
  115|  8.77k|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  8.77k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  116|  68.5k|		for (i = 0; i < len; i++) {
  ------------------
  |  Branch (116:15): [True: 31.8k, False: 36.7k]
  ------------------
  117|  31.8k|			a <<= 8;
  118|  31.8k|			a |= *p;
  119|  31.8k|			p++;
  120|  31.8k|			left--;
  121|  31.8k|		}
  122|  36.7k|		len = a;
  123|  36.7k|	}
  124|       |
  125|   244k|	*cla_out = cla;
  126|   244k|	*tag_out = tag;
  127|   244k|	*taglen = len;
  128|   244k|	*buf = p;
  129|       |
  130|   244k|	if (len > left)
  ------------------
  |  Branch (130:6): [True: 12.9k, False: 231k]
  ------------------
  131|  12.9k|		return SC_ERROR_ASN1_END_OF_CONTENTS;
  ------------------
  |  |   84|  12.9k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  132|       |
  133|   231k|	return SC_SUCCESS;
  ------------------
  |  |   28|   231k|#define SC_SUCCESS				0
  ------------------
  134|   244k|}
sc_format_asn1_entry:
  138|   214k|{
  139|   214k|	entry->parm = parm;
  140|   214k|	entry->arg  = arg;
  141|   214k|	if (set_present)
  ------------------
  |  Branch (141:6): [True: 34.9k, False: 179k]
  ------------------
  142|  34.9k|		entry->flags |= SC_ASN1_PRESENT;
  ------------------
  |  |  147|  34.9k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  143|   214k|}
sc_copy_asn1_entry:
  147|  78.4k|{
  148|   306k|	while (src->name != NULL) {
  ------------------
  |  Branch (148:9): [True: 227k, False: 78.4k]
  ------------------
  149|   227k|		*dest = *src;
  150|   227k|		dest++;
  151|   227k|		src++;
  152|   227k|	}
  153|       |	dest->name = NULL;
  154|  78.4k|}
sc_asn1_find_tag:
  482|  47.1k|{
  483|  47.1k|	size_t left = buflen, taglen;
  484|  47.1k|	const u8 *p = buf;
  485|       |
  486|  47.1k|	*taglen_in = 0;
  487|   103k|	while (left >= 2) {
  ------------------
  |  Branch (487:9): [True: 96.2k, False: 7.52k]
  ------------------
  488|  96.2k|		unsigned int cla = 0, tag, mask = 0xff00;
  489|       |
  490|  96.2k|		buf = p;
  491|       |		/* read a tag */
  492|  96.2k|		if (sc_asn1_read_tag(&p, left, &cla, &tag, &taglen) != SC_SUCCESS
  ------------------
  |  |   28|   192k|#define SC_SUCCESS				0
  ------------------
  |  Branch (492:7): [True: 10.1k, False: 86.1k]
  ------------------
  493|  86.1k|				|| p == NULL)
  ------------------
  |  Branch (493:8): [True: 6.94k, False: 79.2k]
  ------------------
  494|  17.0k|			return NULL;
  495|       |
  496|  79.2k|		left -= (p - buf);
  497|       |		/* we need to shift the class byte to the leftmost
  498|       |		 * byte of the tag */
  499|  80.7k|		while ((tag & mask) != 0) {
  ------------------
  |  Branch (499:10): [True: 1.57k, False: 79.2k]
  ------------------
  500|  1.57k|			cla  <<= 8;
  501|  1.57k|			mask <<= 8;
  502|  1.57k|		}
  503|       |		/* compare the read tag with the given tag */
  504|  79.2k|		if ((tag | cla) == tag_in) {
  ------------------
  |  Branch (504:7): [True: 22.6k, False: 56.6k]
  ------------------
  505|       |			/* we have a match => return length and value part */
  506|  22.6k|			if (taglen > left)
  ------------------
  |  Branch (506:8): [True: 0, False: 22.6k]
  ------------------
  507|      0|				return NULL;
  508|  22.6k|			*taglen_in = taglen;
  509|  22.6k|			return p;
  510|  22.6k|		}
  511|       |		/* otherwise continue reading tags */
  512|  56.6k|		left -= taglen;
  513|  56.6k|		p += taglen;
  514|  56.6k|	}
  515|  7.52k|	return NULL;
  516|  47.1k|}
sc_asn1_skip_tag:
  520|   112k|{
  521|   112k|	const u8 *p = *buf;
  522|   112k|	size_t len = *buflen, taglen;
  523|   112k|	unsigned int cla = 0, tag;
  524|       |
  525|   112k|	if (sc_asn1_read_tag((const u8 **) &p, len, &cla, &tag, &taglen) != SC_SUCCESS
  ------------------
  |  |   28|   224k|#define SC_SUCCESS				0
  ------------------
  |  Branch (525:6): [True: 17.9k, False: 94.2k]
  ------------------
  526|  94.2k|			|| p == NULL)
  ------------------
  |  Branch (526:7): [True: 1.82k, False: 92.3k]
  ------------------
  527|  19.7k|		return NULL;
  528|  92.3k|	switch (cla & 0xC0) {
  ------------------
  |  Branch (528:10): [True: 92.3k, False: 0]
  ------------------
  529|  64.5k|	case SC_ASN1_TAG_UNIVERSAL:
  ------------------
  |  |  185|  64.5k|#define SC_ASN1_TAG_UNIVERSAL		0x00
  ------------------
  |  Branch (529:2): [True: 64.5k, False: 27.8k]
  ------------------
  530|  64.5k|		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_UNI)
  ------------------
  |  |  136|  64.5k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
              		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_UNI)
  ------------------
  |  |  137|  64.5k|#define SC_ASN1_UNI			0x00000000 /* Universal */
  ------------------
  |  Branch (530:7): [True: 1.98k, False: 62.6k]
  ------------------
  531|  1.98k|			return NULL;
  532|  62.6k|		break;
  533|  62.6k|	case SC_ASN1_TAG_APPLICATION:
  ------------------
  |  |  186|  20.4k|#define SC_ASN1_TAG_APPLICATION		0x40
  ------------------
  |  Branch (533:2): [True: 20.4k, False: 71.9k]
  ------------------
  534|  20.4k|		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_APP)
  ------------------
  |  |  136|  20.4k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
              		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_APP)
  ------------------
  |  |  138|  20.4k|#define SC_ASN1_APP			0x40000000 /* Application */
  ------------------
  |  Branch (534:7): [True: 3.70k, False: 16.7k]
  ------------------
  535|  3.70k|			return NULL;
  536|  16.7k|		break;
  537|  16.7k|	case SC_ASN1_TAG_CONTEXT:
  ------------------
  |  |  187|  6.62k|#define SC_ASN1_TAG_CONTEXT		0x80
  ------------------
  |  Branch (537:2): [True: 6.62k, False: 85.7k]
  ------------------
  538|  6.62k|		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_CTX)
  ------------------
  |  |  136|  6.62k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
              		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_CTX)
  ------------------
  |  |  139|  6.62k|#define SC_ASN1_CTX			0x80000000 /* Context */
  ------------------
  |  Branch (538:7): [True: 1.44k, False: 5.17k]
  ------------------
  539|  1.44k|			return NULL;
  540|  5.17k|		break;
  541|  5.17k|	case SC_ASN1_TAG_PRIVATE:
  ------------------
  |  |  188|    715|#define SC_ASN1_TAG_PRIVATE		0xC0
  ------------------
  |  Branch (541:2): [True: 715, False: 91.6k]
  ------------------
  542|    715|		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_PRV)
  ------------------
  |  |  136|    715|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
              		if ((tag_in & SC_ASN1_CLASS_MASK) != SC_ASN1_PRV)
  ------------------
  |  |  140|    715|#define SC_ASN1_PRV			0xC0000000 /* Private */
  ------------------
  |  Branch (542:7): [True: 715, False: 0]
  ------------------
  543|    715|			return NULL;
  544|      0|		break;
  545|  92.3k|	}
  546|  84.5k|	if (cla & SC_ASN1_TAG_CONSTRUCTED) {
  ------------------
  |  |  190|  84.5k|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
  |  Branch (546:6): [True: 39.0k, False: 45.5k]
  ------------------
  547|  39.0k|		if ((tag_in & SC_ASN1_CONS) == 0)
  ------------------
  |  |  141|  39.0k|#define SC_ASN1_CONS			0x20000000
  ------------------
  |  Branch (547:7): [True: 2.55k, False: 36.4k]
  ------------------
  548|  2.55k|			return NULL;
  549|  39.0k|	} else
  550|  45.5k|		if (tag_in & SC_ASN1_CONS)
  ------------------
  |  |  141|  45.5k|#define SC_ASN1_CONS			0x20000000
  ------------------
  |  Branch (550:7): [True: 4.91k, False: 40.6k]
  ------------------
  551|  4.91k|			return NULL;
  552|  77.0k|	if ((tag_in & SC_ASN1_TAG_MASK) != tag)
  ------------------
  |  |  144|  77.0k|#define SC_ASN1_TAG_MASK		0x00FFFFFF
  ------------------
  |  Branch (552:6): [True: 9.54k, False: 67.5k]
  ------------------
  553|  9.54k|		return NULL;
  554|  67.5k|	len -= (p - *buf);	/* header size */
  555|  67.5k|	if (taglen > len) {
  ------------------
  |  Branch (555:6): [True: 0, False: 67.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|  67.5k|	*buflen -= (p - *buf) + taglen;
  561|  67.5k|	*buf = p + taglen;	/* point to next tag */
  562|  67.5k|	*taglen_out = taglen;
  563|  67.5k|	return p;
  564|  67.5k|}
sc_asn1_verify_tag:
  568|  3.82k|{
  569|  3.82k|	return sc_asn1_skip_tag(ctx, &buf, &buflen, tag_in, taglen_out);
  570|  3.82k|}
sc_asn1_decode_integer:
  729|  3.13k|{
  730|  3.13k|	int    a = 0, is_negative = 0;
  731|  3.13k|	size_t i = 0;
  732|       |
  733|  3.13k|	if (inlen == 0) {
  ------------------
  |  Branch (733:6): [True: 20, False: 3.11k]
  ------------------
  734|     20|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     20|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  735|     20|	}
  736|  3.11k|	if (inlen > sizeof(int)) {
  ------------------
  |  Branch (736:6): [True: 25, False: 3.08k]
  ------------------
  737|     25|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     25|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  738|     25|	}
  739|  3.08k|	if (inbuf[0] & 0x80) {
  ------------------
  |  Branch (739:6): [True: 194, False: 2.89k]
  ------------------
  740|    194|		if (strict && inlen > 1 && inbuf[0] == 0xff && (inbuf[1] & 0x80)) {
  ------------------
  |  Branch (740:7): [True: 0, False: 194]
  |  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|    194|		is_negative = 1;
  744|    194|		a |= 0xff^(*inbuf++);
  745|    194|		i = 1;
  746|  2.89k|	} else {
  747|  2.89k|		if (strict && inlen > 1 && inbuf[0] == 0x00 && (inbuf[1] & 0x80) == 0) {
  ------------------
  |  Branch (747:7): [True: 0, False: 2.89k]
  |  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|  2.89k|	}
  751|  6.19k|	for (; i < inlen; i++) {
  ------------------
  |  Branch (751:9): [True: 3.10k, False: 3.08k]
  ------------------
  752|  3.10k|		if (a > (INT_MAX >> 8) || a < (INT_MIN + (1<<8))) {
  ------------------
  |  Branch (752:7): [True: 0, False: 3.10k]
  |  Branch (752:29): [True: 0, False: 3.10k]
  ------------------
  753|      0|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  754|      0|		}
  755|  3.10k|		a <<= 8;
  756|  3.10k|		if (is_negative) {
  ------------------
  |  Branch (756:7): [True: 114, False: 2.99k]
  ------------------
  757|    114|			a |= 0xff^(*inbuf++);
  758|  2.99k|		} else {
  759|  2.99k|			a |= *inbuf++;
  760|  2.99k|		}
  761|  3.10k|	}
  762|  3.08k|	if (is_negative) {
  ------------------
  |  Branch (762:6): [True: 194, False: 2.89k]
  ------------------
  763|       |		/* Calculate Two's complement from previously positive number */
  764|    194|		a = (-1 * a) - 1;
  765|    194|	}
  766|  3.08k|	*out = a;
  767|  3.08k|	return 0;
  768|  3.08k|}
sc_asn1_decode_object_id:
  829|  17.9k|{
  830|  17.9k|	int large_second_octet = 0;
  831|  17.9k|	unsigned int a = 0;
  832|  17.9k|	const u8 *p = inbuf;
  833|  17.9k|	int *octet;
  834|       |
  835|  17.9k|	if (inlen == 0 || inbuf == NULL || id == NULL)
  ------------------
  |  Branch (835:6): [True: 978, False: 16.9k]
  |  Branch (835:20): [True: 3, False: 16.9k]
  |  Branch (835:37): [True: 0, False: 16.9k]
  ------------------
  836|    981|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    981|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  837|       |
  838|  16.9k|	sc_init_oid(id);
  839|  16.9k|	octet = id->value;
  840|       |
  841|       |	/* The first octet can be 0, 1 or 2 and is derived from the first byte */
  842|  16.9k|	a = MIN(*p / 40, 2);
  ------------------
  |  |   70|  16.9k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 14.4k, False: 2.53k]
  |  |  ------------------
  ------------------
  843|  16.9k|	*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|  16.9k|	if ((*p & 0x80) == 0) {
  ------------------
  |  Branch (848:6): [True: 14.6k, False: 2.36k]
  ------------------
  849|  14.6k|		*octet++ = *p - (a * 40);
  850|  14.6k|		inlen--;
  851|  14.6k|	} else {
  852|  2.36k|		large_second_octet = 1;
  853|  2.36k|	}
  854|       |
  855|  80.3k|	while (inlen) {
  ------------------
  |  Branch (855:9): [True: 66.2k, False: 14.1k]
  ------------------
  856|  66.2k|		if (!large_second_octet)
  ------------------
  |  Branch (856:7): [True: 63.8k, False: 2.36k]
  ------------------
  857|  63.8k|			p++;
  858|       |		/* This signalizes empty most significant bits, which means
  859|       |		 * the unsigned integer encoding is not minimal */
  860|  66.2k|		if (*p == 0x80) {
  ------------------
  |  Branch (860:7): [True: 1.02k, False: 65.2k]
  ------------------
  861|  1.02k|			sc_init_oid(id);
  862|  1.02k|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  1.02k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  863|  1.02k|		}
  864|       |		/* Use unsigned type here so we can process the whole INT range.
  865|       |		 * Values can not be negative */
  866|  65.2k|		a = *p & 0x7F;
  867|  65.2k|		inlen--;
  868|  95.8k|		while (inlen && *p & 0x80) {
  ------------------
  |  Branch (868:10): [True: 82.7k, False: 13.0k]
  |  Branch (868:19): [True: 30.9k, False: 51.8k]
  ------------------
  869|       |			/* Limit the OID values to int size and do not overflow */
  870|  30.9k|			if (a > (UINT_MAX>>7)) {
  ------------------
  |  Branch (870:8): [True: 379, False: 30.5k]
  ------------------
  871|    379|				sc_init_oid(id);
  872|    379|				return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    379|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  873|    379|			}
  874|  30.5k|			p++;
  875|  30.5k|			a <<= 7;
  876|  30.5k|			a |= *p & 0x7F;
  877|  30.5k|			inlen--;
  878|  30.5k|		}
  879|  64.8k|		if (*p & 0x80) {
  ------------------
  |  Branch (879:7): [True: 1.00k, False: 63.8k]
  ------------------
  880|       |			/* We dropped out from previous cycle on the end of
  881|       |			 * data while still expecting continuation of value */
  882|  1.00k|			sc_init_oid(id);
  883|  1.00k|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  1.00k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  884|  1.00k|		}
  885|  63.8k|		if (large_second_octet) {
  ------------------
  |  Branch (885:7): [True: 931, False: 62.9k]
  ------------------
  886|    931|			a -= (2 * 40);
  887|    931|		}
  888|  63.8k|		if (a > INT_MAX) {
  ------------------
  |  Branch (888:7): [True: 219, False: 63.6k]
  ------------------
  889|    219|			sc_init_oid(id);
  890|    219|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    219|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  891|    219|		}
  892|  63.6k|		*octet++ = a;
  893|  63.6k|		if (octet - id->value >= SC_MAX_OBJECT_ID_OCTETS)   {
  ------------------
  |  |   46|  63.6k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (893:7): [True: 228, False: 63.4k]
  ------------------
  894|    228|			sc_init_oid(id);
  895|    228|			return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|    228|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  896|    228|		}
  897|  63.4k|		large_second_octet = 0;
  898|  63.4k|	}
  899|       |
  900|  14.1k|	return 0;
  901|  16.9k|}
sc_asn1_encode_object_id:
  905|  6.45k|{
  906|  6.45k|	u8 temp[SC_MAX_OBJECT_ID_OCTETS*5], *p = temp;
  907|  6.45k|	int	i;
  908|       |
  909|  6.45k|	if (!buflen || !id)
  ------------------
  |  Branch (909:6): [True: 0, False: 6.45k]
  |  Branch (909:17): [True: 0, False: 6.45k]
  ------------------
  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|  6.45k|	if (id->value[0] == -1 || id->value[1] == -1)
  ------------------
  |  Branch (913:6): [True: 0, False: 6.45k]
  |  Branch (913:28): [True: 0, False: 6.45k]
  ------------------
  914|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  915|       |
  916|  46.1k|	for (i = 0; i < SC_MAX_OBJECT_ID_OCTETS; i++) {
  ------------------
  |  |   46|  46.1k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (916:14): [True: 46.1k, False: 0]
  ------------------
  917|  46.1k|		unsigned int k, shift;
  918|       |
  919|  46.1k|		if (id->value[i] == -1)
  ------------------
  |  Branch (919:7): [True: 6.45k, False: 39.7k]
  ------------------
  920|  6.45k|			break;
  921|       |
  922|  39.7k|		k = id->value[i];
  923|  39.7k|		switch (i) {
  924|  6.45k|		case 0:
  ------------------
  |  Branch (924:3): [True: 6.45k, False: 33.2k]
  ------------------
  925|  6.45k|			if (k > 2)
  ------------------
  |  Branch (925:8): [True: 0, False: 6.45k]
  ------------------
  926|      0|				return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  927|  6.45k|			*p = k * 40;
  928|  6.45k|			break;
  929|  6.45k|		case 1:
  ------------------
  |  Branch (929:3): [True: 6.45k, False: 33.2k]
  ------------------
  930|  6.45k|			if (k > 39 && id->value[0] < 2) {
  ------------------
  |  Branch (930:8): [True: 0, False: 6.45k]
  |  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|  6.45k|			k += *p;
  936|       |			/* fall through */
  937|  33.2k|		default:
  ------------------
  |  Branch (937:3): [True: 26.7k, False: 12.9k]
  ------------------
  938|  33.2k|			shift = 28;
  939|   155k|			while (shift && (k >> shift) == 0)
  ------------------
  |  Branch (939:11): [True: 132k, False: 22.5k]
  |  Branch (939:20): [True: 122k, False: 10.6k]
  ------------------
  940|   122k|				shift -= 7;
  941|  44.1k|			while (shift) {
  ------------------
  |  Branch (941:11): [True: 10.8k, False: 33.2k]
  ------------------
  942|  10.8k|				*p++ = 0x80 | ((k >> shift) & 0x7f);
  943|  10.8k|				shift -= 7;
  944|  10.8k|			}
  945|  33.2k|			*p++ = k & 0x7F;
  946|  33.2k|			break;
  947|  39.7k|		}
  948|  39.7k|	}
  949|       |
  950|  6.45k|	*buflen = p - temp;
  951|       |
  952|  6.45k|	if (buf)   {
  ------------------
  |  Branch (952:6): [True: 6.45k, False: 0]
  ------------------
  953|  6.45k|		*buf = malloc(*buflen);
  954|  6.45k|		if (!*buf)
  ------------------
  |  Branch (954:7): [True: 0, False: 6.45k]
  ------------------
  955|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  956|  6.45k|		memcpy(*buf, temp, *buflen);
  957|  6.45k|	}
  958|  6.45k|	return 0;
  959|  6.45k|}
sc_asn1_put_tag:
  976|  12.5k|{
  977|  12.5k|	size_t c = 0;
  978|  12.5k|	unsigned int tag_len, ii;
  979|  12.5k|	u8 *p = out;
  980|  12.5k|	u8 tag_char[4] = {0, 0, 0, 0};
  981|       |
  982|       |	/* Check tag */
  983|  12.5k|	if (tag == 0 || tag > 0xFFFFFFFF) {
  ------------------
  |  Branch (983:6): [True: 0, False: 12.5k]
  |  Branch (983:18): [True: 0, False: 12.5k]
  ------------------
  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|  25.1k|	for (tag_len = 0; tag; tag >>= 8) {
  ------------------
  |  Branch (987:20): [True: 12.5k, False: 12.5k]
  ------------------
  988|       |		/* Note: tag char will be reversed order. */
  989|  12.5k|		tag_char[tag_len++] = tag & 0xFF;
  990|  12.5k|	}
  991|       |
  992|  12.5k|	if (tag_len > 1)   {
  ------------------
  |  Branch (992:6): [True: 0, False: 12.5k]
  ------------------
  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|  12.5k|	if (datalen > 127) {
  ------------------
  |  Branch (1011:6): [True: 0, False: 12.5k]
  ------------------
 1012|      0|		c = 1;
 1013|      0|		while (datalen >> (c << 3))
  ------------------
  |  Branch (1013:10): [True: 0, False: 0]
  ------------------
 1014|      0|			c++;
 1015|      0|	}
 1016|  12.5k|	if (outlen == 0 || out == NULL) {
  ------------------
  |  Branch (1016:6): [True: 56, False: 12.5k]
  |  Branch (1016:21): [True: 0, False: 12.5k]
  ------------------
 1017|       |		/* Caller only asks for the length that would be written. */
 1018|     56|		return (int)(tag_len + (c + 1) + datalen);
 1019|     56|	}
 1020|       |	/* We will write the tag, so check the length. */
 1021|  12.5k|	if (outlen < tag_len + (c+1) + datalen)
  ------------------
  |  Branch (1021:6): [True: 0, False: 12.5k]
  ------------------
 1022|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
 1023|  25.0k|	for (ii=0;ii<tag_len;ii++)
  ------------------
  |  Branch (1023:12): [True: 12.5k, False: 12.5k]
  ------------------
 1024|  12.5k|		*p++ = tag_char[tag_len - ii - 1];
 1025|       |
 1026|  12.5k|	if (c > 0) {
  ------------------
  |  Branch (1026:6): [True: 0, False: 12.5k]
  ------------------
 1027|      0|		*p++ = 0x80 | c;
 1028|      0|		while (c--)
  ------------------
  |  Branch (1028:10): [True: 0, False: 0]
  ------------------
 1029|      0|			*p++ = (datalen >> (c << 3)) & 0xFF;
 1030|      0|	}
 1031|  12.5k|	else {
 1032|  12.5k|		*p++ = datalen & 0x7F;
 1033|  12.5k|	}
 1034|  12.5k|	if(data && datalen > 0) {
  ------------------
  |  Branch (1034:5): [True: 12.4k, False: 56]
  |  Branch (1034:13): [True: 12.4k, False: 0]
  ------------------
 1035|  12.4k|		memcpy(p, data, datalen);
 1036|  12.4k|		p += datalen;
 1037|  12.4k|	}
 1038|  12.5k|	if (ptr != NULL)
  ------------------
  |  Branch (1038:6): [True: 12.5k, False: 0]
  ------------------
 1039|  12.5k|		*ptr = p;
 1040|  12.5k|	return 0;
 1041|  12.5k|}
sc_asn1_decode:
 1814|  21.4k|{
 1815|  21.4k|	return asn1_decode(ctx, asn1, in, len, newp, len_left, 0, 0);
 1816|  21.4k|}
sc_asn1_decode_choice:
 1820|  4.78k|{
 1821|  4.78k|	return asn1_decode(ctx, asn1, in, len, newp, len_left, 1, 0);
 1822|  4.78k|}
sc_asn1_encode:
 2082|  15.7k|{
 2083|  15.7k|	return asn1_encode(ctx, asn1, ptr, size, 0);
 2084|  15.7k|}
_sc_asn1_encode:
 2088|  6.45k|{
 2089|  6.45k|	return asn1_encode(ctx, asn1, ptr, size, depth);
 2090|  6.45k|}
_sc_asn1_decode:
 2096|  7.31k|{
 2097|  7.31k|	return asn1_decode(ctx, asn1, in, len, newp, left, choice, depth);
 2098|  7.31k|}
sc_der_copy:
 2102|  3.65k|{
 2103|  3.65k|	if (!dst || !src)
  ------------------
  |  Branch (2103:6): [True: 0, False: 3.65k]
  |  Branch (2103:14): [True: 0, False: 3.65k]
  ------------------
 2104|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2105|  3.65k|	memset(dst, 0, sizeof(*dst));
 2106|  3.65k|	if (src->len) {
  ------------------
  |  Branch (2106:6): [True: 3.63k, False: 22]
  ------------------
 2107|  3.63k|		if (!src->value)
  ------------------
  |  Branch (2107:7): [True: 0, False: 3.63k]
  ------------------
 2108|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2109|  3.63k|		dst->value = malloc(src->len);
 2110|  3.63k|		if (!dst->value)
  ------------------
  |  Branch (2110:7): [True: 0, False: 3.63k]
  ------------------
 2111|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2112|  3.63k|		dst->len = src->len;
 2113|  3.63k|		memcpy(dst->value, src->value, src->len);
 2114|  3.63k|	}
 2115|  3.65k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.65k|#define SC_SUCCESS				0
  ------------------
 2116|  3.65k|}
sc_encode_oid:
 2121|  3.11k|{
 2122|  3.11k|	static const struct sc_asn1_entry c_asn1_object_id[2] = {
 2123|  3.11k|		{ "oid", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  159|  3.11k|#define SC_ASN1_OBJECT                  6
  ------------------
              		{ "oid", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  200|  3.11k|#define SC_ASN1_TAG_OBJECT		6
  ------------------
              		{ "oid", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  149|  3.11k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
 2124|  3.11k|		{ NULL, 0, 0, 0, NULL, NULL }
 2125|  3.11k|	};
 2126|  3.11k|	struct sc_asn1_entry asn1_object_id[2];
 2127|  3.11k|	int rv;
 2128|       |
 2129|  3.11k|	sc_copy_asn1_entry(c_asn1_object_id, asn1_object_id);
 2130|  3.11k|	sc_format_asn1_entry(asn1_object_id + 0, id, NULL, 1);
 2131|       |
 2132|  3.11k|	rv = _sc_asn1_encode(ctx, asn1_object_id, out, size, 1);
 2133|  3.11k|	LOG_TEST_RET(ctx, rv, "Cannot encode object ID");
  ------------------
  |  |  174|  3.11k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.11k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.11k|	int _ret = (r); \
  |  |  |  |  168|  3.11k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 3.11k]
  |  |  |  |  ------------------
  |  |  |  |  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.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.11k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2134|       |
 2135|  3.11k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.11k|#define SC_SUCCESS				0
  ------------------
 2136|  3.11k|}
sc_asn1_sig_value_rs_to_sequence:
 2156|     19|{
 2157|     19|	struct sc_asn1_entry asn1_sig_value[C_ASN1_SIG_VALUE_SIZE];
 2158|     19|	struct sc_asn1_entry asn1_sig_value_coefficients[C_ASN1_SIG_VALUE_COEFFICIENTS_SIZE];
 2159|     19|	unsigned char *r = in, *s = in + inlen/2;
 2160|     19|	size_t r_len = inlen/2, s_len = inlen/2;
 2161|     19|	int rv;
 2162|       |
 2163|     19|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     19|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     19|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     19|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     19|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 19]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2164|       |
 2165|       |	/* R/S are filled up with zeroes, we do not want that in sequence format */
 2166|    152|	while(r_len > 1 && *r == 0x00) {
  ------------------
  |  Branch (2166:8): [True: 148, False: 4]
  |  Branch (2166:21): [True: 133, False: 15]
  ------------------
 2167|    133|		r++;
 2168|    133|		r_len--;
 2169|    133|	}
 2170|    259|	while(s_len > 1 && *s == 0x00) {
  ------------------
  |  Branch (2170:8): [True: 255, False: 4]
  |  Branch (2170:21): [True: 240, False: 15]
  ------------------
 2171|    240|		s++;
 2172|    240|		s_len--;
 2173|    240|	}
 2174|       |
 2175|     19|	sc_copy_asn1_entry(c_asn1_sig_value, asn1_sig_value);
 2176|     19|	sc_format_asn1_entry(asn1_sig_value + 0, asn1_sig_value_coefficients, NULL, 1);
 2177|       |
 2178|     19|	sc_copy_asn1_entry(c_asn1_sig_value_coefficients, asn1_sig_value_coefficients);
 2179|     19|	sc_format_asn1_entry(asn1_sig_value_coefficients + 0, r, &r_len, 1);
 2180|     19|	sc_format_asn1_entry(asn1_sig_value_coefficients + 1, s, &s_len, 1);
 2181|       |
 2182|     19|	rv = sc_asn1_encode(ctx, asn1_sig_value, buf, buflen);
 2183|     19|	LOG_TEST_RET(ctx, rv, "ASN.1 encoding ECDSA-SIg-Value failed");
  ------------------
  |  |  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: 2, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  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|     19|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2184|       |
 2185|     17|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2186|     17|}
sc_asn1_decode_ecdsa_signature:
 2235|     12|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|     12|	int i, r;
 2237|     12|	const unsigned char *pseq, *pint, *pend;
 2238|     12|	unsigned int cla, tag;
 2239|     12|	size_t seqlen, intlen;
 2240|       |
 2241|     12|	if (!ctx || !data || !out || !(*out)) {
  ------------------
  |  Branch (2241:6): [True: 0, False: 12]
  |  Branch (2241:14): [True: 0, False: 12]
  |  Branch (2241:23): [True: 0, False: 12]
  |  Branch (2241:31): [True: 0, False: 12]
  ------------------
 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|     12|	if (outlen < 2 * fieldsize) {
  ------------------
  |  Branch (2244:6): [True: 0, False: 12]
  ------------------
 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|     12|	memset(*out, 0, outlen);
 2249|       |
 2250|     12|	pseq = data;
 2251|     12|	r = sc_asn1_read_tag(&pseq, datalen, &cla, &tag, &seqlen);
 2252|     12|	if (pseq == NULL || r < 0 || seqlen == 0 || (cla | tag) != 0x30)
  ------------------
  |  Branch (2252:6): [True: 5, False: 7]
  |  Branch (2252:22): [True: 1, False: 6]
  |  Branch (2252:31): [True: 1, False: 5]
  |  Branch (2252:46): [True: 1, False: 4]
  ------------------
 2253|     12|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Can not find 0x30 tag");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2254|       |
 2255|      4|	pint = pseq;
 2256|      4|	pend = pseq + seqlen;
 2257|      5|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (2257:14): [True: 5, False: 0]
  ------------------
 2258|      5|		r = sc_asn1_read_tag(&pint, (pend - pint), &cla, &tag, &intlen);
 2259|      5|		if (pint == NULL || r < 0 || intlen == 0 || (cla | tag) != 0x02) {
  ------------------
  |  Branch (2259:7): [True: 1, False: 4]
  |  Branch (2259:23): [True: 1, False: 3]
  |  Branch (2259:32): [True: 1, False: 2]
  |  Branch (2259:47): [True: 1, False: 1]
  ------------------
 2260|      4|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      4|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 2261|      4|			LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INVALID_DATA, "Can not find 0x02");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2262|      4|		}
 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|      4|err:
 2281|      4|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2282|      4|}
asn1.c:decode_bit_string:
  574|  2.71k|{
  575|  2.71k|	const u8 *in = inbuf;
  576|  2.71k|	u8 *out = (u8 *) outbuf;
  577|  2.71k|	int i, count = 0;
  578|  2.71k|	int zero_bits;
  579|  2.71k|	size_t octets_left;
  580|       |
  581|  2.71k|	if (inlen < 1)
  ------------------
  |  Branch (581:6): [True: 7, False: 2.70k]
  ------------------
  582|      7|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      7|#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.70k|	if (strict) {
  ------------------
  |  Branch (586:6): [True: 0, False: 2.70k]
  ------------------
  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.70k|	memset(outbuf, 0, outlen);
  597|  2.70k|	zero_bits = *in & 0x07;
  598|  2.70k|	in++;
  599|  2.70k|	octets_left = inlen - 1;
  600|  2.70k|	if (outlen < octets_left)
  ------------------
  |  Branch (600:6): [True: 1, False: 2.70k]
  ------------------
  601|      1|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      1|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  602|       |
  603|   168k|	while (octets_left) {
  ------------------
  |  Branch (603:9): [True: 166k, False: 2.69k]
  ------------------
  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|   166k|		int bits_to_go;
  608|       |
  609|   166k|		*out = 0;
  610|   166k|		if (octets_left == 1 && zero_bits > 0) {
  ------------------
  |  Branch (610:7): [True: 2.54k, False: 163k]
  |  Branch (610:27): [True: 2.12k, False: 429]
  ------------------
  611|  2.12k|			bits_to_go = 8 - zero_bits;
  612|       |			/* Verify the padding is zero bits */
  613|  2.12k|			if (*in & (1 << (zero_bits-1))) {
  ------------------
  |  Branch (613:8): [True: 17, False: 2.10k]
  ------------------
  614|     17|				return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     17|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  615|     17|			}
  616|  2.12k|		} else
  617|   164k|			bits_to_go = 8;
  618|   166k|		if (invert)
  ------------------
  |  Branch (618:7): [True: 22, False: 166k]
  ------------------
  619|    165|			for (i = 0; i < bits_to_go; i++) {
  ------------------
  |  Branch (619:16): [True: 143, False: 22]
  ------------------
  620|    143|				*out |= ((*in >> (7 - i)) & 1) << i;
  621|    143|			}
  622|   166k|		else {
  623|   166k|			*out = *in;
  624|   166k|		}
  625|   166k|		out++;
  626|   166k|		in++;
  627|   166k|		octets_left--;
  628|   166k|		count++;
  629|   166k|	}
  630|  2.69k|	return (count * 8) - zero_bits;
  631|  2.70k|}
asn1.c:asn1_write_element:
 1051|  25.0k|{
 1052|  25.0k|	unsigned char t;
 1053|  25.0k|	unsigned char *buf, *p;
 1054|  25.0k|	int c = 0;
 1055|  25.0k|	unsigned short_tag;
 1056|  25.0k|	unsigned char tag_char[3] = {0, 0, 0};
 1057|  25.0k|	size_t tag_len, ii;
 1058|       |
 1059|  25.0k|	short_tag = tag & SC_ASN1_TAG_MASK;
  ------------------
  |  |  144|  25.0k|#define SC_ASN1_TAG_MASK		0x00FFFFFF
  ------------------
 1060|  50.1k|	for (tag_len = 0; short_tag >> (8 * tag_len); tag_len++)
  ------------------
  |  Branch (1060:20): [True: 25.0k, False: 25.0k]
  ------------------
 1061|  25.0k|		tag_char[tag_len] = (short_tag >> (8 * tag_len)) & 0xFF;
 1062|  25.0k|	if (!tag_len)
  ------------------
  |  Branch (1062:6): [True: 0, False: 25.0k]
  ------------------
 1063|      0|		tag_len = 1;
 1064|       |
 1065|  25.0k|	if (tag_len > 1)   {
  ------------------
  |  Branch (1065:6): [True: 0, False: 25.0k]
  ------------------
 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|  25.0k|	t = tag_char[tag_len - 1] & 0x1F;
 1078|       |
 1079|  25.0k|	switch (tag & SC_ASN1_CLASS_MASK) {
  ------------------
  |  |  136|  25.0k|#define SC_ASN1_CLASS_MASK		0xC0000000
  ------------------
  |  Branch (1079:10): [True: 25.0k, False: 0]
  ------------------
 1080|  17.6k|	case SC_ASN1_UNI:
  ------------------
  |  |  137|  17.6k|#define SC_ASN1_UNI			0x00000000 /* Universal */
  ------------------
  |  Branch (1080:2): [True: 17.6k, False: 7.47k]
  ------------------
 1081|  17.6k|		break;
 1082|  7.47k|	case SC_ASN1_APP:
  ------------------
  |  |  138|  7.47k|#define SC_ASN1_APP			0x40000000 /* Application */
  ------------------
  |  Branch (1082:2): [True: 7.47k, False: 17.6k]
  ------------------
 1083|  7.47k|		t |= SC_ASN1_TAG_APPLICATION;
  ------------------
  |  |  186|  7.47k|#define SC_ASN1_TAG_APPLICATION		0x40
  ------------------
 1084|  7.47k|		break;
 1085|      0|	case SC_ASN1_CTX:
  ------------------
  |  |  139|      0|#define SC_ASN1_CTX			0x80000000 /* Context */
  ------------------
  |  Branch (1085:2): [True: 0, False: 25.0k]
  ------------------
 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: 25.0k]
  ------------------
 1089|      0|		t |= SC_ASN1_TAG_PRIVATE;
  ------------------
  |  |  188|      0|#define SC_ASN1_TAG_PRIVATE		0xC0
  ------------------
 1090|      0|		break;
 1091|  25.0k|	}
 1092|  25.0k|	if (tag & SC_ASN1_CONS)
  ------------------
  |  |  141|  25.0k|#define SC_ASN1_CONS			0x20000000
  ------------------
  |  Branch (1092:6): [True: 7.06k, False: 18.0k]
  ------------------
 1093|  7.06k|		t |= SC_ASN1_TAG_CONSTRUCTED;
  ------------------
  |  |  190|  7.06k|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
 1094|  25.0k|	if (datalen > 127) {
  ------------------
  |  Branch (1094:6): [True: 410, False: 24.6k]
  ------------------
 1095|    410|		c = 1;
 1096|    477|		while (datalen >> (c << 3))
  ------------------
  |  Branch (1096:10): [True: 67, False: 410]
  ------------------
 1097|     67|			c++;
 1098|    410|	}
 1099|       |
 1100|  25.0k|	*outlen = tag_len + 1 + c + datalen;
 1101|  25.0k|	buf = malloc(*outlen);
 1102|  25.0k|	if (buf == NULL)
  ------------------
  |  Branch (1102:6): [True: 0, False: 25.0k]
  ------------------
 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|  25.0k|	*out = p = buf;
 1106|  25.0k|	*p++ = t;
 1107|  25.0k|	for (ii=1;ii<tag_len;ii++)
  ------------------
  |  Branch (1107:12): [True: 0, False: 25.0k]
  ------------------
 1108|      0|		*p++ = tag_char[tag_len - ii - 1];
 1109|       |
 1110|  25.0k|	if (c) {
  ------------------
  |  Branch (1110:6): [True: 410, False: 24.6k]
  ------------------
 1111|    410|		*p++ = 0x80 | c;
 1112|    887|		while (c--)
  ------------------
  |  Branch (1112:10): [True: 477, False: 410]
  ------------------
 1113|    477|			*p++ = (datalen >> (c << 3)) & 0xFF;
 1114|    410|	}
 1115|  24.6k|	else   {
 1116|  24.6k|		*p++ = datalen & 0x7F;
 1117|  24.6k|	}
 1118|  25.0k|	if (datalen && data) {
  ------------------
  |  Branch (1118:6): [True: 24.8k, False: 213]
  |  Branch (1118:17): [True: 24.8k, False: 0]
  ------------------
 1119|  24.8k|		memcpy(p, data, datalen);
 1120|  24.8k|	}
 1121|       |
 1122|  25.0k|	return SC_SUCCESS;
  ------------------
  |  |   28|  25.0k|#define SC_SUCCESS				0
  ------------------
 1123|  25.0k|}
asn1.c:asn1_decode:
 1723|  44.4k|{
 1724|  44.4k|	int r, idx = 0;
 1725|  44.4k|	const u8 *p = in, *obj;
 1726|  44.4k|	struct sc_asn1_entry *entry = asn1;
 1727|  44.4k|	size_t left = len, objlen;
 1728|       |
 1729|  44.4k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*s""called, left=%zu, depth %d%s",
  ------------------
  |  |   70|  88.9k|#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: 4.79k, False: 39.6k]
  |  |  ------------------
  ------------------
 1730|  44.4k|			depth, depth, "", left, depth, choice ? ", choice" : "");
 1731|       |
 1732|  44.4k|	if (!p)
  ------------------
  |  Branch (1732:6): [True: 1, False: 44.4k]
  ------------------
 1733|      1|		return SC_ERROR_ASN1_OBJECT_NOT_FOUND;
  ------------------
  |  |   83|      1|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
 1734|  44.4k|	if (left < 2) {
  ------------------
  |  Branch (1734:6): [True: 2.75k, False: 41.7k]
  ------------------
 1735|  6.31k|		while (asn1->name && (asn1->flags & SC_ASN1_OPTIONAL))
  ------------------
  |  |  148|  4.72k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
  |  Branch (1735:10): [True: 4.72k, False: 1.59k]
  |  Branch (1735:24): [True: 3.56k, False: 1.15k]
  ------------------
 1736|  3.56k|			asn1++;
 1737|       |		/* If all elements were optional, there's nothing
 1738|       |		 * to complain about */
 1739|  2.75k|		if (asn1->name == NULL)
  ------------------
  |  Branch (1739:7): [True: 1.59k, False: 1.15k]
  ------------------
 1740|  1.59k|			return 0;
 1741|  1.15k|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "End of ASN.1 stream, "
  ------------------
  |  |   70|  1.15k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1742|  1.15k|			      "non-optional field \"%s\" not found\n",
 1743|  1.15k|			      asn1->name);
 1744|  1.15k|		return SC_ERROR_ASN1_OBJECT_NOT_FOUND;
  ------------------
  |  |   83|  1.15k|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
 1745|  2.75k|	}
 1746|  41.7k|	if (p[0] == 0 || p[0] == 0xFF || len == 0)
  ------------------
  |  Branch (1746:6): [True: 1.19k, False: 40.5k]
  |  Branch (1746:19): [True: 119, False: 40.4k]
  |  Branch (1746:35): [True: 0, False: 40.4k]
  ------------------
 1747|  1.30k|		return SC_ERROR_ASN1_END_OF_CONTENTS;
  ------------------
  |  |   84|  1.30k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
 1748|       |
 1749|   135k|	for (idx = 0; asn1[idx].name != NULL; idx++) {
  ------------------
  |  Branch (1749:16): [True: 104k, False: 30.9k]
  ------------------
 1750|   104k|		entry = &asn1[idx];
 1751|       |
 1752|   104k|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "Looking for '%s', tag 0x%x%s%s\n",
  ------------------
  |  |   70|   104k|#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|   104k|			entry->name, entry->tag, choice? ", CHOICE" : "",
  |  |  |  | 1754|   104k|			(entry->flags & SC_ASN1_OPTIONAL)? ", OPTIONAL": "");
  |  |  |  |  ------------------
  |  |  |  |  |  |  148|   104k|#define SC_ASN1_OPTIONAL		0x00000002
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1753|   104k|			entry->name, entry->tag, choice? ", CHOICE" : "",
 1754|   104k|			(entry->flags & SC_ASN1_OPTIONAL)? ", OPTIONAL": "");
 1755|       |
 1756|       |		/* Special case CHOICE has no tag */
 1757|   104k|		if (entry->type == SC_ASN1_CHOICE) {
  ------------------
  |  |  170|   104k|#define SC_ASN1_CHOICE			130
  ------------------
  |  Branch (1757:7): [True: 12, False: 104k]
  ------------------
 1758|     12|			r = asn1_decode(ctx,
 1759|     12|				(struct sc_asn1_entry *) entry->parm,
 1760|     12|				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|     12|			if (r >= 0 || (entry->flags & SC_ASN1_OPTIONAL))
  ------------------
  |  |  148|     10|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
  |  Branch (1766:8): [True: 2, False: 10]
  |  Branch (1766:18): [True: 0, False: 10]
  ------------------
 1767|      2|				r = 0;
 1768|     12|			goto decode_ok;
 1769|     12|		}
 1770|       |
 1771|   104k|		obj = sc_asn1_skip_tag(ctx, &p, &left, entry->tag, &objlen);
 1772|   104k|		if (obj == NULL) {
  ------------------
  |  Branch (1772:7): [True: 42.5k, False: 62.1k]
  ------------------
 1773|  42.5k|			sc_debug(ctx, SC_LOG_DEBUG_ASN1, "'%s' not present\n", entry->name);
  ------------------
  |  |   70|  42.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1774|  42.5k|			if (choice)
  ------------------
  |  Branch (1774:8): [True: 5.43k, False: 37.1k]
  ------------------
 1775|  5.43k|				continue;
 1776|  37.1k|			if (entry->flags & SC_ASN1_OPTIONAL)
  ------------------
  |  |  148|  37.1k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
  |  Branch (1776:8): [True: 33.6k, False: 3.55k]
  ------------------
 1777|  33.6k|				continue;
 1778|  3.55k|			sc_debug(ctx, SC_LOG_DEBUG_ASN1, "mandatory ASN.1 object '%s' not found\n", entry->name);
  ------------------
  |  |   70|  3.55k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1779|  3.55k|			if (left) {
  ------------------
  |  Branch (1779:8): [True: 3.44k, False: 109]
  ------------------
 1780|  3.44k|				u8 line[128], *linep = line;
 1781|  3.44k|				size_t i;
 1782|       |
 1783|  3.44k|				line[0] = 0;
 1784|  34.8k|				for (i = 0; i < 10 && i < left; i++) {
  ------------------
  |  Branch (1784:17): [True: 31.9k, False: 2.83k]
  |  Branch (1784:27): [True: 31.3k, False: 606]
  ------------------
 1785|  31.3k|					sprintf((char *) linep, "%02X ", p[i]);
 1786|  31.3k|					linep += 3;
 1787|  31.3k|				}
 1788|  3.44k|				sc_debug(ctx, SC_LOG_DEBUG_ASN1, "next tag: %s\n", line);
  ------------------
  |  |   70|  3.44k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1789|  3.44k|			}
 1790|  3.55k|			sc_free_entry(asn1);
 1791|  3.55k|			SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_ASN1_OBJECT_NOT_FOUND);
  ------------------
  |  |  153|  3.55k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  3.55k|	int _ret = r; \
  |  |  155|  3.55k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 3.55k, False: 0]
  |  |  ------------------
  |  |  156|  3.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|  3.55k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 3.55k, False: 0]
  |  |  ------------------
  |  |  157|  3.55k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  3.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|  3.55k|	return _ret; \
  |  |  163|  3.55k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1792|  3.55k|		}
 1793|  62.1k|		r = asn1_decode_entry(ctx, entry, obj, objlen, depth);
 1794|       |
 1795|  62.1k|decode_ok:
 1796|  62.1k|		if (r)
  ------------------
  |  Branch (1796:7): [True: 1.28k, False: 60.8k]
  ------------------
 1797|  1.28k|			return r;
 1798|  60.8k|		if (choice)
  ------------------
  |  Branch (1798:7): [True: 4.67k, False: 56.2k]
  ------------------
 1799|  4.67k|			break;
 1800|  60.8k| 	}
 1801|  35.5k| 	if (choice && asn1[idx].name == NULL) /* No match */
  ------------------
  |  Branch (1801:7): [True: 4.73k, False: 30.8k]
  |  Branch (1801:17): [True: 65, False: 4.67k]
  ------------------
 1802|     65|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, SC_ERROR_ASN1_OBJECT_NOT_FOUND);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1803|  35.5k| 	if (newp != NULL)
  ------------------
  |  Branch (1803:7): [True: 11.4k, False: 24.0k]
  ------------------
 1804|  11.4k|		*newp = p;
 1805|  35.5k| 	if (len_left != NULL)
  ------------------
  |  Branch (1805:7): [True: 11.4k, False: 24.0k]
  ------------------
 1806|  11.4k|		*len_left = left;
 1807|  35.5k|	if (choice)
  ------------------
  |  Branch (1807:6): [True: 4.67k, False: 30.8k]
  ------------------
 1808|  4.67k|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, idx);
  ------------------
  |  |  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: 72, False: 4.59k]
  |  |  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 72]
  |  |  ------------------
  |  |  157|     72|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  4.59k|	} else { \
  |  |  159|  4.59k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|  4.59k|			"returning with: %d\n", _ret); \
  |  |  161|  4.59k|	} \
  |  |  162|  4.67k|	return _ret; \
  |  |  163|  4.67k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1809|  30.8k|	SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, 0);
  ------------------
  |  |  153|  30.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  30.8k|	int _ret = r; \
  |  |  155|  30.8k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 30.8k, False: 0]
  |  |  ------------------
  |  |  156|  30.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: 30.8k]
  |  |  ------------------
  |  |  157|  30.8k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  30.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|  30.8k|	return _ret; \
  |  |  163|  30.8k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1810|  30.8k|}
asn1.c:sc_free_entry:
 1688|  14.4k|static void sc_free_entry(struct sc_asn1_entry *asn1) {
 1689|  14.4k|	int idx = 0;
 1690|  14.4k|	struct sc_asn1_entry *entry = asn1;
 1691|       |
 1692|  14.4k|	if (!asn1)
  ------------------
  |  Branch (1692:6): [True: 594, False: 13.8k]
  ------------------
 1693|    594|		return;
 1694|       |
 1695|  67.3k|	for (idx = 0; asn1[idx].name != NULL; idx++) {
  ------------------
  |  Branch (1695:16): [True: 53.5k, False: 13.8k]
  ------------------
 1696|  53.5k|		entry = &asn1[idx];
 1697|  53.5k|		switch (entry->type) {
 1698|  3.93k|		case SC_ASN1_CHOICE:
  ------------------
  |  |  170|  3.93k|#define SC_ASN1_CHOICE			130
  ------------------
  |  Branch (1698:3): [True: 3.93k, False: 49.6k]
  ------------------
 1699|  10.8k|		case SC_ASN1_STRUCT:
  ------------------
  |  |  169|  10.8k|#define SC_ASN1_STRUCT			129
  ------------------
  |  Branch (1699:3): [True: 6.91k, False: 46.6k]
  ------------------
 1700|  10.8k|			sc_free_entry((struct sc_asn1_entry *) entry->parm);
 1701|  10.8k|			break;
 1702|  10.2k|		case SC_ASN1_OCTET_STRING:
  ------------------
  |  |  157|  10.2k|#define SC_ASN1_OCTET_STRING            4
  ------------------
  |  Branch (1702:3): [True: 10.2k, False: 43.3k]
  ------------------
 1703|  10.2k|		case SC_ASN1_BIT_STRING_NI:
  ------------------
  |  |  156|  10.2k|#define SC_ASN1_BIT_STRING_NI           128
  ------------------
  |  Branch (1703:3): [True: 52, False: 53.5k]
  ------------------
 1704|  10.3k|		case SC_ASN1_BIT_STRING:
  ------------------
  |  |  155|  10.3k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1704:3): [True: 74, False: 53.4k]
  ------------------
 1705|  10.6k|		case SC_ASN1_GENERALIZEDTIME:
  ------------------
  |  |  166|  10.6k|#define SC_ASN1_GENERALIZEDTIME         24
  ------------------
  |  Branch (1705:3): [True: 247, False: 53.3k]
  ------------------
 1706|  10.9k|		case SC_ASN1_PRINTABLESTRING:
  ------------------
  |  |  164|  10.9k|#define SC_ASN1_PRINTABLESTRING         19
  ------------------
  |  Branch (1706:3): [True: 356, False: 53.2k]
  ------------------
 1707|  12.9k|		case SC_ASN1_UTF8STRING:
  ------------------
  |  |  161|  12.9k|#define SC_ASN1_UTF8STRING              12
  ------------------
  |  Branch (1707:3): [True: 2.01k, False: 51.5k]
  ------------------
 1708|  12.9k|			if ((entry->flags & SC_ASN1_ALLOC) && (entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  149|  12.9k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
              			if ((entry->flags & SC_ASN1_ALLOC) && (entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|  1.20k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1708:8): [True: 1.20k, False: 11.7k]
  |  Branch (1708:42): [True: 326, False: 882]
  ------------------
 1709|    326|				u8 **buf = (u8 **)entry->parm;
 1710|    326|				free(*buf);
 1711|    326|				*buf = NULL;
 1712|    326|			}
 1713|  12.9k|			break;
 1714|  29.7k|		default:
  ------------------
  |  Branch (1714:3): [True: 29.7k, False: 23.8k]
  ------------------
 1715|  29.7k|			break;
 1716|  53.5k|		}
 1717|  53.5k|	}
 1718|  13.8k|}
asn1.c:asn1_decode_entry:
 1486|  62.1k|{
 1487|  62.1k|	void *parm = entry->parm;
 1488|  62.1k|	int (*callback_func)(sc_context_t *nctx, void *arg, const u8 *nobj,
 1489|  62.1k|			     size_t nobjlen, int ndepth);
 1490|  62.1k|	size_t *len = (size_t *) entry->arg;
 1491|  62.1k|	int r = 0;
 1492|       |
 1493|  62.1k|	callback_func = parm;
 1494|       |
 1495|  62.1k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*sdecoding '%s', raw data:%s%s\n",
  ------------------
  |  |   70|   248k|#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: 23.1k, False: 39.0k]
  |  |  |  Branch (70:115): [True: 23.1k, False: 39.0k]
  |  |  ------------------
  ------------------
 1496|  62.1k|		depth, depth, "", entry->name,
 1497|  62.1k|		sc_dump_hex(obj, objlen > 16  ? 16 : objlen),
 1498|  62.1k|		objlen > 16 ? "..." : "");
 1499|       |
 1500|  62.1k|	switch (entry->type) {
 1501|  15.8k|	case SC_ASN1_STRUCT:
  ------------------
  |  |  169|  15.8k|#define SC_ASN1_STRUCT			129
  ------------------
  |  Branch (1501:2): [True: 15.8k, False: 46.2k]
  ------------------
 1502|  15.8k|		if (parm != NULL)
  ------------------
  |  Branch (1502:7): [True: 10.3k, False: 5.57k]
  ------------------
 1503|  10.3k|			r = asn1_decode(ctx, (struct sc_asn1_entry *) parm, obj,
 1504|  10.3k|				       objlen, NULL, NULL, 0, depth + 1);
 1505|  15.8k|		break;
 1506|    456|	case SC_ASN1_NULL:
  ------------------
  |  |  158|    456|#define SC_ASN1_NULL                    5
  ------------------
  |  Branch (1506:2): [True: 456, False: 61.6k]
  ------------------
 1507|    456|		break;
 1508|      0|	case SC_ASN1_BOOLEAN:
  ------------------
  |  |  153|      0|#define SC_ASN1_BOOLEAN                 1
  ------------------
  |  Branch (1508:2): [True: 0, False: 62.1k]
  ------------------
 1509|      0|		if (parm != NULL) {
  ------------------
  |  Branch (1509:7): [True: 0, False: 0]
  ------------------
 1510|      0|			if (objlen != 1) {
  ------------------
  |  Branch (1510:8): [True: 0, False: 0]
  ------------------
 1511|      0|				sc_debug(ctx, SC_LOG_DEBUG_ASN1, "invalid ASN.1 object length: %zu", objlen);
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1512|      0|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1513|      0|			} else
 1514|      0|				*((int *) parm) = obj[0] ? 1 : 0;
  ------------------
  |  Branch (1514:23): [True: 0, False: 0]
  ------------------
 1515|      0|		}
 1516|      0|		break;
 1517|  3.13k|	case SC_ASN1_INTEGER:
  ------------------
  |  |  154|  3.13k|#define SC_ASN1_INTEGER                 2
  ------------------
  |  Branch (1517:2): [True: 3.13k, False: 59.0k]
  ------------------
 1518|  3.13k|	case SC_ASN1_ENUMERATED:
  ------------------
  |  |  160|  3.13k|#define SC_ASN1_ENUMERATED              10
  ------------------
  |  Branch (1518:2): [True: 0, False: 62.1k]
  ------------------
 1519|  3.13k|		if (parm != NULL) {
  ------------------
  |  Branch (1519:7): [True: 3.13k, False: 0]
  ------------------
 1520|  3.13k|			r = sc_asn1_decode_integer(obj, objlen, (int *) entry->parm, 0);
 1521|  3.13k|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  3.13k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1521:8): [True: 3.08k, False: 45]
  ------------------
 1522|  3.08k|				sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*sdecoding '%s' returned %d\n",
  ------------------
  |  |   70|  3.08k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1523|  3.08k|						depth, depth, "", entry->name, *((int *)entry->parm));
 1524|  3.08k|			}
 1525|  3.13k|		}
 1526|  3.13k|		break;
 1527|  2.58k|	case SC_ASN1_BIT_STRING_NI:
  ------------------
  |  |  156|  2.58k|#define SC_ASN1_BIT_STRING_NI           128
  ------------------
  |  Branch (1527:2): [True: 2.58k, False: 59.5k]
  ------------------
 1528|  4.94k|	case SC_ASN1_BIT_STRING:
  ------------------
  |  |  155|  4.94k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1528:2): [True: 2.36k, False: 59.7k]
  ------------------
 1529|  4.94k|		if (parm != NULL) {
  ------------------
  |  Branch (1529:7): [True: 2.58k, False: 2.36k]
  ------------------
 1530|  2.58k|			int invert = entry->type == SC_ASN1_BIT_STRING ? 1 : 0;
  ------------------
  |  |  155|  2.58k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1530:17): [True: 0, False: 2.58k]
  ------------------
 1531|  2.58k|			if (len == NULL)
  ------------------
  |  Branch (1531:8): [True: 0, False: 2.58k]
  ------------------
 1532|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1533|  2.58k|			if (objlen < 1) {
  ------------------
  |  Branch (1533:8): [True: 20, False: 2.56k]
  ------------------
 1534|     20|				r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     20|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1535|     20|				break;
 1536|     20|			}
 1537|  2.56k|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|  2.56k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1537:8): [True: 2.56k, False: 0]
  ------------------
 1538|  2.56k|				u8 **buf = (u8 **) parm;
 1539|  2.56k|				if (objlen > 1) {
  ------------------
  |  Branch (1539:9): [True: 2.53k, False: 28]
  ------------------
 1540|  2.53k|					*buf = malloc(objlen-1);
 1541|  2.53k|					if (*buf == NULL) {
  ------------------
  |  Branch (1541:10): [True: 0, False: 2.53k]
  ------------------
 1542|      0|						r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1543|      0|						break;
 1544|      0|					}
 1545|  2.53k|				} else {
 1546|     28|					*buf = NULL;
 1547|     28|				}
 1548|  2.56k|				*len = objlen-1;
 1549|  2.56k|				parm = *buf;
 1550|  2.56k|			}
 1551|  2.56k|			r = decode_bit_string(obj, objlen, (u8 *) parm, *len, invert, 0);
 1552|  2.56k|			if (r >= 0) {
  ------------------
  |  Branch (1552:8): [True: 2.53k, False: 30]
  ------------------
 1553|  2.53k|				*len = r;
 1554|  2.53k|				r = 0;
 1555|  2.53k|			}
 1556|  2.56k|		}
 1557|  4.92k|		break;
 1558|  4.92k|	case SC_ASN1_BIT_FIELD:
  ------------------
  |  |  171|    150|#define SC_ASN1_BIT_FIELD		131	/* bit string as integer */
  ------------------
  |  Branch (1558:2): [True: 150, False: 62.0k]
  ------------------
 1559|    150|		if (parm != NULL)
  ------------------
  |  Branch (1559:7): [True: 150, False: 0]
  ------------------
 1560|    150|			r = decode_bit_field(obj, objlen, (u8 *) parm, *len, 0);
 1561|    150|		break;
 1562|  17.2k|	case SC_ASN1_OCTET_STRING:
  ------------------
  |  |  157|  17.2k|#define SC_ASN1_OCTET_STRING            4
  ------------------
  |  Branch (1562:2): [True: 17.2k, False: 44.8k]
  ------------------
 1563|  17.2k|		if (parm != NULL) {
  ------------------
  |  Branch (1563:7): [True: 17.1k, False: 67]
  ------------------
 1564|  17.1k|			size_t c;
 1565|  17.1k|			if (len == NULL)
  ------------------
  |  Branch (1565:8): [True: 0, False: 17.1k]
  ------------------
 1566|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1567|       |
 1568|       |			/* Strip off padding zero */
 1569|  17.1k|			if ((entry->flags & SC_ASN1_UNSIGNED)
  ------------------
  |  |  150|  17.1k|#define SC_ASN1_UNSIGNED		0x00000008
  ------------------
  |  Branch (1569:8): [True: 2.63k, False: 14.5k]
  ------------------
 1570|  2.63k|					&& objlen > 1 && obj[0] == 0x00) {
  ------------------
  |  Branch (1570:9): [True: 2.56k, False: 69]
  |  Branch (1570:23): [True: 1.54k, False: 1.01k]
  ------------------
 1571|  1.54k|				objlen--;
 1572|  1.54k|				obj++;
 1573|  1.54k|			}
 1574|       |
 1575|       |			/* Allocate buffer if needed */
 1576|  17.1k|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|  17.1k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1576:8): [True: 10.9k, False: 6.21k]
  ------------------
 1577|  10.9k|				u8 **buf = (u8 **) parm;
 1578|  10.9k|				if (objlen > 0) {
  ------------------
  |  Branch (1578:9): [True: 10.8k, False: 144]
  ------------------
 1579|  10.8k|					*buf = malloc(objlen);
 1580|  10.8k|					if (*buf == NULL) {
  ------------------
  |  Branch (1580:10): [True: 0, False: 10.8k]
  ------------------
 1581|      0|						r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1582|      0|						break;
 1583|      0|					}
 1584|  10.8k|				} else {
 1585|    144|					*buf = NULL;
 1586|    144|				}
 1587|  10.9k|				c = *len = objlen;
 1588|  10.9k|				parm = *buf;
 1589|  10.9k|			} else
 1590|  6.21k|				c = objlen > *len ? *len : objlen;
  ------------------
  |  Branch (1590:9): [True: 274, False: 5.94k]
  ------------------
 1591|       |
 1592|  17.1k|			memcpy(parm, obj, c);
 1593|  17.1k|			*len = c;
 1594|  17.1k|		}
 1595|  17.2k|		break;
 1596|  17.2k|	case SC_ASN1_GENERALIZEDTIME:
  ------------------
  |  |  166|      0|#define SC_ASN1_GENERALIZEDTIME         24
  ------------------
  |  Branch (1596:2): [True: 0, False: 62.1k]
  ------------------
 1597|      0|		if (parm != NULL) {
  ------------------
  |  Branch (1597:7): [True: 0, False: 0]
  ------------------
 1598|      0|			size_t c;
 1599|      0|			if (len == NULL)
  ------------------
  |  Branch (1599:8): [True: 0, False: 0]
  ------------------
 1600|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1601|      0|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|      0|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1601:8): [True: 0, False: 0]
  ------------------
 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|      0|				c = objlen > *len ? *len : objlen;
  ------------------
  |  Branch (1615:9): [True: 0, False: 0]
  ------------------
 1616|       |
 1617|      0|			memcpy(parm, obj, c);
 1618|      0|			*len = c;
 1619|      0|		}
 1620|      0|		break;
 1621|  11.7k|	case SC_ASN1_OBJECT:
  ------------------
  |  |  159|  11.7k|#define SC_ASN1_OBJECT                  6
  ------------------
  |  Branch (1621:2): [True: 11.7k, False: 50.3k]
  ------------------
 1622|  11.7k|		if (parm != NULL)
  ------------------
  |  Branch (1622:7): [True: 11.7k, False: 50]
  ------------------
 1623|  11.7k|			r = sc_asn1_decode_object_id(obj, objlen, (struct sc_object_id *) parm);
 1624|  11.7k|		break;
 1625|      3|	case SC_ASN1_PRINTABLESTRING:
  ------------------
  |  |  164|      3|#define SC_ASN1_PRINTABLESTRING         19
  ------------------
  |  Branch (1625:2): [True: 3, False: 62.1k]
  ------------------
 1626|     96|	case SC_ASN1_UTF8STRING:
  ------------------
  |  |  161|     96|#define SC_ASN1_UTF8STRING              12
  ------------------
  |  Branch (1626:2): [True: 93, False: 62.0k]
  ------------------
 1627|     96|		if (parm != NULL) {
  ------------------
  |  Branch (1627:7): [True: 95, False: 1]
  ------------------
 1628|     95|			if (len == NULL)
  ------------------
  |  Branch (1628:8): [True: 0, False: 95]
  ------------------
 1629|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1630|     95|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|     95|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1630:8): [True: 0, False: 95]
  ------------------
 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|     95|			r = sc_asn1_decode_utf8string(obj, objlen, (u8 *) parm, len);
 1641|     95|			if (entry->flags & SC_ASN1_ALLOC) {
  ------------------
  |  |  149|     95|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  |  Branch (1641:8): [True: 0, False: 95]
  ------------------
 1642|      0|				*len -= 1;
 1643|      0|			}
 1644|     95|		}
 1645|     96|		break;
 1646|    573|	case SC_ASN1_PATH:
  ------------------
  |  |  174|    573|#define SC_ASN1_PATH			256
  ------------------
  |  Branch (1646:2): [True: 573, False: 61.5k]
  ------------------
 1647|    573|		if (entry->parm != NULL)
  ------------------
  |  Branch (1647:7): [True: 573, False: 0]
  ------------------
 1648|    573|			r = asn1_decode_path(ctx, obj, objlen, (sc_path_t *) parm, depth);
 1649|    573|		break;
 1650|      3|	case SC_ASN1_PKCS15_ID:
  ------------------
  |  |  175|      3|#define SC_ASN1_PKCS15_ID		257
  ------------------
  |  Branch (1650:2): [True: 3, False: 62.1k]
  ------------------
 1651|      3|		if (entry->parm != NULL) {
  ------------------
  |  Branch (1651:7): [True: 3, False: 0]
  ------------------
 1652|      3|			struct sc_pkcs15_id *id = (struct sc_pkcs15_id *) parm;
 1653|      3|			size_t c = objlen > sizeof(id->value) ? sizeof(id->value) : objlen;
  ------------------
  |  Branch (1653:15): [True: 0, False: 3]
  ------------------
 1654|       |
 1655|      3|			memcpy(id->value, obj, c);
 1656|      3|			id->len = c;
 1657|      3|		}
 1658|      3|		break;
 1659|     10|	case SC_ASN1_PKCS15_OBJECT:
  ------------------
  |  |  176|     10|#define SC_ASN1_PKCS15_OBJECT		258
  ------------------
  |  Branch (1659:2): [True: 10, False: 62.1k]
  ------------------
 1660|     10|		if (entry->parm != NULL)
  ------------------
  |  Branch (1660:7): [True: 8, False: 2]
  ------------------
 1661|      8|			r = asn1_decode_p15_object(ctx, obj, objlen, (struct sc_asn1_pkcs15_object *) parm, depth);
 1662|     10|		break;
 1663|  5.09k|	case SC_ASN1_ALGORITHM_ID:
  ------------------
  |  |  177|  5.09k|#define SC_ASN1_ALGORITHM_ID		259
  ------------------
  |  Branch (1663:2): [True: 5.09k, False: 57.0k]
  ------------------
 1664|  5.09k|		if (entry->parm != NULL)
  ------------------
  |  Branch (1664:7): [True: 5.09k, False: 0]
  ------------------
 1665|  5.09k|			r = sc_asn1_decode_algorithm_id(ctx, obj, objlen, (struct sc_algorithm_id *) parm, depth);
 1666|  5.09k|		break;
 1667|      8|	case SC_ASN1_SE_INFO:
  ------------------
  |  |  178|      8|#define SC_ASN1_SE_INFO			260
  ------------------
  |  Branch (1667:2): [True: 8, False: 62.1k]
  ------------------
 1668|      8|		if (entry->parm != NULL)
  ------------------
  |  Branch (1668:7): [True: 8, False: 0]
  ------------------
 1669|      8|			r = asn1_decode_se_info(ctx, obj, objlen, (sc_pkcs15_sec_env_info_t ***)entry->parm, len, depth);
 1670|      8|		break;
 1671|  2.73k|	case SC_ASN1_CALLBACK:
  ------------------
  |  |  181|  2.73k|#define SC_ASN1_CALLBACK		384
  ------------------
  |  Branch (1671:2): [True: 2.73k, False: 59.4k]
  ------------------
 1672|  2.73k|		if (entry->parm != NULL)
  ------------------
  |  Branch (1672:7): [True: 2.73k, False: 0]
  ------------------
 1673|  2.73k|			r = callback_func(ctx, entry->arg, obj, objlen, depth);
 1674|  2.73k|		break;
 1675|      0|	default:
  ------------------
  |  Branch (1675:2): [True: 0, False: 62.1k]
  ------------------
 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|  62.1k|	}
 1679|  62.1k|	if (r) {
  ------------------
  |  Branch (1679:6): [True: 1.27k, False: 60.8k]
  ------------------
 1680|  1.27k|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "decoding of ASN.1 object '%s' failed: %s\n", entry->name,
  ------------------
  |  |   70|  1.27k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1681|  1.27k|		      sc_strerror(r));
 1682|  1.27k|		return r;
 1683|  1.27k|	}
 1684|  60.8k|	entry->flags |= SC_ASN1_PRESENT;
  ------------------
  |  |  147|  60.8k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
 1685|  60.8k|	return 0;
 1686|  62.1k|}
asn1.c:decode_bit_field:
  687|    150|{
  688|    150|	u8		data[sizeof(unsigned int)];
  689|    150|	unsigned int	field = 0;
  690|    150|	int		i, n;
  691|       |
  692|    150|	if (outlen != sizeof(data))
  ------------------
  |  Branch (692:6): [True: 0, False: 150]
  ------------------
  693|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  694|       |
  695|    150|	n = decode_bit_string(inbuf, inlen, data, sizeof(data), 1, strict);
  696|    150|	if (n < 0)
  ------------------
  |  Branch (696:6): [True: 25, False: 125]
  ------------------
  697|     25|		return n;
  698|       |
  699|    145|	for (i = 0; i < n; i += 8) {
  ------------------
  |  Branch (699:14): [True: 20, False: 125]
  ------------------
  700|     20|		field |= ((unsigned int) data[i/8] << i);
  701|     20|	}
  702|    125|	memcpy(outbuf, &field, outlen);
  703|    125|	return 0;
  704|    150|}
asn1.c:sc_asn1_decode_utf8string:
  963|     95|{
  964|     95|	if (inlen+1 > *outlen)
  ------------------
  |  Branch (964:6): [True: 0, False: 95]
  ------------------
  965|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  966|     95|	*outlen = inlen+1;
  967|     95|	memcpy(out, inbuf, inlen);
  968|     95|	out[inlen] = 0;
  969|     95|	return 0;
  970|     95|}
asn1.c:asn1_decode_path:
 1145|    573|{
 1146|    573|	int idx, count, r;
 1147|    573|	struct sc_asn1_entry asn1_path_ext[3], asn1_path[5];
 1148|    573|	unsigned char path_value[SC_MAX_PATH_SIZE], aid_value[SC_MAX_AID_SIZE];
 1149|    573|	size_t path_len = sizeof(path_value), aid_len = sizeof(aid_value);
 1150|       |
 1151|    573|	memset(path, 0, sizeof(struct sc_path));
 1152|       |
 1153|    573|	sc_copy_asn1_entry(c_asn1_path_ext, asn1_path_ext);
 1154|    573|	sc_copy_asn1_entry(c_asn1_path, asn1_path);
 1155|       |
 1156|    573|	sc_format_asn1_entry(asn1_path_ext + 0, aid_value, &aid_len, 0);
 1157|    573|	sc_format_asn1_entry(asn1_path_ext + 1, path_value, &path_len, 0);
 1158|       |
 1159|    573|	sc_format_asn1_entry(asn1_path + 0, path_value, &path_len, 0);
 1160|    573|	sc_format_asn1_entry(asn1_path + 1, &idx, NULL, 0);
 1161|    573|	sc_format_asn1_entry(asn1_path + 2, &count, NULL, 0);
 1162|    573|	sc_format_asn1_entry(asn1_path + 3, asn1_path_ext, NULL, 0);
 1163|       |
 1164|    573|	r = asn1_decode(ctx, asn1_path, in, len, NULL, NULL, 0, depth + 1);
 1165|    573|	if (r)
  ------------------
  |  Branch (1165:6): [True: 27, False: 546]
  ------------------
 1166|     27|		return r;
 1167|       |
 1168|    546|	if (asn1_path[3].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|    546|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1168:6): [True: 0, False: 546]
  ------------------
 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|    546|	else if (asn1_path[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|    546|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1176:11): [True: 432, False: 114]
  ------------------
 1177|       |		/* path present: set 'path' */
 1178|    432|		memcpy(path->value, path_value, path_len);
 1179|    432|		path->len = path_len;
 1180|    432|	}
 1181|    114|	else   {
 1182|       |		/* failed if both 'path' and 'pathExtended' are absent */
 1183|    114|		return SC_ERROR_ASN1_OBJECT_NOT_FOUND;
  ------------------
  |  |   83|    114|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
 1184|    114|	}
 1185|       |
 1186|    432|	if (path->len == 2)
  ------------------
  |  Branch (1186:6): [True: 113, False: 319]
  ------------------
 1187|    113|		path->type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    113|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1188|    319|	else   if (path->aid.len && path->len > 2)
  ------------------
  |  Branch (1188:13): [True: 0, False: 319]
  |  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|    319|	else
 1191|    319|		path->type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|    319|#define SC_PATH_TYPE_PATH		2
  ------------------
 1192|       |
 1193|    432|	if ((asn1_path[1].flags & SC_ASN1_PRESENT) && (asn1_path[2].flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|    432|#define SC_ASN1_PRESENT			0x00000001
  ------------------
              	if ((asn1_path[1].flags & SC_ASN1_PRESENT) && (asn1_path[2].flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|     30|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1193:6): [True: 30, False: 402]
  |  Branch (1193:48): [True: 0, False: 30]
  ------------------
 1194|      0|		path->index = idx;
 1195|      0|		path->count = count;
 1196|      0|	}
 1197|    432|	else {
 1198|    432|		path->index = 0;
 1199|    432|		path->count = -1;
 1200|    432|	}
 1201|       |
 1202|    432|	return SC_SUCCESS;
  ------------------
  |  |   28|    432|#define SC_SUCCESS				0
  ------------------
 1203|    546|}
asn1.c:asn1_decode_p15_object:
 1391|      8|{
 1392|      8|	struct sc_pkcs15_object *p15_obj = obj->p15_obj;
 1393|      8|	struct sc_asn1_entry asn1_c_attr[6], asn1_p15_obj[5];
 1394|      8|	struct sc_asn1_entry asn1_ac_rules[SC_PKCS15_MAX_ACCESS_RULES + 1], asn1_ac_rule[SC_PKCS15_MAX_ACCESS_RULES][3];
 1395|      8|	size_t flags_len = sizeof(p15_obj->flags);
 1396|      8|	size_t label_len = sizeof(p15_obj->label);
 1397|      8|	size_t access_mode_len = sizeof(p15_obj->access_rules[0].access_mode);
 1398|      8|	int r, ii;
 1399|       |
 1400|     72|	for (ii=0; ii<SC_PKCS15_MAX_ACCESS_RULES; ii++)
  ------------------
  |  |   42|     72|#define SC_PKCS15_MAX_ACCESS_RULES      8
  ------------------
  |  Branch (1400:13): [True: 64, False: 8]
  ------------------
 1401|     64|		sc_copy_asn1_entry(c_asn1_access_control_rule, asn1_ac_rule[ii]);
 1402|      8|	sc_copy_asn1_entry(c_asn1_access_control_rules, asn1_ac_rules);
 1403|       |
 1404|       |
 1405|      8|	sc_copy_asn1_entry(c_asn1_com_obj_attr, asn1_c_attr);
 1406|      8|	sc_copy_asn1_entry(c_asn1_p15_obj, asn1_p15_obj);
 1407|      8|	sc_format_asn1_entry(asn1_c_attr + 0, p15_obj->label, &label_len, 0);
 1408|      8|	sc_format_asn1_entry(asn1_c_attr + 1, &p15_obj->flags, &flags_len, 0);
 1409|      8|	sc_format_asn1_entry(asn1_c_attr + 2, &p15_obj->auth_id, NULL, 0);
 1410|      8|	sc_format_asn1_entry(asn1_c_attr + 3, &p15_obj->user_consent, NULL, 0);
 1411|       |
 1412|     72|	for (ii=0; ii<SC_PKCS15_MAX_ACCESS_RULES; ii++)   {
  ------------------
  |  |   42|     72|#define SC_PKCS15_MAX_ACCESS_RULES      8
  ------------------
  |  Branch (1412:13): [True: 64, False: 8]
  ------------------
 1413|     64|		sc_format_asn1_entry(asn1_ac_rule[ii] + 0, &p15_obj->access_rules[ii].access_mode, &access_mode_len, 0);
 1414|     64|		sc_format_asn1_entry(asn1_ac_rule[ii] + 1, &p15_obj->access_rules[ii].auth_id, NULL, 0);
 1415|     64|		sc_format_asn1_entry(asn1_ac_rules + ii, asn1_ac_rule[ii], NULL, 0);
 1416|     64|	}
 1417|      8|	sc_format_asn1_entry(asn1_c_attr + 4, asn1_ac_rules, NULL, 0);
 1418|       |
 1419|      8|	sc_format_asn1_entry(asn1_p15_obj + 0, asn1_c_attr, NULL, 0);
 1420|      8|	sc_format_asn1_entry(asn1_p15_obj + 1, obj->asn1_class_attr, NULL, 0);
 1421|      8|	sc_format_asn1_entry(asn1_p15_obj + 2, obj->asn1_subclass_attr, NULL, 0);
 1422|      8|	sc_format_asn1_entry(asn1_p15_obj + 3, obj->asn1_type_attr, NULL, 0);
 1423|       |
 1424|      8|	r = asn1_decode(ctx, asn1_p15_obj, in, len, NULL, NULL, 0, depth + 1);
 1425|      8|	return r;
 1426|      8|}
asn1.c:asn1_decode_se_info:
 1239|      8|{
 1240|      8|	struct sc_pkcs15_sec_env_info **ses;
 1241|      8|	const unsigned char *ptr = obj;
 1242|      8|	size_t idx, ptrlen = objlen;
 1243|      8|	int ret;
 1244|       |
 1245|      8|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1246|       |
 1247|      8|	ses = calloc(SC_MAX_SE_NUM, sizeof(sc_pkcs15_sec_env_info_t *));
  ------------------
  |  |   51|      8|#define SC_MAX_SE_NUM			8
  ------------------
 1248|      8|	if (ses == NULL) {
  ------------------
  |  Branch (1248:6): [True: 0, False: 8]
  ------------------
 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|      8|	for (idx=0; idx < SC_MAX_SE_NUM && ptrlen; )   {
  ------------------
  |  |   51|     16|#define SC_MAX_SE_NUM			8
  ------------------
  |  Branch (1252:14): [True: 8, False: 0]
  |  Branch (1252:37): [True: 1, False: 7]
  ------------------
 1253|      1|		struct sc_asn1_entry asn1_se[2];
 1254|      1|		struct sc_asn1_entry asn1_se_info[4];
 1255|      1|		struct sc_pkcs15_sec_env_info si;
 1256|       |
 1257|      1|		sc_copy_asn1_entry(c_asn1_se, asn1_se);
 1258|      1|		sc_copy_asn1_entry(c_asn1_se_info, asn1_se_info);
 1259|       |
 1260|      1|		si.aid.len = sizeof(si.aid.value);
 1261|      1|		sc_format_asn1_entry(asn1_se_info + 0, &si.se, NULL, 0);
 1262|      1|		sc_format_asn1_entry(asn1_se_info + 1, &si.owner, NULL, 0);
 1263|      1|		sc_format_asn1_entry(asn1_se_info + 2, &si.aid.value, &si.aid.len, 0);
 1264|      1|		sc_format_asn1_entry(asn1_se + 0, asn1_se_info, NULL, 0);
 1265|       |
 1266|      1|		ret = asn1_decode(ctx, asn1_se, ptr, ptrlen, &ptr, &ptrlen, 0, depth+1);
 1267|      1|		if (ret != SC_SUCCESS)
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  |  Branch (1267:7): [True: 1, False: 0]
  ------------------
 1268|      1|			goto err;
 1269|      0|		if (!(asn1_se_info[1].flags & SC_ASN1_PRESENT))
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1269:7): [True: 0, False: 0]
  ------------------
 1270|      0|			sc_init_oid(&si.owner);
 1271|       |
 1272|      0|		ses[idx] = calloc(1, sizeof(sc_pkcs15_sec_env_info_t));
 1273|      0|		if (ses[idx] == NULL) {
  ------------------
  |  Branch (1273:7): [True: 0, False: 0]
  ------------------
 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|      0|		memcpy(ses[idx], &si, sizeof(struct sc_pkcs15_sec_env_info));
 1279|      0|		idx++;
 1280|      0|	}
 1281|       |
 1282|      7|	*se  = ses;
 1283|      7|	*num = idx;
 1284|      7|	ret = SC_SUCCESS;
  ------------------
  |  |   28|      7|#define SC_SUCCESS				0
  ------------------
 1285|      8|err:
 1286|      8|	if (ret != SC_SUCCESS) {
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
  |  Branch (1286:6): [True: 1, False: 7]
  ------------------
 1287|      1|		size_t i;
 1288|      1|		for (i = 0; i < idx; i++)
  ------------------
  |  Branch (1288:15): [True: 0, False: 1]
  ------------------
 1289|      0|			if (ses[i])
  ------------------
  |  Branch (1289:8): [True: 0, False: 0]
  ------------------
 1290|      0|				free(ses[i]);
 1291|      1|		free(ses);
 1292|      1|	}
 1293|       |
 1294|      8|	SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_ASN1, ret);
  ------------------
  |  |  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|      1|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1, False: 7]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1295|      8|}
asn1.c:asn1_encode:
 2039|  23.5k|{
 2040|  23.5k|	int r, idx = 0;
 2041|  23.5k|	u8 *obj = NULL, *buf = NULL, *tmp;
 2042|  23.5k|	size_t total = 0, objsize;
 2043|       |
 2044|  23.5k|	if (asn1 == NULL) {
  ------------------
  |  Branch (2044:6): [True: 0, False: 23.5k]
  ------------------
 2045|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2046|      0|	}
 2047|       |
 2048|  59.2k|	for (idx = 0; asn1[idx].name != NULL; idx++) {
  ------------------
  |  Branch (2048:16): [True: 35.7k, False: 23.5k]
  ------------------
 2049|  35.7k|		r = asn1_encode_entry(ctx, &asn1[idx], &obj, &objsize, depth);
 2050|  35.7k|		if (r) {
  ------------------
  |  Branch (2050:7): [True: 42, False: 35.6k]
  ------------------
 2051|     42|			if (obj)
  ------------------
  |  Branch (2051:8): [True: 0, False: 42]
  ------------------
 2052|      0|				free(obj);
 2053|     42|			if (buf)
  ------------------
  |  Branch (2053:8): [True: 11, False: 31]
  ------------------
 2054|     11|				free(buf);
 2055|     42|			return r;
 2056|     42|		}
 2057|       |		/* in case of an empty (optional) element continue with
 2058|       |		 * the next asn1 element */
 2059|  35.6k|		if (!objsize)
  ------------------
  |  Branch (2059:7): [True: 10.6k, False: 25.0k]
  ------------------
 2060|  10.6k|			continue;
 2061|  25.0k|		tmp = (u8 *) realloc(buf, total + objsize);
 2062|  25.0k|		if (!tmp) {
  ------------------
  |  Branch (2062:7): [True: 0, False: 25.0k]
  ------------------
 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|  25.0k|		buf = tmp;
 2070|  25.0k|		memcpy(buf + total, obj, objsize);
 2071|  25.0k|		free(obj);
 2072|  25.0k|		obj = NULL;
 2073|  25.0k|		total += objsize;
 2074|  25.0k|	}
 2075|  23.5k|	*ptr = buf;
 2076|  23.5k|	*size = total;
 2077|  23.5k|	return 0;
 2078|  23.5k|}
asn1.c:asn1_encode_entry:
 1826|  35.7k|{
 1827|  35.7k|	void *parm = entry->parm;
 1828|  35.7k|	int (*callback_func)(sc_context_t *nctx, void *arg, u8 **nobj,
 1829|  35.7k|			     size_t *nobjlen, int ndepth);
 1830|  35.7k|	const size_t *len = (const size_t *) entry->arg;
 1831|  35.7k|	int r = 0;
 1832|  35.7k|	u8 * buf = NULL;
 1833|  35.7k|	size_t buflen = 0;
 1834|       |
 1835|  35.7k|	callback_func = parm;
 1836|       |
 1837|  35.7k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*sencoding '%s'%s\n",
  ------------------
  |  |   70|  35.7k|#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|  35.7k|	       	depth, depth, "", entry->name,
  |  |  |  | 1839|  35.7k|		(entry->flags & SC_ASN1_PRESENT)? "" : " (not present)");
  |  |  |  |  ------------------
  |  |  |  |  |  |  147|  35.7k|#define SC_ASN1_PRESENT			0x00000001
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1838|  35.7k|	       	depth, depth, "", entry->name,
 1839|  35.7k|		(entry->flags & SC_ASN1_PRESENT)? "" : " (not present)");
 1840|  35.7k|	if (!(entry->flags & SC_ASN1_PRESENT))
  ------------------
  |  |  147|  35.7k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (1840:6): [True: 10.6k, False: 25.1k]
  ------------------
 1841|  10.6k|		goto no_object;
 1842|  25.1k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*stype=%d, tag=0x%02x, parm=%p, len=%zu",
  ------------------
  |  |   70|  50.2k|#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: 15.9k, False: 9.13k]
  |  |  ------------------
  ------------------
 1843|  25.1k|			depth, depth, "", entry->type, entry->tag, parm, len ? *len : 0);
 1844|       |
 1845|  25.1k|	if (entry->type == SC_ASN1_CHOICE) {
  ------------------
  |  |  170|  25.1k|#define SC_ASN1_CHOICE			130
  ------------------
  |  Branch (1845:6): [True: 0, False: 25.1k]
  ------------------
 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|  25.1k|	if (entry->type != SC_ASN1_NULL && parm == NULL) {
  ------------------
  |  |  158|  50.2k|#define SC_ASN1_NULL                    5
  ------------------
  |  Branch (1870:6): [True: 24.9k, False: 213]
  |  Branch (1870:37): [True: 14, False: 24.9k]
  ------------------
 1871|     14|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "unexpected parm == NULL\n");
  ------------------
  |  |   70|     14|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1872|     14|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     14|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 1873|     14|	}
 1874|       |
 1875|  25.1k|	switch (entry->type) {
 1876|  1.34k|	case SC_ASN1_STRUCT:
  ------------------
  |  |  169|  1.34k|#define SC_ASN1_STRUCT			129
  ------------------
  |  Branch (1876:2): [True: 1.34k, False: 23.7k]
  ------------------
 1877|  1.34k|		r = asn1_encode(ctx, (const struct sc_asn1_entry *) parm, &buf,
 1878|  1.34k|				&buflen, depth + 1);
 1879|  1.34k|		break;
 1880|    213|	case SC_ASN1_NULL:
  ------------------
  |  |  158|    213|#define SC_ASN1_NULL                    5
  ------------------
  |  Branch (1880:2): [True: 213, False: 24.9k]
  ------------------
 1881|    213|		buf = NULL;
 1882|    213|		buflen = 0;
 1883|    213|		break;
 1884|      0|	case SC_ASN1_BOOLEAN:
  ------------------
  |  |  153|      0|#define SC_ASN1_BOOLEAN                 1
  ------------------
  |  Branch (1884:2): [True: 0, False: 25.1k]
  ------------------
 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: 25.1k]
  ------------------
 1894|      0|	case SC_ASN1_ENUMERATED:
  ------------------
  |  |  160|      0|#define SC_ASN1_ENUMERATED              10
  ------------------
  |  Branch (1894:2): [True: 0, False: 25.1k]
  ------------------
 1895|      0|		r = asn1_encode_integer(*((int *) entry->parm), &buf, &buflen);
 1896|      0|		break;
 1897|  1.12k|	case SC_ASN1_BIT_STRING_NI:
  ------------------
  |  |  156|  1.12k|#define SC_ASN1_BIT_STRING_NI           128
  ------------------
  |  Branch (1897:2): [True: 1.12k, False: 23.9k]
  ------------------
 1898|  1.12k|	case SC_ASN1_BIT_STRING:
  ------------------
  |  |  155|  1.12k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1898:2): [True: 0, False: 25.1k]
  ------------------
 1899|  1.12k|		if (len != NULL) {
  ------------------
  |  Branch (1899:7): [True: 1.12k, False: 0]
  ------------------
 1900|  1.12k|			if (entry->type == SC_ASN1_BIT_STRING)
  ------------------
  |  |  155|  1.12k|#define SC_ASN1_BIT_STRING              3
  ------------------
  |  Branch (1900:8): [True: 0, False: 1.12k]
  ------------------
 1901|      0|				r = encode_bit_string((const u8 *) parm, *len, &buf, &buflen, 1);
 1902|  1.12k|			else
 1903|  1.12k|				r = encode_bit_string((const u8 *) parm, *len, &buf, &buflen, 0);
 1904|  1.12k|		} else {
 1905|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1906|      0|		}
 1907|  1.12k|		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: 25.1k]
  ------------------
 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: 25.1k]
  ------------------
 1916|  14.8k|	case SC_ASN1_OCTET_STRING:
  ------------------
  |  |  157|  14.8k|#define SC_ASN1_OCTET_STRING            4
  ------------------
  |  Branch (1916:2): [True: 14.8k, False: 10.2k]
  ------------------
 1917|  14.8k|	case SC_ASN1_UTF8STRING:
  ------------------
  |  |  161|  14.8k|#define SC_ASN1_UTF8STRING              12
  ------------------
  |  Branch (1917:2): [True: 0, False: 25.1k]
  ------------------
 1918|  14.8k|		if (len != NULL) {
  ------------------
  |  Branch (1918:7): [True: 14.8k, False: 0]
  ------------------
 1919|  14.8k|			buf = malloc(*len + 1);
 1920|  14.8k|			if (buf == NULL) {
  ------------------
  |  Branch (1920:8): [True: 0, False: 14.8k]
  ------------------
 1921|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1922|      0|				break;
 1923|      0|			}
 1924|  14.8k|			buflen = 0;
 1925|       |			/* If the integer is supposed to be unsigned, insert
 1926|       |			 * a padding byte if the MSB is one */
 1927|  14.8k|			if ((entry->flags & SC_ASN1_UNSIGNED)
  ------------------
  |  |  150|  14.8k|#define SC_ASN1_UNSIGNED		0x00000008
  ------------------
  |  Branch (1927:8): [True: 424, False: 14.4k]
  ------------------
 1928|    424|					&& (((u8 *) parm)[0] & 0x80)) {
  ------------------
  |  Branch (1928:9): [True: 201, False: 223]
  ------------------
 1929|    201|				buf[buflen++] = 0x00;
 1930|    201|			}
 1931|  14.8k|			memcpy(buf + buflen, parm, *len);
 1932|  14.8k|			buflen += *len;
 1933|  14.8k|		} else {
 1934|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1935|      0|		}
 1936|  14.8k|		break;
 1937|  14.8k|	case SC_ASN1_GENERALIZEDTIME:
  ------------------
  |  |  166|      0|#define SC_ASN1_GENERALIZEDTIME         24
  ------------------
  |  Branch (1937:2): [True: 0, False: 25.1k]
  ------------------
 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|  6.45k|	case SC_ASN1_OBJECT:
  ------------------
  |  |  159|  6.45k|#define SC_ASN1_OBJECT                  6
  ------------------
  |  Branch (1950:2): [True: 6.45k, False: 18.6k]
  ------------------
 1951|  6.45k|		r = sc_asn1_encode_object_id(&buf, &buflen, (struct sc_object_id *) parm);
 1952|  6.45k|		break;
 1953|      0|	case SC_ASN1_PATH:
  ------------------
  |  |  174|      0|#define SC_ASN1_PATH			256
  ------------------
  |  Branch (1953:2): [True: 0, False: 25.1k]
  ------------------
 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: 25.1k]
  ------------------
 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: 25.1k]
  ------------------
 1970|      0|		r = asn1_encode_p15_object(ctx, (const struct sc_asn1_pkcs15_object *) parm, &buf, &buflen, depth);
 1971|      0|		break;
 1972|  1.12k|	case SC_ASN1_ALGORITHM_ID:
  ------------------
  |  |  177|  1.12k|#define SC_ASN1_ALGORITHM_ID		259
  ------------------
  |  Branch (1972:2): [True: 1.12k, False: 23.9k]
  ------------------
 1973|  1.12k|		r = sc_asn1_encode_algorithm_id(ctx, &buf, &buflen, (const struct sc_algorithm_id *) parm, depth);
 1974|  1.12k|		break;
 1975|      0|	case SC_ASN1_SE_INFO:
  ------------------
  |  |  178|      0|#define SC_ASN1_SE_INFO			260
  ------------------
  |  Branch (1975:2): [True: 0, False: 25.1k]
  ------------------
 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: 25.1k]
  ------------------
 1981|      0|		r = callback_func(ctx, entry->arg, &buf, &buflen, depth);
 1982|      0|		break;
 1983|      0|	default:
  ------------------
  |  Branch (1983:2): [True: 0, False: 25.1k]
  ------------------
 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|  25.1k|	}
 1987|  25.1k|	if (r) {
  ------------------
  |  Branch (1987:6): [True: 21, False: 25.0k]
  ------------------
 1988|     21|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "encoding of ASN.1 object '%s' failed: %s\n", entry->name,
  ------------------
  |  |   70|     21|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1989|     21|		      sc_strerror(r));
 1990|     21|		if (buf)
  ------------------
  |  Branch (1990:7): [True: 0, False: 21]
  ------------------
 1991|      0|			free(buf);
 1992|     21|		return r;
 1993|     21|	}
 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|  35.6k|no_object:
 2006|  35.6k|	if (!buflen && entry->flags & SC_ASN1_OPTIONAL && !(entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  148|  46.5k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
              	if (!buflen && entry->flags & SC_ASN1_OPTIONAL && !(entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|  10.8k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (2006:6): [True: 10.8k, False: 24.8k]
  |  Branch (2006:17): [True: 10.8k, False: 7]
  |  Branch (2006:52): [True: 10.6k, False: 213]
  ------------------
 2007|       |		/* This happens when we try to encode e.g. the
 2008|       |		 * subClassAttributes, which may be empty */
 2009|  10.6k|		*obj = NULL;
 2010|  10.6k|		*objlen = 0;
 2011|  10.6k|		r = 0;
 2012|  25.0k|	} else if (!buflen && (entry->flags & SC_ASN1_EMPTY_ALLOWED)) {
  ------------------
  |  |  151|    220|#define SC_ASN1_EMPTY_ALLOWED           0x00000010
  ------------------
  |  Branch (2012:13): [True: 220, False: 24.8k]
  |  Branch (2012:24): [True: 0, False: 220]
  ------------------
 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|  25.0k|	} else if (buflen || entry->type == SC_ASN1_NULL || entry->tag & SC_ASN1_CONS) {
  ------------------
  |  |  158|  25.3k|#define SC_ASN1_NULL                    5
  ------------------
              	} else if (buflen || entry->type == SC_ASN1_NULL || entry->tag & SC_ASN1_CONS) {
  ------------------
  |  |  141|      7|#define SC_ASN1_CONS			0x20000000
  ------------------
  |  Branch (2018:13): [True: 24.8k, False: 220]
  |  Branch (2018:23): [True: 213, False: 7]
  |  Branch (2018:54): [True: 0, False: 7]
  ------------------
 2019|  25.0k|		r = asn1_write_element(ctx, entry->tag, buf, buflen, obj, objlen);
 2020|  25.0k|		if (r)
  ------------------
  |  Branch (2020:7): [True: 0, False: 25.0k]
  ------------------
 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|  25.0k|					sc_strerror(r));
 2023|  25.0k|	} else if (!(entry->flags & SC_ASN1_PRESENT)) {
  ------------------
  |  |  147|      7|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (2023:13): [True: 0, False: 7]
  ------------------
 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|      7|	} else {
 2027|      7|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "cannot encode empty non-optional ASN.1 object\n");
  ------------------
  |  |   70|      7|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2028|      7|		r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      7|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 2029|      7|	}
 2030|  35.6k|	if (buf)
  ------------------
  |  Branch (2030:6): [True: 24.8k, False: 10.8k]
  ------------------
 2031|  24.8k|		free(buf);
 2032|  35.6k|	if (r >= 0)
  ------------------
  |  Branch (2032:6): [True: 35.6k, False: 7]
  ------------------
 2033|  35.6k|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "%*.*slength of encoded item=%zu", depth, depth, "", *objlen);
  ------------------
  |  |   70|  35.6k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2034|  35.6k|	return r;
 2035|  25.1k|}
asn1.c:encode_bit_string:
  647|  1.12k|{
  648|  1.12k|	const u8 *in = inbuf;
  649|  1.12k|	u8 *out;
  650|  1.12k|	size_t bytes, skipped = 0;
  651|       |
  652|  1.12k|	bytes = BYTES4BITS(bits_left) + 1;
  ------------------
  |  |  146|  1.12k|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  653|  1.12k|	*outbuf = out = malloc(bytes);
  654|  1.12k|	if (out == NULL)
  ------------------
  |  Branch (654:6): [True: 0, False: 1.12k]
  ------------------
  655|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  656|  1.12k|	*outlen = bytes;
  657|  1.12k|	out += 1;
  658|  74.7k|	while (bits_left) {
  ------------------
  |  Branch (658:9): [True: 73.6k, False: 1.12k]
  ------------------
  659|  73.6k|		size_t i, bits_to_go = 8;
  660|       |
  661|  73.6k|		*out = 0;
  662|  73.6k|		if (bits_left < 8) {
  ------------------
  |  Branch (662:7): [True: 0, False: 73.6k]
  ------------------
  663|      0|			bits_to_go = bits_left;
  664|      0|			skipped = 8 - bits_left;
  665|      0|		}
  666|  73.6k|		if (invert) {
  ------------------
  |  Branch (666:7): [True: 0, False: 73.6k]
  ------------------
  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|  73.6k|		} else {
  670|  73.6k|			*out = *in;
  671|  73.6k|			if (bits_left < 8)
  ------------------
  |  Branch (671:8): [True: 0, False: 73.6k]
  ------------------
  672|      0|				return SC_ERROR_NOT_SUPPORTED; /* FIXME */
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  673|  73.6k|		}
  674|  73.6k|		bits_left -= bits_to_go;
  675|  73.6k|		out++, in++;
  676|  73.6k|	}
  677|  1.12k|	out = *outbuf;
  678|  1.12k|	out[0] = skipped;
  679|  1.12k|	return 0;
  680|  1.12k|}

sc_aux_data_free:
  194|  3.88k|{
  195|  3.88k|	if (data == NULL || *data == NULL)
  ------------------
  |  Branch (195:6): [True: 0, False: 3.88k]
  |  Branch (195:22): [True: 3.88k, False: 0]
  ------------------
  196|  3.88k|		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.2k|{
 1087|  16.2k|	return sc_get_driver();
 1088|  16.2k|}
card-asepcos.c:sc_get_driver:
 1064|  16.2k|{
 1065|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1065:6): [True: 1, False: 16.2k]
  ------------------
 1066|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1067|  16.2k|	asepcos_ops = *iso_ops;
 1068|  16.2k|	asepcos_ops.match_card        = asepcos_match_card;
 1069|  16.2k|	asepcos_ops.init              = asepcos_init;
 1070|  16.2k|	asepcos_ops.select_file       = asepcos_select_file;
 1071|  16.2k|	asepcos_ops.set_security_env  = asepcos_set_security_env;
 1072|  16.2k|	asepcos_ops.decipher          = asepcos_decipher;
 1073|  16.2k|	asepcos_ops.compute_signature = asepcos_compute_signature;
 1074|  16.2k|	asepcos_ops.create_file       = asepcos_create_file;
 1075|  16.2k|	asepcos_ops.delete_file       = asepcos_delete_file;
 1076|  16.2k|	asepcos_ops.list_files        = asepcos_list_files;
 1077|  16.2k|	asepcos_ops.card_ctl          = asepcos_card_ctl;
 1078|  16.2k|	asepcos_ops.pin_cmd           = asepcos_pin_cmd;
 1079|  16.2k|	asepcos_ops.logout            = asepcos_logout;
 1080|  16.2k|	asepcos_ops.card_reader_lock_obtained = asepcos_card_reader_lock_obtained;
 1081|       |
 1082|  16.2k|	return &asepcos_drv;
 1083|  16.2k|}
card-asepcos.c:asepcos_match_card:
   47|  16.2k|{
   48|  16.2k|	int i = _sc_match_atr(card, asepcos_atrs, &card->type);
   49|  16.2k|	if (i < 0)
  ------------------
  |  Branch (49:6): [True: 16.2k, False: 0]
  ------------------
   50|  16.2k|		return 0;
   51|      0|	return 1;
   52|  16.2k|}

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

sc_get_authentic_driver:
 2149|  16.2k|{
 2150|  16.2k|	return sc_get_driver();
 2151|  16.2k|}
card-authentic.c:sc_get_driver:
 2114|  16.2k|{
 2115|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 2116|       |
 2117|  16.2k|	if (!iso_ops)
  ------------------
  |  Branch (2117:6): [True: 1, False: 16.2k]
  ------------------
 2118|      1|		iso_ops = iso_drv->ops;
 2119|       |
 2120|  16.2k|	authentic_ops = *iso_ops;
 2121|       |
 2122|  16.2k|	authentic_ops.match_card = authentic_match_card;
 2123|  16.2k|	authentic_ops.init = authentic_init;
 2124|  16.2k|	authentic_ops.finish = authentic_finish;
 2125|  16.2k|	authentic_ops.read_binary = authentic_read_binary;
 2126|  16.2k|	authentic_ops.write_binary = authentic_write_binary;
 2127|  16.2k|	authentic_ops.update_binary = authentic_update_binary;
 2128|  16.2k|	authentic_ops.erase_binary = authentic_erase_binary;
 2129|       |	/* authentic_ops.resize_file = authentic_resize_file; */
 2130|  16.2k|	authentic_ops.select_file = authentic_select_file;
 2131|       |	/* get_response: Untested */
 2132|  16.2k|	authentic_ops.get_challenge = authentic_get_challenge;
 2133|  16.2k|	authentic_ops.set_security_env = authentic_set_security_env;
 2134|       |	/* decipher: Untested */
 2135|  16.2k|	authentic_ops.decipher = authentic_decipher;
 2136|       |	/* authentic_ops.compute_signature = authentic_compute_signature; */
 2137|  16.2k|	authentic_ops.create_file = authentic_create_file;
 2138|  16.2k|	authentic_ops.delete_file = authentic_delete_file;
 2139|  16.2k|	authentic_ops.card_ctl = authentic_card_ctl;
 2140|  16.2k|	authentic_ops.process_fci = authentic_process_fci;
 2141|  16.2k|	authentic_ops.pin_cmd = authentic_pin_cmd;
 2142|  16.2k|	authentic_ops.card_reader_lock_obtained = authentic_card_reader_lock_obtained;
 2143|       |
 2144|  16.2k|	return &authentic_drv;
 2145|  16.2k|}
card-authentic.c:authentic_match_card:
  390|  11.9k|{
  391|  11.9k|	struct sc_context *ctx = card->ctx;
  392|  11.9k|	int i;
  393|       |
  394|  11.9k|	sc_log_hex(ctx, "try to match card with ATR", card->atr.value, card->atr.len);
  ------------------
  |  |  129|  11.9k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  11.9k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  395|  11.9k|	i = _sc_match_atr(card, authentic_known_atrs, &card->type);
  396|  11.9k|	if (i < 0)   {
  ------------------
  |  Branch (396:6): [True: 11.6k, False: 355]
  ------------------
  397|  11.6k|		sc_log(ctx, "card not matched");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  398|  11.6k|		return 0;
  399|  11.6k|	}
  400|       |
  401|    355|	sc_log(ctx, "'%s' card matched", authentic_known_atrs[i].name);
  ------------------
  |  |   71|    355|#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|    355|	return 1;
  403|  11.9k|}
card-authentic.c:authentic_init:
  442|    355|{
  443|    355|	struct sc_context *ctx = card->ctx;
  444|    355|	int ii, rv = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|    355|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  445|       |
  446|    355|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    355|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    355|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    355|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    355|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 355]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  447|    355|	for(ii=0;authentic_known_atrs[ii].atr;ii++)   {
  ------------------
  |  Branch (447:11): [True: 355, False: 0]
  ------------------
  448|    355|		if (card->type == authentic_known_atrs[ii].type)   {
  ------------------
  |  Branch (448:7): [True: 355, False: 0]
  ------------------
  449|    355|			card->name = authentic_known_atrs[ii].name;
  450|    355|			card->flags = authentic_known_atrs[ii].flags;
  451|    355|			break;
  452|    355|		}
  453|    355|	}
  454|       |
  455|    355|	if (!authentic_known_atrs[ii].atr)
  ------------------
  |  Branch (455:6): [True: 0, False: 355]
  ------------------
  456|    355|		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|    355|	card->cla  = 0x00;
  459|    355|	card->drv_data = (struct authentic_private_data *) calloc(1, sizeof(struct authentic_private_data));
  460|    355|	if (!card->drv_data)
  ------------------
  |  Branch (460:6): [True: 0, False: 355]
  ------------------
  461|    355|		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|    355|	if (card->type == SC_CARD_TYPE_OBERTHUR_AUTHENTIC_3_2)
  ------------------
  |  Branch (463:6): [True: 355, False: 0]
  ------------------
  464|    355|		rv = authentic_init_oberthur_authentic_3_2(card);
  465|       |
  466|    355|	if (rv != SC_SUCCESS)
  ------------------
  |  |   28|    355|#define SC_SUCCESS				0
  ------------------
  |  Branch (466:6): [True: 175, False: 180]
  ------------------
  467|    175|		rv = authentic_get_serialnr(card, NULL);
  468|       |
  469|    355|	if (rv != SC_SUCCESS)
  ------------------
  |  |   28|    355|#define SC_SUCCESS				0
  ------------------
  |  Branch (469:6): [True: 23, False: 332]
  ------------------
  470|     23|		rv = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     23|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  471|       |
  472|       |	/* Free private data on error */
  473|    355|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    355|#define SC_SUCCESS				0
  ------------------
  |  Branch (473:6): [True: 23, False: 332]
  ------------------
  474|     23|		free(card->drv_data);
  475|     23|		card->drv_data = NULL;
  476|     23|	}
  477|    355|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    355|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    355|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    355|	int _ret = r; \
  |  |  |  |  155|    355|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 355, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    355|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 332]
  |  |  |  |  ------------------
  |  |  |  |  157|    355|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    355|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    355|	return _ret; \
  |  |  |  |  163|    355|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|    355|}
card-authentic.c:authentic_init_oberthur_authentic_3_2:
  408|    355|{
  409|    355|	struct sc_context *ctx = card->ctx;
  410|    355|	unsigned int flags;
  411|    355|	int rv = 0;
  412|       |
  413|    355|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    355|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    355|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    355|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    355|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 355]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|       |
  415|    355|	flags = AUTHENTIC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   43|    355|#define AUTHENTIC_CARD_DEFAULT_FLAGS ( 0		\
  |  |   44|    355|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|    355|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   45|    355|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|    355|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   46|    355|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|    355|#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|    355|#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|    355|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   47|    355|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|    355|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   48|    355|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|    355|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   49|    355|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|    355|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  416|       |
  417|    355|	card->caps = SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    355|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  418|    355|	card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    355|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  419|    355|	card->caps |= SC_CARD_CAP_USE_FCI_AC;
  ------------------
  |  |  557|    355|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  ------------------
  420|       |
  421|    355|#ifdef ENABLE_SM
  422|    355|	card->sm_ctx.ops.open = authentic_sm_open;
  423|    355|	card->sm_ctx.ops.get_sm_apdu = authentic_sm_get_wrapped_apdu;
  424|    355|	card->sm_ctx.ops.free_sm_apdu = authentic_sm_free_wrapped_apdu;
  425|    355|#endif
  426|       |
  427|    355|	rv = iso7816_select_aid(card, aid_AuthentIC_3_2, sizeof(aid_AuthentIC_3_2), NULL, NULL);
  428|    355|	LOG_TEST_RET(ctx, rv, "AuthentIC application select error");
  ------------------
  |  |  174|    355|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    355|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    355|	int _ret = (r); \
  |  |  |  |  168|    355|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 165, False: 190]
  |  |  |  |  ------------------
  |  |  |  |  169|    165|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    165|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    165|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    165|		return _ret; \
  |  |  |  |  172|    165|	} \
  |  |  |  |  173|    355|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 190]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|       |
  430|    190|	rv = authentic_select_mf(card, NULL);
  431|    190|	LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  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: 10, False: 180]
  |  |  |  |  ------------------
  |  |  |  |  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|    190|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 180]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|       |
  433|    180|	_sc_card_add_rsa_alg(card, 1024, flags, 0x10001);
  434|    180|	_sc_card_add_rsa_alg(card, 2048, flags, 0x10001);
  435|       |
  436|    180|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    180|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    180|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    180|	int _ret = r; \
  |  |  |  |  155|    180|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 180, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    180|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 180]
  |  |  |  |  ------------------
  |  |  |  |  157|    180|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    180|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    180|	return _ret; \
  |  |  |  |  163|    180|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|    180|}
card-authentic.c:authentic_select_mf:
  544|    190|{
  545|    190|	struct sc_context *ctx = card->ctx;
  546|    190|	struct sc_path mfpath;
  547|    190|	int rv;
  548|       |
  549|    190|	struct sc_apdu apdu;
  550|    190|	unsigned char rbuf[SC_MAX_APDU_BUFFER_SIZE];
  551|       |
  552|    190|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  553|       |
  554|    190|	sc_format_path("3F00", &mfpath);
  555|    190|	mfpath.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|    190|#define SC_PATH_TYPE_PATH		2
  ------------------
  556|       |
  557|    190|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  292|    190|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  558|       |
  559|    190|	apdu.resp = rbuf;
  560|    190|	apdu.resplen = sizeof(rbuf);
  561|       |
  562|    190|	rv = sc_transmit_apdu(card, &apdu);
  563|    190|	LOG_TEST_RET(ctx, rv, "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: 1, False: 189]
  |  |  |  |  ------------------
  |  |  |  |  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|    190|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 189]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  564|    189|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  565|    189|	LOG_TEST_RET(ctx, rv, "authentic_select_file() check SW failed");
  ------------------
  |  |  174|    189|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    189|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    189|	int _ret = (r); \
  |  |  |  |  168|    189|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 185]
  |  |  |  |  ------------------
  |  |  |  |  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|    189|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 185]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|       |
  567|    185|	rv = authentic_set_current_files(card, &mfpath, apdu.resp, apdu.resplen, file_out);
  568|    185|	LOG_TEST_RET(ctx, rv, "authentic_select_file() cannot set 'current_file'");
  ------------------
  |  |  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: 5, False: 180]
  |  |  |  |  ------------------
  |  |  |  |  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|    185|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 180]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  569|       |
  570|    180|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    180|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    180|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    180|	int _ret = r; \
  |  |  |  |  155|    180|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 180, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    180|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 180]
  |  |  |  |  ------------------
  |  |  |  |  157|    180|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    180|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    180|	return _ret; \
  |  |  |  |  163|    180|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  571|    180|}
card-authentic.c:authentic_set_current_files:
  505|  1.00k|{
  506|  1.00k|	struct sc_context *ctx = card->ctx;
  507|  1.00k|	struct sc_file *file = NULL;
  508|  1.00k|	int rv;
  509|       |
  510|  1.00k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.00k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.00k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.00k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.00k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.00k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|  1.00k|	if (resplen)   {
  ------------------
  |  Branch (511:6): [True: 363, False: 639]
  ------------------
  512|    363|		switch (resp[0]) {
  513|     34|		case 0x62:
  ------------------
  |  Branch (513:3): [True: 34, False: 329]
  ------------------
  514|    294|		case 0x6F:
  ------------------
  |  Branch (514:3): [True: 260, False: 103]
  ------------------
  515|    294|			file = sc_file_new();
  516|    294|			if (file == NULL)
  ------------------
  |  Branch (516:8): [True: 0, False: 294]
  ------------------
  517|    294|				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|    294|			if (path)
  ------------------
  |  Branch (518:8): [True: 294, False: 0]
  ------------------
  519|    294|				file->path = *path;
  520|       |
  521|    294|			rv = authentic_process_fci(card, file, resp, resplen);
  522|    294|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    294|#define SC_SUCCESS				0
  ------------------
  |  Branch (522:8): [True: 38, False: 256]
  ------------------
  523|     38|				sc_file_free(file);
  524|     38|				LOG_TEST_RET(ctx, rv, "cannot set 'current file': FCI process 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: 38, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     38|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     38|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     38|		return _ret; \
  |  |  |  |  172|     38|	} \
  |  |  |  |  173|     38|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  525|     38|			}
  526|       |
  527|    256|			break;
  528|    256|		default:
  ------------------
  |  Branch (528:3): [True: 69, False: 294]
  ------------------
  529|     69|			LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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|     69|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 69, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  530|    363|		}
  531|       |
  532|    256|		if (file_out)
  ------------------
  |  Branch (532:7): [True: 135, False: 121]
  ------------------
  533|    135|			*file_out = file;
  534|    121|		else
  535|    121|			sc_file_free(file);
  536|    256|	}
  537|       |
  538|    895|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 895]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  539|    895|}
card-authentic.c:authentic_get_serialnr:
 1464|    372|{
 1465|    372|	struct sc_context *ctx = card->ctx;
 1466|    372|	struct authentic_private_data *prv_data = (struct authentic_private_data *) card->drv_data;
 1467|    372|	int rv;
 1468|       |
 1469|    372|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    372|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    372|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    372|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    372|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 372]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1470|    372|	if (!card->serialnr.len)   {
  ------------------
  |  Branch (1470:6): [True: 270, False: 102]
  ------------------
 1471|    270|		rv = authentic_get_cplc(card);
 1472|    270|		LOG_TEST_RET(ctx, rv, "get CPLC data error");
  ------------------
  |  |  174|    270|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    270|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    270|	int _ret = (r); \
  |  |  |  |  168|    270|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 95, False: 175]
  |  |  |  |  ------------------
  |  |  |  |  169|     95|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     95|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     95|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     95|		return _ret; \
  |  |  |  |  172|     95|	} \
  |  |  |  |  173|    270|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 175]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1473|       |
 1474|    175|		card->serialnr.len = 4;
 1475|    175|		memcpy(card->serialnr.value, prv_data->cplc.value + 15, 4);
 1476|       |
 1477|    175|		sc_log(ctx, "serial %02X%02X%02X%02X",
  ------------------
  |  |   71|    175|#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|    175|				card->serialnr.value[0], card->serialnr.value[1],
 1479|    175|				card->serialnr.value[2], card->serialnr.value[3]);
 1480|    175|	}
 1481|       |
 1482|    277|	if (serial)
  ------------------
  |  Branch (1482:6): [True: 125, False: 152]
  ------------------
 1483|    125|		memcpy(serial, &card->serialnr, sizeof(*serial));
 1484|       |
 1485|    277|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    277|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    277|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    277|	int _ret = r; \
  |  |  |  |  155|    277|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 277, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    277|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 277]
  |  |  |  |  ------------------
  |  |  |  |  157|    277|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    277|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    277|	return _ret; \
  |  |  |  |  163|    277|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1486|    277|}
card-authentic.c:authentic_get_cplc:
  360|    270|{
  361|    270|	struct authentic_private_data *prv_data = (struct authentic_private_data *) card->drv_data;
  362|    270|	struct sc_apdu apdu;
  363|    270|	int rv, ii;
  364|    270|	unsigned char p1, p2;
  365|       |
  366|    270|	p1 = (SC_CPLC_TAG >> 8) & 0xFF;
  ------------------
  |  |  345|    270|#define SC_CPLC_TAG		0x9F7F
  ------------------
  367|    270|	p2 = SC_CPLC_TAG & 0xFF;
  ------------------
  |  |  345|    270|#define SC_CPLC_TAG		0x9F7F
  ------------------
  368|    270|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, p1, p2);
  ------------------
  |  |  292|    270|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  369|    273|	for (ii=0;ii<2;ii++)   {
  ------------------
  |  Branch (369:12): [True: 272, False: 1]
  ------------------
  370|    272|		apdu.le = SC_CPLC_DER_SIZE;
  ------------------
  |  |  346|    272|#define SC_CPLC_DER_SIZE	45
  ------------------
  371|    272|		apdu.resplen = sizeof(prv_data->cplc.value);
  372|    272|		apdu.resp = prv_data->cplc.value;
  373|       |
  374|    272|		rv = sc_transmit_apdu(card, &apdu);
  375|    272|		LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    272|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    272|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    272|	int _ret = (r); \
  |  |  |  |  168|    272|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 15, False: 257]
  |  |  |  |  ------------------
  |  |  |  |  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|    272|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 257]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|    257|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  377|    257|		if (rv != SC_ERROR_CLASS_NOT_SUPPORTED)
  ------------------
  |  |   53|    257|#define SC_ERROR_CLASS_NOT_SUPPORTED		-1203
  ------------------
  |  Branch (377:7): [True: 254, False: 3]
  ------------------
  378|    254|			break;
  379|       |
  380|      3|		apdu.cla = 0x80;
  381|      3|	}
  382|    255|        LOG_TEST_RET(card->ctx, rv, "'GET CPLC' error");
  ------------------
  |  |  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: 80, False: 175]
  |  |  |  |  ------------------
  |  |  |  |  169|     80|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     80|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     80|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     80|		return _ret; \
  |  |  |  |  172|     80|	} \
  |  |  |  |  173|    255|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 175]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  383|       |
  384|    175|	prv_data->cplc.len = SC_CPLC_DER_SIZE;
  ------------------
  |  |  346|    175|#define SC_CPLC_DER_SIZE	45
  ------------------
  385|    175|	return SC_SUCCESS;
  ------------------
  |  |   28|    175|#define SC_SUCCESS				0
  ------------------
  386|    255|}
card-authentic.c:authentic_finish:
 1847|    332|{
 1848|    332|	struct sc_context *ctx = card->ctx;
 1849|       |
 1850|    332|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    332|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    332|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    332|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    332|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 332]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1851|       |
 1852|    332|#ifdef ENABLE_SM
 1853|    332|	if (card->sm_ctx.ops.close)
  ------------------
  |  Branch (1853:6): [True: 0, False: 332]
  ------------------
 1854|      0|		card->sm_ctx.ops.close(card);
 1855|    332|#endif
 1856|       |
 1857|    332|	if (card->drv_data)
  ------------------
  |  Branch (1857:6): [True: 332, False: 0]
  ------------------
 1858|    332|		free(card->drv_data);
 1859|    332|	card->drv_data = NULL;
 1860|    332|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    332|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    332|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    332|	int _ret = r; \
  |  |  |  |  155|    332|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 332, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    332|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 332]
  |  |  |  |  ------------------
  |  |  |  |  157|    332|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    332|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    332|	return _ret; \
  |  |  |  |  163|    332|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1861|    332|}
card-authentic.c:authentic_read_binary:
  643|    344|{
  644|    344|	struct sc_context *ctx = card->ctx;
  645|    344|	struct sc_apdu apdu;
  646|    344|	size_t sz, rest, ret_count = 0;
  647|    344|	int rv = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    344|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  648|       |
  649|    344|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    344|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    344|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    344|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    344|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 344]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  650|    344|	sc_log(ctx, "offs:%i,count:%zu,max_recv_size:%zu", idx, count, card->max_recv_size);
  ------------------
  |  |   71|    344|#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|    344|	rest = count;
  653|  2.28k|	while(rest)   {
  ------------------
  |  Branch (653:8): [True: 1.94k, False: 336]
  ------------------
  654|  1.94k|		sz = rest > 256 ? 256 : rest;
  ------------------
  |  Branch (654:8): [True: 1.60k, False: 338]
  ------------------
  655|  1.94k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, (idx >> 8) & 0x7F, idx & 0xFF);
  ------------------
  |  |  292|  1.94k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  656|  1.94k|		apdu.le = sz;
  657|  1.94k|		apdu.resplen = sz;
  658|  1.94k|		apdu.resp = (buf + ret_count);
  659|       |
  660|  1.94k|		rv = sc_transmit_apdu(card, &apdu);
  661|  1.94k|		if(!rv)
  ------------------
  |  Branch (661:6): [True: 1.93k, False: 8]
  ------------------
  662|  1.93k|			ret_count += apdu.resplen;
  663|      8|		else
  664|      8|			break;
  665|       |
  666|  1.93k|		idx += sz;
  667|  1.93k|		rest -= sz;
  668|  1.93k|	}
  669|       |
  670|    344|	if (rv)   {
  ------------------
  |  Branch (670:6): [True: 8, False: 336]
  ------------------
  671|      8|		LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "authentic_read_binary() failed");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|    336|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  676|    336|	if (!rv)
  ------------------
  |  Branch (676:6): [True: 288, False: 48]
  ------------------
  677|    288|		count = ret_count;
  678|       |
  679|    336|	LOG_TEST_RET(ctx, rv, "authentic_read_binary() 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: 48, False: 288]
  |  |  |  |  ------------------
  |  |  |  |  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|    336|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 288]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  680|    288|	LOG_FUNC_RETURN(ctx, (int)count);
  ------------------
  |  |  164|    288|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    288|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    288|	int _ret = r; \
  |  |  |  |  155|    288|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 278]
  |  |  |  |  ------------------
  |  |  |  |  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|    278|	} else { \
  |  |  |  |  159|    278|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    278|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    278|	} \
  |  |  |  |  162|    288|	return _ret; \
  |  |  |  |  163|    288|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  681|    288|}
card-authentic.c:authentic_select_file:
  576|  2.16k|{
  577|  2.16k|	struct sc_context *ctx = card->ctx;
  578|  2.16k|	struct sc_apdu apdu;
  579|  2.16k|	struct sc_path lpath;
  580|  2.16k|	unsigned char rbuf[SC_MAX_APDU_BUFFER_SIZE];
  581|  2.16k|	size_t pathlen;
  582|  2.16k|	int rv;
  583|       |
  584|  2.16k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  2.16k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.16k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.16k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.16k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.16k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  585|       |
  586|  2.16k|	memcpy(&lpath, path, sizeof(struct sc_path));
  587|       |
  588|  2.16k|	if (lpath.type == SC_PATH_TYPE_PATH && (lpath.len == 2))
  ------------------
  |  |  119|  4.32k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (588:6): [True: 1.17k, False: 987]
  |  Branch (588:41): [True: 218, False: 956]
  ------------------
  589|    218|		lpath.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    218|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  590|       |
  591|  2.16k|	pathlen = lpath.len;
  592|  2.16k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|  2.16k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  593|       |
  594|  2.16k|	if (card->type != SC_CARD_TYPE_OBERTHUR_AUTHENTIC_3_2)
  ------------------
  |  Branch (594:6): [True: 0, False: 2.16k]
  ------------------
  595|  2.16k|		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|  2.16k|	if (lpath.type == SC_PATH_TYPE_FILE_ID)   {
  ------------------
  |  |  117|  2.16k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (597:6): [True: 218, False: 1.94k]
  ------------------
  598|    218|		apdu.p1 = 0x00;
  599|    218|	}
  600|  1.94k|	else if (lpath.type == SC_PATH_TYPE_PATH)  {
  ------------------
  |  |  119|  1.94k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (600:11): [True: 956, False: 987]
  ------------------
  601|    956|		apdu.p1 = 0x08;
  602|    956|	}
  603|    987|	else if (lpath.type == SC_PATH_TYPE_FROM_CURRENT)  {
  ------------------
  |  |  122|    987|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (603:11): [True: 0, False: 987]
  ------------------
  604|      0|		apdu.p1 = 0x09;
  605|      0|	}
  606|    987|	else if (lpath.type == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|    987|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (606:11): [True: 987, False: 0]
  ------------------
  607|    987|		apdu.p1 = 4;
  608|    987|	}
  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|  2.16k|	apdu.lc = pathlen;
  620|  2.16k|	apdu.data = lpath.value;
  621|  2.16k|	apdu.datalen = pathlen;
  622|       |
  623|  2.16k|	if (apdu.cse == SC_APDU_CASE_4_SHORT || apdu.cse == SC_APDU_CASE_2_SHORT)   {
  ------------------
  |  |  294|  4.32k|#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: 2.16k, False: 0]
  |  Branch (623:42): [True: 0, False: 0]
  ------------------
  624|  2.16k|		apdu.resp = rbuf;
  625|  2.16k|		apdu.resplen = sizeof(rbuf);
  626|  2.16k|		apdu.le = 256;
  627|  2.16k|	}
  628|       |
  629|  2.16k|	rv = sc_transmit_apdu(card, &apdu);
  630|  2.16k|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  2.16k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.16k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.16k|	int _ret = (r); \
  |  |  |  |  168|  2.16k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 56, False: 2.10k]
  |  |  |  |  ------------------
  |  |  |  |  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|  2.16k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.10k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  631|  2.10k|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  632|  2.10k|	LOG_TEST_RET(ctx, rv, "authentic_select_file() check SW failed");
  ------------------
  |  |  174|  2.10k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.10k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.10k|	int _ret = (r); \
  |  |  |  |  168|  2.10k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.28k, False: 817]
  |  |  |  |  ------------------
  |  |  |  |  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|  2.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 817]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  633|       |
  634|    817|	rv = authentic_set_current_files(card, &lpath, apdu.resp, apdu.resplen, file_out);
  635|    817|	LOG_TEST_RET(ctx, rv, "authentic_select_file() cannot set 'current_file'");
  ------------------
  |  |  174|    817|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    817|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    817|	int _ret = (r); \
  |  |  |  |  168|    817|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 102, False: 715]
  |  |  |  |  ------------------
  |  |  |  |  169|    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
  |  |  |  |  ------------------
  |  |  |  |  170|    102|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    102|		return _ret; \
  |  |  |  |  172|    102|	} \
  |  |  |  |  173|    817|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 715]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  636|       |
  637|    715|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    715|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    715|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    715|	int _ret = r; \
  |  |  |  |  155|    715|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 715, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    715|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 715]
  |  |  |  |  ------------------
  |  |  |  |  157|    715|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    715|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    715|	return _ret; \
  |  |  |  |  163|    715|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|    715|}
card-authentic.c:authentic_get_challenge:
 1491|    162|{
 1492|       |	/* 'GET CHALLENGE' returns always 24 bytes */
 1493|    162|	unsigned char rbuf[0x18];
 1494|    162|	size_t out_len;
 1495|    162|	int r;
 1496|       |
 1497|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1498|       |
 1499|    162|	r = iso_ops->get_challenge(card, rbuf, sizeof rbuf);
 1500|    162|	LOG_TEST_RET(card->ctx, r, "GET CHALLENGE cmd 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: 86, False: 76]
  |  |  |  |  ------------------
  |  |  |  |  169|     86|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     86|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     86|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     86|		return _ret; \
  |  |  |  |  172|     86|	} \
  |  |  |  |  173|    162|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 76]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1501|       |
 1502|     76|	if (len < (size_t) r) {
  ------------------
  |  Branch (1502:6): [True: 1, False: 75]
  ------------------
 1503|      1|		out_len = len;
 1504|     75|	} else {
 1505|     75|		out_len = (size_t) r;
 1506|     75|	}
 1507|     76|	memcpy(rnd, rbuf, out_len);
 1508|       |
 1509|     76|	LOG_FUNC_RETURN(card->ctx, (int)out_len);
  ------------------
  |  |  164|     76|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     76|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     76|	int _ret = r; \
  |  |  |  |  155|     76|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3, False: 73]
  |  |  |  |  ------------------
  |  |  |  |  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|     73|	} else { \
  |  |  |  |  159|     73|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     73|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     73|	} \
  |  |  |  |  162|     76|	return _ret; \
  |  |  |  |  163|     76|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1510|     76|}
card-authentic.c:authentic_set_security_env:
 1765|     12|{
 1766|     12|	struct sc_context *ctx = card->ctx;
 1767|     12|	struct sc_apdu apdu;
 1768|     12|	unsigned char cse_crt_dst[] = {
 1769|     12|		0x80, 0x01, AUTHENTIC_ALGORITHM_RSA_PKCS1,
  ------------------
  |  |  101|     12|#define AUTHENTIC_ALGORITHM_RSA_PKCS1	0x11
  ------------------
 1770|     12|		0x83, 0x01, env->key_ref[0] & ~AUTHENTIC_OBJECT_REF_FLAG_LOCAL,
  ------------------
  |  |   49|     12|#define AUTHENTIC_OBJECT_REF_FLAG_LOCAL	0x80
  ------------------
 1771|     12|	};
 1772|     12|	unsigned char cse_crt_ct[] = {
 1773|     12|		0x80, 0x01, AUTHENTIC_ALGORITHM_RSA_PKCS1,
  ------------------
  |  |  101|     12|#define AUTHENTIC_ALGORITHM_RSA_PKCS1	0x11
  ------------------
 1774|     12|		0x83, 0x01, env->key_ref[0] & ~AUTHENTIC_OBJECT_REF_FLAG_LOCAL,
  ------------------
  |  |   49|     12|#define AUTHENTIC_OBJECT_REF_FLAG_LOCAL	0x80
  ------------------
 1775|     12|	};
 1776|     12|	int rv;
 1777|       |
 1778|     12|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     12|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1779|     12|	sc_log(ctx, "set SE#%i(op:0x%X,algo:0x%lX,algo_ref:0x%lX,flags:0x%lX), key_ref:0x%X",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1780|     12|			se_num, env->operation, env->algorithm, env->algorithm_ref, env->algorithm_flags, env->key_ref[0]);
 1781|     12|	switch (env->operation)  {
 1782|      7|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|      7|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (1782:2): [True: 7, False: 5]
  ------------------
 1783|      7|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, AUTHENTIC_TAG_CRT_DST);
  ------------------
  |  |  293|      7|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
              		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, AUTHENTIC_TAG_CRT_DST);
  ------------------
  |  |  109|      7|#define AUTHENTIC_TAG_CRT_DST	0xB6
  ------------------
 1784|      7|		apdu.data = cse_crt_dst;
 1785|      7|		apdu.datalen = sizeof(cse_crt_dst);
 1786|      7|		apdu.lc = sizeof(cse_crt_dst);
 1787|      7|		break;
 1788|      5|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|      5|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (1788:2): [True: 5, False: 7]
  ------------------
 1789|      5|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, AUTHENTIC_TAG_CRT_CT);
  ------------------
  |  |  293|      5|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
              		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, AUTHENTIC_TAG_CRT_CT);
  ------------------
  |  |  110|      5|#define AUTHENTIC_TAG_CRT_CT	0xB8
  ------------------
 1790|      5|		apdu.data = cse_crt_ct;
 1791|      5|		apdu.datalen = sizeof(cse_crt_ct);
 1792|      5|		apdu.lc = sizeof(cse_crt_ct);
 1793|      5|		break;
 1794|      0|	default:
  ------------------
  |  Branch (1794:2): [True: 0, False: 12]
  ------------------
 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|     12|	}
 1797|       |
 1798|     12|	rv = sc_transmit_apdu(card, &apdu);
 1799|     12|	LOG_TEST_RET(ctx, rv, "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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1800|     11|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1801|     11|	LOG_TEST_RET(ctx, rv, "MSE restore error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1802|       |
 1803|      9|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1804|      9|}
card-authentic.c:authentic_decipher:
 1810|      4|{
 1811|      4|	struct sc_context *ctx = card->ctx;
 1812|      4|	struct sc_apdu apdu;
 1813|      4|	unsigned char resp[SC_MAX_APDU_BUFFER_SIZE];
 1814|      4|	int rv;
 1815|       |
 1816|      4|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1817|      4|	sc_log(ctx, "crgram_len %zu;  outlen %zu", in_len, out_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__
  |  |  ------------------
  ------------------
 1818|      4|	if (!out || !out_len || in_len > SC_MAX_APDU_BUFFER_SIZE)
  ------------------
  |  |   34|      4|#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: 4]
  |  Branch (1818:14): [True: 0, False: 4]
  |  Branch (1818:26): [True: 0, False: 4]
  ------------------
 1819|      4|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1820|       |
 1821|      4|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  294|      4|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1822|      4|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|      4|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 1823|      4|	apdu.data = in;
 1824|      4|	apdu.datalen = in_len;
 1825|      4|	apdu.lc = in_len;
 1826|      4|	apdu.resp = resp;
 1827|      4|	apdu.resplen = sizeof(resp);
 1828|      4|	apdu.le = 256;
 1829|       |
 1830|      4|	rv = sc_transmit_apdu(card, &apdu);
 1831|      4|	LOG_TEST_RET(ctx, rv, "APDU transmit 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: 1, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  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|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1832|      3|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1833|      3|	LOG_TEST_RET(ctx, rv, "Card returned 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1834|       |
 1835|      2|	if (out_len > apdu.resplen)
  ------------------
  |  Branch (1835:6): [True: 2, False: 0]
  ------------------
 1836|      2|		out_len = apdu.resplen;
 1837|       |
 1838|      2|	memcpy(out, apdu.resp, out_len);
 1839|      2|	rv = (int)out_len;
 1840|       |
 1841|      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: 1, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|      1|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      1|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      1|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1842|      2|}
card-authentic.c:authentic_card_ctl:
 1738|    406|{
 1739|    406|	struct sc_context *ctx = card->ctx;
 1740|    406|	struct sc_authentic_sdo *sdo = (struct sc_authentic_sdo *) ptr;
 1741|       |
 1742|    406|	switch (cmd) {
  ------------------
  |  Branch (1742:10): [True: 197, False: 209]
  ------------------
 1743|    197|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1743:2): [True: 197, False: 209]
  ------------------
 1744|    197|		return authentic_get_serialnr(card, (struct sc_serial_number *)ptr);
 1745|      0|	case SC_CARDCTL_AUTHENTIC_SDO_CREATE:
  ------------------
  |  Branch (1745:2): [True: 0, False: 406]
  ------------------
 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: 406]
  ------------------
 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: 406]
  ------------------
 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: 406]
  ------------------
 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|    406|	}
 1758|    209|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    209|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1759|    406|}
card-authentic.c:authentic_get_tagged_data:
  177|    458|{
  178|    458|	size_t size_len, tag_len, offs, size;
  179|    458|	int rv;
  180|    458|	unsigned tag;
  181|       |
  182|    458|	if (!out || !out_len)
  ------------------
  |  Branch (182:6): [True: 0, False: 458]
  |  Branch (182:14): [True: 0, False: 458]
  ------------------
  183|    458|		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|  3.40k|	for (offs = 0; offs < in_len; )   {
  ------------------
  |  Branch (185:17): [True: 3.29k, False: 106]
  ------------------
  186|  3.29k|		if ((*(in + offs) == 0x7F) || (*(in + offs) == 0x5F))   {
  ------------------
  |  Branch (186:7): [True: 80, False: 3.21k]
  |  Branch (186:33): [True: 173, False: 3.04k]
  ------------------
  187|    253|			if (offs + 1 >= in_len)
  ------------------
  |  Branch (187:8): [True: 11, False: 242]
  ------------------
  188|    253|				LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "parse error: invalid data");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|    242|			tag = *(in + offs) * 0x100 + *(in + offs + 1);
  190|    242|			tag_len = 2;
  191|    242|		}
  192|  3.04k|		else   {
  193|  3.04k|			tag = *(in + offs);
  194|  3.04k|			tag_len = 1;
  195|  3.04k|		}
  196|       |
  197|  3.28k|		if (offs + tag_len >= in_len)
  ------------------
  |  Branch (197:7): [True: 38, False: 3.24k]
  ------------------
  198|  3.28k|			LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "parse error: invalid data");
  ------------------
  |  |  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: 38, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     38|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     38|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     38|		return _ret; \
  |  |  |  |  172|     38|	} \
  |  |  |  |  173|     38|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|       |
  200|  3.24k|		rv = authentic_parse_size(in + offs + tag_len, in_len - (offs + tag_len), &size);
  201|  3.24k|		LOG_TEST_RET(ctx, rv, "parse error: invalid size data");
  ------------------
  |  |  174|  3.24k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.24k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.24k|	int _ret = (r); \
  |  |  |  |  168|  3.24k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 33, False: 3.21k]
  |  |  |  |  ------------------
  |  |  |  |  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|  3.24k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.21k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|  3.21k|		size_len = rv;
  203|       |
  204|  3.21k|		if (tag == in_tag)   {
  ------------------
  |  Branch (204:7): [True: 270, False: 2.94k]
  ------------------
  205|    270|			if (in_len - (offs + tag_len + size_len) < size)
  ------------------
  |  Branch (205:8): [True: 17, False: 253]
  ------------------
  206|    270|				LOG_TEST_RET(ctx, SC_ERROR_INTERNAL, "parse error: invalid data");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|       |
  208|    253|			*out = in + offs + tag_len + size_len;
  209|    253|			*out_len = size;
  210|       |
  211|    253|			return SC_SUCCESS;
  ------------------
  |  |   28|    253|#define SC_SUCCESS				0
  ------------------
  212|    270|		}
  213|       |
  214|  2.94k|		offs += tag_len + size_len + size;
  215|  2.94k|	}
  216|       |
  217|    106|	return SC_ERROR_ASN1_OBJECT_NOT_FOUND;
  ------------------
  |  |   83|    106|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
  218|    458|}
card-authentic.c:authentic_parse_size:
  149|  3.24k|{
  150|  3.24k|	if (!in || !out || in_len < 1)
  ------------------
  |  Branch (150:6): [True: 0, False: 3.24k]
  |  Branch (150:13): [True: 0, False: 3.24k]
  |  Branch (150:21): [True: 0, False: 3.24k]
  ------------------
  151|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  152|       |
  153|  3.24k|	if (*in < 0x80)   {
  ------------------
  |  Branch (153:6): [True: 3.02k, False: 221]
  ------------------
  154|  3.02k|		*out = *in;
  155|  3.02k|		return 1;
  156|  3.02k|	}
  157|    221|	else if (*in == 0x81)   {
  ------------------
  |  Branch (157:11): [True: 74, False: 147]
  ------------------
  158|     74|		if (in_len < 2)
  ------------------
  |  Branch (158:7): [True: 1, False: 73]
  ------------------
  159|      1|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  160|     73|		*out = *(in + 1);
  161|     73|		return 2;
  162|     74|	}
  163|    147|	else if (*in == 0x82)   {
  ------------------
  |  Branch (163:11): [True: 116, False: 31]
  ------------------
  164|    116|		if (in_len < 3)
  ------------------
  |  Branch (164:7): [True: 1, False: 115]
  ------------------
  165|      1|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  166|    115|		*out = *(in + 1) * 0x100 + *(in + 2);
  167|    115|		return 3;
  168|    116|	}
  169|       |
  170|     31|	return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     31|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  171|  3.24k|}
card-authentic.c:authentic_process_fci:
  769|    294|{
  770|    294|	struct sc_context *ctx = card->ctx;
  771|    294|	size_t taglen;
  772|    294|	int rv;
  773|    294|	unsigned ii;
  774|    294|	const unsigned char *tag = NULL;
  775|    294|	unsigned char ops_DF[8] = {
  776|    294|		SC_AC_OP_CREATE, SC_AC_OP_DELETE, SC_AC_OP_CRYPTO, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  169|    294|#define SC_AC_OP_CREATE			3
  ------------------
              		SC_AC_OP_CREATE, SC_AC_OP_DELETE, SC_AC_OP_CRYPTO, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  168|    294|#define SC_AC_OP_DELETE			2
  ------------------
              		SC_AC_OP_CREATE, SC_AC_OP_DELETE, SC_AC_OP_CRYPTO, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  173|    294|#define SC_AC_OP_CRYPTO			7
  ------------------
  777|    294|	};
  778|    294|	unsigned char ops_EF[8] = {
  779|    294|		SC_AC_OP_READ, SC_AC_OP_DELETE, SC_AC_OP_UPDATE, SC_AC_OP_RESIZE, 0xFF, 0xFF, 0xFF, 0xFF
  ------------------
  |  |  188|    294|#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|    294|#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|    294|#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|    294|#define SC_AC_OP_RESIZE			25
  ------------------
  780|    294|	};
  781|       |
  782|    294|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    294|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    294|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    294|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    294|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 294]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  783|       |
  784|    294|	tag = sc_asn1_find_tag(card->ctx,  buf, buflen, 0x6F, &taglen);
  785|    294|	if (tag != NULL) {
  ------------------
  |  Branch (785:6): [True: 232, False: 62]
  ------------------
  786|    232|		sc_log(ctx, "  FCP length %zu", taglen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  787|    232|		buf = tag;
  788|    232|		buflen = taglen;
  789|    232|	}
  790|       |
  791|    294|	tag = sc_asn1_find_tag(card->ctx,  buf, buflen, 0x62, &taglen);
  792|    294|	if (tag != NULL) {
  ------------------
  |  Branch (792:6): [True: 30, False: 264]
  ------------------
  793|     30|		sc_log(ctx, "  FCP length %zu", taglen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  794|     30|		buf = tag;
  795|     30|		buflen = taglen;
  796|     30|	}
  797|       |
  798|    294|	rv = iso_ops->process_fci(card, file, buf, buflen);
  799|    294|	LOG_TEST_RET(ctx, rv, "ISO parse FCI failed");
  ------------------
  |  |  174|    294|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    294|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    294|	int _ret = (r); \
  |  |  |  |  168|    294|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 294]
  |  |  |  |  ------------------
  |  |  |  |  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|    294|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 294]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  800|       |
  801|    294|	if (!file->sec_attr_len)   {
  ------------------
  |  Branch (801:6): [True: 104, False: 190]
  ------------------
  802|    104|		sc_log_hex(ctx, "ACLs not found in data", buf, buflen);
  ------------------
  |  |  129|    104|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    104|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  803|    104|		sc_log(ctx, "Path:%s; Type:%X; PathType:%X", sc_print_path(&file->path), file->type, file->path.type);
  ------------------
  |  |   71|    104|#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|    104|		if (file->path.type == SC_PATH_TYPE_DF_NAME || file->type == SC_FILE_TYPE_DF)   {
  ------------------
  |  |  118|    208|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
              		if (file->path.type == SC_PATH_TYPE_DF_NAME || file->type == SC_FILE_TYPE_DF)   {
  ------------------
  |  |  214|     53|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (804:7): [True: 51, False: 53]
  |  Branch (804:50): [True: 15, False: 38]
  ------------------
  805|     66|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     66|#define SC_FILE_TYPE_DF			0x04
  ------------------
  806|     66|		}
  807|     38|		else   {
  808|     38|			LOG_TEST_RET(ctx, SC_ERROR_OBJECT_NOT_FOUND, "ACLs tag missing");
  ------------------
  |  |  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: 38, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     38|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     38|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     38|		return _ret; \
  |  |  |  |  172|     38|	} \
  |  |  |  |  173|     38|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  809|     38|		}
  810|    104|	}
  811|       |
  812|    256|	sc_log_hex(ctx, "ACL data", file->sec_attr, file->sec_attr_len);
  ------------------
  |  |  129|    256|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    256|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  813|    932|	for (ii = 0; ii < file->sec_attr_len / 2 && ii < sizeof ops_DF; ii++)  {
  ------------------
  |  Branch (813:15): [True: 677, False: 255]
  |  Branch (813:46): [True: 676, False: 1]
  ------------------
  814|    676|		unsigned char op = file->type == SC_FILE_TYPE_DF ? ops_DF[ii] : ops_EF[ii];
  ------------------
  |  |  214|    676|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (814:22): [True: 97, False: 579]
  ------------------
  815|    676|		unsigned char acl = *(file->sec_attr + ii*2);
  816|    676|		unsigned char cred_id = *(file->sec_attr + ii*2 + 1);
  817|    676|		unsigned sc = acl * 0x100 + cred_id;
  818|       |
  819|    676|		sc_log(ctx, "ACL(%i) op 0x%X, acl %X:%X", ii, op, acl, cred_id);
  ------------------
  |  |   71|    676|#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|    676|		if (op == 0xFF)
  ------------------
  |  Branch (820:7): [True: 180, False: 496]
  ------------------
  821|    180|			;
  822|    496|		else if (!acl && !cred_id)
  ------------------
  |  Branch (822:12): [True: 205, False: 291]
  |  Branch (822:20): [True: 87, False: 118]
  ------------------
  823|     87|			sc_file_add_acl_entry(file, op, SC_AC_NONE, 0);
  ------------------
  |  |  150|     87|#define SC_AC_NONE			0x00000000
  ------------------
  824|    409|		else if (acl == 0xFF)
  ------------------
  |  Branch (824:12): [True: 57, False: 352]
  ------------------
  825|     57|			sc_file_add_acl_entry(file, op, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     57|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  826|    352|		else if (acl & AUTHENTIC_AC_SM_MASK)
  ------------------
  |  |  119|    352|#define AUTHENTIC_AC_SM_MASK	0x60
  ------------------
  |  Branch (826:12): [True: 161, False: 191]
  ------------------
  827|    161|			sc_file_add_acl_entry(file, op, SC_AC_SCB, sc);
  ------------------
  |  |  157|    161|#define SC_AC_SCB                       0x00000040 /* IAS/ECC SCB byte. */
  ------------------
  828|    191|		else if (cred_id)
  ------------------
  |  Branch (828:12): [True: 164, False: 27]
  ------------------
  829|    164|			sc_file_add_acl_entry(file, op, SC_AC_CHV, cred_id);
  ------------------
  |  |  151|    164|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  830|     27|		else
  831|     27|			sc_file_add_acl_entry(file, op, SC_AC_NEVER, 0);
  ------------------
  |  |  163|     27|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  832|    676|	}
  833|       |
  834|    256|	LOG_FUNC_RETURN(ctx, 0);
  ------------------
  |  |  164|    256|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    256|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    256|	int _ret = r; \
  |  |  |  |  155|    256|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 256, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    256|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 256]
  |  |  |  |  ------------------
  |  |  |  |  157|    256|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    256|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    256|	return _ret; \
  |  |  |  |  163|    256|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  835|    256|}
card-authentic.c:authentic_pin_cmd:
 1432|    285|{
 1433|    285|	struct sc_context *ctx = card->ctx;
 1434|    285|	int rv = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    285|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1435|       |
 1436|    285|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    285|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    285|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    285|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    285|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 285]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1437|    285|	sc_log(ctx, "PIN-CMD:%X,PIN(type:%X,ret:%i)", data->cmd, data->pin_type, data->pin_reference);
  ------------------
  |  |   71|    285|#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|    285|	sc_log(ctx, "PIN1(%p,len:%zu,tries-left:%i)", data->pin1.data, data->pin1.len, data->pin1.tries_left);
  ------------------
  |  |   71|    285|#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|    285|	sc_log(ctx, "PIN2(%p,len:%zu)", data->pin2.data, data->pin2.len);
  ------------------
  |  |   71|    285|#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|    285|	switch (data->cmd)   {
 1442|     23|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|     23|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (1442:2): [True: 23, False: 262]
  ------------------
 1443|     23|		rv = authentic_pin_verify(card, data);
 1444|     23|		break;
 1445|     26|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|     26|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (1445:2): [True: 26, False: 259]
  ------------------
 1446|     26|		rv = authentic_pin_change(card, data);
 1447|     26|		break;
 1448|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (1448:2): [True: 0, False: 285]
  ------------------
 1449|      0|		rv = authentic_pin_reset(card, data);
 1450|      0|		break;
 1451|    236|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|    236|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1451:2): [True: 236, False: 49]
  ------------------
 1452|    236|		rv = authentic_pin_get_policy(card, data, NULL);
 1453|    236|		break;
 1454|      0|	default:
  ------------------
  |  Branch (1454:2): [True: 0, False: 285]
  ------------------
 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|    285|	}
 1457|       |
 1458|    285|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    285|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    285|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    285|	int _ret = r; \
  |  |  |  |  155|    285|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 285, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    285|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 51]
  |  |  |  |  ------------------
  |  |  |  |  157|    285|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    285|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    285|	return _ret; \
  |  |  |  |  163|    285|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1459|    285|}
card-authentic.c:authentic_pin_verify:
 1097|     23|{
 1098|     23|	struct sc_context *ctx = card->ctx;
 1099|     23|	struct authentic_private_data *prv_data = (struct authentic_private_data *) card->drv_data;
 1100|     23|	unsigned char pin_sha1[SHA_DIGEST_LENGTH];
 1101|     23|	int rv;
 1102|       |
 1103|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1104|     23|	sc_log(ctx, "PIN(type:%X,reference:%X,data:%p,length:%zu)",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1105|     23|			pin_cmd->pin_type, pin_cmd->pin_reference, pin_cmd->pin1.data, pin_cmd->pin1.len);
 1106|       |
 1107|     23|	if (pin_cmd->pin_reference < 0 || pin_cmd->pin_reference >= AUTHENTIC_N_PINS) {
  ------------------
  |  |   64|     23|#define AUTHENTIC_N_PINS 8
  ------------------
  |  Branch (1107:6): [True: 0, False: 23]
  |  Branch (1107:36): [True: 0, False: 23]
  ------------------
 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|     23|	if (pin_cmd->pin1.data && !pin_cmd->pin1.len)   {
  ------------------
  |  Branch (1111:6): [True: 23, False: 0]
  |  Branch (1111:28): [True: 0, False: 23]
  ------------------
 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|     23|	if (pin_cmd->pin1.data)
  ------------------
  |  Branch (1117:6): [True: 23, False: 0]
  ------------------
 1118|     23|		SHA1(pin_cmd->pin1.data, pin_cmd->pin1.len, pin_sha1);
 1119|      0|	else
 1120|      0|		SHA1((unsigned char *)"", 0, pin_sha1);
 1121|       |
 1122|     23|	if (!memcmp(pin_sha1, prv_data->pins_sha1[pin_cmd->pin_reference], SHA_DIGEST_LENGTH))   {
  ------------------
  |  Branch (1122:6): [True: 0, False: 23]
  ------------------
 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|     23|	memset(prv_data->pins_sha1[pin_cmd->pin_reference], 0, sizeof(prv_data->pins_sha1[0]));
 1128|       |
 1129|     23|	rv = authentic_pin_get_policy(card, pin_cmd, NULL);
 1130|     23|	LOG_TEST_RET(ctx, rv, "Get 'PIN policy' error");
  ------------------
  |  |  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: 16, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  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|     23|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1131|       |
 1132|      7|	if (pin_cmd->pin1.len > pin_cmd->pin1.max_length)
  ------------------
  |  Branch (1132:6): [True: 0, False: 7]
  ------------------
 1133|      7|		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|      7|	pin_cmd->pin1.tries_left = -1;
 1136|      7|	rv = authentic_chv_verify(card, pin_cmd);
 1137|      7|	LOG_TEST_RET(ctx, rv, "PIN CHV verification 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: 5, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  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|      7|} 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|      7|{
 1015|      7|	struct sc_context *ctx = card->ctx;
 1016|      7|	struct sc_apdu apdu;
 1017|      7|	struct sc_pin_cmd_pin *pin1 = &pin_cmd->pin1;
 1018|      7|	unsigned char pin_buff[SC_MAX_APDU_BUFFER_SIZE];
 1019|      7|	size_t pin_len;
 1020|      7|	int rv;
 1021|       |
 1022|      7|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|      7|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      7|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      7|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      7|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1023|      7|	sc_log(ctx, "CHV PIN reference %i, pin1(%p,len:%zu)", pin_cmd->pin_reference, pin1->data, pin1->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__
  |  |  ------------------
  ------------------
 1024|       |
 1025|      7|	if (pin1->data && !pin1->len)   {
  ------------------
  |  Branch (1025:6): [True: 7, False: 0]
  |  Branch (1025:20): [True: 0, False: 7]
  ------------------
 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|      7|	else if (pin1->data && pin1->len)   {
  ------------------
  |  Branch (1028:11): [True: 7, False: 0]
  |  Branch (1028:25): [True: 7, False: 0]
  ------------------
 1029|      7|		if (pin1->len > sizeof(pin_buff)) {
  ------------------
  |  Branch (1029:7): [True: 0, False: 7]
  ------------------
 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|      7|		memcpy(pin_buff, pin1->data, pin1->len);
 1033|      7|		pin_len = pin1->len;
 1034|       |
 1035|      7|		if (pin1->pad_length && pin_cmd->flags & SC_PIN_CMD_NEED_PADDING)   {
  ------------------
  |  |  422|      7|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  |  Branch (1035:7): [True: 7, False: 0]
  |  Branch (1035:27): [True: 7, False: 0]
  ------------------
 1036|      7|			if (pin1->len > pin1->pad_length || pin1->pad_length > sizeof(pin_buff)) {
  ------------------
  |  Branch (1036:8): [True: 0, False: 7]
  |  Branch (1036:40): [True: 0, False: 7]
  ------------------
 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|      7|			if (pin1->len < sizeof(pin_buff)) {
  ------------------
  |  Branch (1039:8): [True: 7, False: 0]
  ------------------
 1040|      7|				memset(pin_buff + pin1->len, pin1->pad_char,
 1041|      7|						pin1->pad_length - pin1->len);
 1042|      7|			}
 1043|      7|			pin_len = pin1->pad_length;
 1044|      7|		}
 1045|       |
 1046|      7|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x20, 0, pin_cmd->pin_reference);
  ------------------
  |  |  293|      7|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1047|      7|		apdu.data = pin_buff;
 1048|      7|		apdu.datalen = pin_len;
 1049|      7|		apdu.lc = pin_len;
 1050|      7|	}
 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|      7|	rv = sc_transmit_apdu(card, &apdu);
 1061|      7|	LOG_TEST_RET(ctx, rv, "APDU transmit 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: 1, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  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|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1062|       |
 1063|      6|	if (apdu.sw1 == 0x63 && (apdu.sw2 & 0xF0) == 0xC0)   {
  ------------------
  |  Branch (1063:6): [True: 2, False: 4]
  |  Branch (1063:26): [True: 1, False: 1]
  ------------------
 1064|      1|		pin1->tries_left = apdu.sw2 & 0x0F;
 1065|      1|	}
 1066|       |
 1067|      6|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1068|       |
 1069|      6|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1070|      6|}
card-authentic.c:authentic_pin_change:
 1192|     26|{
 1193|     26|	struct sc_context *ctx = card->ctx;
 1194|     26|	struct authentic_private_data *prv_data = (struct authentic_private_data *) card->drv_data;
 1195|     26|	struct sc_apdu apdu;
 1196|     26|	unsigned char pin_data[SC_MAX_APDU_BUFFER_SIZE];
 1197|     26|	size_t offs;
 1198|     26|	int rv;
 1199|       |
 1200|     26|	rv = authentic_pin_get_policy(card, data, NULL);
 1201|     26|	LOG_TEST_RET(ctx, rv, "Get 'PIN policy' error");
  ------------------
  |  |  174|     26|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     26|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     26|	int _ret = (r); \
  |  |  |  |  168|     26|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 22, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  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|     26|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1202|       |
 1203|      4|	if (data->pin_reference < 0 || data->pin_reference >= AUTHENTIC_N_PINS) {
  ------------------
  |  |   64|      4|#define AUTHENTIC_N_PINS 8
  ------------------
  |  Branch (1203:6): [True: 0, False: 4]
  |  Branch (1203:33): [True: 0, False: 4]
  ------------------
 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|      4|	memset(prv_data->pins_sha1[data->pin_reference], 0, sizeof(prv_data->pins_sha1[0]));
 1208|       |
 1209|      4|	if (!data->pin1.data && !data->pin1.len && !data->pin2.data && !data->pin2.len)   {
  ------------------
  |  Branch (1209:6): [True: 0, False: 4]
  |  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|      4|	if (card->max_send_size && (data->pin1.len + data->pin2.len > card->max_send_size))
  ------------------
  |  Branch (1217:6): [True: 4, False: 0]
  |  Branch (1217:29): [True: 0, False: 4]
  ------------------
 1218|      4|		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|      4|	memset(pin_data, data->pin1.pad_char, sizeof(pin_data));
 1221|      4|	offs = 0;
 1222|      4|	if (data->pin1.data && data->pin1.len)   {
  ------------------
  |  Branch (1222:6): [True: 4, False: 0]
  |  Branch (1222:25): [True: 4, False: 0]
  ------------------
 1223|      4|		if (data->pin1.pad_length > sizeof(pin_data) || data->pin1.len > sizeof(pin_data)) {
  ------------------
  |  Branch (1223:7): [True: 0, False: 4]
  |  Branch (1223:51): [True: 0, False: 4]
  ------------------
 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|      4|		memcpy(pin_data, data->pin1.data, data->pin1.len);
 1227|      4|		offs += data->pin1.pad_length;
 1228|      4|	}
 1229|      4|	if (data->pin2.data && data->pin2.len) {
  ------------------
  |  Branch (1229:6): [True: 4, False: 0]
  |  Branch (1229:25): [True: 4, False: 0]
  ------------------
 1230|      4|		if (data->pin2.len + offs > sizeof(pin_data)) {
  ------------------
  |  Branch (1230:7): [True: 0, False: 4]
  ------------------
 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|      4|		memcpy(pin_data + offs, data->pin2.data, data->pin2.len);
 1234|      4|	}
 1235|       |
 1236|      4|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x24, offs ? 0x00 : 0x01, data->pin_reference);
  ------------------
  |  |  293|      4|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (1236:58): [True: 4, False: 0]
  ------------------
 1237|      4|	apdu.data = pin_data;
 1238|      4|	apdu.datalen = offs + data->pin1.pad_length;
 1239|      4|	apdu.lc = offs + data->pin1.pad_length;
 1240|       |
 1241|      4|	rv = sc_transmit_apdu(card, &apdu);
 1242|      4|	LOG_TEST_RET(ctx, rv, "APDU transmit 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: 1, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  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|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1243|      3|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1244|       |
 1245|      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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1246|      3|}
card-authentic.c:authentic_pin_get_policy:
 1293|    285|{
 1294|    285|	struct sc_context *ctx = card->ctx;
 1295|    285|	struct sc_apdu apdu;
 1296|    285|	unsigned char rbuf[0x100];
 1297|    285|	int ii, rv;
 1298|       |
 1299|    285|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    285|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    285|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    285|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    285|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 285]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1300|    285|	sc_log(ctx, "get PIN(type:%X,ref:%X,tries-left:%i)", data->pin_type, data->pin_reference, data->pin1.tries_left);
  ------------------
  |  |   71|    285|#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|    285|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0x5F, data->pin_reference);
  ------------------
  |  |  292|    285|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1303|    289|	for (ii=0;ii<2;ii++)   {
  ------------------
  |  Branch (1303:12): [True: 288, False: 1]
  ------------------
 1304|    288|		apdu.le = sizeof(rbuf);
 1305|    288|		apdu.resp = rbuf;
 1306|    288|		apdu.resplen = sizeof(rbuf);
 1307|       |
 1308|    288|		rv = sc_transmit_apdu(card, &apdu);
 1309|    288|		LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    288|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    288|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    288|	int _ret = (r); \
  |  |  |  |  168|    288|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 276]
  |  |  |  |  ------------------
  |  |  |  |  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|    288|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 276]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1310|    276|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1311|       |
 1312|    276|		if (rv != SC_ERROR_CLASS_NOT_SUPPORTED)
  ------------------
  |  |   53|    276|#define SC_ERROR_CLASS_NOT_SUPPORTED		-1203
  ------------------
  |  Branch (1312:7): [True: 272, False: 4]
  ------------------
 1313|    272|			break;
 1314|       |
 1315|      4|		apdu.cla = 0x80;
 1316|      4|	}
 1317|    273|        LOG_TEST_RET(ctx, rv, "'GET DATA' error");
  ------------------
  |  |  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: 57, False: 216]
  |  |  |  |  ------------------
  |  |  |  |  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|    273|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 216]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1318|       |
 1319|    216|	data->pin1.tries_left = -1;
 1320|       |
 1321|    216|	rv = authentic_parse_credential_data(ctx, data, acls, apdu.resp, apdu.resplen);
 1322|    216|        LOG_TEST_RET(ctx, rv, "Cannot parse credential data");
  ------------------
  |  |  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: 156, False: 60]
  |  |  |  |  ------------------
  |  |  |  |  169|    156|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    156|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    156|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    156|		return _ret; \
  |  |  |  |  172|    156|	} \
  |  |  |  |  173|    216|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 60]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1323|       |
 1324|     60|	data->pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|     60|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1325|     60|	data->pin1.offset = 5;
 1326|     60|	data->pin1.pad_char = 0xFF;
 1327|     60|	data->pin1.pad_length = data->pin1.max_length;
 1328|     60|	data->pin1.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|     60|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 1329|       |
 1330|     60|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     60|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1331|       |
 1332|     60|	sc_log(ctx, "PIN policy: size max/min/pad %zu/%zu/%zu, tries max/left %i/%i",
  ------------------
  |  |   71|     60|#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|     60|			data->pin1.max_length, data->pin1.min_length, data->pin1.pad_length,
 1334|     60|			data->pin1.max_tries, data->pin1.tries_left);
 1335|       |
 1336|     60|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1337|     60|}
card-authentic.c:authentic_parse_credential_data:
  286|    216|{
  287|    216|	unsigned char *data;
  288|    216|	size_t data_len;
  289|    216|	int rv, ii;
  290|    216|	unsigned tag = AUTHENTIC_TAG_CREDENTIAL | pin_cmd->pin_reference;
  ------------------
  |  |   94|    216|#define AUTHENTIC_TAG_CREDENTIAL			0x5F00
  ------------------
  291|       |
  292|    216|	rv = authentic_get_tagged_data(ctx, blob, blob_len, tag, &blob, &blob_len);
  293|    216|	LOG_TEST_RET(ctx, rv, "cannot get credential data");
  ------------------
  |  |  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: 121, False: 95]
  |  |  |  |  ------------------
  |  |  |  |  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|    216|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 95]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  294|       |
  295|     95|	rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_CREDENTIAL_TRYLIMIT, &data, &data_len);
  ------------------
  |  |   95|     95|#define AUTHENTIC_TAG_CREDENTIAL_TRYLIMIT		0x91
  ------------------
  296|     95|	LOG_TEST_RET(ctx, rv, "cannot get try limit");
  ------------------
  |  |  174|     95|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     95|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     95|	int _ret = (r); \
  |  |  |  |  168|     95|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 85]
  |  |  |  |  ------------------
  |  |  |  |  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|     95|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 85]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  297|     85|	pin_cmd->pin1.max_tries = *data;
  298|       |
  299|     85|	rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_DOCP_MECH, &data, &data_len);
  ------------------
  |  |   73|     85|#define AUTHENTIC_TAG_DOCP_MECH			0x80
  ------------------
  300|     85|	LOG_TEST_RET(ctx, rv, "cannot get PIN type");
  ------------------
  |  |  174|     85|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     85|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     85|	int _ret = (r); \
  |  |  |  |  168|     85|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 72]
  |  |  |  |  ------------------
  |  |  |  |  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|     85|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 72]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  301|     72|	if (data_len > 0 && *data == 0)
  ------------------
  |  Branch (301:6): [True: 69, False: 3]
  |  Branch (301:22): [True: 7, False: 62]
  ------------------
  302|      7|		pin_cmd->pin_type = SC_AC_CHV;
  ------------------
  |  |  151|      7|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  303|     65|	else if (data_len > 0 && *data >= 2 && *data <= 7)
  ------------------
  |  Branch (303:11): [True: 62, False: 3]
  |  Branch (303:27): [True: 61, False: 1]
  |  Branch (303:41): [True: 54, False: 7]
  ------------------
  304|     54|		pin_cmd->pin_type = SC_AC_AUT;
  ------------------
  |  |  154|     54|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  305|     11|	else
  306|     11|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "unsupported Credential type");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  307|       |
  308|       |	/* Parse optional ACLs when requested */
  309|     61|	if (acls) {
  ------------------
  |  Branch (309:6): [True: 0, False: 61]
  ------------------
  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|     61|	rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_CREDENTIAL_PINPOLICY, &data, &data_len);
  ------------------
  |  |   96|     61|#define AUTHENTIC_TAG_CREDENTIAL_PINPOLICY		0xA1
  ------------------
  341|     61|	if (!rv)   {
  ------------------
  |  Branch (341:6): [True: 1, False: 60]
  ------------------
  342|      1|		blob = data;
  343|      1|		blob_len = data_len;
  344|       |
  345|      1|		rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_CREDENTIAL_PINPOLICY_MAXLENGTH, &data, &data_len);
  ------------------
  |  |   97|      1|#define AUTHENTIC_TAG_CREDENTIAL_PINPOLICY_MAXLENGTH	0x83
  ------------------
  346|      1|		LOG_TEST_RET(ctx, rv, "failed to get PIN max.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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  347|      0|		pin_cmd->pin1.max_length = *data;
  348|       |
  349|      0|		rv = authentic_get_tagged_data(ctx, blob, blob_len, AUTHENTIC_TAG_CREDENTIAL_PINPOLICY_MINLENGTH, &data, &data_len);
  ------------------
  |  |   98|      0|#define AUTHENTIC_TAG_CREDENTIAL_PINPOLICY_MINLENGTH	0x84
  ------------------
  350|      0|		LOG_TEST_RET(ctx, rv, "failed to get PIN min.length 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  351|      0|		pin_cmd->pin1.min_length = *data;
  352|      0|	}
  353|       |
  354|     60|	return SC_SUCCESS;
  ------------------
  |  |   28|     60|#define SC_SUCCESS				0
  ------------------
  355|     61|}
card-authentic.c:authentic_card_reader_lock_obtained:
 1865|  1.88k|{
 1866|  1.88k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  1.88k|#define SC_SUCCESS				0
  ------------------
 1867|       |
 1868|  1.88k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.88k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.88k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.88k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.88k]
  |  |  ------------------
  ------------------
 1869|       |
 1870|  1.88k|	if (was_reset > 0
  ------------------
  |  Branch (1870:6): [True: 0, False: 1.88k]
  ------------------
 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.88k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.88k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.88k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.88k|	int _ret = r; \
  |  |  |  |  155|  1.88k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.88k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.88k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, 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.88k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.88k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.88k|	} else { \
  |  |  |  |  159|      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.88k|	return _ret; \
  |  |  |  |  163|  1.88k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1876|  1.88k|}

sc_get_belpic_driver:
  446|  16.2k|{
  447|  16.2k|	return sc_get_driver();
  448|  16.2k|}
card-belpic.c:sc_get_driver:
  423|  16.2k|{
  424|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (424:6): [True: 1, False: 16.2k]
  ------------------
  425|      1|		iso_ops = sc_get_iso7816_driver()->ops;
  426|       |
  427|  16.2k|	belpic_ops.match_card = belpic_match_card;
  428|  16.2k|	belpic_ops.init = belpic_init;
  429|       |
  430|  16.2k|	belpic_ops.update_binary = iso_ops->update_binary;
  431|  16.2k|	belpic_ops.select_file = belpic_select_file;
  432|  16.2k|	belpic_ops.read_binary = belpic_read_binary;
  433|  16.2k|	belpic_ops.pin_cmd = belpic_pin_cmd;
  434|  16.2k|	belpic_ops.set_security_env = belpic_set_security_env;
  435|       |
  436|  16.2k|	belpic_ops.compute_signature = iso_ops->compute_signature;
  437|  16.2k|	belpic_ops.get_challenge = iso_ops->get_challenge;
  438|  16.2k|	belpic_ops.get_response = iso_ops->get_response;
  439|  16.2k|	belpic_ops.check_sw = iso_ops->check_sw;
  440|       |
  441|  16.2k|	return &belpic_drv;
  442|  16.2k|}
card-belpic.c:belpic_match_card:
  208|  10.7k|{
  209|  10.7k|	int i;
  210|       |
  211|  10.7k|	i = _sc_match_atr(card, belpic_atrs, &card->type);
  212|  10.7k|	if (i < 0)
  ------------------
  |  Branch (212:6): [True: 10.7k, False: 79]
  ------------------
  213|  10.7k|		return 0;
  214|     79|	return 1;
  215|  10.7k|}
card-belpic.c:belpic_init:
  218|     79|{
  219|     79|	int key_size = 1024;
  220|     79|	unsigned long flags = 0;
  221|       |
  222|     79|	sc_log(card->ctx,  "Belpic V%s\n", BELPIC_VERSION);
  ------------------
  |  |   71|     79|#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|     79|	sc_log(card->ctx,  "Belpic V%s\n", BELPIC_VERSION);
  |  |  |  |  ------------------
  |  |  |  |  |  |   97|     79|#define BELPIC_VERSION			"1.4"
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  223|       |
  224|     79|	if (card->type < 0)
  ------------------
  |  Branch (224:6): [True: 0, False: 79]
  ------------------
  225|      0|		card->type = SC_CARD_TYPE_BELPIC_EID;	/* Unknown card: assume it's the Belpic Card */
  226|       |
  227|     79|	card->cla = 0x00;
  228|     79|	if (card->type == SC_CARD_TYPE_BELPIC_EID) {
  ------------------
  |  Branch (228:6): [True: 79, False: 0]
  ------------------
  229|     79|		u8 carddata[BELPIC_CARDDATA_RESP_LEN];
  230|     79|		memset(carddata, 0, sizeof(carddata));
  231|       |
  232|     79|		if(get_carddata(card, carddata, sizeof(carddata)) < 0) {
  ------------------
  |  Branch (232:6): [True: 11, False: 68]
  ------------------
  233|     11|			return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     11|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  234|     11|		}
  235|     68|		if (carddata[BELPIC_CARDDATA_OFF_APPLETVERS] >= 0x18) {
  ------------------
  |  |  131|     68|#define BELPIC_CARDDATA_OFF_APPLETVERS 21
  ------------------
  |  Branch (235:7): [True: 42, False: 26]
  ------------------
  236|     42|			flags = SC_ALGORITHM_ECDSA_HASH_NONE | SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  175|     42|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     42|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
              			flags = SC_ALGORITHM_ECDSA_HASH_NONE | SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  174|     42|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  237|     42|			_sc_card_add_ec_alg(card, 256, flags, 0, NULL);
  238|     42|			_sc_card_add_ec_alg(card, 384, flags, 0, NULL);
  239|     42|			_sc_card_add_ec_alg(card, 512, flags, 0, NULL);
  240|     42|			_sc_card_add_ec_alg(card, 521, flags, 0, NULL);
  241|     42|		} else {
  242|     26|			if (carddata[BELPIC_CARDDATA_OFF_APPLETVERS] >= 0x17) {
  ------------------
  |  |  131|     26|#define BELPIC_CARDDATA_OFF_APPLETVERS 21
  ------------------
  |  Branch (242:8): [True: 1, False: 25]
  ------------------
  243|      1|				key_size = 2048;
  244|      1|			}
  245|     26|			_sc_card_add_rsa_alg(card, key_size,
  246|     26|					SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE, 0);
  ------------------
  |  |  111|     26|#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|     26|#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|     26|#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|     26|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  247|     26|		}
  248|     68|	}
  249|       |
  250|       |	/* State that we have an RNG */
  251|     68|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     68|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  252|       |
  253|     68|	card->max_pin_len = BELPIC_MAX_USER_PIN_LEN;
  ------------------
  |  |  106|     68|#define BELPIC_MAX_USER_PIN_LEN		12
  ------------------
  254|       |
  255|     68|	return 0;
  256|     79|}
card-belpic.c:get_carddata:
  170|     79|{
  171|     79|	sc_apdu_t apdu;
  172|     79|	u8 carddata_cmd[] = { 0x80, 0xE4, 0x00, 0x00, 0x1C };
  173|     79|	int r;
  174|       |
  175|     79|	if (carddataloc_len != BELPIC_CARDDATA_RESP_LEN)
  ------------------
  |  |  143|     79|#define BELPIC_CARDDATA_RESP_LEN 28
  ------------------
  |  Branch (175:6): [True: 0, False: 79]
  ------------------
  176|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  177|       |
  178|     79|	r = sc_bytes2apdu(card->ctx, carddata_cmd, sizeof(carddata_cmd), &apdu);
  179|     79|	if(r) {
  ------------------
  |  Branch (179:5): [True: 0, False: 79]
  ------------------
  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|     79|	apdu.resp = carddata_loc;
  185|     79|	apdu.resplen = carddataloc_len;
  186|       |
  187|     79|	r = sc_transmit_apdu(card, &apdu);
  188|     79|	if(r) {
  ------------------
  |  Branch (188:5): [True: 1, False: 78]
  ------------------
  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|     78|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  194|     78|	if(r) {
  ------------------
  |  Branch (194:5): [True: 7, False: 71]
  ------------------
  195|      7|		sc_log(card->ctx,  "GetCardData: card returned %d\n", r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  196|      7|		return r;
  197|      7|	}
  198|     71|	if(apdu.resplen < carddataloc_len) {
  ------------------
  |  Branch (198:5): [True: 3, False: 68]
  ------------------
  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|     68|	return 0;
  205|     71|}
card-belpic.c:belpic_select_file:
  260|    358|{
  261|    358|	sc_apdu_t apdu;
  262|    358|	u8 pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  263|    358|	int r;
  264|    358|	size_t pathlen;
  265|    358|	sc_file_t *file = NULL;
  266|       |
  267|    358|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (267:6): [True: 0, False: 358]
  |  Branch (267:22): [True: 0, False: 358]
  ------------------
  268|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  269|    358|	memcpy(path, in_path->value, in_path->len);
  270|    358|	pathlen = in_path->len;
  271|       |
  272|    358|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x08, 0x0C);
  ------------------
  |  |  293|    358|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  273|       |
  274|    358|	apdu.lc = pathlen;
  275|    358|	apdu.data = path;
  276|    358|	apdu.datalen = pathlen;
  277|       |
  278|    358|	apdu.resplen = 0;
  279|    358|	apdu.le = 0;
  280|       |
  281|    358|	r = sc_transmit_apdu(card, &apdu);
  282|       |
  283|    358|	LOG_TEST_RET(card->ctx, r, "Select File APDU transmit 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: 11, False: 347]
  |  |  |  |  ------------------
  |  |  |  |  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|    358|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 347]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|       |
  285|    347|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  286|    347|	if (r)
  ------------------
  |  Branch (286:6): [True: 194, False: 153]
  ------------------
  287|    194|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    194|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    194|	int _ret = r; \
  |  |  155|    194|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 194, False: 0]
  |  |  ------------------
  |  |  156|    194|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    194|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 194, False: 0]
  |  |  ------------------
  |  |  157|    194|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    194|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    194|	return _ret; \
  |  |  163|    194|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  288|       |
  289|    153|	next_idx = (size_t)-1;		/* reset */
  290|       |
  291|    153|	if (file_out != NULL) {
  ------------------
  |  Branch (291:6): [True: 98, False: 55]
  ------------------
  292|     98|		file = sc_file_new();
  293|     98|		file->path = *in_path;
  294|     98|		if (pathlen >= 2)
  ------------------
  |  Branch (294:7): [True: 98, False: 0]
  ------------------
  295|     98|			file->id = (in_path->value[pathlen - 2] << 8) | in_path->value[pathlen - 1];
  296|     98|		file->size = BELPIC_MAX_FILE_SIZE;
  ------------------
  |  |  103|     98|#define BELPIC_MAX_FILE_SIZE		65535
  ------------------
  297|     98|		file->shareable = 1;
  298|     98|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     98|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  299|     98|		if (pathlen == 2 && memcmp("\x3F\x00", in_path->value, 2) == 0)
  ------------------
  |  Branch (299:7): [True: 31, False: 67]
  |  Branch (299:23): [True: 0, False: 31]
  ------------------
  300|      0|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      0|#define SC_FILE_TYPE_DF			0x04
  ------------------
  301|     98|		else
  302|     98|			file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     98|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  303|     98|		*file_out = file;
  304|     98|	}
  305|       |
  306|    153|	return 0;
  307|    347|}
card-belpic.c:belpic_read_binary:
  311|    360|{
  312|    360|	int r;
  313|       |
  314|    360|	if (next_idx == idx)
  ------------------
  |  Branch (314:6): [True: 45, False: 315]
  ------------------
  315|     45|		return 0;	/* File was already read entirely */
  316|       |
  317|    315|	t1 = clock();
  318|    315|	r = iso_ops->read_binary(card, idx, buf, count, flags);
  319|    315|	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|    315|	if (r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|    315|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (324:6): [True: 7, False: 308]
  ------------------
  325|      7|		return 0;
  326|       |
  327|    308|	if (r >= 0 && (size_t)r < count)
  ------------------
  |  Branch (327:6): [True: 270, False: 38]
  |  Branch (327:16): [True: 53, False: 217]
  ------------------
  328|     53|		next_idx = idx + (size_t)r;
  329|       |
  330|    308|	dur = t2 - t1;
  331|    308|	tot_dur += dur;
  332|    308|	tot_read += r;
  333|    308|	return r;
  334|    315|}
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|  3.65k|{
   63|  3.65k|	if (index < 0 || index >= MAX_CAC_SLOTS)
  ------------------
  |  |   70|  3.65k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (63:6): [True: 0, False: 3.65k]
  |  Branch (63:19): [True: 0, False: 3.65k]
  ------------------
   64|      0|		return NULL;
   65|       |
   66|  3.65k|	return cac_labels[index];
   67|  3.65k|}
cac_new_private_data:
   83|  1.29k|{
   84|  1.29k|	cac_private_data_t *priv;
   85|       |
   86|  1.29k|	priv = calloc(1, sizeof(cac_private_data_t));
   87|  1.29k|	if (priv == NULL)
  ------------------
  |  Branch (87:6): [True: 0, False: 1.29k]
  ------------------
   88|      0|		return NULL;
   89|       |
   90|       |	/* Initialize PKI Applets list */
   91|  1.29k|	if (list_init(&priv->pki_list) != 0 ||
  ------------------
  |  Branch (91:6): [True: 0, False: 1.29k]
  ------------------
   92|  1.29k|	    list_attributes_comparator(&priv->pki_list, cac_list_compare_path) != 0 ||
  ------------------
  |  Branch (92:6): [True: 0, False: 1.29k]
  ------------------
   93|  1.29k|	    list_attributes_copy(&priv->pki_list, cac_list_meter, 1) != 0) {
  ------------------
  |  Branch (93:6): [True: 0, False: 1.29k]
  ------------------
   94|      0|		cac_free_private_data(priv);
   95|      0|		return NULL;
   96|      0|	}
   97|       |
   98|       |	/* Initialize General Applets List */
   99|  1.29k|	if (list_init(&priv->general_list) != 0 ||
  ------------------
  |  Branch (99:6): [True: 0, False: 1.29k]
  ------------------
  100|  1.29k|	    list_attributes_comparator(&priv->general_list, cac_list_compare_path) != 0 ||
  ------------------
  |  Branch (100:6): [True: 0, False: 1.29k]
  ------------------
  101|  1.29k|	    list_attributes_copy(&priv->general_list, cac_list_meter, 1) != 0) {
  ------------------
  |  Branch (101:6): [True: 0, False: 1.29k]
  ------------------
  102|      0|		cac_free_private_data(priv);
  103|      0|		return NULL;
  104|      0|	}
  105|       |
  106|  1.29k|	return priv;
  107|  1.29k|}
cac_free_private_data:
  110|  1.29k|{
  111|  1.29k|	free(priv->cac_id);
  112|  1.29k|	free(priv->cache_buf);
  113|  1.29k|	free(priv->aca_path);
  114|  1.29k|	list_destroy(&priv->pki_list);
  115|  1.29k|	list_destroy(&priv->general_list);
  116|  1.29k|	free(priv);
  117|  1.29k|	return;
  118|  1.29k|}
cac_add_object_to_list:
  121|  3.71k|{
  122|  3.71k|	if (list_append(list, object) < 0)
  ------------------
  |  Branch (122:6): [True: 0, False: 3.71k]
  ------------------
  123|      0|		return SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|      0|#define SC_ERROR_UNKNOWN			-1900
  ------------------
  124|  3.71k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.71k|#define SC_SUCCESS				0
  ------------------
  125|  3.71k|}
card-cac-common.c:cac_list_compare_path:
   70|  36.2k|{
   71|  36.2k|	if (a == NULL || b == NULL)
  ------------------
  |  Branch (71:6): [True: 0, False: 36.2k]
  |  Branch (71:19): [True: 0, False: 36.2k]
  ------------------
   72|      0|		return 1;
   73|  36.2k|	return memcmp( &((cac_object_t *) a)->path,
   74|  36.2k|		&((cac_object_t *) b)->path, sizeof(sc_path_t));
   75|  36.2k|}
card-cac-common.c:cac_list_meter:
   78|  3.71k|static size_t cac_list_meter(const void *el) {
   79|  3.71k|	return sizeof(cac_object_t);
   80|  3.71k|}

sc_get_cac_driver:
 1911|  32.4k|{
 1912|  32.4k|	return sc_get_driver();
 1913|  32.4k|}
card-cac.c:sc_get_driver:
 1885|  32.4k|{
 1886|  32.4k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1887|       |
 1888|  32.4k|	cac_ops = *iso_drv->ops;
 1889|  32.4k|	cac_ops.match_card = cac_match_card;
 1890|  32.4k|	cac_ops.init = cac_init;
 1891|  32.4k|	cac_ops.finish = cac_finish;
 1892|       |
 1893|  32.4k|	cac_ops.select_file =  cac_select_file; /* need to record object type */
 1894|  32.4k|	cac_ops.get_challenge = cac_get_challenge;
 1895|  32.4k|	cac_ops.read_binary = cac_read_binary;
 1896|       |	/* CAC driver is read only */
 1897|  32.4k|	cac_ops.write_binary = NULL;
 1898|  32.4k|	cac_ops.set_security_env = cac_set_security_env;
 1899|  32.4k|	cac_ops.restore_security_env = cac_restore_security_env;
 1900|  32.4k|	cac_ops.compute_signature = cac_compute_signature;
 1901|  32.4k|	cac_ops.decipher =  cac_decipher;
 1902|  32.4k|	cac_ops.card_ctl = cac_card_ctl;
 1903|  32.4k|	cac_ops.pin_cmd = cac_pin_cmd;
 1904|  32.4k|	cac_ops.logout = cac_logout;
 1905|       |
 1906|  32.4k|	return &cac_drv;
 1907|  32.4k|}
card-cac.c:cac_match_card:
 1796|  4.82k|{
 1797|  4.82k|	int r;
 1798|  4.82k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  4.82k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  4.82k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  4.82k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 4.82k]
  |  |  ------------------
  ------------------
 1799|       |
 1800|  4.82k|	r = cac_find_and_initialize(card, 0);
 1801|  4.82k|	return (r == SC_SUCCESS); /* never match */
  ------------------
  |  |   28|  4.82k|#define SC_SUCCESS				0
  ------------------
 1802|  4.82k|}
card-cac.c:cac_find_and_initialize:
 1719|  5.94k|{
 1720|  5.94k|	int r, index;
 1721|  5.94k|	cac_private_data_t *priv = NULL;
 1722|       |
 1723|       |	/* already initialized? */
 1724|  5.94k|	if (card->drv_data) {
  ------------------
  |  Branch (1724:6): [True: 0, False: 5.94k]
  ------------------
 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.94k|	r = cac_select_CCC(card);
 1731|  5.94k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  5.94k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1731:6): [True: 1.44k, False: 4.50k]
  ------------------
 1732|  1.44k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "CCC found, is CAC-2");
  ------------------
  |  |   70|  1.44k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1733|  1.44k|		if (!initialize) /* match card only */
  ------------------
  |  Branch (1733:7): [True: 978, False: 463]
  ------------------
 1734|    978|			return r;
 1735|       |
 1736|    463|		priv = cac_new_private_data();
 1737|    463|		if (!priv)
  ------------------
  |  Branch (1737:7): [True: 0, False: 463]
  ------------------
 1738|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1739|    463|		r = cac_process_CCC(card, priv, 0);
 1740|    463|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    463|#define SC_SUCCESS				0
  ------------------
  |  Branch (1740:7): [True: 266, False: 197]
  ------------------
 1741|    266|			card->type = SC_CARD_TYPE_CAC_II;
 1742|    266|			card->drv_data = priv;
 1743|    266|			return r;
 1744|    266|		}
 1745|    463|	}
 1746|       |
 1747|       |	/* Even some ALT tokens can be missing CCC so we should try with ACA */
 1748|  4.70k|	r = cac_select_ACA(card);
 1749|  4.70k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  4.70k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1749:6): [True: 619, False: 4.08k]
  ------------------
 1750|    619|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "ACA found, is CAC-2 without CCC");
  ------------------
  |  |   70|    619|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1751|    619|		if (!initialize) /* match card only */
  ------------------
  |  Branch (1751:7): [True: 110, False: 509]
  ------------------
 1752|    110|			return r;
 1753|       |
 1754|    509|		if (!priv) {
  ------------------
  |  Branch (1754:7): [True: 467, False: 42]
  ------------------
 1755|    467|			priv = cac_new_private_data();
 1756|    467|			if (!priv)
  ------------------
  |  Branch (1756:8): [True: 0, False: 467]
  ------------------
 1757|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1758|    467|		}
 1759|    509|		r = cac_process_ACA(card, priv);
 1760|    509|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    509|#define SC_SUCCESS				0
  ------------------
  |  Branch (1760:7): [True: 447, False: 62]
  ------------------
 1761|    447|			card->type = SC_CARD_TYPE_CAC_ALT_HID;
 1762|    447|			card->drv_data = priv;
 1763|    447|			return r;
 1764|    447|		}
 1765|    509|	}
 1766|       |
 1767|       |	/* is this a CAC Alt token without any accompanying structures */
 1768|  4.14k|	r = cac_find_first_pki_applet(card, &index);
 1769|  4.14k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  4.14k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1769:6): [True: 224, False: 3.91k]
  ------------------
 1770|    224|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "PKI applet found, is bare CAC Alt");
  ------------------
  |  |   70|    224|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1771|    224|		if (!initialize) /* match card only */
  ------------------
  |  Branch (1771:7): [True: 34, False: 190]
  ------------------
 1772|     34|			return r;
 1773|       |
 1774|    190|		if (!priv) {
  ------------------
  |  Branch (1774:7): [True: 154, False: 36]
  ------------------
 1775|    154|			priv = cac_new_private_data();
 1776|    154|			if (!priv)
  ------------------
  |  Branch (1776:8): [True: 0, False: 154]
  ------------------
 1777|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1778|    154|		}
 1779|    190|		card->drv_data = priv; /* needed for the read_binary() */
 1780|    190|		r = cac_populate_cac_alt(card, index, priv);
 1781|    190|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    190|#define SC_SUCCESS				0
  ------------------
  |  Branch (1781:7): [True: 130, False: 60]
  ------------------
 1782|    130|			card->type = SC_CARD_TYPE_CAC_II;
 1783|    130|			return r;
 1784|    130|		}
 1785|     60|		card->drv_data = NULL; /* reset on failure */
 1786|     60|	}
 1787|  3.97k|	if (priv) {
  ------------------
  |  Branch (1787:6): [True: 241, False: 3.73k]
  ------------------
 1788|    241|		cac_free_private_data(priv);
 1789|    241|	}
 1790|  3.97k|	return r;
 1791|  4.14k|}
card-cac.c:cac_select_CCC:
 1218|  5.94k|{
 1219|       |	return cac_select_file_by_type(card, &cac_CCC_Path, NULL);
 1220|  5.94k|}
card-cac.c:cac_select_file_by_type:
 1023|  83.5k|{
 1024|  83.5k|	struct sc_context *ctx;
 1025|  83.5k|	struct sc_apdu apdu;
 1026|  83.5k|	unsigned char buf[SC_MAX_APDU_BUFFER_SIZE];
 1027|  83.5k|	unsigned char pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
 1028|  83.5k|	int r, pathtype;
 1029|  83.5k|	size_t pathlen;
 1030|  83.5k|	struct sc_file *file = NULL;
 1031|  83.5k|	cac_private_data_t *priv;
 1032|       |
 1033|  83.5k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (1033:6): [True: 0, False: 83.5k]
  |  Branch (1033:22): [True: 0, False: 83.5k]
  ------------------
 1034|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1035|       |
 1036|  83.5k|	priv = CAC_DATA(card);
  ------------------
  |  |   61|  83.5k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
 1037|  83.5k|	ctx = card->ctx;
 1038|       |
 1039|  83.5k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  83.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  83.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  83.5k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 83.5k]
  |  |  ------------------
  ------------------
 1040|       |
 1041|  83.5k|	memcpy(path, in_path->value, in_path->len);
 1042|  83.5k|	pathlen = in_path->len;
 1043|  83.5k|	pathtype = in_path->type;
 1044|       |
 1045|  83.5k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  83.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1046|  83.5k|	    "path=%s, path->value=%s path->type=%d (%x)",
 1047|  83.5k|	    sc_print_path(in_path),
 1048|  83.5k|	    sc_dump_hex(in_path->value, in_path->len),
 1049|  83.5k|	    in_path->type, in_path->type);
 1050|  83.5k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "file_out=%p index=%d count=%d\n",
  ------------------
  |  |   70|  83.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1051|  83.5k|	    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|  83.5k|	if ((pathlen > 2) && (pathlen <= 4) && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (1058:6): [True: 2.52k, False: 80.9k]
  |  Branch (1058:23): [True: 2.52k, False: 0]
  |  Branch (1058:41): [True: 2.52k, False: 0]
  ------------------
 1059|  2.52k|		path += 2;
 1060|  2.52k|		pathlen -= 2;
 1061|  2.52k|	}
 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|  83.5k|	if (priv) { /* don't record anything if we haven't been initialized yet */
  ------------------
  |  Branch (1068:6): [True: 8.58k, False: 74.9k]
  ------------------
 1069|  8.58k|		priv->object_type = CAC_OBJECT_TYPE_GENERIC;
  ------------------
  |  |  172|  8.58k|#define CAC_OBJECT_TYPE_GENERIC		5
  ------------------
 1070|  8.58k|		if (cac_is_cert(priv, in_path)) {
  ------------------
  |  Branch (1070:7): [True: 2.00k, False: 6.57k]
  ------------------
 1071|  2.00k|			priv->object_type = CAC_OBJECT_TYPE_CERT;
  ------------------
  |  |  170|  2.00k|#define CAC_OBJECT_TYPE_CERT		1
  ------------------
 1072|  2.00k|		}
 1073|       |
 1074|       |		/* forget any old cached values */
 1075|  8.58k|		if (priv->cache_buf) {
  ------------------
  |  Branch (1075:7): [True: 32, False: 8.55k]
  ------------------
 1076|     32|			free(priv->cache_buf);
 1077|     32|			priv->cache_buf = NULL;
 1078|     32|		}
 1079|  8.58k|		priv->cache_buf_len = 0;
 1080|  8.58k|		priv->cached = 0;
 1081|  8.58k|	}
 1082|       |
 1083|  83.5k|	if (in_path->aid.len) {
  ------------------
  |  Branch (1083:6): [True: 80.9k, False: 2.52k]
  ------------------
 1084|  80.9k|		if (!pathlen) {
  ------------------
  |  Branch (1084:7): [True: 79.4k, False: 1.50k]
  ------------------
 1085|  79.4k|			memcpy(path, in_path->aid.value, in_path->aid.len);
 1086|  79.4k|			pathlen = in_path->aid.len;
 1087|  79.4k|			pathtype = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  79.4k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
 1088|  79.4k|		} else {
 1089|       |			/* First, select the application */
 1090|  1.50k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"select application" );
  ------------------
  |  |   70|  1.50k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1091|  1.50k|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 4, 0);
  ------------------
  |  |  293|  1.50k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1092|  1.50k|			apdu.data = in_path->aid.value;
 1093|  1.50k|			apdu.datalen = in_path->aid.len;
 1094|  1.50k|			apdu.lc = in_path->aid.len;
 1095|       |
 1096|  1.50k|			r = sc_transmit_apdu(card, &apdu);
 1097|  1.50k|			LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  1.50k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.50k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.50k|	int _ret = (r); \
  |  |  |  |  168|  1.50k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 1.48k]
  |  |  |  |  ------------------
  |  |  |  |  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.50k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.48k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1098|  1.48k|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1099|  1.48k|			if (r)
  ------------------
  |  Branch (1099:8): [True: 503, False: 981]
  ------------------
 1100|  1.48k|				LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    503|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    503|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    503|	int _ret = r; \
  |  |  |  |  155|    503|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 503, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    503|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    503|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 503, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    503|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    503|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    503|	return _ret; \
  |  |  |  |  163|    503|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|       |
 1102|  1.48k|		}
 1103|  80.9k|	}
 1104|       |
 1105|  83.0k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  294|  83.0k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1106|       |
 1107|  83.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|    981|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|    981|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (1111:2): [True: 981, False: 82.0k]
  ------------------
 1112|    981|		apdu.p1 = 2;
 1113|    981|		if (pathlen != 2)
  ------------------
  |  Branch (1113:7): [True: 0, False: 981]
  ------------------
 1114|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1115|    981|		break;
 1116|  79.4k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  79.4k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1116:2): [True: 79.4k, False: 3.51k]
  ------------------
 1117|  79.4k|		apdu.p1 = 4;
 1118|  79.4k|		break;
 1119|  2.52k|	default:
  ------------------
  |  Branch (1119:2): [True: 2.52k, False: 80.4k]
  ------------------
 1120|  2.52k|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|  2.52k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.52k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.52k|	int _ret = r; \
  |  |  |  |  155|  2.52k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.52k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|  2.52k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.52k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.52k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.52k|	return _ret; \
  |  |  |  |  163|  2.52k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1121|  83.0k|	}
 1122|  80.4k|	apdu.lc = pathlen;
 1123|  80.4k|	apdu.data = path;
 1124|  80.4k|	apdu.datalen = pathlen;
 1125|  80.4k|	apdu.resp = buf;
 1126|  80.4k|	apdu.resplen = sizeof(buf);
 1127|  80.4k|	apdu.le = sc_get_max_recv_size(card) < 256 ? sc_get_max_recv_size(card) : 256;
  ------------------
  |  Branch (1127:12): [True: 0, False: 80.4k]
  ------------------
 1128|       |
 1129|  80.4k|	if (file_out != NULL) {
  ------------------
  |  Branch (1129:6): [True: 1.39k, False: 79.0k]
  ------------------
 1130|  1.39k|		apdu.p2 = 0;		/* first record, return FCI */
 1131|  1.39k|	}
 1132|  79.0k|	else {
 1133|  79.0k|		apdu.p2 = 0x0C;
 1134|  79.0k|	}
 1135|       |
 1136|  80.4k|	r = sc_transmit_apdu(card, &apdu);
 1137|  80.4k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  80.4k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  80.4k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  80.4k|	int _ret = (r); \
  |  |  |  |  168|  80.4k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 530, False: 79.9k]
  |  |  |  |  ------------------
  |  |  |  |  169|    530|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    530|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    530|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    530|		return _ret; \
  |  |  |  |  172|    530|	} \
  |  |  |  |  173|  80.4k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 79.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1138|       |
 1139|  79.9k|	if (file_out == NULL) {
  ------------------
  |  Branch (1139:6): [True: 78.5k, False: 1.38k]
  ------------------
 1140|       |		/* For some cards 'SELECT' can be only with request to return FCI/FCP. */
 1141|  78.5k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1142|  78.5k|		if (apdu.sw1 == 0x6A && apdu.sw2 == 0x86)   {
  ------------------
  |  Branch (1142:7): [True: 264, False: 78.2k]
  |  Branch (1142:27): [True: 187, False: 77]
  ------------------
 1143|    187|			apdu.p2 = 0x00;
 1144|    187|			apdu.resplen = sizeof(buf);
 1145|    187|			if (sc_transmit_apdu(card, &apdu) == SC_SUCCESS)
  ------------------
  |  |   28|    187|#define SC_SUCCESS				0
  ------------------
  |  Branch (1145:8): [True: 132, False: 55]
  ------------------
 1146|    132|				r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1147|    187|		}
 1148|  78.5k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (1148:7): [True: 55, False: 78.5k]
  ------------------
 1149|  78.5k|			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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1150|  78.5k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  78.5k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  78.5k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  78.5k|	int _ret = r; \
  |  |  |  |  155|  78.5k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 78.5k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  78.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|  73.3k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 73.3k, False: 5.13k]
  |  |  |  |  ------------------
  |  |  |  |  157|  78.5k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  78.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|  78.5k|	return _ret; \
  |  |  |  |  163|  78.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1151|  78.5k|	}
 1152|       |
 1153|  1.38k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1154|  1.38k|	if (r)
  ------------------
  |  Branch (1154:6): [True: 628, False: 757]
  ------------------
 1155|  1.38k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    628|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    628|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    628|	int _ret = r; \
  |  |  |  |  155|    628|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 628, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    628|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    628|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 628, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    628|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    628|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    628|	return _ret; \
  |  |  |  |  163|    628|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1156|       |
 1157|       |	/* This needs to come after the applet selection */
 1158|    757|	if (priv && in_path->len >= 2) {
  ------------------
  |  Branch (1158:6): [True: 757, False: 0]
  |  Branch (1158:14): [True: 407, False: 350]
  ------------------
 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|    407|		cac_properties_t prop = {0};
 1166|    407|		size_t i = -1;
 1167|       |
 1168|    407|		r = cac_get_properties(card, &prop);
 1169|    407|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    407|#define SC_SUCCESS				0
  ------------------
  |  Branch (1169:7): [True: 348, False: 59]
  ------------------
 1170|    421|			for (i = 0; i < prop.num_objects; i++) {
  ------------------
  |  Branch (1170:16): [True: 177, False: 244]
  ------------------
 1171|    177|				sc_log(card->ctx, "Searching for our OID: 0x%02x 0x%02x = 0x%02x 0x%02x",
  ------------------
  |  |   71|    177|#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|    177|				    prop.objects[i].oid[0], prop.objects[i].oid[1],
 1173|    177|					in_path->value[0], in_path->value[1]);
 1174|    177|				if (memcmp(prop.objects[i].oid,
  ------------------
  |  Branch (1174:9): [True: 104, False: 73]
  ------------------
 1175|    177|				    in_path->value, 2) == 0)
 1176|    104|					break;
 1177|    177|			}
 1178|    348|		}
 1179|    407|		if (i < prop.num_objects) {
  ------------------
  |  Branch (1179:7): [True: 104, False: 303]
  ------------------
 1180|    104|			if (prop.objects[i].privatekey)
  ------------------
  |  Branch (1180:8): [True: 22, False: 82]
  ------------------
 1181|     22|				priv->object_type = CAC_OBJECT_TYPE_CERT;
  ------------------
  |  |  170|     22|#define CAC_OBJECT_TYPE_CERT		1
  ------------------
 1182|     82|			else if (prop.objects[i].simpletlv == 0)
  ------------------
  |  Branch (1182:13): [True: 79, False: 3]
  ------------------
 1183|     79|				priv->object_type = CAC_OBJECT_TYPE_TLV_FILE;
  ------------------
  |  |  171|     79|#define CAC_OBJECT_TYPE_TLV_FILE	4
  ------------------
 1184|    104|		}
 1185|    407|	}
 1186|       |
 1187|       |	/* CAC cards never return FCI, fake one */
 1188|    757|	file = sc_file_new();
 1189|    757|	if (file == NULL)
  ------------------
  |  Branch (1189:6): [True: 0, False: 757]
  ------------------
 1190|    757|			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|    757|	file->path = *in_path;
 1192|    757|	file->size = CAC_MAX_SIZE; /* we don't know how big, just give a large size until we can read the file */
  ------------------
  |  |   26|    757|#define CAC_MAX_SIZE 4096		/* arbitrary, just needs to be 'large enough' */
  ------------------
 1193|       |
 1194|    757|	*file_out = file;
 1195|    757|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    757|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    757|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    757|	int _ret = r; \
  |  |  |  |  155|    757|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 757, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    757|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 757]
  |  |  |  |  ------------------
  |  |  |  |  157|    757|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    757|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    757|	return _ret; \
  |  |  |  |  163|    757|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1196|       |
 1197|    757|}
card-cac.c:cac_is_cert:
  231|  8.58k|{
  232|  8.58k|	cac_object_t test_obj = {0};
  233|  8.58k|	test_obj.path = *in_path;
  234|  8.58k|	test_obj.path.index = 0;
  235|  8.58k|	test_obj.path.count = 0;
  236|       |
  237|  8.58k|	return (list_contains(&priv->pki_list, &test_obj) != 0);
  238|  8.58k|}
card-cac.c:cac_get_properties:
  919|    654|{
  920|    654|	u8 *rbuf = NULL;
  921|    654|	size_t rbuflen = 0, len;
  922|    654|	const u8 *val, *val_end;
  923|    654|	u8 tag;
  924|    654|	size_t i = 0;
  925|    654|	int r;
  926|    654|	prop->num_objects = 0;
  927|       |
  928|    654|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    654|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    654|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    654|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 654]
  |  |  ------------------
  ------------------
  929|       |
  930|    654|	r = cac_apdu_io(card, CAC_INS_GET_PROPERTIES, 0x01, 0x00, NULL, 0,
  ------------------
  |  |   63|    654|#define CAC_INS_GET_PROPERTIES        0x56
  ------------------
  931|    654|		&rbuf, &rbuflen);
  932|    654|	if (r < 0)
  ------------------
  |  Branch (932:6): [True: 67, False: 587]
  ------------------
  933|     67|		return r;
  934|       |
  935|    587|	val = rbuf;
  936|    587|	val_end = val + rbuflen;
  937|  22.0k|	for (; val < val_end; val += len) {
  ------------------
  |  Branch (937:9): [True: 21.9k, False: 188]
  ------------------
  938|       |		/* get the tag and the length */
  939|  21.9k|		if (sc_simpletlv_read_tag(&val, val_end - val, &tag, &len) != SC_SUCCESS)
  ------------------
  |  |   28|  21.9k|#define SC_SUCCESS				0
  ------------------
  |  Branch (939:7): [True: 368, False: 21.5k]
  ------------------
  940|    368|			break;
  941|       |
  942|  21.5k|		switch (tag) {
  943|  1.16k|		case CAC_TAG_APPLET_INFORMATION:
  ------------------
  |  |   89|  1.16k|#define CAC_TAG_APPLET_INFORMATION    0x01
  ------------------
  |  Branch (943:3): [True: 1.16k, False: 20.3k]
  ------------------
  944|  1.16k|			if (len != 5) {
  ------------------
  |  Branch (944:8): [True: 949, False: 215]
  ------------------
  945|    949|				sc_log(card->ctx, "TAG: Applet Information: Invalid length %zu", len);
  ------------------
  |  |   71|    949|#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|    949|				break;
  947|    949|			}
  948|    215|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    215|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  949|    215|			    "TAG: Applet Information: Family: 0x%0x", val[0]);
  950|    215|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    215|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  951|    215|			    "     Applet Version: 0x%02x 0x%02x 0x%02x 0x%02x",
  952|    215|			    val[1], val[2], val[3], val[4]);
  953|    215|			break;
  954|       |
  955|  1.98k|		case CAC_TAG_NUMBER_OF_OBJECTS:
  ------------------
  |  |   90|  1.98k|#define CAC_TAG_NUMBER_OF_OBJECTS     0x40
  ------------------
  |  Branch (955:3): [True: 1.98k, False: 19.5k]
  ------------------
  956|  1.98k|			if (len != 1) {
  ------------------
  |  Branch (956:8): [True: 284, False: 1.70k]
  ------------------
  957|    284|				sc_log(card->ctx, "TAG: Num objects: Invalid length %zu", len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  958|    284|				break;
  959|    284|			}
  960|  1.70k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  1.70k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  961|  1.70k|			    "TAG: Num objects = %hhd", *val);
  962|       |			/* make sure we do not overrun buffer */
  963|  1.70k|			prop->num_objects = MIN(val[0], CAC_MAX_OBJECTS);
  ------------------
  |  |   70|  1.70k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 211, False: 1.49k]
  |  |  ------------------
  ------------------
  964|  1.70k|			break;
  965|       |
  966|  1.67k|		case CAC_TAG_TV_BUFFER:
  ------------------
  |  |   91|  1.67k|#define CAC_TAG_TV_BUFFER             0x50
  ------------------
  |  Branch (966:3): [True: 1.67k, False: 19.8k]
  ------------------
  967|  1.67k|			if (len != 17) {
  ------------------
  |  Branch (967:8): [True: 475, False: 1.20k]
  ------------------
  968|    475|				sc_log(card->ctx, "TAG: TV Object: Invalid length %zu", len);
  ------------------
  |  |   71|    475|#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|    475|				break;
  970|    475|			}
  971|  1.20k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "TAG: TV Object nr. %zu", i);
  ------------------
  |  |   70|  1.20k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  972|  1.20k|			if (i >= CAC_MAX_OBJECTS) {
  ------------------
  |  |  145|  1.20k|#define CAC_MAX_OBJECTS 16
  ------------------
  |  Branch (972:8): [True: 3, False: 1.19k]
  ------------------
  973|      3|				free(rbuf);
  974|      3|				return SC_SUCCESS;
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
  975|      3|			}
  976|       |
  977|  1.19k|			if (cac_parse_properties_object(card, tag, val, len,
  ------------------
  |  Branch (977:8): [True: 56, False: 1.14k]
  ------------------
  978|  1.19k|			    &prop->objects[i]) == SC_SUCCESS)
  ------------------
  |  |   28|  1.19k|#define SC_SUCCESS				0
  ------------------
  979|     56|				i++;
  980|  1.19k|			break;
  981|       |
  982|  2.59k|		case CAC_TAG_PKI_OBJECT:
  ------------------
  |  |   92|  2.59k|#define CAC_TAG_PKI_OBJECT            0x51
  ------------------
  |  Branch (982:3): [True: 2.59k, False: 18.9k]
  ------------------
  983|  2.59k|			if (len != 17) {
  ------------------
  |  Branch (983:8): [True: 231, False: 2.36k]
  ------------------
  984|    231|				sc_log(card->ctx, "TAG: PKI Object: Invalid length %zu", len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  985|    231|				break;
  986|    231|			}
  987|  2.36k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "TAG: PKI Object nr. %zu", i);
  ------------------
  |  |   70|  2.36k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  988|  2.36k|			if (i >= CAC_MAX_OBJECTS) {
  ------------------
  |  |  145|  2.36k|#define CAC_MAX_OBJECTS 16
  ------------------
  |  Branch (988:8): [True: 28, False: 2.33k]
  ------------------
  989|     28|				free(rbuf);
  990|     28|				return SC_SUCCESS;
  ------------------
  |  |   28|     28|#define SC_SUCCESS				0
  ------------------
  991|     28|			}
  992|       |
  993|  2.33k|			if (cac_parse_properties_object(card, tag, val, len,
  ------------------
  |  Branch (993:8): [True: 1.19k, False: 1.14k]
  ------------------
  994|  2.33k|			    &prop->objects[i]) == SC_SUCCESS)
  ------------------
  |  |   28|  2.33k|#define SC_SUCCESS				0
  ------------------
  995|  1.19k|				i++;
  996|  2.33k|			break;
  997|       |
  998|  14.1k|		default:
  ------------------
  |  Branch (998:3): [True: 14.1k, False: 7.42k]
  ------------------
  999|       |			/* ignore tags we don't understand */
 1000|  14.1k|			sc_log(card->ctx, "TAG: Unknown (0x%02x), len=%zu", tag, len);
  ------------------
  |  |   71|  14.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__
  |  |  ------------------
  ------------------
 1001|  14.1k|			break;
 1002|  21.5k|		}
 1003|  21.5k|	}
 1004|    556|	free(rbuf);
 1005|       |	/* sanity */
 1006|    556|	if (i != prop->num_objects)
  ------------------
  |  Branch (1006:6): [True: 194, False: 362]
  ------------------
 1007|    194|		sc_log(card->ctx, "The announced number of objects (%zu) did not match reality (%zu)",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1008|    556|				prop->num_objects, i);
 1009|    556|	prop->num_objects = i;
 1010|       |
 1011|    556|	return SC_SUCCESS;
  ------------------
  |  |   28|    556|#define SC_SUCCESS				0
  ------------------
 1012|    587|}
card-cac.c:cac_apdu_io:
  253|  18.2k|{
  254|  18.2k|	int r;
  255|  18.2k|	sc_apdu_t apdu = {0};
  256|  18.2k|	u8 rbufinitbuf[CAC_MAX_SIZE];
  257|  18.2k|	u8 *rbuf;
  258|  18.2k|	size_t rbuflen;
  259|  18.2k|	unsigned int apdu_case = SC_APDU_CASE_1;
  ------------------
  |  |  291|  18.2k|#define SC_APDU_CASE_1			0x01
  ------------------
  260|       |
  261|       |
  262|  18.2k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  18.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  18.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  18.2k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 18.2k]
  |  |  ------------------
  ------------------
  263|       |
  264|  18.2k|	sc_log(card->ctx, "%02x %02x %02x %zu : %zu %zu",
  ------------------
  |  |   71|  18.2k|#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|  18.2k|			ins, p1, p2, sendbuflen, card->max_send_size, card->max_recv_size);
  266|       |
  267|  18.2k|	rbuf = rbufinitbuf;
  268|  18.2k|	rbuflen = sizeof(rbufinitbuf);
  269|       |
  270|       |	/* if caller provided a buffer and length */
  271|  18.2k|	if (recvbuf && *recvbuf && recvbuflen && *recvbuflen) {
  ------------------
  |  Branch (271:6): [True: 18.2k, False: 0]
  |  Branch (271:17): [True: 17.0k, False: 1.16k]
  |  Branch (271:29): [True: 17.0k, False: 0]
  |  Branch (271:43): [True: 17.0k, False: 0]
  ------------------
  272|  17.0k|		rbuf = *recvbuf;
  273|  17.0k|		rbuflen = *recvbuflen;
  274|  17.0k|	}
  275|       |
  276|  18.2k|	if (recvbuf) {
  ------------------
  |  Branch (276:6): [True: 18.2k, False: 0]
  ------------------
  277|  18.2k|		if (sendbuf)
  ------------------
  |  Branch (277:7): [True: 16.3k, False: 1.93k]
  ------------------
  278|  16.3k|			apdu_case = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|  16.3k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  279|  1.93k|		else
  280|  1.93k|			apdu_case = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|  1.93k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  281|  18.2k|	} 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|  18.2k|	sc_format_apdu(card, &apdu, apdu_case, ins, p1, p2);
  286|       |
  287|  18.2k|	apdu.lc = sendbuflen;
  288|  18.2k|	apdu.datalen = sendbuflen;
  289|  18.2k|	apdu.data = sendbuf;
  290|       |
  291|  18.2k|	if (recvbuf) {
  ------------------
  |  Branch (291:6): [True: 18.2k, False: 0]
  ------------------
  292|  18.2k|		apdu.resp = rbuf;
  293|  18.2k|		apdu.le = (rbuflen > 255) ? 255 : rbuflen;
  ------------------
  |  Branch (293:13): [True: 1.16k, False: 17.0k]
  ------------------
  294|  18.2k|		apdu.resplen = rbuflen;
  295|  18.2k|	} else {
  296|      0|		 apdu.resp =  rbuf;
  297|      0|		 apdu.le = 0;
  298|      0|		 apdu.resplen = 0;
  299|      0|	}
  300|       |
  301|  18.2k|	sc_log(card->ctx, "calling sc_transmit_apdu flags=%lx le=%zu, resplen=%zu, resp=%p",
  ------------------
  |  |   71|  18.2k|#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|  18.2k|			apdu.flags, apdu.le, apdu.resplen, apdu.resp);
  303|       |
  304|       |	/* with new adpu.c and chaining, this actually reads the whole object */
  305|  18.2k|	r = sc_transmit_apdu(card, &apdu);
  306|       |
  307|  18.2k|	sc_log(card->ctx, "result r=%d apdu.resplen=%zu sw1=%02x sw2=%02x",
  ------------------
  |  |   71|  18.2k|#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|  18.2k|			r, apdu.resplen, apdu.sw1, apdu.sw2);
  309|  18.2k|	if (r < 0) {
  ------------------
  |  Branch (309:6): [True: 122, False: 18.1k]
  ------------------
  310|    122|		sc_log(card->ctx, "Transmit failed");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  311|    122|		goto err;
  312|    122|	}
  313|       |
  314|  18.1k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  315|       |
  316|  18.1k|	if (r < 0) {
  ------------------
  |  Branch (316:6): [True: 949, False: 17.1k]
  ------------------
  317|    949|		sc_log(card->ctx,  "Card returned error ");
  ------------------
  |  |   71|    949|#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|    949|		goto err;
  319|    949|	}
  320|       |
  321|  17.1k|	if (recvbuflen) {
  ------------------
  |  Branch (321:6): [True: 17.1k, False: 0]
  ------------------
  322|  17.1k|		if (recvbuf && *recvbuf == NULL) {
  ------------------
  |  Branch (322:7): [True: 17.1k, False: 0]
  |  Branch (322:18): [True: 1.06k, False: 16.0k]
  ------------------
  323|  1.06k|			*recvbuf =  malloc(apdu.resplen);
  324|  1.06k|			if (*recvbuf == NULL) {
  ------------------
  |  Branch (324:8): [True: 0, False: 1.06k]
  ------------------
  325|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  326|      0|				goto err;
  327|      0|			}
  328|  1.06k|			memcpy(*recvbuf, rbuf, apdu.resplen);
  329|  1.06k|		}
  330|  17.1k|		*recvbuflen =  apdu.resplen;
  331|  17.1k|		r = (int)*recvbuflen;
  332|  17.1k|	}
  333|       |
  334|  18.2k|err:
  335|  18.2k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  18.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  18.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  18.2k|	int _ret = r; \
  |  |  |  |  155|  18.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.43k, False: 16.7k]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|  1.07k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.07k, False: 365]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.43k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  16.7k|	} else { \
  |  |  |  |  159|  16.7k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  16.7k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  16.7k|	} \
  |  |  |  |  162|  18.2k|	return _ret; \
  |  |  |  |  163|  18.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  336|  18.2k|}
card-cac.c:cac_parse_properties_object:
  844|  3.53k|{
  845|  3.53k|	size_t len;
  846|  3.53k|	const u8 *val, *val_end;
  847|  3.53k|	u8 tag;
  848|  3.53k|	int parsed = 0;
  849|       |
  850|  3.53k|	if (data_len < 11)
  ------------------
  |  Branch (850:6): [True: 0, False: 3.53k]
  ------------------
  851|      0|		return -1;
  852|       |
  853|       |	/* Initialize: non-PKI applet */
  854|  3.53k|	object->privatekey = 0;
  855|       |
  856|  3.53k|	val = data;
  857|  3.53k|	val_end = data + data_len;
  858|  16.5k|	for (; val < val_end; val += len) {
  ------------------
  |  Branch (858:9): [True: 14.8k, False: 1.62k]
  ------------------
  859|       |		/* get the tag and the length */
  860|  14.8k|		if (sc_simpletlv_read_tag(&val, val_end - val, &tag, &len) != SC_SUCCESS)
  ------------------
  |  |   28|  14.8k|#define SC_SUCCESS				0
  ------------------
  |  Branch (860:7): [True: 1.91k, False: 12.9k]
  ------------------
  861|  1.91k|			break;
  862|       |
  863|  12.9k|		switch (tag) {
  864|  2.16k|		case CAC_TAG_OBJECT_ID:
  ------------------
  |  |   93|  2.16k|#define CAC_TAG_OBJECT_ID             0x41
  ------------------
  |  Branch (864:3): [True: 2.16k, False: 10.8k]
  ------------------
  865|  2.16k|			if (len != 2) {
  ------------------
  |  Branch (865:8): [True: 628, False: 1.53k]
  ------------------
  866|    628|				sc_log(card->ctx, "TAG: Object ID: Invalid length %zu", len);
  ------------------
  |  |   71|    628|#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|    628|				break;
  868|    628|			}
  869|  1.53k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  1.53k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  870|  1.53k|			    "TAG: Object ID = 0x%02x 0x%02x", val[0], val[1]);
  871|  1.53k|			memcpy(&object->oid, val, 2);
  872|  1.53k|			parsed++;
  873|  1.53k|			break;
  874|       |
  875|  1.85k|		case CAC_TAG_BUFFER_PROPERTIES:
  ------------------
  |  |   94|  1.85k|#define CAC_TAG_BUFFER_PROPERTIES     0x42
  ------------------
  |  Branch (875:3): [True: 1.85k, False: 11.1k]
  ------------------
  876|  1.85k|			if (len != 5) {
  ------------------
  |  Branch (876:8): [True: 490, False: 1.36k]
  ------------------
  877|    490|				sc_log(card->ctx, "TAG: Buffer Properties: Invalid length %zu", len);
  ------------------
  |  |   71|    490|#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|    490|				break;
  879|    490|			}
  880|       |			/* First byte is "Type of Tag Supported" */
  881|  1.36k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  1.36k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  882|  1.36k|			    "TAG: Buffer Properties: Type of Tag Supported = 0x%02x",
  883|  1.36k|			    val[0]);
  884|  1.36k|			object->simpletlv = val[0];
  885|  1.36k|			parsed++;
  886|  1.36k|			break;
  887|       |
  888|  2.19k|		case CAC_TAG_PKI_PROPERTIES:
  ------------------
  |  |   95|  2.19k|#define CAC_TAG_PKI_PROPERTIES        0x43
  ------------------
  |  Branch (888:3): [True: 2.19k, False: 10.7k]
  ------------------
  889|       |			/* 4th byte is "Private Key Initialized" */
  890|  2.19k|			if (len != 4) {
  ------------------
  |  Branch (890:8): [True: 935, False: 1.25k]
  ------------------
  891|    935|				sc_log(card->ctx, "TAG: PKI Properties: Invalid length %zu", len);
  ------------------
  |  |   71|    935|#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|    935|				break;
  893|    935|			}
  894|  1.25k|			if (type != CAC_TAG_PKI_OBJECT) {
  ------------------
  |  |   92|  1.25k|#define CAC_TAG_PKI_OBJECT            0x51
  ------------------
  |  Branch (894:8): [True: 423, False: 835]
  ------------------
  895|    423|				sc_log(card->ctx, "TAG: PKI Properties outside of PKI Object");
  ------------------
  |  |   71|    423|#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|    423|				break;
  897|    423|			}
  898|    835|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    835|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  899|    835|			    "TAG: PKI Properties: Private Key Initialized = 0x%02x",
  900|    835|			    val[2]);
  901|    835|			object->privatekey = val[2];
  902|    835|			parsed++;
  903|    835|			break;
  904|       |
  905|  6.76k|		default:
  ------------------
  |  Branch (905:3): [True: 6.76k, False: 6.21k]
  ------------------
  906|       |			/* ignore tags we don't understand */
  907|  6.76k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  6.76k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  908|  6.76k|			    "TAG: Unknown (0x%02x)",tag );
  909|  6.76k|			break;
  910|  12.9k|		}
  911|  12.9k|	}
  912|  3.53k|	if (parsed < 2)
  ------------------
  |  Branch (912:6): [True: 2.28k, False: 1.24k]
  ------------------
  913|  2.28k|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|  2.28k|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  914|       |
  915|  1.24k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.24k|#define SC_SUCCESS				0
  ------------------
  916|  3.53k|}
card-cac.c:cac_process_CCC:
 1498|  1.00k|{
 1499|  1.00k|	u8 *tl = NULL, *val = NULL;
 1500|  1.00k|	size_t tl_len = 0, val_len = 0;
 1501|  1.00k|	int r;
 1502|       |
 1503|  1.00k|	if (depth > CAC_MAX_CCC_DEPTH) {
  ------------------
  |  |  106|  1.00k|#define CAC_MAX_CCC_DEPTH             16
  ------------------
  |  Branch (1503:6): [True: 1, False: 1.00k]
  ------------------
 1504|      1|		sc_log(card->ctx, "Too much recursive CCC found. Exiting");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1505|      1|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      1|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 1506|      1|	}
 1507|       |
 1508|  1.00k|	r = cac_read_file(card, CAC_FILE_TAG, &tl, &tl_len);
  ------------------
  |  |   66|  1.00k|#define CAC_FILE_TAG    1
  ------------------
 1509|  1.00k|	if (r < 0)
  ------------------
  |  Branch (1509:6): [True: 126, False: 879]
  ------------------
 1510|    126|		goto done;
 1511|       |
 1512|    879|	r = cac_read_file(card, CAC_FILE_VALUE, &val, &val_len);
  ------------------
  |  |   67|    879|#define CAC_FILE_VALUE  2
  ------------------
 1513|    879|	if (r < 0)
  ------------------
  |  Branch (1513:6): [True: 20, False: 859]
  ------------------
 1514|     20|		goto done;
 1515|       |
 1516|    859|	r = cac_parse_CCC(card, priv, tl, tl_len, val, val_len, depth);
 1517|  1.00k|done:
 1518|  1.00k|	if (tl)
  ------------------
  |  Branch (1518:6): [True: 879, False: 126]
  ------------------
 1519|    879|		free(tl);
 1520|  1.00k|	if (val)
  ------------------
  |  Branch (1520:6): [True: 859, False: 146]
  ------------------
 1521|    859|		free(val);
 1522|  1.00k|	return r;
 1523|    859|}
card-cac.c:cac_read_file:
  385|  3.18k|{
  386|  3.18k|	u8 params[2];
  387|  3.18k|	u8 count[2] = {0};
  388|  3.18k|	u8 *out = NULL;
  389|  3.18k|	u8 *out_ptr = NULL;
  390|  3.18k|	size_t offset = 0;
  391|  3.18k|	size_t size = 0;
  392|  3.18k|	size_t left = 0;
  393|  3.18k|	size_t len = 0;
  394|  3.18k|	int r;
  395|       |
  396|  3.18k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.18k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.18k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.18k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.18k]
  |  |  ------------------
  ------------------
  397|       |
  398|  3.18k|	params[0] = file_type;
  399|  3.18k|	params[1] = 2;
  400|       |
  401|       |	/* get the size */
  402|  3.18k|	len = sizeof(count);
  403|  3.18k|	out_ptr = count;
  404|  3.18k|	r = cac_apdu_io(card, CAC_INS_READ_FILE, 0, 0, &params[0], sizeof(params), &out_ptr, &len);
  ------------------
  |  |   61|  3.18k|#define CAC_INS_READ_FILE             0x52  /* read a TL or V file */
  ------------------
  405|  3.18k|	if (len == 0) {
  ------------------
  |  Branch (405:6): [True: 203, False: 2.98k]
  ------------------
  406|    203|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|    203|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  407|    203|	}
  408|  3.18k|	if (r < 0)
  ------------------
  |  Branch (408:6): [True: 428, False: 2.75k]
  ------------------
  409|    428|		goto fail;
  410|       |
  411|  2.75k|	left = size = lebytes2ushort(count);
  412|  2.75k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  2.75k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  413|  2.75k|			"got %zu bytes out_ptr=%p count&=%p count[0]=0x%02x count[1]=0x%02x, len=0x%04zx (%zu)",
  414|  2.75k|			len, out_ptr, &count, count[0], count[1], size, size);
  415|  2.75k|	out = out_ptr = malloc(size);
  416|  2.75k|	if (out == NULL) {
  ------------------
  |  Branch (416:6): [True: 0, False: 2.75k]
  ------------------
  417|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  418|      0|		goto fail;
  419|      0|	}
  420|  15.2k|	for (offset += 2; left > 0; offset += len, left -= len, out_ptr += len) {
  ------------------
  |  Branch (420:20): [True: 12.6k, False: 2.57k]
  ------------------
  421|  12.6k|		len = MIN(left, CAC_MAX_CHUNK_SIZE);
  ------------------
  |  |   70|  12.6k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 4.25k, False: 8.39k]
  |  |  ------------------
  ------------------
  422|  12.6k|		params[1] = len;
  423|  12.6k|		r = cac_apdu_io(card, CAC_INS_READ_FILE, HIGH_BYTE_OF_SHORT(offset), LOW_BYTE_OF_SHORT(offset),
  ------------------
  |  |   61|  12.6k|#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|  12.6k|#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|  12.6k|#define LOW_BYTE_OF_SHORT(x) ((x) & 0xff)
  ------------------
  424|  12.6k|						&params[0], sizeof(params), &out_ptr, &len);
  425|       |		/* if there is no data, assume there is no file */
  426|  12.6k|		if (len == 0) {
  ------------------
  |  Branch (426:7): [True: 44, False: 12.6k]
  ------------------
  427|     44|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|     44|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  428|     44|		}
  429|  12.6k|		if (r < 0) {
  ------------------
  |  Branch (429:7): [True: 183, False: 12.4k]
  ------------------
  430|    183|			goto fail;
  431|    183|		}
  432|  12.6k|	}
  433|  2.57k|	*out_len = size;
  434|  2.57k|	*out_buf = out;
  435|  2.57k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.57k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.57k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.57k|	int _ret = r; \
  |  |  |  |  155|  2.57k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.57k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|  2.57k|	} else { \
  |  |  |  |  159|      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.57k|	return _ret; \
  |  |  |  |  163|  2.57k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|    611|fail:
  437|    611|	if (out)
  ------------------
  |  Branch (437:6): [True: 183, False: 428]
  ------------------
  438|    183|		free(out);
  439|    611|	*out_len = 0;
  440|    611|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|    611|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 611, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  441|    611|}
card-cac.c:cac_parse_CCC:
 1391|    859|{
 1392|    859|	size_t len = 0;
 1393|    859|	const u8 *tl_end = tl + tl_len;
 1394|    859|	const u8 *val_end = val + val_len;
 1395|    859|	sc_path_t new_path;
 1396|    859|	int r;
 1397|       |
 1398|       |
 1399|  8.79k|	for (; (tl < tl_end) && (val< val_end); val += len) {
  ------------------
  |  Branch (1399:9): [True: 8.69k, False: 98]
  |  Branch (1399:26): [True: 8.64k, False: 44]
  ------------------
 1400|       |		/* get the tag and the length */
 1401|  8.64k|		u8 tag;
 1402|  8.64k|		r = sc_simpletlv_read_tag(&tl, tl_end - tl, &tag, &len);
 1403|  8.64k|		if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS) {
  ------------------
  |  |   28|  17.2k|#define SC_SUCCESS				0
  ------------------
              		if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS) {
  ------------------
  |  |   99|  1.44k|#define SC_ERROR_TLV_END_OF_CONTENTS	-1418
  ------------------
  |  Branch (1403:7): [True: 1.44k, False: 7.20k]
  |  Branch (1403:26): [True: 47, False: 1.39k]
  ------------------
 1404|     47|			sc_log(card->ctx, "Failed to parse tag from buffer");
  ------------------
  |  |   71|     47|#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|     47|			break;
 1406|     47|		}
 1407|  8.60k|		if (val + len > val_end) {
  ------------------
  |  Branch (1407:7): [True: 364, False: 8.23k]
  ------------------
 1408|    364|			sc_log(card->ctx, "Invalid length %zu", len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1409|    364|			break;
 1410|    364|		}
 1411|  8.23k|		switch (tag) {
 1412|    431|		case CAC_TAG_CUID:
  ------------------
  |  |   72|    431|#define CAC_TAG_CUID                  0xF0
  ------------------
  |  Branch (1412:3): [True: 431, False: 7.80k]
  ------------------
 1413|    431|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG:CUID");
  ------------------
  |  |   70|    431|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1414|    431|			r = cac_parse_cuid(card, priv, (cac_cuid_t *)val, len);
 1415|    431|			if (r < 0)
  ------------------
  |  Branch (1415:8): [True: 6, False: 425]
  ------------------
 1416|      6|				return r;
 1417|    425|			break;
 1418|    568|		case CAC_TAG_CC_VERSION_NUMBER:
  ------------------
  |  |   73|    568|#define CAC_TAG_CC_VERSION_NUMBER     0xF1
  ------------------
  |  Branch (1418:3): [True: 568, False: 7.67k]
  ------------------
 1419|    568|			if (len != 1) {
  ------------------
  |  Branch (1419:8): [True: 82, False: 486]
  ------------------
 1420|     82|				sc_log(card->ctx, "TAG: CC Version: Invalid length %zu", len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1421|     82|				break;
 1422|     82|			}
 1423|       |			/* ignore the version numbers for now */
 1424|    486|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    486|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1425|    486|				"TAG: CC Version = 0x%02x", *val);
 1426|    486|			break;
 1427|    439|		case CAC_TAG_GRAMMAR_VERION_NUMBER:
  ------------------
  |  |   74|    439|#define CAC_TAG_GRAMMAR_VERION_NUMBER 0xF2
  ------------------
  |  Branch (1427:3): [True: 439, False: 7.79k]
  ------------------
 1428|    439|			if (len != 1) {
  ------------------
  |  Branch (1428:8): [True: 106, False: 333]
  ------------------
 1429|    106|				sc_log(card->ctx, "TAG: Grammar Version: Invalid length %zu", len);
  ------------------
  |  |   71|    106|#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|    106|				break;
 1431|    106|			}
 1432|       |			/* ignore the version numbers for now */
 1433|    333|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    333|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1434|    333|				"TAG: Grammar Version = 0x%02x", *val);
 1435|    333|			break;
 1436|  2.23k|		case CAC_TAG_CARDURL:
  ------------------
  |  |   75|  2.23k|#define CAC_TAG_CARDURL               0xF3
  ------------------
  |  Branch (1436:3): [True: 2.23k, False: 6.00k]
  ------------------
 1437|  2.23k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG:CARDURL");
  ------------------
  |  |   70|  2.23k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1438|  2.23k|			r = cac_parse_cardurl(card, priv, (cac_card_url_t *)val, len);
 1439|  2.23k|			if (r < 0)
  ------------------
  |  Branch (1439:8): [True: 12, False: 2.22k]
  ------------------
 1440|     12|				return r;
 1441|  2.22k|			break;
 1442|       |		/*
 1443|       |		 * The following are really for file systems cards. This code only cares about CAC VM cards
 1444|       |		 */
 1445|  2.22k|		case CAC_TAG_PKCS15:
  ------------------
  |  |   76|    195|#define CAC_TAG_PKCS15                0xF4
  ------------------
  |  Branch (1445:3): [True: 195, False: 8.04k]
  ------------------
 1446|    195|			if (len != 1) {
  ------------------
  |  Branch (1446:8): [True: 70, False: 125]
  ------------------
 1447|     70|				sc_log(card->ctx, "TAG: PKCS15: Invalid length %zu", len);
  ------------------
  |  |   71|     70|#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|     70|				break;
 1449|     70|			}
 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|    125|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG: PKCS15 = 0x%02x", *val);
  ------------------
  |  |   70|    125|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1454|    125|			break;
 1455|     62|		case CAC_TAG_DATA_MODEL:
  ------------------
  |  |   78|     62|#define CAC_TAG_DATA_MODEL            0xF5
  ------------------
  |  Branch (1455:3): [True: 62, False: 8.17k]
  ------------------
 1456|     62|			if (len != 1) {
  ------------------
  |  Branch (1456:8): [True: 28, False: 34]
  ------------------
 1457|     28|				sc_log(card->ctx, "TAG: Registered Data Model Number: Invalid length %zu", 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__
  |  |  ------------------
  ------------------
 1458|     28|				break;
 1459|     28|			}
 1460|     34|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG: Registered Data Model Number (0x%02x)", *val);
  ------------------
  |  |   70|     34|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1461|     34|			break;
 1462|    100|		case CAC_TAG_CARD_APDU:
  ------------------
  |  |   79|    100|#define CAC_TAG_CARD_APDU             0xF7
  ------------------
  |  Branch (1462:3): [True: 100, False: 8.13k]
  ------------------
 1463|    232|		case CAC_TAG_CAPABILITY_TUPLES:
  ------------------
  |  |   81|    232|#define CAC_TAG_CAPABILITY_TUPLES     0xFB
  ------------------
  |  Branch (1463:3): [True: 132, False: 8.10k]
  ------------------
 1464|    300|		case CAC_TAG_STATUS_TUPLES:
  ------------------
  |  |   82|    300|#define CAC_TAG_STATUS_TUPLES         0xFC
  ------------------
  |  Branch (1464:3): [True: 68, False: 8.17k]
  ------------------
 1465|    370|		case CAC_TAG_REDIRECTION:
  ------------------
  |  |   80|    370|#define CAC_TAG_REDIRECTION           0xFA
  ------------------
  |  Branch (1465:3): [True: 70, False: 8.16k]
  ------------------
 1466|    434|		case CAC_TAG_ERROR_CODES:
  ------------------
  |  |   84|    434|#define CAC_TAG_ERROR_CODES           0xFE
  ------------------
  |  Branch (1466:3): [True: 64, False: 8.17k]
  ------------------
 1467|    434|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG: FSSpecific(0x%02x)", tag);
  ------------------
  |  |   70|    434|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1468|    434|			break;
 1469|    165|		case CAC_TAG_ACCESS_CONTROL:
  ------------------
  |  |   77|    165|#define CAC_TAG_ACCESS_CONTROL        0xF6
  ------------------
  |  Branch (1469:3): [True: 165, False: 8.07k]
  ------------------
 1470|       |			/* TODO handle access control later */
 1471|    165|			sc_log_hex(card->ctx, "TAG:ACCESS Control", val, len);
  ------------------
  |  |  129|    165|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    165|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1472|    165|			break;
 1473|    575|		case CAC_TAG_NEXT_CCC:
  ------------------
  |  |   83|    575|#define CAC_TAG_NEXT_CCC              0xFD
  ------------------
  |  Branch (1473:3): [True: 575, False: 7.66k]
  ------------------
 1474|    575|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG:NEXT CCC");
  ------------------
  |  |   70|    575|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1475|    575|			r = cac_path_from_cardurl(card, &new_path, (cac_card_url_t *)val, len);
 1476|    575|			if (r < 0)
  ------------------
  |  Branch (1476:8): [True: 2, False: 573]
  ------------------
 1477|      2|				return r;
 1478|       |
 1479|    573|			r = cac_select_file_by_type(card, &new_path, NULL);
 1480|    573|			if (r < 0)
  ------------------
  |  Branch (1480:8): [True: 30, False: 543]
  ------------------
 1481|     30|				return r;
 1482|       |
 1483|       |			/* Increase depth to avoid infinite recursion */
 1484|    543|			r = cac_process_CCC(card, priv, depth + 1);
 1485|    543|			if (r < 0)
  ------------------
  |  Branch (1485:8): [True: 256, False: 287]
  ------------------
 1486|    256|				return r;
 1487|    287|			break;
 1488|  3.13k|		default:
  ------------------
  |  Branch (1488:3): [True: 3.13k, False: 5.10k]
  ------------------
 1489|       |			/* ignore tags we don't understand */
 1490|  3.13k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"TAG:Unknown (0x%02x)",tag );
  ------------------
  |  |   70|  3.13k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1491|  3.13k|			break;
 1492|  8.23k|		}
 1493|  8.23k|	}
 1494|    553|	return SC_SUCCESS;
  ------------------
  |  |   28|    553|#define SC_SUCCESS				0
  ------------------
 1495|    859|}
card-cac.c:cac_parse_cuid:
 1364|    431|{
 1365|    431|	size_t card_id_len;
 1366|       |
 1367|    431|	if (len < sizeof(cac_cuid_t) || len > 256) {
  ------------------
  |  Branch (1367:6): [True: 6, False: 425]
  |  Branch (1367:34): [True: 0, False: 425]
  ------------------
 1368|      6|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      6|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1369|      6|	}
 1370|       |
 1371|    425|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "gsc_rid=%s", sc_dump_hex(val->gsc_rid, sizeof(val->gsc_rid)));
  ------------------
  |  |   70|    425|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1372|    425|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "manufacture id=%x", val->manufacturer_id);
  ------------------
  |  |   70|    425|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1373|    425|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "cac_type=%d", val->card_type);
  ------------------
  |  |   70|    425|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1374|    425|	card_id_len = len - (&val->card_id - (u8 *)val);
 1375|    425|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "card_id=%s (%zu)",
  ------------------
  |  |   70|    425|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1376|    425|			sc_dump_hex(&val->card_id, card_id_len), card_id_len);
 1377|    425|	priv->cuid = *val;
 1378|    425|	free(priv->cac_id);
 1379|    425|	priv->cac_id = malloc(card_id_len);
 1380|    425|	if (priv->cac_id == NULL) {
  ------------------
  |  Branch (1380:6): [True: 0, False: 425]
  ------------------
 1381|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1382|      0|	}
 1383|    425|	memcpy(priv->cac_id, &val->card_id, card_id_len);
 1384|    425|	priv->cac_id_len = card_id_len;
 1385|    425|	return SC_SUCCESS;
  ------------------
  |  |   28|    425|#define SC_SUCCESS				0
  ------------------
 1386|    425|}
card-cac.c:cac_parse_cardurl:
 1318|  2.23k|{
 1319|  2.23k|	cac_object_t new_object;
 1320|  2.23k|	const cac_object_t *obj;
 1321|  2.23k|	unsigned short object_id;
 1322|  2.23k|	int r;
 1323|       |
 1324|  2.23k|	r = cac_path_from_cardurl(card, &new_object.path, val, len);
 1325|  2.23k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  2.23k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1325:6): [True: 12, False: 2.22k]
  ------------------
 1326|     12|		return r;
 1327|     12|	}
 1328|  2.22k|	switch (val->cardApplicationType) {
 1329|  1.01k|	case CAC_APP_TYPE_PKI:
  ------------------
  |  |   99|  1.01k|#define CAC_APP_TYPE_PKI              0x04
  ------------------
  |  Branch (1329:2): [True: 1.01k, False: 1.20k]
  ------------------
 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|  1.01k|		if (priv->cert_next >= MAX_CAC_SLOTS)
  ------------------
  |  |   70|  1.01k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (1334:7): [True: 140, False: 878]
  ------------------
 1335|    140|			break; /* don't fail just because we have more certs than we can support */
 1336|    878|		new_object.name = get_cac_label(priv->cert_next);
 1337|    878|		new_object.fd = priv->cert_next+1;
 1338|    878|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"CARDURL: pki_object found, cert_next=%d (%s),", priv->cert_next, new_object.name);
  ------------------
  |  |   70|    878|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1339|    878|		cac_add_object_to_list(&priv->pki_list, &new_object);
 1340|    878|		priv->cert_next++;
 1341|    878|		break;
 1342|    254|	case CAC_APP_TYPE_GENERAL:
  ------------------
  |  |   97|    254|#define CAC_APP_TYPE_GENERAL          0x01
  ------------------
  |  Branch (1342:2): [True: 254, False: 1.96k]
  ------------------
 1343|    254|		object_id = bebytes2ushort(val->objectID);
 1344|    254|		obj = cac_find_obj_by_id(object_id);
 1345|    254|		if (obj == NULL)
  ------------------
  |  Branch (1345:7): [True: 240, False: 14]
  ------------------
 1346|    240|			break; /* don't fail just because we don't recognize the object */
 1347|     14|		new_object.name = obj->name;
 1348|     14|		new_object.fd = 0;
 1349|     14|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"CARDURL: gen_object found, objectID=%x (%s),", object_id, new_object.name);
  ------------------
  |  |   70|     14|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1350|     14|		cac_add_object_to_list(&priv->general_list, &new_object);
 1351|     14|		break;
 1352|    129|	case CAC_APP_TYPE_SKI:
  ------------------
  |  |   98|    129|#define CAC_APP_TYPE_SKI              0x02
  ------------------
  |  Branch (1352:2): [True: 129, False: 2.09k]
  ------------------
 1353|    129|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"CARDURL: ski_object found");
  ------------------
  |  |   70|    129|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1354|    129|	break;
 1355|    819|	default:
  ------------------
  |  Branch (1355:2): [True: 819, False: 1.40k]
  ------------------
 1356|    819|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"CARDURL: unknown object_object found (type=0x%02x)", val->cardApplicationType);
  ------------------
  |  |   70|    819|#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|    819|		break;
 1359|  2.22k|	}
 1360|  2.22k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.22k|#define SC_SUCCESS				0
  ------------------
 1361|  2.22k|}
card-cac.c:cac_find_obj_by_id:
  216|    254|{
  217|    254|	int i;
  218|       |
  219|  1.71k|	for (i = 0; i < cac_object_count; i++) {
  ------------------
  |  Branch (219:14): [True: 1.47k, False: 240]
  ------------------
  220|  1.47k|		if (cac_objects[i].fd == object_id) {
  ------------------
  |  Branch (220:7): [True: 14, False: 1.46k]
  ------------------
  221|     14|			return &cac_objects[i];
  222|     14|		}
  223|  1.47k|	}
  224|    240|	return NULL;
  225|    254|}
card-cac.c:cac_path_from_cardurl:
 1229|  2.80k|{
 1230|  2.80k|	if (len < 10) {
  ------------------
  |  Branch (1230:6): [True: 14, False: 2.79k]
  ------------------
 1231|     14|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     14|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1232|     14|	}
 1233|  2.79k|	sc_mem_clear(path, sizeof(sc_path_t));
 1234|  2.79k|	memcpy(path->aid.value, &val->rid, sizeof(val->rid));
 1235|  2.79k|	memcpy(&path->aid.value[5], val->applicationID, sizeof(val->applicationID));
 1236|  2.79k|	path->aid.len = sizeof(val->rid) + sizeof(val->applicationID);
 1237|  2.79k|	memcpy(path->value, val->objectID, sizeof(val->objectID));
 1238|  2.79k|	path->len = sizeof(val->objectID);
 1239|  2.79k|	path->type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|  2.79k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1240|  2.79k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  2.79k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1241|  2.79k|			"path->aid=%x %x %x %x %x %x %x  len=%zu, path->value = %x %x len=%zu path->type=%d (%x)",
 1242|  2.79k|			path->aid.value[0], path->aid.value[1], path->aid.value[2], path->aid.value[3],
 1243|  2.79k|			path->aid.value[4], path->aid.value[5], path->aid.value[6], path->aid.len,
 1244|  2.79k|			path->value[0], path->value[1], path->len, path->type, path->type);
 1245|  2.79k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  2.79k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1246|  2.79k|			"rid=%x %x %x %x %x  len=%zu appid= %x %x len=%zu objid= %x %x len=%zu",
 1247|  2.79k|			val->rid[0], val->rid[1], val->rid[2], val->rid[3], val->rid[4],
 1248|  2.79k|			sizeof(val->rid), val->applicationID[0], val->applicationID[1],
 1249|  2.79k|			sizeof(val->applicationID), val->objectID[0], val->objectID[1], sizeof(val->objectID));
 1250|       |
 1251|  2.79k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.79k|#define SC_SUCCESS				0
  ------------------
 1252|  2.80k|}
card-cac.c:cac_select_ACA:
 1224|  4.70k|{
 1225|       |	return cac_select_file_by_type(card, &cac_ACA_Path, NULL);
 1226|  4.70k|}
card-cac.c:cac_process_ACA:
 1688|    509|{
 1689|    509|	int r;
 1690|    509|	u8 *val = NULL;
 1691|    509|	size_t val_len;
 1692|       |
 1693|    509|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    509|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    509|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    509|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 509]
  |  |  ------------------
  ------------------
 1694|       |
 1695|       |	/* Assuming ACA is already selected */
 1696|    509|	r = cac_get_acr(card, CAC_ACR_SERVICE, &val, &val_len);
  ------------------
  |  |  104|    509|#define CAC_ACR_SERVICE               0x21
  ------------------
 1697|    509|	if (r < 0)
  ------------------
  |  Branch (1697:6): [True: 32, False: 477]
  ------------------
 1698|     32|		goto done;
 1699|       |
 1700|    477|	r = cac_parse_ACA_service(card, priv, val, val_len);
 1701|    477|        if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    477|#define SC_SUCCESS				0
  ------------------
  |  Branch (1701:13): [True: 447, False: 30]
  ------------------
 1702|    447|		priv->aca_path = malloc(sizeof(sc_path_t));
 1703|    447|		if (!priv->aca_path) {
  ------------------
  |  Branch (1703:7): [True: 0, False: 447]
  ------------------
 1704|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1705|      0|			goto done;
 1706|      0|		}
 1707|    447|		memcpy(priv->aca_path, &cac_ACA_Path, sizeof(sc_path_t));
 1708|    447|	}
 1709|    509|done:
 1710|    509|	if (val)
  ------------------
  |  Branch (1710:6): [True: 477, False: 32]
  ------------------
 1711|    477|		free(val);
 1712|    509|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    509|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    509|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    509|	int _ret = r; \
  |  |  |  |  155|    509|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 509, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    509|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     62|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 62, False: 447]
  |  |  |  |  ------------------
  |  |  |  |  157|    509|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    509|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    509|	return _ret; \
  |  |  |  |  163|    509|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1713|    509|}
card-cac.c:cac_get_acr:
  344|    509|{
  345|    509|	u8 *out = NULL;
  346|       |	/* XXX assuming it will not be longer than 255 B */
  347|    509|	size_t len = 256;
  348|    509|	int r;
  349|       |
  350|    509|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    509|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    509|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    509|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 509]
  |  |  ------------------
  ------------------
  351|       |
  352|       |	/* for simplicity we support only ACR without arguments now */
  353|    509|	if (acr_type != 0x00 && acr_type != 0x10
  ------------------
  |  Branch (353:6): [True: 509, False: 0]
  |  Branch (353:26): [True: 509, False: 0]
  ------------------
  354|    509|	    && acr_type != 0x20 && acr_type != 0x21) {
  ------------------
  |  Branch (354:9): [True: 509, False: 0]
  |  Branch (354:29): [True: 0, False: 509]
  ------------------
  355|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  356|      0|	}
  357|       |
  358|    509|	r = cac_apdu_io(card, CAC_INS_GET_ACR, acr_type, 0, NULL, 0, &out, &len);
  ------------------
  |  |   62|    509|#define CAC_INS_GET_ACR               0x4c
  ------------------
  359|    509|	if (len == 0) {
  ------------------
  |  Branch (359:6): [True: 2, False: 507]
  ------------------
  360|      2|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      2|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  361|      2|	}
  362|    509|	if (r < 0)
  ------------------
  |  Branch (362:6): [True: 32, False: 477]
  ------------------
  363|     32|		goto fail;
  364|       |
  365|    477|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "got %zu bytes out=%p", len, out);
  ------------------
  |  |   70|    477|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  366|       |
  367|    477|	*out_len = len;
  368|    477|	*out_buf = out;
  369|    477|	return SC_SUCCESS;
  ------------------
  |  |   28|    477|#define SC_SUCCESS				0
  ------------------
  370|       |
  371|     32|fail:
  372|     32|	if (out)
  ------------------
  |  Branch (372:6): [True: 2, False: 30]
  ------------------
  373|      2|		free(out);
  374|       |	*out_buf = NULL;
  375|     32|	*out_len = 0;
  376|     32|	return r;
  377|    509|}
card-cac.c:cac_parse_ACA_service:
 1530|    477|{
 1531|    477|	size_t len = 0;
 1532|    477|	const u8 *val_end = val + val_len;
 1533|    477|	int r;
 1534|       |
 1535|    477|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    477|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    477|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    477|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 477]
  |  |  ------------------
  ------------------
 1536|       |
 1537|  5.95k|	for (; val < val_end; val += len) {
  ------------------
  |  Branch (1537:9): [True: 5.88k, False: 75]
  ------------------
 1538|       |		/* get the tag and the length */
 1539|  5.88k|		u8 tag;
 1540|  5.88k|		if (sc_simpletlv_read_tag(&val, val_end - val, &tag, &len) != SC_SUCCESS)
  ------------------
  |  |   28|  5.88k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1540:7): [True: 372, False: 5.51k]
  ------------------
 1541|    372|			break;
 1542|       |
 1543|  5.51k|		switch (tag) {
 1544|    577|		case CAC_TAG_APPLET_FAMILY:
  ------------------
  |  |   85|    577|#define CAC_TAG_APPLET_FAMILY         0x01
  ------------------
  |  Branch (1544:3): [True: 577, False: 4.93k]
  ------------------
 1545|    577|			if (len != 5) {
  ------------------
  |  Branch (1545:8): [True: 383, False: 194]
  ------------------
 1546|    383|				sc_log(card->ctx, "TAG: Applet Information: bad length %zu", len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1547|    383|				break;
 1548|    383|			}
 1549|    194|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    194|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1550|    194|			    "TAG: Applet Information: Family: 0x%02x", val[0]);
 1551|    194|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    194|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1552|    194|			    "     Applet Version: 0x%02x 0x%02x 0x%02x 0x%02x",
 1553|    194|			    val[1], val[2], val[3], val[4]);
 1554|    194|			break;
 1555|    629|		case CAC_TAG_NUMBER_APPLETS:
  ------------------
  |  |   86|    629|#define CAC_TAG_NUMBER_APPLETS        0x94
  ------------------
  |  Branch (1555:3): [True: 629, False: 4.88k]
  ------------------
 1556|    629|			if (len != 1) {
  ------------------
  |  Branch (1556:8): [True: 431, False: 198]
  ------------------
 1557|    431|				sc_log(card->ctx, "TAG: Num applets: bad length %zu", len);
  ------------------
  |  |   71|    431|#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|    431|				break;
 1559|    431|			}
 1560|    198|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    198|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1561|    198|			    "TAG: Num applets = %hhd", *val);
 1562|    198|			break;
 1563|  1.40k|		case CAC_TAG_APPLET_ENTRY:
  ------------------
  |  |   87|  1.40k|#define CAC_TAG_APPLET_ENTRY          0x93
  ------------------
  |  Branch (1563:3): [True: 1.40k, False: 4.11k]
  ------------------
 1564|       |			/* Make sure we match the outer length */
 1565|  1.40k|			if (len < 3 || val[2] != len - 3) {
  ------------------
  |  Branch (1565:8): [True: 244, False: 1.15k]
  |  Branch (1565:19): [True: 452, False: 706]
  ------------------
 1566|    696|				sc_log(card->ctx, "TAG: Applet Entry: bad length (%zu) or length of internal buffer", len);
  ------------------
  |  |   71|    696|#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|    696|				break;
 1568|    696|			}
 1569|    706|			sc_debug_hex(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  127|    706|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1570|    706|			    "TAG: Applet Entry: AID", val + 3, val[2]);
 1571|       |			/* This is SimpleTLV prefixed with applet ID (1B) */
 1572|    706|			r = cac_parse_aid(card, priv, val + 3, val[2]);
 1573|    706|			if (r < 0)
  ------------------
  |  Branch (1573:8): [True: 30, False: 676]
  ------------------
 1574|     30|				return r;
 1575|    676|			break;
 1576|  2.90k|		default:
  ------------------
  |  Branch (1576:3): [True: 2.90k, False: 2.60k]
  ------------------
 1577|       |			/* ignore tags we don't understand */
 1578|  2.90k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  2.90k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1579|  2.90k|			    "TAG: Unknown (0x%02x)", tag);
 1580|  2.90k|			break;
 1581|  5.51k|		}
 1582|  5.51k|	}
 1583|    447|	return SC_SUCCESS;
  ------------------
  |  |   28|    447|#define SC_SUCCESS				0
  ------------------
 1584|    477|}
card-cac.c:cac_parse_aid:
 1255|    706|{
 1256|    706|	cac_object_t new_object;
 1257|    706|	cac_properties_t prop = {0};
 1258|    706|	size_t i;
 1259|    706|	int r;
 1260|       |
 1261|    706|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    706|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    706|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    706|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 706]
  |  |  ------------------
  ------------------
 1262|       |
 1263|    706|	if (aid_len < 0 || aid_len > SC_MAX_AID_SIZE) {
  ------------------
  |  |   43|    706|#define SC_MAX_AID_SIZE			16
  ------------------
  |  Branch (1263:6): [True: 0, False: 706]
  |  Branch (1263:21): [True: 2, False: 704]
  ------------------
 1264|      2|		sc_log(card->ctx, "AID length too large (%d)", aid_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__
  |  |  ------------------
  ------------------
 1265|      2|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      2|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1266|      2|	}
 1267|       |
 1268|       |	/* Search for PKI applets (7 B). Ignore generic objects for now */
 1269|    704|	if (aid_len != 7 || (memcmp(aid, CAC_1_RID "\x01", 6) != 0
  ------------------
  |  |   66|    473|#define CAC_1_RID "\xA0\x00\x00\x00\x79"
  ------------------
  |  Branch (1269:6): [True: 231, False: 473]
  |  Branch (1269:23): [True: 417, False: 56]
  ------------------
 1270|    417|	    && memcmp(aid, CAC_1_RID "\x00", 6) != 0))
  ------------------
  |  |   66|    417|#define CAC_1_RID "\xA0\x00\x00\x00\x79"
  ------------------
  |  Branch (1270:9): [True: 206, False: 211]
  ------------------
 1271|    437|		return SC_SUCCESS;
  ------------------
  |  |   28|    437|#define SC_SUCCESS				0
  ------------------
 1272|       |
 1273|    267|	sc_mem_clear(&new_object.path, sizeof(sc_path_t));
 1274|    267|	memcpy(new_object.path.aid.value, aid, aid_len);
 1275|    267|	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|    267|	r = cac_select_file_by_type(card, &new_object.path, NULL);
 1281|    267|	LOG_TEST_RET(card->ctx, r, "Cannot select AID");
  ------------------
  |  |  174|    267|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    267|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    267|	int _ret = (r); \
  |  |  |  |  168|    267|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 20, False: 247]
  |  |  |  |  ------------------
  |  |  |  |  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|    267|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1282|    247|	r = cac_get_properties(card, &prop);
 1283|    247|	LOG_TEST_RET(card->ctx, r, "Cannot get CAC properties");
  ------------------
  |  |  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: 8, False: 239]
  |  |  |  |  ------------------
  |  |  |  |  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|    247|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 239]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1284|       |
 1285|    667|	for (i = 0; i < prop.num_objects; i++) {
  ------------------
  |  Branch (1285:14): [True: 453, False: 214]
  ------------------
 1286|       |		/* don't fail just because we have more certs than we can support */
 1287|    453|		if (priv->cert_next >= MAX_CAC_SLOTS)
  ------------------
  |  |   70|    453|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (1287:7): [True: 25, False: 428]
  ------------------
 1288|     25|			return SC_SUCCESS;
  ------------------
  |  |   28|     25|#define SC_SUCCESS				0
  ------------------
 1289|       |
 1290|    428|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    428|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1291|    428|		    "ACA: pki_object found, cert_next=%d (%s), privkey=%d",
 1292|    428|		    priv->cert_next, get_cac_label(priv->cert_next),
 1293|    428|		    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|    428|		if (!prop.objects[i].privatekey) {
  ------------------
  |  Branch (1299:7): [True: 160, False: 268]
  ------------------
 1300|    160|			priv->cert_next++;
 1301|    160|			continue;
 1302|    160|		}
 1303|       |
 1304|       |		/* OID here has always 2B */
 1305|    268|		memcpy(new_object.path.value, &prop.objects[i].oid, 2);
 1306|    268|		new_object.path.len = 2;
 1307|    268|		new_object.path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    268|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1308|    268|		new_object.name = get_cac_label(priv->cert_next);
 1309|    268|		new_object.fd = priv->cert_next+1;
 1310|    268|		cac_add_object_to_list(&priv->pki_list, &new_object);
 1311|    268|		priv->cert_next++;
 1312|    268|	}
 1313|       |
 1314|    214|	return SC_SUCCESS;
  ------------------
  |  |   28|    214|#define SC_SUCCESS				0
  ------------------
 1315|    239|}
card-cac.c:cac_find_first_pki_applet:
 1598|  4.14k|{
 1599|  4.14k|	int r, i;
 1600|  67.3k|	for (i = 0; i < MAX_CAC_SLOTS; i++) {
  ------------------
  |  |   70|  67.3k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (1600:14): [True: 63.4k, False: 3.91k]
  ------------------
 1601|  63.4k|		r = cac_select_pki_applet(card, i);
 1602|  63.4k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  63.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1602:7): [True: 471, False: 62.9k]
  ------------------
 1603|       |			/* Try to read first two bytes of the buffer to
 1604|       |			 * make sure it is not just malfunctioning card
 1605|       |			 */
 1606|    471|			u8 params[2] = {CAC_FILE_TAG, 2};
  ------------------
  |  |   66|    471|#define CAC_FILE_TAG    1
  ------------------
 1607|    471|			u8 data[2], *out_ptr = data;
 1608|    471|			size_t len = 2;
 1609|    471|			r = cac_apdu_io(card, CAC_INS_READ_FILE, 0, 0,
  ------------------
  |  |   61|    471|#define CAC_INS_READ_FILE             0x52  /* read a TL or V file */
  ------------------
 1610|    471|			    &params[0], sizeof(params), &out_ptr, &len);
 1611|    471|			if (r != 2)
  ------------------
  |  Branch (1611:8): [True: 247, False: 224]
  ------------------
 1612|    247|				continue;
 1613|       |
 1614|    224|			*index_out = i;
 1615|    224|			return SC_SUCCESS;
  ------------------
  |  |   28|    224|#define SC_SUCCESS				0
  ------------------
 1616|    471|		}
 1617|  63.4k|	}
 1618|  3.91k|	return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|  3.91k|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1619|  4.14k|}
card-cac.c:cac_select_pki_applet:
 1588|  66.3k|{
 1589|  66.3k|	sc_path_t applet_path = cac_cac_pki_obj.path;
 1590|  66.3k|	applet_path.aid.value[applet_path.aid.len-1] = index;
 1591|       |	return cac_select_file_by_type(card, &applet_path, NULL);
 1592|  66.3k|}
card-cac.c:cac_populate_cac_alt:
 1625|    190|{
 1626|    190|	int r, i;
 1627|    190|	cac_object_t pki_obj = cac_cac_pki_obj;
 1628|    190|	u8 buf[100];
 1629|    190|	u8 *val;
 1630|       |
 1631|       |	/* populate PKI objects */
 1632|  2.84k|	for (i = index; i < MAX_CAC_SLOTS; i++) {
  ------------------
  |  |   70|  2.84k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (1632:18): [True: 2.65k, False: 190]
  ------------------
 1633|  2.65k|		r = cac_select_pki_applet(card, i);
 1634|  2.65k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  2.65k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1634:7): [True: 1.15k, False: 1.50k]
  ------------------
 1635|  1.15k|			pki_obj.name = get_cac_label(i);
 1636|  1.15k|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  1.15k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1637|  1.15k|			    "CAC: pki_object found, cert_next=%d (%s),", i, pki_obj.name);
 1638|  1.15k|			pki_obj.path.aid.value[pki_obj.path.aid.len-1] = i;
 1639|  1.15k|			pki_obj.fd = i+1; /* don't use id of zero */
 1640|  1.15k|			cac_add_object_to_list(&priv->pki_list, &pki_obj);
 1641|  1.15k|		}
 1642|  2.65k|	}
 1643|       |
 1644|       |	/* populate non-PKI objects */
 1645|  1.33k|	for (i=0; i < cac_object_count; i++) {
  ------------------
  |  Branch (1645:12): [True: 1.14k, False: 190]
  ------------------
 1646|  1.14k|		r = cac_select_file_by_type(card, &cac_objects[i].path, NULL);
 1647|  1.14k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.14k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1647:7): [True: 477, False: 663]
  ------------------
 1648|    477|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    477|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1649|    477|			    "CAC: obj_object found, cert_next=%d (%s),",
 1650|    477|			    i, cac_objects[i].name);
 1651|    477|			cac_add_object_to_list(&priv->general_list, &cac_objects[i]);
 1652|    477|		}
 1653|  1.14k|	}
 1654|       |
 1655|       |	/*
 1656|       |	 * create a cuid to simulate the cac 2 cuid.
 1657|       |	 */
 1658|    190|	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|    190|	r = cac_select_pki_applet(card, index);
 1662|    190|	if (r < 0) {
  ------------------
  |  Branch (1662:6): [True: 60, False: 130]
  ------------------
 1663|     60|		return r; /* shouldn't happen unless the card has been removed or is malfunctioning */
 1664|     60|	}
 1665|    130|	val = buf;
 1666|    130|	r = cac_read_binary(card, 0, val, sizeof(buf), 0);
 1667|    130|	if (r > 0) {
  ------------------
  |  Branch (1667:6): [True: 1, False: 129]
  ------------------
 1668|      1|#ifdef ENABLE_OPENSSL
 1669|      1|		size_t val_len = r;
 1670|      1|		free(priv->cac_id);
 1671|      1|		priv->cac_id = malloc(20);
 1672|      1|		if (priv->cac_id == NULL) {
  ------------------
  |  Branch (1672:7): [True: 0, False: 1]
  ------------------
 1673|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1674|      0|		}
 1675|      1|		SHA1(val, val_len, priv->cac_id);
 1676|      1|		priv->cac_id_len = 20;
 1677|      1|		sc_debug_hex(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  127|      1|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1678|      1|		    "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|      1|	}
 1684|    130|	return SC_SUCCESS;
  ------------------
  |  |   28|    130|#define SC_SUCCESS				0
  ------------------
 1685|    130|}
card-cac.c:cac_init:
 1806|  1.12k|{
 1807|  1.12k|	int r;
 1808|  1.12k|	unsigned long flags;
 1809|       |
 1810|  1.12k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.12k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.12k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.12k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.12k]
  |  |  ------------------
  ------------------
 1811|       |
 1812|  1.12k|	r = cac_find_and_initialize(card, 1);
 1813|  1.12k|	if (r < 0) {
  ------------------
  |  Branch (1813:6): [True: 279, False: 843]
  ------------------
 1814|    279|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|    279|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    279|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    279|	int _ret = r; \
  |  |  |  |  155|    279|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 279, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    279|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    279|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 279, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    279|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    279|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    279|	return _ret; \
  |  |  |  |  163|    279|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1815|    279|	}
 1816|    843|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    843|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
 1817|       |
 1818|    843|	_sc_card_add_rsa_alg(card, 1024, flags, 0); /* mandatory */
 1819|    843|	_sc_card_add_rsa_alg(card, 2048, flags, 0); /* optional */
 1820|    843|	_sc_card_add_rsa_alg(card, 3072, flags, 0); /* optional */
 1821|       |
 1822|    843|	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    843|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    843|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
 1823|       |
 1824|    843|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    843|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    843|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    843|	int _ret = r; \
  |  |  |  |  155|    843|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 843, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    843|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 843]
  |  |  |  |  ------------------
  |  |  |  |  157|    843|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    843|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    843|	return _ret; \
  |  |  |  |  163|    843|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1825|    843|}
card-cac.c:cac_finish:
 1205|    843|{
 1206|    843|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|    843|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
 1207|       |
 1208|    843|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    843|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    843|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    843|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 843]
  |  |  ------------------
  ------------------
 1209|    843|	if (priv) {
  ------------------
  |  Branch (1209:6): [True: 843, False: 0]
  ------------------
 1210|    843|		cac_free_private_data(priv);
 1211|    843|	}
 1212|    843|	return SC_SUCCESS;
  ------------------
  |  |   28|    843|#define SC_SUCCESS				0
  ------------------
 1213|    843|}
card-cac.c:cac_select_file:
 1200|  4.59k|{
 1201|  4.59k|	return cac_select_file_by_type(card, in_path, file_out);
 1202|  4.59k|}
card-cac.c:cac_get_challenge:
  705|    767|{
  706|       |	/* CAC requires 8 byte response */
  707|    767|	u8 rbuf[8];
  708|    767|	u8 *rbufp = &rbuf[0];
  709|    767|	size_t out_len = sizeof rbuf;
  710|    767|	int r;
  711|       |
  712|    767|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    767|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    767|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    767|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    767|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 767]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  713|       |
  714|    767|	r = cac_apdu_io(card, 0x84, 0x00, 0x00, NULL, 0, &rbufp, &out_len);
  715|    767|	LOG_TEST_RET(card->ctx, r, "Could not get challenge");
  ------------------
  |  |  174|    767|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    767|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    767|	int _ret = (r); \
  |  |  |  |  168|    767|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 448, False: 319]
  |  |  |  |  ------------------
  |  |  |  |  169|    448|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    448|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    448|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    448|		return _ret; \
  |  |  |  |  172|    448|	} \
  |  |  |  |  173|    767|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 319]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|       |
  717|    319|	if (len < out_len) {
  ------------------
  |  Branch (717:6): [True: 3, False: 316]
  ------------------
  718|      3|		out_len = len;
  719|      3|	}
  720|    319|	memcpy(rnd, rbuf, out_len);
  721|       |
  722|    319|	LOG_FUNC_RETURN(card->ctx, (int) out_len);
  ------------------
  |  |  164|    319|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    319|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    319|	int _ret = r; \
  |  |  |  |  155|    319|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8, False: 311]
  |  |  |  |  ------------------
  |  |  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 8]
  |  |  |  |  ------------------
  |  |  |  |  157|      8|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    311|	} else { \
  |  |  |  |  159|    311|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    311|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    311|	} \
  |  |  |  |  162|    319|	return _ret; \
  |  |  |  |  163|    319|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  723|    319|}
card-cac.c:cac_read_binary:
  451|  1.08k|{
  452|  1.08k|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|  1.08k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  453|  1.08k|	int r = 0;
  454|  1.08k|	u8 *tl = NULL, *val = NULL;
  455|  1.08k|	const u8 *tl_ptr, *val_ptr, *tl_start;
  456|  1.08k|	u8 *tlv_ptr;
  457|  1.08k|	const u8 *cert_ptr;
  458|  1.08k|	size_t tl_len = 0, val_len = 0, tlv_len;
  459|  1.08k|	size_t len, tl_head_len, cert_len;
  460|  1.08k|	u8 cert_type, tag;
  461|       |
  462|  1.08k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.08k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.08k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.08k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.08k]
  |  |  ------------------
  ------------------
  463|       |
  464|       |	/* if we didn't return it all last time, return the remainder */
  465|  1.08k|	if (priv->cached) {
  ------------------
  |  Branch (465:6): [True: 213, False: 868]
  ------------------
  466|    213|		sc_log(card->ctx, "returning cached value idx=%d count=%zu", idx, count);
  ------------------
  |  |   71|    213|#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|    213|		if (idx > priv->cache_buf_len) {
  ------------------
  |  Branch (467:7): [True: 0, False: 213]
  ------------------
  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|    213|		len = MIN(count, priv->cache_buf_len-idx);
  ------------------
  |  |   70|    213|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 116, False: 97]
  |  |  ------------------
  ------------------
  471|    213|		memcpy(buf, &priv->cache_buf[idx], len);
  472|    213|		LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|    213|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    213|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    213|	int _ret = r; \
  |  |  |  |  155|    213|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 76, False: 137]
  |  |  |  |  ------------------
  |  |  |  |  156|     76|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 76]
  |  |  |  |  ------------------
  |  |  |  |  157|     76|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    137|	} else { \
  |  |  |  |  159|    137|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    137|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    137|	} \
  |  |  |  |  162|    213|	return _ret; \
  |  |  |  |  163|    213|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  473|    213|	}
  474|       |
  475|    868|	sc_log(card->ctx, "clearing cache idx=%d count=%zu", idx, count);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  476|    868|	if (priv->cache_buf) {
  ------------------
  |  Branch (476:6): [True: 0, False: 868]
  ------------------
  477|      0|		free(priv->cache_buf);
  478|      0|		priv->cache_buf = NULL;
  479|      0|		priv->cache_buf_len = 0;
  480|      0|	}
  481|       |
  482|       |
  483|    868|	if (priv->object_type <= 0)
  ------------------
  |  Branch (483:6): [True: 0, False: 868]
  ------------------
  484|    868|		 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|    868|	r = cac_read_file(card, CAC_FILE_TAG, &tl, &tl_len);
  ------------------
  |  |   66|    868|#define CAC_FILE_TAG    1
  ------------------
  487|    868|	if (r < 0)  {
  ------------------
  |  Branch (487:6): [True: 436, False: 432]
  ------------------
  488|    436|		goto done;
  489|    436|	}
  490|       |
  491|    432|	r = cac_read_file(card, CAC_FILE_VALUE, &val, &val_len);
  ------------------
  |  |   67|    432|#define CAC_FILE_VALUE  2
  ------------------
  492|    432|	if (r < 0)
  ------------------
  |  Branch (492:6): [True: 29, False: 403]
  ------------------
  493|     29|		goto done;
  494|       |
  495|    403|	switch (priv->object_type) {
  496|     63|	case CAC_OBJECT_TYPE_TLV_FILE:
  ------------------
  |  |  171|     63|#define CAC_OBJECT_TYPE_TLV_FILE	4
  ------------------
  |  Branch (496:2): [True: 63, False: 340]
  ------------------
  497|     63|		tlv_len = tl_len + val_len;
  498|     63|		priv->cache_buf = malloc(tlv_len);
  499|     63|		if (priv->cache_buf == NULL) {
  ------------------
  |  Branch (499:7): [True: 0, False: 63]
  ------------------
  500|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  501|      0|			goto done;
  502|      0|		}
  503|     63|		priv->cache_buf_len = tlv_len;
  504|       |
  505|     63|		for (tl_ptr = tl, val_ptr = val, tlv_ptr = priv->cache_buf;
  506|  8.14k|				tl_len >= 2 && tlv_len > 0;
  ------------------
  |  Branch (506:5): [True: 8.08k, False: 59]
  |  Branch (506:20): [True: 8.08k, False: 0]
  ------------------
  507|  8.08k|				val_len -= len, tlv_len -= len, val_ptr += len, tlv_ptr += len) {
  508|       |			/* get the tag and the length */
  509|  8.08k|			tl_start = tl_ptr;
  510|  8.08k|			r = sc_simpletlv_read_tag(&tl_ptr, tl_len, &tag, &len);
  511|  8.08k|			if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS)
  ------------------
  |  |   28|  16.1k|#define SC_SUCCESS				0
  ------------------
              			if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS)
  ------------------
  |  |   99|  1.21k|#define SC_ERROR_TLV_END_OF_CONTENTS	-1418
  ------------------
  |  Branch (511:8): [True: 1.21k, False: 6.86k]
  |  Branch (511:27): [True: 4, False: 1.21k]
  ------------------
  512|      4|				break;
  513|  8.08k|			tl_head_len = (tl_ptr - tl_start);
  514|  8.08k|			sc_simpletlv_put_tag(tag, len, tlv_ptr, tlv_len, &tlv_ptr);
  515|  8.08k|			tlv_len -= tl_head_len;
  516|  8.08k|			tl_len -= tl_head_len;
  517|       |
  518|       |			/* don't crash on bad data */
  519|  8.08k|			if (val_len < len) {
  ------------------
  |  Branch (519:8): [True: 5.73k, False: 2.34k]
  ------------------
  520|  5.73k|				sc_log(card->ctx, "Received too long value %zu, while only %zu left. Truncating",
  ------------------
  |  |   71|  5.73k|#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|  5.73k|						len, val_len);
  522|  5.73k|				len = val_len;
  523|  5.73k|			}
  524|       |			/* if we run out of return space, truncate */
  525|  8.08k|			if (tlv_len < len) {
  ------------------
  |  Branch (525:8): [True: 0, False: 8.08k]
  ------------------
  526|      0|				len = tlv_len;
  527|      0|			}
  528|  8.08k|			memcpy(tlv_ptr, val_ptr, len);
  529|  8.08k|		}
  530|       |		/* fixup the cache_buf_le to reflect for the bad data ignored above */
  531|     63|		priv->cache_buf_len = (tlv_ptr - priv->cache_buf);
  532|     63|		break;
  533|       |
  534|    331|	case CAC_OBJECT_TYPE_CERT:
  ------------------
  |  |  170|    331|#define CAC_OBJECT_TYPE_CERT		1
  ------------------
  |  Branch (534:2): [True: 331, False: 72]
  ------------------
  535|       |		/* read file */
  536|    331|		sc_log(card->ctx, " obj= cert_file, val_len=%zu (0x%04zx)", val_len, val_len);
  ------------------
  |  |   71|    331|#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|    331|		cert_len = 0;
  538|    331|		cert_ptr = NULL;
  539|    331|		cert_type = 0;
  540|  1.80k|		for (tl_ptr = tl, val_ptr = val; tl_len >= 2;
  ------------------
  |  Branch (540:36): [True: 1.60k, False: 200]
  ------------------
  541|  1.60k|		    val_len -= len, val_ptr += len, tl_len -= tl_head_len) {
  542|  1.60k|			tl_start = tl_ptr;
  543|  1.60k|			r = sc_simpletlv_read_tag(&tl_ptr, tl_len, &tag, &len);
  544|  1.60k|			if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS)
  ------------------
  |  |   28|  3.20k|#define SC_SUCCESS				0
  ------------------
              			if (r != SC_SUCCESS && r != SC_ERROR_TLV_END_OF_CONTENTS)
  ------------------
  |  |   99|    187|#define SC_ERROR_TLV_END_OF_CONTENTS	-1418
  ------------------
  |  Branch (544:8): [True: 187, False: 1.41k]
  |  Branch (544:27): [True: 10, False: 177]
  ------------------
  545|     10|				break;
  546|  1.59k|			tl_head_len = tl_ptr - tl_start;
  547|       |
  548|       |			/* incomplete value */
  549|  1.59k|			if (val_len < len) {
  ------------------
  |  Branch (549:8): [True: 121, False: 1.47k]
  ------------------
  550|    121|				sc_log(card->ctx, "Read incomplete value %zu, while only %zu left",
  ------------------
  |  |   71|    121|#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|    121|						len, val_len);
  552|    121|				break;
  553|    121|			}
  554|       |
  555|  1.47k|			if (tag == CAC_TAG_CERTIFICATE) {
  ------------------
  |  |   69|  1.47k|#define CAC_TAG_CERTIFICATE           0x70
  ------------------
  |  Branch (555:8): [True: 30, False: 1.44k]
  ------------------
  556|     30|				cert_len = len;
  557|     30|				cert_ptr = val_ptr;
  558|     30|			}
  559|  1.47k|			if (tag == CAC_TAG_CERTINFO) {
  ------------------
  |  |   70|  1.47k|#define CAC_TAG_CERTINFO              0x71
  ------------------
  |  Branch (559:8): [True: 39, False: 1.43k]
  ------------------
  560|     39|				if ((len >= 1) && (val_len >=1)) {
  ------------------
  |  Branch (560:9): [True: 29, False: 10]
  |  Branch (560:23): [True: 29, False: 0]
  ------------------
  561|     29|					cert_type = *val_ptr;
  562|     29|				}
  563|     39|			}
  564|  1.47k|			if (tag == CAC_TAG_MSCUID) {
  ------------------
  |  |   71|  1.47k|#define CAC_TAG_MSCUID                0x72
  ------------------
  |  Branch (564:8): [True: 13, False: 1.46k]
  ------------------
  565|     13|				sc_log_hex(card->ctx, "MSCUID", val_ptr, len);
  ------------------
  |  |  129|     13|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     13|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  566|     13|			}
  567|  1.47k|		}
  568|       |		/* if the info byte is 1, then the cert is compressed, decompress it */
  569|    331|		if ((cert_type & 0x3) == 1 && flags) {
  ------------------
  |  Branch (569:7): [True: 14, False: 317]
  |  Branch (569:33): [True: 12, False: 2]
  ------------------
  570|     12|			*flags |= SC_FILE_FLAG_COMPRESSED_AUTO;
  ------------------
  |  |  230|     12|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
  571|     12|		}
  572|    331|		if (cert_len > 0) {
  ------------------
  |  Branch (572:7): [True: 20, False: 311]
  ------------------
  573|     20|			priv->cache_buf = malloc(cert_len);
  574|     20|			if (priv->cache_buf == NULL) {
  ------------------
  |  Branch (574:8): [True: 0, False: 20]
  ------------------
  575|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  576|      0|				goto done;
  577|      0|			}
  578|     20|			priv->cache_buf_len = cert_len;
  579|     20|			memcpy(priv->cache_buf, cert_ptr, cert_len);
  580|    311|		} else {
  581|    311|			sc_log(card->ctx, "Can't read zero-length certificate");
  ------------------
  |  |   71|    311|#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|    311|			goto done;
  583|    311|		}
  584|     20|		break;
  585|     20|	case CAC_OBJECT_TYPE_GENERIC:
  ------------------
  |  |  172|      9|#define CAC_OBJECT_TYPE_GENERIC		5
  ------------------
  |  Branch (585:2): [True: 9, False: 394]
  ------------------
  586|       |		/* TODO
  587|       |		 * We have some two buffers in unknown encoding that we
  588|       |		 * need to present in PKCS#15 layer.
  589|       |		 */
  590|      9|	default:
  ------------------
  |  Branch (590:2): [True: 0, False: 403]
  ------------------
  591|       |		/* Unknown object type */
  592|      9|		sc_log(card->ctx, "Unknown object type: %x", priv->object_type);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  593|      9|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      9|#define SC_ERROR_INTERNAL			-1400
  ------------------
  594|      9|		goto done;
  595|    403|	}
  596|       |
  597|       |	/* OK we've read the data, now copy the required portion out to the callers buffer */
  598|     83|	priv->cached = 1;
  599|     83|	len = MIN(count, priv->cache_buf_len-idx);
  ------------------
  |  |   70|     83|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 25, False: 58]
  |  |  ------------------
  ------------------
  600|     83|	memcpy(buf, &priv->cache_buf[idx], len);
  601|     83|	r = (int)len;
  602|    868|done:
  603|    868|	if (tl)
  ------------------
  |  Branch (603:6): [True: 432, False: 436]
  ------------------
  604|    432|		free(tl);
  605|    868|	if (val)
  ------------------
  |  Branch (605:6): [True: 403, False: 465]
  ------------------
  606|    403|		free(val);
  607|    868|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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: 788, False: 80]
  |  |  |  |  ------------------
  |  |  |  |  156|    788|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 226]
  |  |  |  |  ------------------
  |  |  |  |  157|    788|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    788|	} 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|    868|	return _ret; \
  |  |  |  |  163|    868|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  608|    868|}
card-cac.c:cac_card_ctl:
  673|  11.7k|{
  674|  11.7k|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|  11.7k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  675|       |
  676|  11.7k|	LOG_FUNC_CALLED(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  677|  11.7k|	sc_log(card->ctx, "cmd=%ld ptr=%p", cmd, ptr);
  ------------------
  |  |   71|  11.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__
  |  |  ------------------
  ------------------
  678|       |
  679|  11.7k|	if (priv == NULL) {
  ------------------
  |  Branch (679:6): [True: 0, False: 11.7k]
  ------------------
  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|  11.7k|	switch(cmd) {
  ------------------
  |  Branch (682:9): [True: 9.24k, False: 2.54k]
  ------------------
  683|  1.02k|		case SC_CARDCTL_CAC_GET_ACA_PATH:
  ------------------
  |  Branch (683:3): [True: 1.02k, False: 10.7k]
  ------------------
  684|  1.02k|			return cac_get_ACA_path(card, (sc_path_t *) ptr);
  685|  1.02k|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (685:3): [True: 1.02k, False: 10.7k]
  ------------------
  686|  1.02k|			return cac_get_serial_nr_from_CUID(card, (sc_serial_number_t *) ptr);
  687|  1.02k|		case SC_CARDCTL_CAC_INIT_GET_GENERIC_OBJECTS:
  ------------------
  |  Branch (687:3): [True: 1.02k, False: 10.7k]
  ------------------
  688|  1.02k|			return cac_get_init_and_get_count(&priv->general_list, &priv->general_current, (int *)ptr);
  689|  1.02k|		case SC_CARDCTL_CAC_INIT_GET_CERT_OBJECTS:
  ------------------
  |  Branch (689:3): [True: 1.02k, False: 10.7k]
  ------------------
  690|  1.02k|			return cac_get_init_and_get_count(&priv->pki_list, &priv->pki_current, (int *)ptr);
  691|    421|		case SC_CARDCTL_CAC_GET_NEXT_GENERIC_OBJECT:
  ------------------
  |  Branch (691:3): [True: 421, False: 11.3k]
  ------------------
  692|    421|			return cac_fill_object_info(&priv->general_list, &priv->general_current, (sc_pkcs15_data_info_t *)ptr);
  693|  2.70k|		case SC_CARDCTL_CAC_GET_NEXT_CERT_OBJECT:
  ------------------
  |  Branch (693:3): [True: 2.70k, False: 9.08k]
  ------------------
  694|  2.70k|			return cac_fill_object_info(&priv->pki_list, &priv->pki_current, (sc_pkcs15_data_info_t *)ptr);
  695|  1.02k|		case SC_CARDCTL_CAC_FINAL_GET_GENERIC_OBJECTS:
  ------------------
  |  Branch (695:3): [True: 1.02k, False: 10.7k]
  ------------------
  696|  1.02k|			return cac_final_iterator(&priv->general_list);
  697|  1.02k|		case SC_CARDCTL_CAC_FINAL_GET_CERT_OBJECTS:
  ------------------
  |  Branch (697:3): [True: 1.02k, False: 10.7k]
  ------------------
  698|  1.02k|			return cac_final_iterator(&priv->pki_list);
  699|  11.7k|	}
  700|       |
  701|  2.54k|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|  2.54k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.54k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.54k|	int _ret = r; \
  |  |  |  |  155|  2.54k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.54k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|  2.54k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.54k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.54k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.54k|	return _ret; \
  |  |  |  |  163|  2.54k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  702|  2.54k|}
card-cac.c:cac_get_ACA_path:
  662|  1.02k|{
  663|  1.02k|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|  1.02k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  664|       |
  665|  1.02k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.02k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.02k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.02k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.02k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  666|  1.02k|	if (priv->aca_path) {
  ------------------
  |  Branch (666:6): [True: 447, False: 573]
  ------------------
  667|    447|		*path = *priv->aca_path;
  668|    447|	}
  669|  1.02k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.02k]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  670|  1.02k|}
card-cac.c:cac_get_serial_nr_from_CUID:
  645|  1.02k|{
  646|  1.02k|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|  1.02k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  647|       |
  648|  1.02k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.02k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.02k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.02k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.02k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  649|  1.02k|        if (card->serialnr.len)   {
  ------------------
  |  Branch (649:13): [True: 0, False: 1.02k]
  ------------------
  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|  1.02k|	if (priv->cac_id_len) {
  ------------------
  |  Branch (653:6): [True: 217, False: 803]
  ------------------
  654|    217|		serial->len = MIN(priv->cac_id_len, SC_MAX_SERIALNR);
  ------------------
  |  |   70|    217|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 216, False: 1]
  |  |  ------------------
  ------------------
  655|    217|		memcpy(serial->value, priv->cac_id, serial->len);
  656|    217|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    217|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    217|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    217|	int _ret = r; \
  |  |  |  |  155|    217|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 217, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    217|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 217]
  |  |  |  |  ------------------
  |  |  |  |  157|    217|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    217|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    217|	return _ret; \
  |  |  |  |  163|    217|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  657|    217|	}
  658|    803|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|    803|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    803|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    803|	int _ret = r; \
  |  |  |  |  155|    803|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 803, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    803|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    803|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 803, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    803|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    803|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    803|	return _ret; \
  |  |  |  |  163|    803|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  659|    803|}
card-cac.c:cac_get_init_and_get_count:
  612|  2.04k|{
  613|  2.04k|	*countp = list_size(list);
  614|  2.04k|	list_iterator_start(list);
  615|  2.04k|	*entry = list_iterator_next(list);
  616|  2.04k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.04k|#define SC_SUCCESS				0
  ------------------
  617|  2.04k|}
card-cac.c:cac_fill_object_info:
  628|  3.12k|{
  629|  3.12k|	memset(obj_info, 0, sizeof(sc_pkcs15_data_info_t));
  630|  3.12k|	if (*entry == NULL) {
  ------------------
  |  Branch (630:6): [True: 0, False: 3.12k]
  ------------------
  631|      0|		return SC_ERROR_FILE_END_REACHED;
  ------------------
  |  |   69|      0|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  632|      0|	}
  633|       |
  634|  3.12k|	obj_info->path = (*entry)->path;
  635|  3.12k|	obj_info->path.count = CAC_MAX_SIZE-1; /* read something from the object */
  ------------------
  |  |   26|  3.12k|#define CAC_MAX_SIZE 4096		/* arbitrary, just needs to be 'large enough' */
  ------------------
  636|  3.12k|	obj_info->id.value[0] = ((*entry)->fd >> 8) & 0xff;
  637|  3.12k|	obj_info->id.value[1] = (*entry)->fd & 0xff;
  638|  3.12k|	obj_info->id.len = 2;
  639|  3.12k|	strncpy(obj_info->app_label, (*entry)->name, SC_PKCS15_MAX_LABEL_SIZE-1);
  ------------------
  |  |   35|  3.12k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  640|  3.12k|	*entry = list_iterator_next(list);
  641|  3.12k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.12k|#define SC_SUCCESS				0
  ------------------
  642|  3.12k|}
card-cac.c:cac_final_iterator:
  621|  2.04k|{
  622|  2.04k|	list_iterator_stop(list);
  623|  2.04k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.04k|#define SC_SUCCESS				0
  ------------------
  624|  2.04k|}
card-cac.c:cac_pin_cmd:
 1834|    111|{
 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|    111|	sc_apdu_t apdu;
 1841|    111|	u8  sbuf[SC_MAX_APDU_BUFFER_SIZE];
 1842|    111|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1843|    111|	int rv;
 1844|       |
 1845|    111|	if (data->cmd == SC_PIN_CMD_CHANGE) {
  ------------------
  |  |  416|    111|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (1845:6): [True: 11, False: 100]
  ------------------
 1846|     11|		size_t i = 0;
 1847|     11|		if (data->pin2.len < 6) {
  ------------------
  |  Branch (1847:7): [True: 4, False: 7]
  ------------------
 1848|      4|			return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|      4|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
 1849|      4|		}
 1850|     39|		for(i=0; i < data->pin2.len; ++i) {
  ------------------
  |  Branch (1850:12): [True: 35, False: 4]
  ------------------
 1851|     35|			if (!isdigit(data->pin2.data[i])) {
  ------------------
  |  Branch (1851:8): [True: 3, False: 32]
  ------------------
 1852|      3|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      3|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 1853|      3|			}
 1854|     35|		}
 1855|       |
 1856|       |		/* We can change the PIN of Giesecke & Devrient CAC ALT tokens
 1857|       |		 * with a bit non-standard APDU */
 1858|      4|		if (card->type == SC_CARD_TYPE_CAC_ALT_HID) {
  ------------------
  |  Branch (1858:7): [True: 1, False: 3]
  ------------------
 1859|      1|			int r = 0;
 1860|      1|			r = iso7816_build_pin_apdu(card, &apdu, data, sbuf, sizeof(sbuf));
 1861|      1|			if (r < 0)
  ------------------
  |  Branch (1861:8): [True: 0, False: 1]
  ------------------
 1862|      0|				return r;
 1863|       |			/* it requires P1 = 0x01 completely against the ISO specs */
 1864|      1|			apdu.p1 = 0x01;
 1865|      1|			data->apdu = &apdu;
 1866|      1|		}
 1867|      4|	}
 1868|       |
 1869|    104|	rv = iso_drv->ops->pin_cmd(card, data);
 1870|       |
 1871|       |	data->apdu = NULL;
 1872|    104|	return rv;
 1873|    111|}

sc_get_cac1_driver:
  554|  16.2k|{
  555|  16.2k|	return sc_get_driver();
  556|  16.2k|}
card-cac1.c:sc_get_driver:
  536|  16.2k|{
  537|       |	/* Inherit most of the things from the CAC driver */
  538|  16.2k|	struct sc_card_driver *cac_drv = sc_get_cac_driver();
  539|       |
  540|  16.2k|	cac_ops = *cac_drv->ops;
  541|  16.2k|	cac_ops.match_card = cac_match_card;
  542|  16.2k|	cac_ops.init = cac_init;
  543|  16.2k|	cac_ops.finish = cac_finish;
  544|       |
  545|  16.2k|	cac_ops.select_file =  cac_select_file; /* need to record object type */
  546|  16.2k|	cac_ops.read_binary = cac_read_binary;
  547|  16.2k|	cac_ops.logout = cac_logout;
  548|       |
  549|  16.2k|	return &cac1_drv;
  550|  16.2k|}
card-cac1.c:cac_match_card:
  489|  2.71k|{
  490|  2.71k|	int r;
  491|  2.71k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.71k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.71k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.71k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.71k]
  |  |  ------------------
  ------------------
  492|       |
  493|  2.71k|	r = cac_find_and_initialize(card, 0);
  494|  2.71k|	return (r == SC_SUCCESS); /* never match */
  ------------------
  |  |   28|  2.71k|#define SC_SUCCESS				0
  ------------------
  495|  2.71k|}
card-cac1.c:cac_find_and_initialize:
  451|  2.92k|{
  452|  2.92k|	int r, index;
  453|  2.92k|	cac_private_data_t *priv = NULL;
  454|       |
  455|       |	/* already initialized? */
  456|  2.92k|	if (card->drv_data) {
  ------------------
  |  Branch (456:6): [True: 0, False: 2.92k]
  ------------------
  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.92k|	r = cac_find_first_pki_applet(card, &index);
  462|  2.92k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  2.92k|#define SC_SUCCESS				0
  ------------------
  |  Branch (462:6): [True: 420, False: 2.50k]
  ------------------
  463|    420|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "PKI applet found, is bare CAC-1");
  ------------------
  |  |   70|    420|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  464|    420|		if (!initialize) /* match card only */
  ------------------
  |  Branch (464:7): [True: 213, False: 207]
  ------------------
  465|    213|			return r;
  466|       |
  467|    207|		if (!priv) {
  ------------------
  |  Branch (467:7): [True: 207, False: 0]
  ------------------
  468|    207|			priv = cac_new_private_data();
  469|    207|			if (!priv)
  ------------------
  |  Branch (469:8): [True: 0, False: 207]
  ------------------
  470|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  471|    207|		}
  472|    207|		card->drv_data = priv; /* needed for the read_binary() */
  473|    207|		r = cac_populate_cac1(card, index, priv);
  474|    207|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    207|#define SC_SUCCESS				0
  ------------------
  |  Branch (474:7): [True: 177, False: 30]
  ------------------
  475|    177|			card->type = SC_CARD_TYPE_CAC_I;
  476|    177|			return r;
  477|    177|		}
  478|     30|		card->drv_data = NULL; /* reset on failure */
  479|     30|	}
  480|  2.53k|	if (priv) {
  ------------------
  |  Branch (480:6): [True: 30, False: 2.50k]
  ------------------
  481|     30|		cac_free_private_data(priv);
  482|     30|	}
  483|  2.53k|	return r;
  484|  2.92k|}
card-cac1.c:cac_find_first_pki_applet:
  365|  2.92k|{
  366|  2.92k|	int r, i;
  367|       |
  368|  43.4k|	for (i = 0; i < MAX_CAC_SLOTS; i++) {
  ------------------
  |  |   70|  43.4k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (368:14): [True: 40.9k, False: 2.50k]
  ------------------
  369|  40.9k|		r = cac_select_pki_applet(card, i);
  370|  40.9k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  40.9k|#define SC_SUCCESS				0
  ------------------
  |  Branch (370:7): [True: 531, False: 40.3k]
  ------------------
  371|    531|			u8 data[2];
  372|    531|			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|    531|			sc_format_apdu(card, &apdu, SC_APDU_CASE_2,
  ------------------
  |  |  301|    531|#define SC_APDU_CASE_2			0x22
  ------------------
  378|    531|				CAC_INS_GET_CERTIFICATE, 0x00, 0x00);
  ------------------
  |  |   59|    531|#define CAC_INS_GET_CERTIFICATE       0x36  /* CAC1 command to read a certificate */
  ------------------
  379|    531|			apdu.le = 0x02;
  380|    531|			apdu.resplen = 2;
  381|    531|			apdu.resp = data;
  382|    531|			r = sc_transmit_apdu(card, &apdu);
  383|       |			/* SW1 = 0x63 means more data in CAC1 */
  384|    531|			if (r == SC_SUCCESS && apdu.sw1 != 0x63)
  ------------------
  |  |   28|  1.06k|#define SC_SUCCESS				0
  ------------------
  |  Branch (384:8): [True: 410, False: 121]
  |  Branch (384:27): [True: 111, False: 299]
  ------------------
  385|    111|				continue;
  386|       |
  387|    420|			*index_out = i;
  388|    420|			return SC_SUCCESS;
  ------------------
  |  |   28|    420|#define SC_SUCCESS				0
  ------------------
  389|    531|		}
  390|  40.9k|	}
  391|  2.50k|	return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|  2.50k|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  392|  2.92k|}
card-cac1.c:cac_select_pki_applet:
  355|  44.1k|{
  356|  44.1k|	sc_path_t applet_path = cac_cac_pki_obj.path;
  357|  44.1k|	applet_path.aid.value[applet_path.aid.len-1] = index;
  358|       |	return cac_select_file_by_type(card, &applet_path, NULL);
  359|  44.1k|}
card-cac1.c:cac_select_file_by_type:
  201|  45.5k|{
  202|  45.5k|	struct sc_context *ctx;
  203|  45.5k|	struct sc_apdu apdu;
  204|  45.5k|	unsigned char buf[SC_MAX_APDU_BUFFER_SIZE];
  205|  45.5k|	unsigned char pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  206|  45.5k|	int r, pathtype;
  207|  45.5k|	size_t pathlen;
  208|  45.5k|	struct sc_file *file = NULL;
  209|  45.5k|	cac_private_data_t *priv;
  210|       |
  211|  45.5k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (211:6): [True: 0, False: 45.5k]
  |  Branch (211:22): [True: 0, False: 45.5k]
  ------------------
  212|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  213|       |
  214|  45.5k|	ctx = card->ctx;
  215|  45.5k|	priv = CAC_DATA(card);
  ------------------
  |  |   61|  45.5k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  216|       |
  217|  45.5k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  45.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  45.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  45.5k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 45.5k]
  |  |  ------------------
  ------------------
  218|       |
  219|  45.5k|	memcpy(path, in_path->value, in_path->len);
  220|  45.5k|	pathlen = in_path->len;
  221|  45.5k|	pathtype = in_path->type;
  222|       |
  223|  45.5k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|  45.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  224|  45.5k|		"path=%s, path->value=%s path->type=%d (%x)",
  225|  45.5k|		sc_print_path(in_path),
  226|  45.5k|		sc_dump_hex(in_path->value, in_path->len),
  227|  45.5k|		in_path->type, in_path->type);
  228|  45.5k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "file_out=%p index=%d count=%d\n",
  ------------------
  |  |   70|  45.5k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  229|  45.5k|		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|  45.5k|	if ((pathlen > 2) && (pathlen <= 4) && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (236:6): [True: 531, False: 45.0k]
  |  Branch (236:23): [True: 531, False: 0]
  |  Branch (236:41): [True: 531, False: 0]
  ------------------
  237|    531|		path += 2;
  238|    531|		pathlen -= 2;
  239|    531|	}
  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|  45.5k|	if (priv) { /* don't record anything if we haven't been initialized yet */
  ------------------
  |  Branch (246:6): [True: 4.63k, False: 40.9k]
  ------------------
  247|       |		/* forget any old cached values */
  248|  4.63k|		if (priv->cache_buf) {
  ------------------
  |  Branch (248:7): [True: 192, False: 4.44k]
  ------------------
  249|    192|			free(priv->cache_buf);
  250|    192|			priv->cache_buf = NULL;
  251|    192|		}
  252|  4.63k|		priv->cache_buf_len = 0;
  253|  4.63k|		priv->cached = 0;
  254|  4.63k|	}
  255|       |
  256|  45.5k|	if (in_path->aid.len) {
  ------------------
  |  Branch (256:6): [True: 45.0k, False: 531]
  ------------------
  257|  45.0k|		if (!pathlen) {
  ------------------
  |  Branch (257:7): [True: 45.0k, False: 0]
  ------------------
  258|  45.0k|			memcpy(path, in_path->aid.value, in_path->aid.len);
  259|  45.0k|			pathlen = in_path->aid.len;
  260|  45.0k|			pathtype = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  45.0k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  261|  45.0k|		} 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|  45.0k|	}
  277|       |
  278|  45.5k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  294|  45.5k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  279|       |
  280|  45.5k|	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: 45.5k]
  ------------------
  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|  45.0k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  45.0k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (289:2): [True: 45.0k, False: 531]
  ------------------
  290|  45.0k|		apdu.p1 = 4;
  291|  45.0k|		break;
  292|    531|	default:
  ------------------
  |  Branch (292:2): [True: 531, False: 45.0k]
  ------------------
  293|    531|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|    531|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    531|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    531|	int _ret = r; \
  |  |  |  |  155|    531|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 531, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    531|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    531|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 531, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    531|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    531|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    531|	return _ret; \
  |  |  |  |  163|    531|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  294|  45.5k|	}
  295|  45.0k|	apdu.lc = pathlen;
  296|  45.0k|	apdu.data = path;
  297|  45.0k|	apdu.datalen = pathlen;
  298|  45.0k|	apdu.resp = buf;
  299|  45.0k|	apdu.resplen = sizeof(buf);
  300|  45.0k|	apdu.le = sc_get_max_recv_size(card) < 256 ? sc_get_max_recv_size(card) : 256;
  ------------------
  |  Branch (300:12): [True: 0, False: 45.0k]
  ------------------
  301|  45.0k|	apdu.p2 = 0x00;
  302|       |
  303|  45.0k|	r = sc_transmit_apdu(card, &apdu);
  304|  45.0k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  45.0k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  45.0k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  45.0k|	int _ret = (r); \
  |  |  |  |  168|  45.0k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 227, False: 44.7k]
  |  |  |  |  ------------------
  |  |  |  |  169|    227|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    227|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    227|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    227|		return _ret; \
  |  |  |  |  172|    227|	} \
  |  |  |  |  173|  45.0k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 44.7k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|       |
  306|  44.7k|	if (file_out == NULL) {
  ------------------
  |  Branch (306:6): [True: 43.9k, False: 850]
  ------------------
  307|       |		/* For some cards 'SELECT' can be only with request to return FCI/FCP. */
  308|  43.9k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  309|  43.9k|		if (apdu.sw1 == 0x6A && apdu.sw2 == 0x86)   {
  ------------------
  |  Branch (309:7): [True: 201, False: 43.7k]
  |  Branch (309:27): [True: 103, False: 98]
  ------------------
  310|    103|			apdu.p2 = 0x00;
  311|    103|			apdu.resplen = sizeof(buf);
  312|    103|			if (sc_transmit_apdu(card, &apdu) == SC_SUCCESS)
  ------------------
  |  |   28|    103|#define SC_SUCCESS				0
  ------------------
  |  Branch (312:8): [True: 51, False: 52]
  ------------------
  313|     51|				r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  314|    103|		}
  315|  43.9k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (315:7): [True: 52, False: 43.8k]
  ------------------
  316|  43.9k|			LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 52]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|  43.8k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  43.8k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  43.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  43.8k|	int _ret = r; \
  |  |  |  |  155|  43.8k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 43.8k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  43.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|  42.2k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 42.2k, False: 1.58k]
  |  |  |  |  ------------------
  |  |  |  |  157|  43.8k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  43.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|  43.8k|	return _ret; \
  |  |  |  |  163|  43.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|  43.8k|	}
  319|       |
  320|    850|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  321|    850|	if (r)
  ------------------
  |  Branch (321:6): [True: 429, False: 421]
  ------------------
  322|    850|		LOG_FUNC_RETURN(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|    429|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 429, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  323|       |
  324|       |	/* CAC cards never return FCI, fake one */
  325|    421|	file = sc_file_new();
  326|    421|	if (file == NULL)
  ------------------
  |  Branch (326:6): [True: 0, False: 421]
  ------------------
  327|    421|			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|    421|	file->path = *in_path;
  329|    421|	file->size = CAC_MAX_SIZE; /* we don't know how big, just give a large size until we can read the file */
  ------------------
  |  |   26|    421|#define CAC_MAX_SIZE 4096		/* arbitrary, just needs to be 'large enough' */
  ------------------
  330|       |
  331|    421|	*file_out = file;
  332|    421|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    421|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    421|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    421|	int _ret = r; \
  |  |  |  |  155|    421|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 421, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    421|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 421]
  |  |  |  |  ------------------
  |  |  |  |  157|    421|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    421|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    421|	return _ret; \
  |  |  |  |  163|    421|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  333|       |
  334|    421|}
card-cac1.c:cac_populate_cac1:
  395|    207|{
  396|    207|	int r, i;
  397|    207|	cac_object_t pki_obj = cac_cac_pki_obj;
  398|    207|	u8 buf[100];
  399|    207|	u8 *val;
  400|    207|	size_t val_len;
  401|       |
  402|       |	/* populate PKI objects */
  403|  3.24k|	for (i = index; i < MAX_CAC_SLOTS; i++) {
  ------------------
  |  |   70|  3.24k|#define MAX_CAC_SLOTS 16		/* Maximum number of slots is 16 now */
  ------------------
  |  Branch (403:18): [True: 3.04k, False: 207]
  ------------------
  404|  3.04k|		r = cac_select_pki_applet(card, i);
  405|  3.04k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  3.04k|#define SC_SUCCESS				0
  ------------------
  |  Branch (405:7): [True: 926, False: 2.11k]
  ------------------
  406|    926|			pki_obj.name = get_cac_label(i);
  407|    926|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   70|    926|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  408|    926|				"CAC: pki_object found, cert_next=%d (%s)",
  409|    926|				i, pki_obj.name);
  410|    926|			pki_obj.path.aid.value[pki_obj.path.aid.len-1] = i;
  411|    926|			pki_obj.fd = i+1; /* don't use id of zero */
  412|    926|			cac_add_object_to_list(&priv->pki_list, &pki_obj);
  413|    926|		}
  414|  3.04k|	}
  415|       |
  416|       |	/*
  417|       |	 * create a cuid to simulate the cac 2 cuid.
  418|       |	 */
  419|    207|	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|    207|	r = cac_select_pki_applet(card, index);
  423|    207|	if (r < 0) {
  ------------------
  |  Branch (423:6): [True: 30, False: 177]
  ------------------
  424|     30|		return r; /* shouldn't happen unless the card has been removed or is malfunctioning */
  425|     30|	}
  426|    177|	val = buf;
  427|    177|	val_len = sizeof(buf);
  428|    177|	r = cac_cac1_get_certificate(card, &val, &val_len);
  429|    177|	if (r >= 0) {
  ------------------
  |  Branch (429:6): [True: 58, False: 119]
  ------------------
  430|     58|		priv->cac_id = malloc(20);
  431|     58|		if (priv->cac_id == NULL) {
  ------------------
  |  Branch (431:7): [True: 0, False: 58]
  ------------------
  432|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  433|      0|		}
  434|     58|#ifdef ENABLE_OPENSSL
  435|     58|		SHA1(val, val_len, priv->cac_id);
  436|     58|		priv->cac_id_len = 20;
  437|     58|		sc_debug_hex(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  127|     58|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  438|     58|			"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|     58|	}
  444|    177|	return SC_SUCCESS;
  ------------------
  |  |   28|    177|#define SC_SUCCESS				0
  ------------------
  445|    177|}
card-cac1.c:cac_cac1_get_certificate:
   65|    598|{
   66|    598|	u8 buf[CAC_MAX_SIZE];
   67|    598|	u8 *out_ptr;
   68|    598|	size_t size = 0;
   69|    598|	size_t left = 0;
   70|    598|	size_t len;
   71|    598|	sc_apdu_t apdu;
   72|    598|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    598|#define SC_SUCCESS				0
  ------------------
   73|    598|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    598|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    598|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    598|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 598]
  |  |  ------------------
  ------------------
   74|       |	/* get the size */
   75|    598|	size = left = *out_buf ? *out_len : sizeof(buf);
  ------------------
  |  Branch (75:16): [True: 177, False: 421]
  ------------------
   76|    598|	out_ptr = *out_buf ? *out_buf : buf;
  ------------------
  |  Branch (76:12): [True: 177, False: 421]
  ------------------
   77|    598|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, CAC_INS_GET_CERTIFICATE, 0, 0 );
  ------------------
  |  |  292|    598|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
              	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, CAC_INS_GET_CERTIFICATE, 0, 0 );
  ------------------
  |  |   59|    598|#define CAC_INS_GET_CERTIFICATE       0x36  /* CAC1 command to read a certificate */
  ------------------
   78|    598|	len = MIN(left, 100);
  ------------------
  |  |   70|    598|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 598]
  |  |  ------------------
  ------------------
   79|    689|	while (left > 0) {
  ------------------
  |  Branch (79:9): [True: 679, False: 10]
  ------------------
   80|    679|		apdu.resp = out_ptr;
   81|    679|		apdu.le = len;
   82|    679|		apdu.resplen = left;
   83|    679|		r = sc_transmit_apdu(card, &apdu);
   84|    679|		if (r < 0) {
  ------------------
  |  Branch (84:7): [True: 37, False: 642]
  ------------------
   85|     37|			break;
   86|     37|		}
   87|    642|		if (apdu.resplen == 0) {
  ------------------
  |  Branch (87:7): [True: 173, False: 469]
  ------------------
   88|    173|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    173|#define SC_ERROR_INTERNAL			-1400
  ------------------
   89|    173|			break;
   90|    173|		}
   91|       |		/* in the old CAC-1, 0x63 means 'more data' in addition to 'pin failed' */
   92|    469|		if (apdu.sw1 != 0x63 || apdu.sw2 < 1)  {
  ------------------
  |  Branch (92:7): [True: 368, False: 101]
  |  Branch (92:27): [True: 10, False: 91]
  ------------------
   93|       |			/* we've either finished reading, or hit an error, break */
   94|    378|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
   95|    378|			left -= apdu.resplen;
   96|    378|			break;
   97|    378|		}
   98|       |		/* Adjust the lengths */
   99|     91|		left -= apdu.resplen;
  100|     91|		out_ptr += apdu.resplen;
  101|     91|		len = MIN(left, apdu.sw2);
  ------------------
  |  |   70|     91|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 44, False: 47]
  |  |  ------------------
  ------------------
  102|     91|	}
  103|    598|	if (r < 0) {
  ------------------
  |  Branch (103:6): [True: 231, False: 367]
  ------------------
  104|    231|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    231|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    231|	int _ret = r; \
  |  |  155|    231|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 231, False: 0]
  |  |  ------------------
  |  |  156|    231|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    231|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 231, False: 0]
  |  |  ------------------
  |  |  157|    231|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    231|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    231|	return _ret; \
  |  |  163|    231|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  105|    231|	}
  106|    367|	r = (int)(size - left);
  107|    367|	if (*out_buf == NULL) {
  ------------------
  |  Branch (107:6): [True: 309, False: 58]
  ------------------
  108|    309|		*out_buf = malloc(r);
  109|    309|		if (*out_buf == NULL) {
  ------------------
  |  Branch (109:7): [True: 0, False: 309]
  ------------------
  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|    309|		memcpy(*out_buf, buf, r);
  114|    309|	}
  115|    367|	*out_len = r;
  116|    367|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    367|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    367|	int _ret = r; \
  |  |  155|    367|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 367]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    367|	} else { \
  |  |  159|    367|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|    367|			"returning with: %d\n", _ret); \
  |  |  161|    367|	} \
  |  |  162|    367|	return _ret; \
  |  |  163|    367|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  117|    367|}
card-cac1.c:cac_init:
  499|    213|{
  500|    213|	int r;
  501|    213|	unsigned long flags;
  502|       |
  503|    213|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    213|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    213|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    213|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 213]
  |  |  ------------------
  ------------------
  504|       |
  505|    213|	r = cac_find_and_initialize(card, 1);
  506|    213|	if (r < 0) {
  ------------------
  |  Branch (506:6): [True: 36, False: 177]
  ------------------
  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|    177|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    177|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  510|       |
  511|    177|	_sc_card_add_rsa_alg(card, 1024, flags, 0); /* mandatory */
  512|    177|	_sc_card_add_rsa_alg(card, 2048, flags, 0); /* optional */
  513|    177|	_sc_card_add_rsa_alg(card, 3072, flags, 0); /* optional */
  514|       |
  515|    177|	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    177|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    177|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  516|       |
  517|    177|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    177|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    177|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    177|	int _ret = r; \
  |  |  |  |  155|    177|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 177, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    177|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 177]
  |  |  |  |  ------------------
  |  |  |  |  157|    177|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    177|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    177|	return _ret; \
  |  |  |  |  163|    177|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  518|    177|}
card-cac1.c:cac_finish:
  342|    177|{
  343|    177|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|    177|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  344|       |
  345|    177|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    177|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    177|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    177|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 177]
  |  |  ------------------
  ------------------
  346|    177|	if (priv) {
  ------------------
  |  Branch (346:6): [True: 177, False: 0]
  ------------------
  347|    177|		cac_free_private_data(priv);
  348|    177|	}
  349|    177|	return SC_SUCCESS;
  ------------------
  |  |   28|    177|#define SC_SUCCESS				0
  ------------------
  350|    177|}
card-cac1.c:cac_select_file:
  337|  1.38k|{
  338|  1.38k|	return cac_select_file_by_type(card, in_path, file_out);
  339|  1.38k|}
card-cac1.c:cac_read_binary:
  126|  1.54k|{
  127|  1.54k|	cac_private_data_t * priv = CAC_DATA(card);
  ------------------
  |  |   61|  1.54k|#define CAC_DATA(card) ((cac_private_data_t*)card->drv_data)
  ------------------
  128|  1.54k|	int r = 0;
  129|  1.54k|	u8 *val = NULL;
  130|  1.54k|	u8 *cert_ptr;
  131|  1.54k|	size_t val_len = 0;
  132|  1.54k|	size_t len, cert_len;
  133|  1.54k|	u8 cert_type;
  134|       |
  135|  1.54k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.54k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.54k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.54k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.54k]
  |  |  ------------------
  ------------------
  136|       |
  137|       |	/* if we didn't return it all last time, return the remainder */
  138|  1.54k|	if (priv->cached) {
  ------------------
  |  Branch (138:6): [True: 1.12k, False: 421]
  ------------------
  139|  1.12k|		sc_log(card->ctx, "returning cached value idx=%d count=%zu", idx, count);
  ------------------
  |  |   71|  1.12k|#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.12k|		if (idx > priv->cache_buf_len) {
  ------------------
  |  Branch (140:7): [True: 0, False: 1.12k]
  ------------------
  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.12k|		len = MIN(count, priv->cache_buf_len-idx);
  ------------------
  |  |   70|  1.12k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 791, False: 333]
  |  |  ------------------
  ------------------
  144|  1.12k|		memcpy(buf, &priv->cache_buf[idx], len);
  145|  1.12k|		LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|  1.12k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.12k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.12k|	int _ret = r; \
  |  |  |  |  155|  1.12k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 217, False: 907]
  |  |  |  |  ------------------
  |  |  |  |  156|    217|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 217]
  |  |  |  |  ------------------
  |  |  |  |  157|    217|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    907|	} else { \
  |  |  |  |  159|    907|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    907|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    907|	} \
  |  |  |  |  162|  1.12k|	return _ret; \
  |  |  |  |  163|  1.12k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  146|  1.12k|	}
  147|       |
  148|    421|	sc_log(card->ctx, "clearing cache idx=%d count=%zu", idx, count);
  ------------------
  |  |   71|    421|#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|    421|	free(priv->cache_buf);
  150|    421|	priv->cache_buf = NULL;
  151|    421|	priv->cache_buf_len = 0;
  152|       |
  153|    421|	r = cac_cac1_get_certificate(card, &val, &val_len);
  154|    421|	if (r < 0)
  ------------------
  |  Branch (154:6): [True: 112, False: 309]
  ------------------
  155|    112|		goto done;
  156|    309|	if (val_len < 1) {
  ------------------
  |  Branch (156:6): [True: 0, False: 309]
  ------------------
  157|      0|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  158|      0|		goto done;
  159|      0|	}
  160|       |
  161|    309|	cert_type = val[0];
  162|    309|	cert_ptr = val + 1;
  163|    309|	cert_len = val_len - 1;
  164|       |
  165|       |	/* if the info byte is 1, then the cert is compressed, decompress it */
  166|    309|	if ((cert_type & 0x3) == 1) {
  ------------------
  |  Branch (166:6): [True: 150, False: 159]
  ------------------
  167|    150|		if (flags)
  ------------------
  |  Branch (167:7): [True: 150, False: 0]
  ------------------
  168|    150|			*flags |= SC_FILE_FLAG_COMPRESSED_AUTO;
  ------------------
  |  |  230|    150|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
  169|    150|	}
  170|    309|	if (cert_len > 0) {
  ------------------
  |  Branch (170:6): [True: 249, False: 60]
  ------------------
  171|    249|		priv->cache_buf = malloc(cert_len);
  172|    249|		if (priv->cache_buf == NULL) {
  ------------------
  |  Branch (172:7): [True: 0, False: 249]
  ------------------
  173|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  174|      0|			goto done;
  175|      0|		}
  176|    249|		priv->cache_buf_len = cert_len;
  177|    249|		memcpy(priv->cache_buf, cert_ptr, cert_len);
  178|    249|	}
  179|       |
  180|       |	/* OK we've read the data, now copy the required portion out to the callers buffer */
  181|    309|	priv->cached = 1;
  182|    309|	len = MIN(count, priv->cache_buf_len-idx);
  ------------------
  |  |   70|    309|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 116, False: 193]
  |  |  ------------------
  ------------------
  183|    309|	if (len && priv->cache_buf)
  ------------------
  |  Branch (183:6): [True: 249, False: 60]
  |  Branch (183:13): [True: 249, False: 0]
  ------------------
  184|    249|		memcpy(buf, &priv->cache_buf[idx], len);
  185|    309|	r = (int)len;
  186|    421|done:
  187|    421|	if (val)
  ------------------
  |  Branch (187:6): [True: 309, False: 112]
  ------------------
  188|    309|		free(val);
  189|    421|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    421|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    421|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    421|	int _ret = r; \
  |  |  |  |  155|    421|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 172, False: 249]
  |  |  |  |  ------------------
  |  |  |  |  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|    112|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 112, False: 60]
  |  |  |  |  ------------------
  |  |  |  |  157|    172|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    249|	} else { \
  |  |  |  |  159|    249|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    249|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    249|	} \
  |  |  |  |  162|    421|	return _ret; \
  |  |  |  |  163|    421|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  190|    421|}

sc_get_cardos_driver:
 1566|  16.2k|{
 1567|  16.2k|	return sc_get_driver();
 1568|  16.2k|}
card-cardos.c:sc_get_driver:
 1541|  16.2k|{
 1542|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1542:6): [True: 1, False: 16.2k]
  ------------------
 1543|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1544|  16.2k|	cardos_ops = *iso_ops;
 1545|  16.2k|	cardos_ops.match_card = cardos_match_card;
 1546|  16.2k|	cardos_ops.init = cardos_init;
 1547|  16.2k|	cardos_ops.finish = cardos_finish;
 1548|  16.2k|	cardos_ops.select_file = cardos_select_file;
 1549|  16.2k|	cardos_ops.create_file = cardos_create_file;
 1550|  16.2k|	cardos_ops.set_security_env = cardos_set_security_env;
 1551|  16.2k|	cardos_ops.restore_security_env = cardos_restore_security_env;
 1552|  16.2k|	cardos_ops.compute_signature = cardos_compute_signature;
 1553|  16.2k|	cardos_ops.decipher = cardos_decipher;
 1554|       |
 1555|  16.2k|	cardos_ops.list_files = cardos_list_files;
 1556|  16.2k|	cardos_ops.check_sw = cardos_check_sw;
 1557|  16.2k|	cardos_ops.card_ctl = cardos_card_ctl;
 1558|  16.2k|	cardos_ops.pin_cmd = cardos_pin_cmd;
 1559|  16.2k|	cardos_ops.logout  = cardos_logout;
 1560|       |
 1561|  16.2k|	return &cardos_drv;
 1562|  16.2k|}
card-cardos.c:cardos_match_card:
   76|  15.6k|{
   77|  15.6k|	unsigned char atr[SC_MAX_ATR_SIZE] = {0};
   78|  15.6k|	int i;
   79|       |
   80|  15.6k|	i = _sc_match_atr(card, cardos_atrs, &card->type);
   81|  15.6k|	if (i < 0)
  ------------------
  |  Branch (81:6): [True: 14.9k, False: 718]
  ------------------
   82|  14.9k|		return 0;
   83|       |
   84|    718|	memcpy(atr, card->atr.value, card->atr.len);
   85|       |
   86|       |	/* Do not change card type for CIE! */
   87|    718|	if (card->type == SC_CARD_TYPE_CARDOS_CIE_V1)
  ------------------
  |  Branch (87:6): [True: 0, False: 718]
  ------------------
   88|      0|		return 1;
   89|    718|	if (card->type == SC_CARD_TYPE_CARDOS_M4_4)
  ------------------
  |  Branch (89:6): [True: 0, False: 718]
  ------------------
   90|      0|		return 1;
   91|    718|	if (card->type == SC_CARD_TYPE_CARDOS_V5_0)
  ------------------
  |  Branch (91:6): [True: 12, False: 706]
  ------------------
   92|     12|		return 1;
   93|    706|	if (card->type == SC_CARD_TYPE_CARDOS_V5_3)
  ------------------
  |  Branch (93:6): [True: 608, False: 98]
  ------------------
   94|    608|		return 1;
   95|     98|	if (card->type == SC_CARD_TYPE_CARDOS_M4_2) {
  ------------------
  |  Branch (95:6): [True: 98, False: 0]
  ------------------
   96|     98|		int rv;
   97|     98|		sc_apdu_t apdu = {0};
   98|     98|		u8 rbuf[SC_MAX_APDU_BUFFER_SIZE] = {0};
   99|       |		/* first check some additional ATR bytes */
  100|     98|		if ((atr[4] != 0xff && atr[4] != 0x02) ||
  ------------------
  |  Branch (100:8): [True: 86, False: 12]
  |  Branch (100:26): [True: 11, False: 75]
  ------------------
  101|     87|		    (atr[6] != 0x10 && atr[6] != 0x0a) ||
  ------------------
  |  Branch (101:8): [True: 18, False: 69]
  |  Branch (101:26): [True: 7, False: 11]
  ------------------
  102|     80|		    (atr[9] != 0x55 && atr[9] != 0x58))
  ------------------
  |  Branch (102:8): [True: 77, False: 3]
  |  Branch (102:26): [True: 10, False: 67]
  ------------------
  103|     28|			return 0;
  104|       |		/* get the os version using GET DATA and compare it with
  105|       |		 * version in the ATR */
  106|     70|		sc_log(card->ctx,  "checking cardos version ...");
  ------------------
  |  |   71|     70|#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|     70|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x82);
  ------------------
  |  |  292|     70|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  108|     70|		apdu.resp = rbuf;
  109|     70|		apdu.resplen = sizeof(rbuf);
  110|     70|		apdu.le = 256;
  111|     70|		apdu.lc = 0;
  112|     70|		rv = sc_transmit_apdu(card, &apdu);
  113|     70|		LOG_TEST_RET(card->ctx, rv, "APDU transmit 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: 2, False: 68]
  |  |  |  |  ------------------
  |  |  |  |  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|     70|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 68]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|     68|		if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00 || apdu.resplen < 2)
  ------------------
  |  Branch (114:7): [True: 9, False: 59]
  |  Branch (114:27): [True: 7, False: 52]
  |  Branch (114:47): [True: 2, False: 50]
  ------------------
  115|     18|			return 0;
  116|     50|		if (apdu.resp[0] != atr[10] ||
  ------------------
  |  Branch (116:7): [True: 9, False: 41]
  ------------------
  117|     41|		    apdu.resp[1] != atr[11])
  ------------------
  |  Branch (117:7): [True: 1, False: 40]
  ------------------
  118|       |			/* version mismatch */
  119|     10|			return 0;
  120|     40|		if (atr[11] <= 0x04) {
  ------------------
  |  Branch (120:7): [True: 14, False: 26]
  ------------------
  121|     14|			sc_log(card->ctx,  "found cardos m4.01");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  122|     14|			card->type = SC_CARD_TYPE_CARDOS_M4_01;
  123|     26|		} else if (atr[11] == 0x08) {
  ------------------
  |  Branch (123:14): [True: 1, False: 25]
  ------------------
  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|     25|		} else if (atr[11] == 0x09) {
  ------------------
  |  Branch (126:14): [True: 1, False: 24]
  ------------------
  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|     24|		} else if (atr[11] >= 0x0B) {
  ------------------
  |  Branch (129:14): [True: 2, False: 22]
  ------------------
  130|      2|			sc_log(card->ctx,  "found cardos v4.2c or higher");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  131|      2|			card->type = SC_CARD_TYPE_CARDOS_M4_2C;
  132|     22|		} else {
  133|     22|			sc_log(card->ctx,  "found cardos m4.2");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  134|     22|		}
  135|     40|	}
  136|     40|	return 1;
  137|     98|}
card-cardos.c:cardos_init:
  212|    660|{
  213|    660|	cardos_data_t * priv = NULL;
  214|    660|	unsigned long flags = 0;
  215|    660|	size_t data_field_length;
  216|    660|	sc_apdu_t apdu;
  217|    660|	u8 rbuf[2];
  218|    660|	int r;
  219|       |
  220|    660|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    660|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    660|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    660|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 660]
  |  |  ------------------
  ------------------
  221|       |
  222|    660|	priv = calloc(1, sizeof(cardos_data_t));
  223|    660|	if (!priv)
  ------------------
  |  Branch (223:6): [True: 0, False: 660]
  ------------------
  224|    660|		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|    660|	card->drv_data = priv;
  226|       |
  227|    660|	card->name = "Atos CardOS";
  228|    660|	card->cla = 0x00;
  229|       |
  230|       |	/* let user override flags and type from opensc.conf */
  231|       |	/* user can override card->type too.*/
  232|    660|	if (card->flags) {
  ------------------
  |  Branch (232:6): [True: 0, False: 660]
  ------------------
  233|      0|	    flags = card->flags;
  234|    660|	} else {
  235|       |
  236|       |		/* Set up algorithm info. */
  237|    660|		flags = 0;
  238|    660|		if (card->type == SC_CARD_TYPE_CARDOS_V5_0) {
  ------------------
  |  Branch (238:7): [True: 12, False: 648]
  ------------------
  239|     12|			flags |= SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|     12|#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|     12|#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|     12|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  240|    648|		} else if(card->type == SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (240:13): [True: 608, False: 40]
  ------------------
  241|    608|			flags |= SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|    608|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  242|    608|				| SC_ALGORITHM_RSA_HASH_NONE
  ------------------
  |  |  133|    608|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  243|    608|				| SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    608|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  244|    608|		} else {
  245|     40|			flags |= SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|     40|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  246|     40|				| SC_ALGORITHM_RSA_HASH_NONE
  ------------------
  |  |  133|     40|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  247|     40|				| SC_ALGORITHM_NEED_USAGE
  ------------------
  |  |   95|     40|#define SC_ALGORITHM_NEED_USAGE		0x40000000
  ------------------
  248|     40|				| SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     40|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  249|     40|		}
  250|    660|	}
  251|       |
  252|    660|	priv->flags = flags;
  253|       |
  254|    660|	if (card->type == SC_CARD_TYPE_CARDOS_M4_2) {
  ------------------
  |  Branch (254:6): [True: 22, False: 638]
  ------------------
  255|     22|		r = cardos_have_2048bit_package(card);
  256|     22|		if (r < 0) {
  ------------------
  |  Branch (256:7): [True: 2, False: 20]
  ------------------
  257|      2|			r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      2|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  258|      2|			goto err;
  259|      2|		}
  260|     20|		if (r == 1)
  ------------------
  |  Branch (260:7): [True: 1, False: 19]
  ------------------
  261|      1|			priv->rsa_2048 = 1;
  262|     20|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|     20|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  263|    638|	} else if (card->type == SC_CARD_TYPE_CARDOS_M4_3
  ------------------
  |  Branch (263:13): [True: 1, False: 637]
  ------------------
  264|    637|		|| card->type == SC_CARD_TYPE_CARDOS_M4_2B
  ------------------
  |  Branch (264:6): [True: 1, False: 636]
  ------------------
  265|    636|		|| card->type == SC_CARD_TYPE_CARDOS_M4_2C
  ------------------
  |  Branch (265:6): [True: 2, False: 634]
  ------------------
  266|    634|		|| card->type == SC_CARD_TYPE_CARDOS_M4_4
  ------------------
  |  Branch (266:6): [True: 0, False: 634]
  ------------------
  267|    634|		|| card->type == SC_CARD_TYPE_CARDOS_V5_0
  ------------------
  |  Branch (267:6): [True: 12, False: 622]
  ------------------
  268|    624|		|| card->type == SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (268:6): [True: 608, False: 14]
  ------------------
  269|    624|		priv->rsa_2048 = 1;
  270|    624|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    624|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  271|       |		/* TODO check this. EC only if in supported_algo */
  272|    624|		priv->ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|    624|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              		priv->ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|    624|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  273|    624|	}
  274|       |
  275|       |	/* probe DATA FIELD LENGTH with GET DATA */
  276|    658|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x8D);
  ------------------
  |  |  292|    658|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  277|    658|	apdu.le = sizeof rbuf;
  278|    658|	apdu.resp = rbuf;
  279|    658|	apdu.resplen = sizeof(rbuf);
  280|       |
  281|    658|	r = sc_transmit_apdu(card, &apdu);
  282|    658|	if (r < 0)
  ------------------
  |  Branch (282:6): [True: 7, False: 651]
  ------------------
  283|    658|		LOG_TEST_GOTO_ERR(card->ctx,
  ------------------
  |  |  184|      7|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      7|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      7|	int _ret = (r); \
  |  |  |  |  178|      7|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 7, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  284|    651|				SC_ERROR_INVALID_CARD,
  285|    651|				"APDU transmit failed");
  286|    651|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  287|    651|	if (r < 0)
  ------------------
  |  Branch (287:6): [True: 89, False: 562]
  ------------------
  288|    651|		LOG_TEST_GOTO_ERR(card->ctx,
  ------------------
  |  |  184|     89|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     89|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     89|	int _ret = (r); \
  |  |  |  |  178|     89|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 89, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     89|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     89|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     89|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     89|		goto err; \
  |  |  |  |  182|     89|	} \
  |  |  |  |  183|     89|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  289|    562|				SC_ERROR_INVALID_CARD,
  290|    562|				"GET DATA command returned error");
  291|    562|	if (apdu.resplen != 2) {
  ------------------
  |  Branch (291:6): [True: 5, False: 557]
  ------------------
  292|      5|		r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      5|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  293|      5|		goto err;
  294|      5|	}
  295|    557|	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|    557|	if (card->type == SC_CARD_TYPE_CARDOS_V5_0 || card->type == SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (301:6): [True: 11, False: 546]
  |  Branch (301:48): [True: 532, False: 14]
  ------------------
  302|    543|		sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL,
  ------------------
  |  |   70|    543|#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|    543|				data_field_length, card->reader->max_send_size, card->reader->max_recv_size,
  |  |  |  |  306|    543|				(card->caps & SC_CARD_CAP_APDU_EXT) ? "SC_CARD_CAP_APDU_EXT" : " ");
  |  |  |  |  ------------------
  |  |  |  |  |  |  547|    543|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  303|    543|				"data_field_length:%zu card->reader->max_send_size:%zu "
  304|    543|				"card->reader->max_recv_size:%zu %s",
  305|    543|				data_field_length, card->reader->max_send_size, card->reader->max_recv_size,
  306|    543|				(card->caps & SC_CARD_CAP_APDU_EXT) ? "SC_CARD_CAP_APDU_EXT" : " ");
  307|       |
  308|    543|		if (card->caps & SC_CARD_CAP_APDU_EXT) {
  ------------------
  |  |  547|    543|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (308:7): [True: 543, False: 0]
  ------------------
  309|    543|			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|    543|		} else
  323|      0|			card->max_send_size = data_field_length - 3;
  324|       |
  325|    543|		card->max_send_size = sc_get_max_send_size(card); /* include reader sizes and protocol */
  326|    543|		card->max_recv_size = data_field_length - 2;
  327|    543|		card->max_recv_size = sc_get_max_recv_size(card);
  328|    543|	} else {
  329|       |		/* old way, disregards reader capabilities */
  330|     14|		if (card->caps & SC_CARD_CAP_APDU_EXT)
  ------------------
  |  |  547|     14|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (330:7): [True: 2, False: 12]
  ------------------
  331|      2|			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|     14|		card->max_recv_size = data_field_length - 2;
  336|     14|	}
  337|       |
  338|       |	/*for new cards, wait till after sc_pkcs15_bind_internal reads tokeninfo */
  339|    557|	if (card->type != SC_CARD_TYPE_CARDOS_V5_0 && card->type != SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (339:6): [True: 546, False: 11]
  |  Branch (339:48): [True: 14, False: 532]
  ------------------
  340|     14|		r = cardos_add_algs(card, flags, 0, 0);
  341|     14|	}
  342|       |
  343|    660|err:
  344|    660|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    660|#define SC_SUCCESS				0
  ------------------
  |  Branch (344:6): [True: 103, False: 557]
  ------------------
  345|    103|		free(priv);
  346|    103|		card->drv_data = NULL;
  347|    103|	}
  348|       |
  349|    660|	return r;
  350|    557|}
card-cardos.c:cardos_have_2048bit_package:
  140|     22|{
  141|     22|	sc_apdu_t apdu;
  142|     22|        u8        rbuf[SC_MAX_APDU_BUFFER_SIZE];
  143|     22|        int       r;
  144|     22|	const u8  *p = rbuf, *q, *pp;
  145|     22|	size_t    len, tlen = 0, ilen = 0;
  146|       |
  147|     22|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x88);
  ------------------
  |  |  292|     22|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  148|     22|	apdu.resp    = rbuf;
  149|     22|	apdu.resplen = sizeof(rbuf);
  150|     22|	apdu.lc = 0;
  151|     22|	apdu.le = 256;
  152|     22|	r = sc_transmit_apdu(card, &apdu);
  153|     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: 2, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  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|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  154|       |
  155|     20|	if ((len = apdu.resplen) == 0)
  ------------------
  |  Branch (155:6): [True: 3, False: 17]
  ------------------
  156|       |		/* looks like no package has been installed  */
  157|      3|		return 0;
  158|       |
  159|     51|	while (len != 0) {
  ------------------
  |  Branch (159:9): [True: 45, False: 6]
  ------------------
  160|     45|		pp = sc_asn1_find_tag(card->ctx, p, len, 0xe1, &tlen);
  161|     45|		if (pp == NULL)
  ------------------
  |  Branch (161:7): [True: 7, False: 38]
  ------------------
  162|      7|			return 0;
  163|     38|		q = sc_asn1_find_tag(card->ctx, pp, tlen, 0x01, &ilen);
  164|     38|		if (q == NULL || ilen != 4)
  ------------------
  |  Branch (164:7): [True: 2, False: 36]
  |  Branch (164:20): [True: 1, False: 35]
  ------------------
  165|      3|			return 0;
  166|     35|		if (q[0] == 0x1c)
  ------------------
  |  Branch (166:7): [True: 1, False: 34]
  ------------------
  167|      1|			return 1;
  168|     34|		p   += tlen;
  169|     34|		len -= tlen + 2;
  170|     34|	}
  171|       |
  172|      6|	return 0;
  173|     17|}
card-cardos.c:cardos_add_algs:
  179|     21|{
  180|       |
  181|     21|	cardos_data_t * priv = (cardos_data_t *)card->drv_data;
  182|       |
  183|     21|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     21|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     21|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     21|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 21]
  |  |  ------------------
  ------------------
  184|       |
  185|     21|	_sc_card_add_rsa_alg(card,  512, flags, 0);
  186|     21|	_sc_card_add_rsa_alg(card,  768, flags, 0);
  187|     21|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  188|     21|	if (priv->rsa_2048 == 1) {
  ------------------
  |  Branch (188:6): [True: 7, False: 14]
  ------------------
  189|      7|		_sc_card_add_rsa_alg(card, 1280, flags, 0);
  190|      7|		_sc_card_add_rsa_alg(card, 1536, flags, 0);
  191|      7|		_sc_card_add_rsa_alg(card, 1792, flags, 0);
  192|      7|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  193|      7|	}
  194|       |
  195|     21|	if (card->type == SC_CARD_TYPE_CARDOS_V5_0 || card->type == SC_CARD_TYPE_CARDOS_V5_3) {
  ------------------
  |  Branch (195:6): [True: 2, False: 19]
  |  Branch (195:48): [True: 5, False: 14]
  ------------------
  196|       |		/* Starting with CardOS 5, the card supports PIN query commands */
  197|      7|		card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|      7|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  198|      7|		_sc_card_add_rsa_alg(card, 3072, flags, 0);
  199|      7|		_sc_card_add_rsa_alg(card, 4096, flags, 0);
  200|      7|	}
  201|       |
  202|       |	/* TODO need to get sizes from supported_algos too */
  203|     21|	if (ec_flags != 0) {
  ------------------
  |  Branch (203:6): [True: 0, False: 21]
  ------------------
  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|     21|	return 0;
  209|     21|}
card-cardos.c:cardos_finish:
  377|    557|{
  378|    557|	int r = 0;
  379|       |
  380|    557|	if (card == NULL )
  ------------------
  |  Branch (380:6): [True: 0, False: 557]
  ------------------
  381|      0|		return 0;
  382|       |
  383|    557|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    557|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    557|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    557|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 557]
  |  |  ------------------
  ------------------
  384|       |
  385|       |	/* free priv data */
  386|    557|	if (card->drv_data) { /* priv */
  ------------------
  |  Branch (386:6): [True: 557, False: 0]
  ------------------
  387|    557|		free(card->drv_data);
  388|    557|		card->drv_data = NULL;
  389|    557|	}
  390|       |
  391|    557|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    557|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    557|	int _ret = r; \
  |  |  155|    557|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 557, False: 0]
  |  |  ------------------
  |  |  156|    557|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 557]
  |  |  ------------------
  |  |  157|    557|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    557|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    557|	return _ret; \
  |  |  163|    557|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  392|    557|}
card-cardos.c:cardos_select_file:
  634|  3.73k|{
  635|  3.73k|	int r;
  636|       |
  637|  3.73k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.73k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.73k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.73k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.73k]
  |  |  ------------------
  ------------------
  638|  3.73k|	r = iso_ops->select_file(card, in_path, file);
  639|  3.73k|	if (r >= 0 && file)
  ------------------
  |  Branch (639:6): [True: 902, False: 2.83k]
  |  Branch (639:16): [True: 541, False: 361]
  ------------------
  640|    541|		parse_sec_attr((*file), (*file)->sec_attr, (*file)->sec_attr_len);
  641|  3.73k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  3.73k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.73k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.73k|	int _ret = r; \
  |  |  |  |  155|  3.73k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.73k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.73k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.83k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.83k, False: 902]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.73k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.73k|	} else { \
  |  |  |  |  159|      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.73k|	return _ret; \
  |  |  |  |  163|  3.73k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  642|  3.73k|}
card-cardos.c:parse_sec_attr:
  619|    541|{
  620|    541|	size_t i;
  621|    541|	const int *idx;
  622|       |
  623|    541|	idx = (file->type == SC_FILE_TYPE_DF) ?  df_acl : ef_acl;
  ------------------
  |  |  214|    541|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (623:8): [True: 3, False: 538]
  ------------------
  624|       |
  625|       |	/* acl defaults to 0xFF if unspecified */
  626|  5.41k|	for (i = 0; i < 9; i++)
  ------------------
  |  Branch (626:14): [True: 4.86k, False: 541]
  ------------------
  627|  4.86k|		if (idx[i] != -1)
  ------------------
  |  Branch (627:7): [True: 3.78k, False: 1.08k]
  ------------------
  628|  3.78k|			add_acl_entry(file, idx[i], (u8)((i < len) ? buf[i] : 0xFF));
  ------------------
  |  Branch (628:37): [True: 224, False: 3.56k]
  ------------------
  629|    541|}
card-cardos.c:add_acl_entry:
  546|  3.78k|{
  547|  3.78k|	unsigned int method, key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|  3.78k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  548|       |
  549|  3.78k|	switch (byte) {
  550|     66|	case 0x00:
  ------------------
  |  Branch (550:2): [True: 66, False: 3.71k]
  ------------------
  551|     66|		method = SC_AC_NONE;
  ------------------
  |  |  150|     66|#define SC_AC_NONE			0x00000000
  ------------------
  552|     66|		break;
  553|  3.56k|	case 0xFF:
  ------------------
  |  Branch (553:2): [True: 3.56k, False: 217]
  ------------------
  554|  3.56k|		method = SC_AC_NEVER;
  ------------------
  |  |  163|  3.56k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  555|  3.56k|		break;
  556|    151|	default:
  ------------------
  |  Branch (556:2): [True: 151, False: 3.63k]
  ------------------
  557|    151|		if (byte > 0x7F) {
  ------------------
  |  Branch (557:7): [True: 64, False: 87]
  ------------------
  558|     64|			method = SC_AC_UNKNOWN;
  ------------------
  |  |  162|     64|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  559|     87|		} else {
  560|     87|			method = SC_AC_CHV;
  ------------------
  |  |  151|     87|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  561|     87|			key_ref = byte;
  562|     87|		}
  563|    151|		break;
  564|  3.78k|	}
  565|  3.78k|	sc_file_add_acl_entry(file, op, method, key_ref);
  566|  3.78k|}
card-cardos.c:cardos_check_sw:
  458|  7.73k|{
  459|  7.73k|	const int err_count = sizeof(cardos_errors)/sizeof(cardos_errors[0]);
  460|  7.73k|	int i;
  461|       |
  462|   188k|	for (i = 0; i < err_count; i++) {
  ------------------
  |  Branch (462:14): [True: 187k, False: 342]
  ------------------
  463|   187k|		if (cardos_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (463:7): [True: 7.38k, False: 180k]
  ------------------
  464|  7.38k|			if ( cardos_errors[i].errorstr )
  ------------------
  |  Branch (464:9): [True: 3.28k, False: 4.10k]
  ------------------
  465|  3.28k|				sc_log(card->ctx,  "%s\n",
  ------------------
  |  |   71|  3.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__
  |  |  ------------------
  ------------------
  466|  7.38k|				 	cardos_errors[i].errorstr);
  467|  7.38k|			return cardos_errors[i].errorno;
  468|  7.38k|		}
  469|   187k|	}
  470|       |
  471|    342|        sc_log(card->ctx,  "Unknown SWs; SW1=%02X, SW2=%02X\n", sw1, sw2);
  ------------------
  |  |   71|    342|#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|    342|	return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|    342|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  473|  7.73k|}
card-cardos.c:cardos_card_ctl:
 1447|    189|{
 1448|    189|	switch (cmd) {
  ------------------
  |  Branch (1448:10): [True: 107, False: 82]
  ------------------
 1449|      0|	case SC_CARDCTL_CARDOS_PUT_DATA_FCI:
  ------------------
  |  Branch (1449:2): [True: 0, False: 189]
  ------------------
 1450|      0|		break;
 1451|      0|	case SC_CARDCTL_CARDOS_PUT_DATA_OCI:
  ------------------
  |  Branch (1451:2): [True: 0, False: 189]
  ------------------
 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: 189]
  ------------------
 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: 189]
  ------------------
 1460|      0|		return cardos_generate_key(card,
 1461|      0|			(struct sc_cardctl_cardos_genkey_info *) ptr);
 1462|     14|	case  SC_CARDCTL_CARDOS_PASS_ALGO_FLAGS:
  ------------------
  |  Branch (1462:2): [True: 14, False: 175]
  ------------------
 1463|     14|		return cardos_pass_algo_flags(card,
 1464|     14|			(struct sc_cardctl_cardos_pass_algo_flags *) ptr);
 1465|      0|	case SC_CARDCTL_LIFECYCLE_GET:
  ------------------
  |  Branch (1465:2): [True: 0, False: 189]
  ------------------
 1466|      0|		return cardos_lifecycle_get(card, (int *) ptr);
 1467|     21|	case SC_CARDCTL_LIFECYCLE_SET:
  ------------------
  |  Branch (1467:2): [True: 21, False: 168]
  ------------------
 1468|     21|		return cardos_lifecycle_set(card, (int *) ptr);
 1469|     72|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1469:2): [True: 72, False: 117]
  ------------------
 1470|     72|		return cardos_get_serialnr(card, (sc_serial_number_t *)ptr);
 1471|    189|	}
 1472|     82|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     82|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1473|    189|}
card-cardos.c:cardos_pass_algo_flags:
  353|     14|{
  354|     14|	cardos_data_t * priv = (cardos_data_t *)card->drv_data;
  355|     14|	int r = 0;
  356|       |
  357|     14|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  358|     14|	switch (ptr->pass) {
  359|      7|		case 1:
  ------------------
  |  Branch (359:3): [True: 7, False: 7]
  ------------------
  360|      7|			ptr->card_flags = card->flags;
  361|      7|			ptr->used_flags = priv->flags;
  362|      7|			ptr->ec_flags = priv->ec_flags;
  363|      7|			ptr->ext_flags = priv->ext_flags;
  364|      7|			break;
  365|      7|		case 2:
  ------------------
  |  Branch (365:3): [True: 7, False: 7]
  ------------------
  366|      7|			r = cardos_add_algs(card,ptr->new_flags, ptr->ec_flags, ptr->ext_flags);
  367|      7|			break;
  368|      0|		default:
  ------------------
  |  Branch (368:3): [True: 0, False: 14]
  ------------------
  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|     14|	}
  372|     14|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|     14|}
card-cardos.c:cardos_lifecycle_get:
 1247|     21|{
 1248|     21|	sc_apdu_t	apdu;
 1249|     21|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1250|     21|	int		r;
 1251|       |
 1252|     21|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     21|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     21|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     21|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 21]
  |  |  ------------------
  ------------------
 1253|       |
 1254|     21|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x83);
  ------------------
  |  |  292|     21|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1255|     21|	apdu.cla = 0x00;
 1256|     21|	apdu.le = 256;
 1257|     21|	apdu.resplen = sizeof(rbuf);
 1258|     21|	apdu.resp = rbuf;
 1259|       |
 1260|     21|	r = sc_transmit_apdu(card, &apdu);
 1261|     21|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  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: 1, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  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|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1262|       |
 1263|     20|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1264|     20|	LOG_TEST_RET(card->ctx, r, "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: 12, False: 8]
  |  |  |  |  ------------------
  |  |  |  |  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|     20|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1265|       |
 1266|      8|	if (apdu.resplen < 1) {
  ------------------
  |  Branch (1266:6): [True: 1, False: 7]
  ------------------
 1267|      1|		LOG_TEST_RET(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Lifecycle byte not in response");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1268|      1|	}
 1269|       |
 1270|      7|	r = SC_SUCCESS;
  ------------------
  |  |   28|      7|#define SC_SUCCESS				0
  ------------------
 1271|      7|	switch (rbuf[0]) {
 1272|      3|	case 0x10:
  ------------------
  |  Branch (1272:2): [True: 3, False: 4]
  ------------------
 1273|      3|		*mode = SC_CARDCTRL_LIFECYCLE_USER;
 1274|      3|		break;
 1275|      1|	case 0x20:
  ------------------
  |  Branch (1275:2): [True: 1, False: 6]
  ------------------
 1276|      1|		*mode = SC_CARDCTRL_LIFECYCLE_ADMIN;
 1277|      1|		break;
 1278|      1|	case 0x34: /* MANUFACTURING */
  ------------------
  |  Branch (1278:2): [True: 1, False: 6]
  ------------------
 1279|      1|		*mode = SC_CARDCTRL_LIFECYCLE_OTHER;
 1280|      1|		break;
 1281|      2|	default:
  ------------------
  |  Branch (1281:2): [True: 2, False: 5]
  ------------------
 1282|      2|		sc_log(card->ctx,  "Unknown lifecycle byte %d", rbuf[0]);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1283|      2|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      2|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1284|      7|	}
 1285|       |
 1286|      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|      2|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1287|      7|}
card-cardos.c:cardos_lifecycle_set:
 1291|     21|{
 1292|     21|	sc_apdu_t	apdu;
 1293|     21|	int		r;
 1294|       |
 1295|     21|	int current;
 1296|     21|	int target;
 1297|       |
 1298|     21|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     21|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     21|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     21|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 21]
  |  |  ------------------
  ------------------
 1299|       |
 1300|     21|	target = *mode;
 1301|       |
 1302|     21|	r = cardos_lifecycle_get(card, &current);
 1303|       |
 1304|     21|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|     21|#define SC_SUCCESS				0
  ------------------
  |  Branch (1304:6): [True: 16, False: 5]
  ------------------
 1305|     16|		return r;
 1306|       |
 1307|      5|	if (current == target || current == SC_CARDCTRL_LIFECYCLE_OTHER)
  ------------------
  |  Branch (1307:6): [True: 1, False: 4]
  |  Branch (1307:27): [True: 1, False: 3]
  ------------------
 1308|      2|		return SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
 1309|       |
 1310|      3|	sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x10, 0, 0);
  ------------------
  |  |  291|      3|#define SC_APDU_CASE_1			0x01
  ------------------
 1311|      3|	apdu.cla = 0x80;
 1312|      3|	apdu.le = 0;
 1313|      3|	apdu.resplen = 0;
 1314|      3|	apdu.resp = NULL;
 1315|       |
 1316|      3|	r = sc_transmit_apdu(card, &apdu);
 1317|      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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1318|       |
 1319|      2|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1320|      2|	LOG_TEST_RET(card->ctx, r, "Card returned 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1321|       |
 1322|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1323|      1|}
card-cardos.c:cardos_get_serialnr:
 1414|     72|{
 1415|     72|	int r;
 1416|     72|	sc_apdu_t apdu;
 1417|     72|	u8  rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1418|       |
 1419|     72|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x81);
  ------------------
  |  |  292|     72|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1420|     72|	apdu.resp = rbuf;
 1421|     72|	apdu.resplen = sizeof(rbuf);
 1422|     72|	apdu.le   = 256;
 1423|     72|	r = sc_transmit_apdu(card, &apdu);
 1424|     72|	LOG_TEST_RET(card->ctx, r,  "APDU transmit failed");
  ------------------
  |  |  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: 13, False: 59]
  |  |  |  |  ------------------
  |  |  |  |  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|     72|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 59]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1425|     59|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1425:6): [True: 30, False: 29]
  |  Branch (1425:26): [True: 6, False: 23]
  ------------------
 1426|     36|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     36|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1427|     23|	if ((apdu.resplen == 8) && (card->type == SC_CARD_TYPE_CARDOS_V5_0 || card->type == SC_CARD_TYPE_CARDOS_V5_3)) {
  ------------------
  |  Branch (1427:6): [True: 5, False: 18]
  |  Branch (1427:30): [True: 1, False: 4]
  |  Branch (1427:72): [True: 3, False: 1]
  ------------------
 1428|       |		/* cache serial number */
 1429|      4|		memcpy(card->serialnr.value, rbuf, 8);
 1430|      4|		card->serialnr.len = 8;
 1431|     19|	} else if (apdu.resplen == 32) {
  ------------------
  |  Branch (1431:13): [True: 1, False: 18]
  ------------------
 1432|       |		/* cache serial number */
 1433|      1|		memcpy(card->serialnr.value, &rbuf[10], 6);
 1434|      1|		card->serialnr.len = 6;
 1435|     18|	} else {
 1436|     18|		sc_log(card->ctx,  "unexpected response to GET DATA serial"
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1437|     18|				" number\n");
 1438|     18|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     18|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1439|     18|	}
 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|     23|}
card-cardos.c:cardos_pin_cmd:
 1482|     72|{
 1483|     72|	struct sc_context *ctx = card->ctx;
 1484|     72|	int rv;
 1485|       |
 1486|     72|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     72|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1487|       |
 1488|     72|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     72|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1489|     72|	data->pin_reference |= 0x80;
 1490|       |
 1491|     72|	sc_log(ctx, "PIN_CMD(cmd:%i, ref:%i)", data->cmd, data->pin_reference);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1492|     72|	sc_log(ctx, "PIN1(max:%zu, min:%zu)", data->pin1.max_length, data->pin1.min_length);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1493|     72|	sc_log(ctx, "PIN2(max:%zu, min:%zu)", data->pin2.max_length, data->pin2.min_length);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1494|       |
 1495|       |	/* FIXME: the following values depend on what pin length was
 1496|       |	 * used when creating the BS objects */
 1497|     72|	if (data->pin1.max_length == 0)
  ------------------
  |  Branch (1497:6): [True: 72, False: 0]
  ------------------
 1498|     72|		data->pin1.max_length = 8;
 1499|     72|	if (data->pin2.max_length == 0)
  ------------------
  |  Branch (1499:6): [True: 72, False: 0]
  ------------------
 1500|     72|		data->pin2.max_length = 8;
 1501|       |
 1502|     72|	rv = iso_ops->pin_cmd(card, data);
 1503|     72|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     72|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     72|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     72|	int _ret = r; \
  |  |  |  |  155|     72|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 72, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|     71|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 71, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|     72|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     72|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     72|	return _ret; \
  |  |  |  |  163|     72|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1504|     72|}

sc_get_cedulauy_driver:
  292|  16.2k|{
  293|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  294|       |
  295|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (295:6): [True: 1, False: 16.2k]
  ------------------
  296|      1|		iso_ops = iso_drv->ops;
  297|       |
  298|  16.2k|	cedulauy_ops = *iso_ops;
  299|  16.2k|	cedulauy_ops.match_card = cedulauy_match_card;
  300|  16.2k|	cedulauy_ops.init = cedulauy_init;
  301|  16.2k|	cedulauy_ops.select_file = cedulauy_select_file;
  302|  16.2k|	cedulauy_ops.set_security_env = cedulauy_set_security_env;
  303|  16.2k|	cedulauy_ops.compute_signature = cedulauy_compute_signature;
  304|  16.2k|	cedulauy_ops.decipher = NULL; /* the signing key is sign-only */
  305|  16.2k|	cedulauy_ops.get_challenge = cedulauy_get_challenge;
  306|  16.2k|	cedulauy_ops.logout = cedulauy_logout;
  307|  16.2k|	cedulauy_ops.card_reader_lock_obtained = cedulauy_card_reader_lock_obtained;
  308|       |
  309|  16.2k|	return &cedulauy_drv;
  310|  16.2k|}
card-cedulauy.c:cedulauy_match_card:
  112|  8.38k|{
  113|  8.38k|	int i = _sc_match_atr(card, cedulauy_atrs, &card->type);
  114|       |
  115|  8.38k|	if (i < 0)
  ------------------
  |  Branch (115:6): [True: 8.31k, False: 73]
  ------------------
  116|  8.31k|		return 0;
  117|     73|	card->name = cedulauy_atrs[i].name;
  118|     73|	return 1;
  119|  8.38k|}
card-cedulauy.c:cedulauy_init:
  123|     73|{
  124|     73|	unsigned long flags;
  125|     73|	int r;
  126|       |
  127|     73|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     73|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     73|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     73|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     73|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 73]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  128|       |
  129|     73|	card->caps = SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     73|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  130|       |
  131|     73|	r = cedulauy_select_app(card);
  132|     73|	LOG_TEST_RET(card->ctx, r, "Cannot select the eID application");
  ------------------
  |  |  174|     73|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     73|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     73|	int _ret = (r); \
  |  |  |  |  168|     73|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 61]
  |  |  |  |  ------------------
  |  |  |  |  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|     73|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 61]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|     61|	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  111|     61|#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|     61|#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|     61|#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|     61|#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|     61|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  138|     61|	r = _sc_card_add_rsa_alg(card, 2048, flags, 0);
  139|       |
  140|     61|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 61]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|     61|}
card-cedulauy.c:cedulauy_select_app:
   97|     73|{
   98|     73|	struct sc_apdu apdu;
   99|     73|	unsigned char resp[SC_MAX_APDU_RESP_SIZE];
  100|       |
  101|     73|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     73|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     73|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     73|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     73|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 73]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  102|       |
  103|     73|	sc_format_apdu_ex(&apdu, card->cla, 0xA4, 0x04, 0x00,
  104|     73|			cedulauy_aid, sizeof cedulauy_aid, resp, sizeof resp);
  105|     73|	SC_TRANSMIT_TEST_RET(card, apdu, "Cannot select the eID application");
  ------------------
  |  |   90|     73|	do { \
  |  |   91|     73|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  174|     73|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  |  |  ------------------
  |  |  |  |  |  |  166|     73|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  |  |  167|     73|	int _ret = (r); \
  |  |  |  |  |  |  168|     73|	if (_ret < 0) { \
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (168:6): [True: 1, False: 72]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  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|     73|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 72]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   92|     73|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  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: 11, False: 61]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  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|     72|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 61]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   93|     72|	} while (0)
  |  |  ------------------
  |  |  |  Branch (93:11): [Folded, False: 61]
  |  |  ------------------
  ------------------
  106|       |
  107|     61|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 61]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|     61|}
card-cedulauy.c:cedulauy_select_file:
  170|    195|{
  171|    195|	struct sc_path path = *in_path;
  172|       |
  173|    195|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    195|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    195|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    195|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    195|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 195]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|       |
  175|    195|	if (path.aid.len == sizeof cedulauy_aid && 0 == memcmp(path.aid.value, cedulauy_aid, sizeof cedulauy_aid)) {
  ------------------
  |  Branch (175:6): [True: 134, False: 61]
  |  Branch (175:45): [True: 134, False: 0]
  ------------------
  176|       |		/* swallow cedula AID, it is always selected via init() */
  177|    134|		path.aid.len = 0;
  178|    134|	}
  179|    195|	if (path.type == SC_PATH_TYPE_PATH && path.len >= 2 && path.value[0] == 0x3F && path.value[1] == 0x00) {
  ------------------
  |  |  119|    390|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (179:6): [True: 61, False: 134]
  |  Branch (179:40): [True: 61, False: 0]
  |  Branch (179:57): [True: 61, False: 0]
  |  Branch (179:82): [True: 61, False: 0]
  ------------------
  180|       |		/* swallow MF, everything resides within the Application DF */
  181|     61|		memmove(path.value, path.value + 2, path.len - 2);
  182|     61|		path.len -= 2;
  183|     61|	}
  184|    195|	if (path.type == SC_PATH_TYPE_PATH && path.len == 0) {
  ------------------
  |  |  119|    390|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (184:6): [True: 61, False: 134]
  |  Branch (184:40): [True: 0, False: 61]
  ------------------
  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|    195|	LOG_FUNC_RETURN(card->ctx, iso_ops->select_file(card, &path, file_out));
  ------------------
  |  |  164|    195|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    195|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    195|	int _ret = r; \
  |  |  |  |  155|    195|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 195, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    195|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    179|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 179, False: 16]
  |  |  |  |  ------------------
  |  |  |  |  157|    195|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    195|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    195|	return _ret; \
  |  |  |  |  163|    195|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  191|    195|}
card-cedulauy.c:cedulauy_set_security_env:
  196|     12|{
  197|     12|	struct sc_apdu apdu;
  198|       |	/* MSE SET, Digital Signature Template: key reference and algorithm */
  199|     12|	unsigned char mse_data[] = {0x84, 0x01, 0xFF, 0x80, 0x01, CEDULAUY_ALGO_RSA_PKCS1};
  ------------------
  |  |   61|     12|#define CEDULAUY_ALGO_RSA_PKCS1	       (CEDULAUY_ALGO_HASH_NONE | CEDULAUY_ALGO_PAD_PKCS1)
  |  |  ------------------
  |  |  |  |   57|     12|#define CEDULAUY_ALGO_HASH_NONE	  0x00 /* DigestInfo built in software */
  |  |  ------------------
  |  |               #define CEDULAUY_ALGO_RSA_PKCS1	       (CEDULAUY_ALGO_HASH_NONE | CEDULAUY_ALGO_PAD_PKCS1)
  |  |  ------------------
  |  |  |  |   59|     12|#define CEDULAUY_ALGO_PAD_PKCS1	  0x02 /* PKCS#1 v1.5 */
  |  |  ------------------
  ------------------
  200|       |
  201|     12|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     12|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|       |
  203|     12|	if (env == NULL)
  ------------------
  |  Branch (203:6): [True: 0, False: 12]
  ------------------
  204|     12|		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|     12|	if (env->operation != SC_SEC_OPERATION_SIGN)
  ------------------
  |  |   48|     12|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (205:6): [True: 0, False: 12]
  ------------------
  206|     12|		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|     12|	if ((env->flags & SC_SEC_ENV_ALG_PRESENT) && env->algorithm != SC_ALGORITHM_RSA)
  ------------------
  |  |   60|     12|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
              	if ((env->flags & SC_SEC_ENV_ALG_PRESENT) && env->algorithm != SC_ALGORITHM_RSA)
  ------------------
  |  |   69|     12|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (207:6): [True: 12, False: 0]
  |  Branch (207:47): [True: 0, False: 12]
  ------------------
  208|     12|		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|     12|	if (env->key_ref_len != 1)
  ------------------
  |  Branch (209:6): [True: 0, False: 12]
  ------------------
  210|     12|		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|     12|	mse_data[2] = env->key_ref[0];
  213|     12|	if (env->algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA256)
  ------------------
  |  |  138|     12|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  |  Branch (213:6): [True: 7, False: 5]
  ------------------
  214|      7|		mse_data[5] = CEDULAUY_ALGO_RSA_PKCS1_SHA256;
  ------------------
  |  |   62|      7|#define CEDULAUY_ALGO_RSA_PKCS1_SHA256 (CEDULAUY_ALGO_HASH_SHA256 | CEDULAUY_ALGO_PAD_PKCS1)
  |  |  ------------------
  |  |  |  |   58|      7|#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|      7|#define CEDULAUY_ALGO_PAD_PKCS1	  0x02 /* PKCS#1 v1.5 */
  |  |  ------------------
  ------------------
  215|       |
  216|     12|	sc_format_apdu_ex(&apdu, card->cla, 0x22, 0x41, 0xB6,
  217|     12|			mse_data, sizeof mse_data, NULL, 0);
  218|     12|	SC_TRANSMIT_TEST_RET(card, apdu, "MSE SET DST failed");
  ------------------
  |  |   90|     12|	do { \
  |  |   91|     12|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   92|     12|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   93|     11|	} while (0)
  |  |  ------------------
  |  |  |  Branch (93:11): [Folded, False: 9]
  |  |  ------------------
  ------------------
  219|       |
  220|      9|	LOG_FUNC_RETURN(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  221|      9|}
card-cedulauy.c:cedulauy_compute_signature:
  226|      9|{
  227|      9|	struct sc_apdu apdu;
  228|      9|	unsigned char sbuf[64];
  229|      9|	unsigned char rbuf[256]; /* RSA 2048 */
  230|      9|	size_t offs = 0;
  231|       |
  232|      9|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|      9|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      9|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      9|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      9|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  233|       |
  234|      9|	if (data == NULL || out == NULL)
  ------------------
  |  Branch (234:6): [True: 0, False: 9]
  |  Branch (234:22): [True: 0, False: 9]
  ------------------
  235|      9|		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|      9|	if (datalen == 0 || datalen > sizeof(sbuf) - 2)
  ------------------
  |  Branch (241:6): [True: 0, False: 9]
  |  Branch (241:22): [True: 0, False: 9]
  ------------------
  242|      9|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|      9|				"Unsupported hash/DigestInfo length");
  244|       |
  245|       |	/* PSO HASH: load the digest */
  246|      9|	sbuf[offs++] = 0x90;
  247|      9|	sbuf[offs++] = (unsigned char)datalen;
  248|      9|	memcpy(sbuf + offs, data, datalen);
  249|      9|	offs += datalen;
  250|      9|	sc_format_apdu_ex(&apdu, card->cla, 0x2A, 0x90, 0xA0, sbuf, offs, NULL, 0);
  251|      9|	SC_TRANSMIT_TEST_RET(card, apdu, "PSO HASH failed");
  ------------------
  |  |   90|      9|	do { \
  |  |   91|      9|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  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: 1, False: 8]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  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|      9|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 8]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   92|      9|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   93|      8|	} while (0)
  |  |  ------------------
  |  |  |  Branch (93:11): [Folded, False: 5]
  |  |  ------------------
  ------------------
  252|       |
  253|       |	/* PSO COMPUTE DIGITAL SIGNATURE */
  254|      5|	sc_format_apdu_ex(&apdu, card->cla, 0x2A, 0x9E, 0x9A, NULL, 0, rbuf, sizeof rbuf);
  255|      5|	SC_TRANSMIT_TEST_RET(card, apdu, "PSO COMPUTE DIGITAL SIGNATURE failed");
  ------------------
  |  |   90|      5|	do { \
  |  |   91|      5|		LOG_TEST_RET(card->ctx, sc_transmit_apdu(card, &apdu), "APDU transmit failed"); \
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   92|      5|		LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), text); \
  |  |  ------------------
  |  |  |  |  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: 1, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  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|      4|} while(0)
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   93|      4|	} while (0)
  |  |  ------------------
  |  |  |  Branch (93:11): [Folded, False: 3]
  |  |  ------------------
  ------------------
  256|       |
  257|      3|	if (apdu.resplen > outlen)
  ------------------
  |  Branch (257:6): [True: 0, False: 3]
  ------------------
  258|      3|		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|      3|				"Signature buffer too small");
  260|      3|	memcpy(out, apdu.resp, apdu.resplen);
  261|      3|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  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: 1, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  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|      2|	} else { \
  |  |  |  |  159|      2|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      2|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      2|	} \
  |  |  |  |  162|      3|	return _ret; \
  |  |  |  |  163|      3|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  262|      3|}
card-cedulauy.c:cedulauy_get_challenge:
  266|    237|{
  267|       |	/* As on other IAS/ECC cards, GET CHALLENGE only handles a length of 8 */
  268|    237|	unsigned char rbuf[8];
  269|    237|	int r;
  270|       |
  271|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  272|       |
  273|    237|	r = iso_ops->get_challenge(card, rbuf, sizeof rbuf);
  274|    237|	LOG_TEST_RET(card->ctx, r, "GET CHALLENGE failed");
  ------------------
  |  |  174|    237|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    237|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    237|	int _ret = (r); \
  |  |  |  |  168|    237|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 33, False: 204]
  |  |  |  |  ------------------
  |  |  |  |  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|    237|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 204]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  275|       |
  276|    204|	if (len < (size_t)r)
  ------------------
  |  Branch (276:6): [True: 1, False: 203]
  ------------------
  277|      1|		r = (int)len;
  278|    204|	memcpy(rnd, rbuf, (size_t)r);
  279|       |
  280|    204|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    204|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    204|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    204|	int _ret = r; \
  |  |  |  |  155|    204|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 203]
  |  |  |  |  ------------------
  |  |  |  |  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|    203|	} else { \
  |  |  |  |  159|    203|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    203|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    203|	} \
  |  |  |  |  162|    204|	return _ret; \
  |  |  |  |  163|    204|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  281|    204|}
card-cedulauy.c:cedulauy_card_reader_lock_obtained:
  145|    351|{
  146|    351|	if (was_reset)
  ------------------
  |  Branch (146:6): [True: 0, False: 351]
  ------------------
  147|    351|		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|    351|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    351|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    351|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    351|	int _ret = r; \
  |  |  |  |  155|    351|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 351, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    351|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 351]
  |  |  |  |  ------------------
  |  |  |  |  157|    351|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    351|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    351|	return _ret; \
  |  |  |  |  163|    351|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  149|    351|}

coolkey_get_attribute_data:
  602|  1.27k|{
  603|       |	/* handle the V0 objects first */
  604|  1.27k|	if (object_record_type == COOLKEY_V0_OBJECT) {
  ------------------
  |  |  228|  1.27k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (604:6): [True: 231, False: 1.04k]
  ------------------
  605|    231|		return coolkey_v0_get_attribute_data(attr, buf_len, attr_out);
  606|    231|	}
  607|       |
  608|       |	/* don't crash if we encounter some new or corrupted coolkey device */
  609|  1.04k|	if (object_record_type != COOLKEY_V1_OBJECT) {
  ------------------
  |  |  229|  1.04k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (609:6): [True: 0, False: 1.04k]
  ------------------
  610|      0|		return SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
  611|      0|	}
  612|       |
  613|  1.04k|	return coolkey_v1_get_attribute_data(attr, buf_len, attr_out);
  614|       |
  615|  1.04k|}
coolkey_compare_id:
  757|   143k|{
  758|   143k|	if (a == NULL || b == NULL)
  ------------------
  |  Branch (758:6): [True: 0, False: 143k]
  |  Branch (758:19): [True: 0, False: 143k]
  ------------------
  759|      0|		return 1;
  760|   143k|	return ((sc_cardctl_coolkey_object_t *)a)->id
  761|   143k|	    != ((sc_cardctl_coolkey_object_t *)b)->id;
  762|   143k|}
coolkey_list_meter:
  765|  6.06k|size_t coolkey_list_meter(const void *el) {
  766|  6.06k|	return sizeof(sc_cardctl_coolkey_object_t);
  767|  6.06k|}
coolkey_fill_object:
 1364|  28.4k|{
 1365|  28.4k|	int r;
 1366|  28.4k|	size_t buf_len = obj->length;
 1367|  28.4k|	u8 *new_obj_data = NULL;
 1368|  28.4k|	sc_cardctl_coolkey_object_t *obj_entry;
 1369|  28.4k|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  28.4k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1370|       |
 1371|  28.4k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  28.4k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  28.4k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  28.4k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  28.4k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 28.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1372|       |
 1373|  28.4k|	if (obj->data != NULL) {
  ------------------
  |  Branch (1373:6): [True: 0, False: 28.4k]
  ------------------
 1374|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1375|      0|	}
 1376|  28.4k|	new_obj_data = malloc(buf_len);
 1377|  28.4k|	if (new_obj_data == NULL) {
  ------------------
  |  Branch (1377:6): [True: 0, False: 28.4k]
  ------------------
 1378|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1379|      0|	}
 1380|  28.4k|	r = coolkey_read_object(card, obj->id, 0, new_obj_data, buf_len,
 1381|  28.4k|				priv->nonce, sizeof(priv->nonce));
 1382|  28.4k|	if (r != (int)buf_len) {
  ------------------
  |  Branch (1382:6): [True: 25.6k, False: 2.78k]
  ------------------
 1383|  25.6k|		free(new_obj_data);
 1384|  25.6k|		if (r < 0) {
  ------------------
  |  Branch (1384:7): [True: 25.6k, False: 0]
  ------------------
 1385|  25.6k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  25.6k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  25.6k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  25.6k|	int _ret = r; \
  |  |  |  |  155|  25.6k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 25.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  25.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|  25.6k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 25.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  25.6k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  25.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|  25.6k|	return _ret; \
  |  |  |  |  163|  25.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1386|  25.6k|		}
 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.78k|	obj_entry = coolkey_find_object_by_id(&priv->objects_list, obj->id);
 1390|  2.78k|	if (obj_entry == NULL) {
  ------------------
  |  Branch (1390:6): [True: 0, False: 2.78k]
  ------------------
 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.78k|	if (obj_entry->data != NULL) {
  ------------------
  |  Branch (1394:6): [True: 0, False: 2.78k]
  ------------------
 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.78k|	if (obj_entry->length != obj->length) {
  ------------------
  |  Branch (1400:6): [True: 0, False: 2.78k]
  ------------------
 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.78k|	obj_entry->data = new_obj_data;
 1405|  2.78k|	obj->data = new_obj_data;
 1406|  2.78k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.78k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.78k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.78k|	int _ret = r; \
  |  |  |  |  155|  2.78k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.78k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.78k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.78k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.78k|	return _ret; \
  |  |  |  |  163|  2.78k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1407|  2.78k|}
coolkey_find_object_by_template:
 1496|  1.88k|{
 1497|  1.88k|	list_t *list;
 1498|  1.88k|	sc_cardctl_coolkey_object_t *current, *rv = NULL;
 1499|  1.88k|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  1.88k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1500|  1.88k|	int i, r;
 1501|  1.88k|	unsigned int tmp_pos = (unsigned int) -1;
 1502|       |
 1503|  1.88k|	list = &priv->objects_list;
 1504|  1.88k|	if (list->iter_active) {
  ------------------
  |  Branch (1504:6): [True: 1.88k, False: 0]
  ------------------
 1505|       |		/* workaround missing functionality of second iterator */
 1506|  1.88k|		tmp_pos = list->iter_pos;
 1507|  1.88k|		list_iterator_stop(list);
 1508|  1.88k|	}
 1509|       |
 1510|  1.88k|	list_iterator_start(list);
 1511|  32.5k|	while (list_iterator_hasnext(list)) {
  ------------------
  |  Branch (1511:9): [True: 31.3k, False: 1.23k]
  ------------------
 1512|  31.3k|		sc_cardctl_coolkey_attribute_t attribute;
 1513|  31.3k|		current = list_iterator_next(list);
 1514|  31.3k|		attribute.object = current;
 1515|       |
 1516|  34.2k|		for (i=0; i < count; i++) {
  ------------------
  |  Branch (1516:13): [True: 33.6k, False: 649]
  ------------------
 1517|  33.6k|			attribute.attribute_type = template[i].attribute_type;
 1518|  33.6k|			r = coolkey_find_attribute(card, &attribute);
 1519|  33.6k|			if (r < 0) {
  ------------------
  |  Branch (1519:8): [True: 17.6k, False: 15.9k]
  ------------------
 1520|  17.6k|				break;
 1521|  17.6k|			}
 1522|  15.9k|			if (template[i].attribute_data_type != attribute.attribute_data_type) {
  ------------------
  |  Branch (1522:8): [True: 248, False: 15.6k]
  ------------------
 1523|    248|				break;
 1524|    248|			}
 1525|  15.6k|			if (template[i].attribute_length != attribute.attribute_length) {
  ------------------
  |  Branch (1525:8): [True: 0, False: 15.6k]
  ------------------
 1526|      0|				break;
 1527|      0|			}
 1528|  15.6k|			if (memcmp(attribute.attribute_value, template[i].attribute_value,
  ------------------
  |  Branch (1528:8): [True: 12.7k, False: 2.92k]
  ------------------
 1529|  15.6k|							attribute.attribute_length) != 0) {
 1530|  12.7k|				break;
 1531|  12.7k|			}
 1532|  15.6k|		}
 1533|       |		/* just return the first one */
 1534|  31.3k|		if (i == count) {
  ------------------
  |  Branch (1534:7): [True: 649, False: 30.6k]
  ------------------
 1535|    649|			rv = current;
 1536|    649|			break;
 1537|    649|		}
 1538|  31.3k|	}
 1539|       |
 1540|  1.88k|	list_iterator_stop(list);
 1541|  1.88k|	if (tmp_pos != (unsigned int)-1) {
  ------------------
  |  Branch (1541:6): [True: 1.88k, False: 0]
  ------------------
 1542|       |		/* workaround missing functionality of second iterator */
 1543|  1.88k|		list_iterator_start(list);
 1544|  23.5k|		while (list_iterator_hasnext(list) && list->iter_pos < tmp_pos)
  ------------------
  |  Branch (1544:10): [True: 23.3k, False: 192]
  |  Branch (1544:41): [True: 21.7k, False: 1.69k]
  ------------------
 1545|  21.7k|			(void) list_iterator_next(list);
 1546|  1.88k|	}
 1547|  1.88k|	return rv;
 1548|  1.88k|}
sc_get_coolkey_driver:
 2467|  16.2k|{
 2468|  16.2k|	return sc_get_driver();
 2469|  16.2k|}
card-coolkey.c:coolkey_v0_get_attribute_data:
  517|    231|{
  518|       |	/* we need to manually detect types CK_ULONG */
  519|    231|	CK_ATTRIBUTE_TYPE attr_type = coolkey_get_attribute_type(attr, COOLKEY_V0_OBJECT, buf_len);
  ------------------
  |  |  228|    231|#define COOLKEY_V0_OBJECT 0
  ------------------
  520|    231|	int r;
  521|    231|	size_t len;
  522|       |
  523|    231|	attr_out->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_STRING;
  ------------------
  |  | 1061|    231|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_STRING 0
  ------------------
  524|    231|	attr_out->attribute_length = 0;
  525|    231|	attr_out->attribute_value = NULL;
  526|       |
  527|    231|	r = coolkey_v0_get_attribute_len(attr, buf_len, &len);
  528|    231|	if (r < 0) {
  ------------------
  |  Branch (528:6): [True: 0, False: 231]
  ------------------
  529|      0|		return r;
  530|      0|	}
  531|    231|	if (len + sizeof(coolkey_v0_attribute_header_t) > buf_len) {
  ------------------
  |  Branch (531:6): [True: 48, False: 183]
  ------------------
  532|     48|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     48|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  533|     48|	}
  534|    183|	if ((attr_type == CKA_CLASS) || (attr_type == CKA_CERTIFICATE_TYPE)
  ------------------
  |  |  137|    183|#define CKA_CLASS 0x00000000UL
  ------------------
              	if ((attr_type == CKA_CLASS) || (attr_type == CKA_CERTIFICATE_TYPE)
  ------------------
  |  |  145|     32|#define CKA_CERTIFICATE_TYPE 0x00000080UL
  ------------------
  |  Branch (534:6): [True: 151, False: 32]
  |  Branch (534:34): [True: 0, False: 32]
  ------------------
  535|    156|									 || (attr_type == CKA_KEY_TYPE)) {
  ------------------
  |  |  159|     32|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  |  Branch (535:14): [True: 5, False: 27]
  ------------------
  536|    156|		if (len != 4) {
  ------------------
  |  Branch (536:7): [True: 117, False: 39]
  ------------------
  537|    117|			return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    117|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  538|    117|		}
  539|     39|		attr_out->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG;
  ------------------
  |  | 1062|     39|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  540|     39|	}
  541|       |	/* return the length and the data */
  542|     66|	attr_out->attribute_length = len;
  543|     66|	attr_out->attribute_value = attr + sizeof(coolkey_v0_attribute_header_t);
  544|     66|	return SC_SUCCESS;
  ------------------
  |  |   28|     66|#define SC_SUCCESS				0
  ------------------
  545|    183|}
card-coolkey.c:coolkey_get_attribute_type:
  410|  17.0k|{
  411|  17.0k|	coolkey_attribute_header_t *attribute_header = (coolkey_attribute_header_t *) attr;
  412|       |
  413|  17.0k|	return bebytes2ulong(attribute_header->attribute_attr_type);
  414|  17.0k|}
card-coolkey.c:coolkey_v0_get_attribute_len:
  350|  10.3k|{
  351|  10.3k|	coolkey_v0_attribute_header_t *attribute_head = (coolkey_v0_attribute_header_t *)attr;
  352|       |	/* don't reference beyond our buffer */
  353|  10.3k|	if (buf_len < sizeof(coolkey_v0_attribute_header_t)) {
  ------------------
  |  Branch (353:6): [True: 394, False: 9.90k]
  ------------------
  354|    394|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    394|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  355|    394|	}
  356|  9.90k|	*len = bebytes2ushort(attribute_head->attribute_data_len);
  357|  9.90k|	return SC_SUCCESS;
  ------------------
  |  |   28|  9.90k|#define SC_SUCCESS				0
  ------------------
  358|  10.3k|}
card-coolkey.c:coolkey_v1_get_attribute_data:
  552|  1.04k|{
  553|  1.04k|	int r;
  554|  1.04k|	size_t len;
  555|  1.04k|	coolkey_attribute_header_t *attribute_head = (coolkey_attribute_header_t *)attr;
  556|       |
  557|  1.04k|	if (buf_len < sizeof(coolkey_attribute_header_t)) {
  ------------------
  |  Branch (557:6): [True: 12, False: 1.03k]
  ------------------
  558|     12|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     12|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  559|     12|	}
  560|       |
  561|       |	/* we must have type V1. Process according to data type */
  562|  1.03k|	switch (attribute_head->attribute_data_type) {
  563|       |	/* ULONG has implied length of 4 */
  564|    134|	case COOLKEY_ATTR_TYPE_INTEGER:
  ------------------
  |  |  247|    134|#define COOLKEY_ATTR_TYPE_INTEGER     1
  ------------------
  |  Branch (564:2): [True: 134, False: 899]
  ------------------
  565|    134|		if (buf_len < (sizeof(coolkey_attribute_header_t) + 4)) {
  ------------------
  |  Branch (565:7): [True: 38, False: 96]
  ------------------
  566|     38|			return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     38|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  567|     38|		}
  568|     96|		attr_out->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG;
  ------------------
  |  | 1062|     96|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  569|     96|		attr_out->attribute_length = 4;
  570|     96|		attr_out->attribute_value = attr + sizeof(coolkey_attribute_header_t);
  571|     96|		return SC_SUCCESS;
  ------------------
  |  |   28|     96|#define SC_SUCCESS				0
  ------------------
  572|       |	/* BOOL_FALSE and BOOL_TRUE have implied length and data */
  573|       |	/* return type STRING for BOOLS */
  574|    151|	case COOLKEY_ATTR_TYPE_BOOL_FALSE:
  ------------------
  |  |  248|    151|#define COOLKEY_ATTR_TYPE_BOOL_FALSE  2
  ------------------
  |  Branch (574:2): [True: 151, False: 882]
  ------------------
  575|    151|		attr_out->attribute_length = 1;
  576|    151|		attr_out->attribute_value =  &coolkey_static_false;
  577|    151|		return SC_SUCCESS;
  ------------------
  |  |   28|    151|#define SC_SUCCESS				0
  ------------------
  578|     37|	case COOLKEY_ATTR_TYPE_BOOL_TRUE:
  ------------------
  |  |  249|     37|#define COOLKEY_ATTR_TYPE_BOOL_TRUE   3
  ------------------
  |  Branch (578:2): [True: 37, False: 996]
  ------------------
  579|     37|		attr_out->attribute_length = 1;
  580|     37|		attr_out->attribute_value =  &coolkey_static_true;
  581|     37|		return SC_SUCCESS;
  ------------------
  |  |   28|     37|#define SC_SUCCESS				0
  ------------------
  582|       |	/* string type has encoded length */
  583|    289|	case COOLKEY_ATTR_TYPE_STRING:
  ------------------
  |  |  246|    289|#define COOLKEY_ATTR_TYPE_STRING      0
  ------------------
  |  Branch (583:2): [True: 289, False: 744]
  ------------------
  584|    289|		r = coolkey_v1_get_attribute_len(attr, buf_len, &len, 0);
  585|    289|		if (r < SC_SUCCESS) {
  ------------------
  |  |   28|    289|#define SC_SUCCESS				0
  ------------------
  |  Branch (585:7): [True: 38, False: 251]
  ------------------
  586|     38|			return r;
  587|     38|		}
  588|    251|		if (buf_len < (len + sizeof(coolkey_attribute_header_t) + 2)) {
  ------------------
  |  Branch (588:7): [True: 80, False: 171]
  ------------------
  589|     80|			return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     80|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  590|     80|		}
  591|    171|		attr_out->attribute_value = attr+sizeof(coolkey_attribute_header_t)+2;
  592|    171|		attr_out->attribute_length = len;
  593|    171|		return SC_SUCCESS;
  ------------------
  |  |   28|    171|#define SC_SUCCESS				0
  ------------------
  594|    422|	default:
  ------------------
  |  Branch (594:2): [True: 422, False: 611]
  ------------------
  595|    422|		break;
  596|  1.03k|	}
  597|    422|	return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    422|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  598|  1.03k|}
card-coolkey.c:coolkey_v1_get_attribute_len:
  313|  83.8k|{
  314|  83.8k|	coolkey_attribute_header_t *attribute_head = (coolkey_attribute_header_t *)attr;
  315|       |
  316|  83.8k|	*len = 0;
  317|       |	/* don't reference beyond our buffer */
  318|  83.8k|	if (buf_len < sizeof(coolkey_attribute_header_t)) {
  ------------------
  |  Branch (318:6): [True: 71.5k, False: 12.2k]
  ------------------
  319|  71.5k|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|  71.5k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  320|  71.5k|	}
  321|  12.2k|	switch (attribute_head->attribute_data_type) {
  322|  2.56k|	case COOLKEY_ATTR_TYPE_STRING:
  ------------------
  |  |  246|  2.56k|#define COOLKEY_ATTR_TYPE_STRING      0
  ------------------
  |  Branch (322:2): [True: 2.56k, False: 9.69k]
  ------------------
  323|  2.56k|		if (buf_len < (sizeof(coolkey_attribute_header_t) +2)) {
  ------------------
  |  Branch (323:7): [True: 137, False: 2.42k]
  ------------------
  324|    137|			break;
  325|    137|		}
  326|  2.42k|		*len = bebytes2ushort(attr + sizeof(coolkey_attribute_header_t));
  327|  2.42k|		if (encoded_len) {
  ------------------
  |  Branch (327:7): [True: 2.17k, False: 251]
  ------------------
  328|  2.17k|			*len += 2;
  329|  2.17k|		}
  330|  2.42k|		return SC_SUCCESS;
  ------------------
  |  |   28|  2.42k|#define SC_SUCCESS				0
  ------------------
  331|    584|	case COOLKEY_ATTR_TYPE_BOOL_FALSE:
  ------------------
  |  |  248|    584|#define COOLKEY_ATTR_TYPE_BOOL_FALSE  2
  ------------------
  |  Branch (331:2): [True: 584, False: 11.6k]
  ------------------
  332|  1.01k|	case COOLKEY_ATTR_TYPE_BOOL_TRUE:
  ------------------
  |  |  249|  1.01k|#define COOLKEY_ATTR_TYPE_BOOL_TRUE   3
  ------------------
  |  Branch (332:2): [True: 426, False: 11.8k]
  ------------------
  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|  1.01k|		*len = encoded_len ? 0: 1;
  ------------------
  |  Branch (335:10): [True: 1.01k, False: 0]
  ------------------
  336|  1.01k|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.01k|#define SC_SUCCESS				0
  ------------------
  337|      0|		break;
  338|  7.79k|	case COOLKEY_ATTR_TYPE_INTEGER:
  ------------------
  |  |  247|  7.79k|#define COOLKEY_ATTR_TYPE_INTEGER     1
  ------------------
  |  Branch (338:2): [True: 7.79k, False: 4.47k]
  ------------------
  339|  7.79k|		*len = 4; /* length is 4 in both encoded length and attribute length */
  340|  7.79k|		return SC_SUCCESS;
  ------------------
  |  |   28|  7.79k|#define SC_SUCCESS				0
  ------------------
  341|    894|	default:
  ------------------
  |  Branch (341:2): [True: 894, False: 11.3k]
  ------------------
  342|    894|		break;
  343|  12.2k|	}
  344|  1.03k|	return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|  1.03k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  345|  12.2k|}
card-coolkey.c:coolkey_read_object:
 1096|  28.5k|{
 1097|  28.5k|	coolkey_read_object_param_t params;
 1098|  28.5k|	u8 *out_ptr;
 1099|  28.5k|	size_t left = 0;
 1100|  28.5k|	size_t len;
 1101|  28.5k|	int r;
 1102|       |
 1103|  28.5k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  28.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  28.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  28.5k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 28.5k]
  |  |  ------------------
  ------------------
 1104|       |
 1105|  28.5k|	ulong2bebytes(&params.object_id[0], object_id);
 1106|       |
 1107|  28.5k|	out_ptr = out_buf;
 1108|  28.5k|	left = out_len;
 1109|  30.9k|	do {
 1110|  30.9k|		ulong2bebytes(&params.offset[0], offset);
 1111|  30.9k|		params.length = MIN(left, COOLKEY_MAX_CHUNK_SIZE);
  ------------------
  |  |   70|  30.9k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 23.9k, False: 6.96k]
  |  |  ------------------
  ------------------
 1112|  30.9k|		len = left;
 1113|  30.9k|		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_READ_OBJECT, 0, 0,
  ------------------
  |  |   72|  30.9k|#define COOLKEY_CLASS           0xb0
  ------------------
              		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_READ_OBJECT, 0, 0,
  ------------------
  |  |   88|  30.9k|#define COOLKEY_INS_READ_OBJECT                0x56
  ------------------
 1114|  30.9k|			(u8 *)&params, sizeof(params), &out_ptr, &len, nonce, nonce_size);
 1115|  30.9k|		if (r < 0) {
  ------------------
  |  Branch (1115:7): [True: 25.1k, False: 5.76k]
  ------------------
 1116|  25.1k|			goto fail;
 1117|  25.1k|		}
 1118|       |		/* sanity check to make sure we don't overflow left */
 1119|  5.76k|		if ((left < len) || (len == 0)) {
  ------------------
  |  Branch (1119:7): [True: 137, False: 5.63k]
  |  Branch (1119:23): [True: 395, False: 5.23k]
  ------------------
 1120|    532|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    532|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1121|    532|			goto fail;
 1122|    532|		}
 1123|  5.23k|		out_ptr += len;
 1124|  5.23k|		offset += len;
 1125|  5.23k|		left -= len;
 1126|  5.23k|	} while (left != 0);
  ------------------
  |  Branch (1126:11): [True: 2.38k, False: 2.84k]
  ------------------
 1127|       |
 1128|  2.84k|	return (int)out_len;
 1129|       |
 1130|  25.7k|fail:
 1131|  25.7k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  25.7k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  25.7k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  25.7k|	int _ret = r; \
  |  |  |  |  155|  25.7k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 25.7k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  25.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|  25.7k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 25.7k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  25.7k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  25.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|  25.7k|	return _ret; \
  |  |  |  |  163|  25.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1132|  25.7k|}
card-coolkey.c:coolkey_apdu_io:
  912|  54.9k|{
  913|  54.9k|	int r;
  914|  54.9k|	sc_apdu_t apdu;
  915|  54.9k|	u8 rbufinitbuf[COOLKEY_MAX_SIZE];
  916|  54.9k|	u8 rsendbuf[COOLKEY_MAX_SIZE];
  917|  54.9k|	u8 *rbuf;
  918|  54.9k|	size_t rbuflen;
  919|  54.9k|	int cse = 0;
  920|       |
  921|       |
  922|  54.9k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  54.9k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  54.9k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  54.9k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 54.9k]
  |  |  ------------------
  ------------------
  923|       |
  924|  54.9k|	sc_log(card->ctx, "%02x %02x %02x %zu : %zu %zu",
  ------------------
  |  |   71|  54.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__
  |  |  ------------------
  ------------------
  925|  54.9k|			ins, p1, p2, sendbuflen, card->max_send_size, card->max_recv_size);
  926|       |
  927|  54.9k|	rbuf = rbufinitbuf;
  928|  54.9k|	rbuflen = sizeof(rbufinitbuf);
  929|       |
  930|       |	/* if caller provided a buffer and length */
  931|  54.9k|	if (recvbuf && *recvbuf && recvbuflen && *recvbuflen) {
  ------------------
  |  Branch (931:6): [True: 43.8k, False: 11.0k]
  |  Branch (931:17): [True: 43.8k, False: 0]
  |  Branch (931:29): [True: 43.8k, False: 0]
  |  Branch (931:43): [True: 42.9k, False: 881]
  ------------------
  932|  42.9k|		rbuf = *recvbuf;
  933|  42.9k|		rbuflen = *recvbuflen;
  934|  42.9k|	}
  935|       |
  936|  54.9k|	if (sendbuf || nonce) {
  ------------------
  |  Branch (936:6): [True: 42.0k, False: 12.9k]
  |  Branch (936:17): [True: 0, False: 12.9k]
  ------------------
  937|  42.0k|		if (recvbuf) {
  ------------------
  |  Branch (937:7): [True: 30.9k, False: 11.0k]
  ------------------
  938|  30.9k|			cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|  30.9k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  939|  30.9k|		} else {
  940|  11.0k|			cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  11.0k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  941|  11.0k|		}
  942|  42.0k|	} else {
  943|  12.9k|		if (recvbuf) {
  ------------------
  |  Branch (943:7): [True: 12.9k, False: 0]
  ------------------
  944|  12.9k|			cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|  12.9k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  945|  12.9k|		} else {
  946|      0|			cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  947|      0|		}
  948|  12.9k|	}
  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|  54.9k|	if (nonce) {
  ------------------
  |  Branch (955:6): [True: 30.9k, False: 23.9k]
  ------------------
  956|  30.9k|		u8 *buf = rsendbuf;
  957|  30.9k|		if (sendbuf) {
  ------------------
  |  Branch (957:7): [True: 30.9k, False: 0]
  ------------------
  958|  30.9k|			sendbuflen = MIN(sendbuflen,sizeof(rsendbuf)-nonce_len);
  ------------------
  |  |   70|  30.9k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 30.9k, False: 0]
  |  |  ------------------
  ------------------
  959|  30.9k|			memcpy(rsendbuf, sendbuf, sendbuflen);
  960|  30.9k|			buf += sendbuflen;
  961|  30.9k|		}
  962|  30.9k|		memcpy(buf, nonce, nonce_len);
  963|  30.9k|		sendbuflen += nonce_len;
  964|  30.9k|		sendbuf =rsendbuf;
  965|  30.9k|	}
  966|       |
  967|  54.9k|	sc_format_apdu(card, &apdu, cse, ins, p1, p2);
  968|       |
  969|  54.9k|	apdu.lc = sendbuflen;
  970|  54.9k|	apdu.datalen = sendbuflen;
  971|  54.9k|	apdu.data = sendbuf;
  972|       |
  973|       |
  974|       |	/* coolkey uses non-standard classes */
  975|  54.9k|	apdu.cla = cla;
  976|       |
  977|  54.9k|	if (recvbuf) {
  ------------------
  |  Branch (977:6): [True: 43.8k, False: 11.0k]
  ------------------
  978|  43.8k|		apdu.resp = rbuf;
  979|  43.8k|		apdu.le = (rbuflen > 255) ? 255 : rbuflen;
  ------------------
  |  Branch (979:13): [True: 6.11k, False: 37.7k]
  ------------------
  980|  43.8k|		apdu.resplen = rbuflen;
  981|  43.8k|	} else {
  982|  11.0k|		 apdu.resp =  rbuf;
  983|  11.0k|		 apdu.le = 0;
  984|  11.0k|		 apdu.resplen = 0;
  985|  11.0k|	}
  986|       |
  987|  54.9k|	sc_log(card->ctx, "calling sc_transmit_apdu flags=%lx le=%zu, resplen=%zu, resp=%p",
  ------------------
  |  |   71|  54.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__
  |  |  ------------------
  ------------------
  988|  54.9k|			apdu.flags, apdu.le, apdu.resplen, apdu.resp);
  989|       |
  990|       |	/* with new adpu.c and chaining, this actually reads the whole object */
  991|  54.9k|	r = sc_transmit_apdu(card, &apdu);
  992|       |
  993|  54.9k|	sc_log(card->ctx, "result r=%d apdu.resplen=%zu sw1=%02x sw2=%02x",
  ------------------
  |  |   71|  54.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__
  |  |  ------------------
  ------------------
  994|  54.9k|			r, apdu.resplen, apdu.sw1, apdu.sw2);
  995|       |
  996|  54.9k|	if (r < 0) {
  ------------------
  |  Branch (996:6): [True: 1.08k, False: 53.8k]
  ------------------
  997|  1.08k|		sc_log(card->ctx, "Transmit failed");
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  998|  1.08k|		goto err;
  999|  1.08k|	}
 1000|  53.8k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1001|  53.8k|	if (r < 0) {
  ------------------
  |  Branch (1001:6): [True: 33.7k, False: 20.1k]
  ------------------
 1002|  33.7k|		sc_log(card->ctx, "Transmit failed");
  ------------------
  |  |   71|  33.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__
  |  |  ------------------
  ------------------
 1003|  33.7k|		goto err;
 1004|  33.7k|	}
 1005|       |
 1006|  20.1k|	if (recvbuflen) {
  ------------------
  |  Branch (1006:6): [True: 17.4k, False: 2.69k]
  ------------------
 1007|  17.4k|		if (recvbuf && *recvbuf == NULL) {
  ------------------
  |  Branch (1007:7): [True: 17.4k, False: 0]
  |  Branch (1007:18): [True: 0, False: 17.4k]
  ------------------
 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|  17.4k|		*recvbuflen =  apdu.resplen;
 1016|  17.4k|		r = (int)*recvbuflen;
 1017|  17.4k|	}
 1018|       |
 1019|  54.9k|err:
 1020|  54.9k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  54.9k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  54.9k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  54.9k|	int _ret = r; \
  |  |  |  |  155|  54.9k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 37.9k, False: 17.0k]
  |  |  |  |  ------------------
  |  |  |  |  156|  37.9k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.8k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 34.8k, False: 3.10k]
  |  |  |  |  ------------------
  |  |  |  |  157|  37.9k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  37.9k|	} else { \
  |  |  |  |  159|  17.0k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  17.0k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  17.0k|	} \
  |  |  |  |  162|  54.9k|	return _ret; \
  |  |  |  |  163|  54.9k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1021|  54.9k|}
card-coolkey.c:coolkey_find_object_by_id:
  825|  14.3k|{
  826|  14.3k|	int pos;
  827|  14.3k|	static sc_cardctl_coolkey_object_t cmp = {{
  828|  14.3k|		"", 0, 0, 0, SC_PATH_TYPE_DF_NAME,
  ------------------
  |  |  118|  14.3k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  829|  14.3k|		{ COOLKEY_AID, sizeof(COOLKEY_AID)-1 }
  ------------------
  |  |  822|  14.3k|#define COOLKEY_AID "\xA0\x00\x00\x01\x16"
  ------------------
              		{ COOLKEY_AID, sizeof(COOLKEY_AID)-1 }
  ------------------
  |  |  822|  14.3k|#define COOLKEY_AID "\xA0\x00\x00\x01\x16"
  ------------------
  830|  14.3k|	}, 0, 0, NULL};
  831|       |
  832|  14.3k|	cmp.id = object_id;
  833|  14.3k|	if ((pos = list_locate(list, &cmp)) < 0)
  ------------------
  |  Branch (833:6): [True: 6.85k, False: 7.46k]
  ------------------
  834|  6.85k|		return NULL;
  835|       |
  836|  7.46k|	return list_get_at(list, pos);
  837|  14.3k|}
card-coolkey.c:coolkey_find_attribute:
 1416|  83.2k|{
 1417|  83.2k|	u8 object_record_type;
 1418|  83.2k|	CK_ATTRIBUTE_TYPE attr_type = attribute->attribute_type;
 1419|  83.2k|	const u8 *obj = attribute->object->data;
 1420|  83.2k|	const u8 *attr = NULL;
 1421|  83.2k|	size_t buf_len = attribute->object->length;
 1422|  83.2k|	coolkey_object_header_t *object_head;
 1423|  83.2k|	int attribute_count,i;
 1424|  83.2k|	attribute->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_STRING;
  ------------------
  |  | 1061|  83.2k|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_STRING 0
  ------------------
 1425|  83.2k|	attribute->attribute_length = 0;
 1426|  83.2k|	attribute->attribute_value = NULL;
 1427|       |
 1428|  83.2k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  83.2k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  83.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  83.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  83.2k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 83.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1429|       |
 1430|  83.2k|	if (obj == NULL) {
  ------------------
  |  Branch (1430:6): [True: 28.4k, False: 54.8k]
  ------------------
 1431|       |		/* cast away const so we can cache the data value */
 1432|  28.4k|		int r = coolkey_fill_object(card, (sc_cardctl_coolkey_object_t *)attribute->object);
 1433|  28.4k|		if (r < 0) {
  ------------------
  |  Branch (1433:7): [True: 25.6k, False: 2.77k]
  ------------------
 1434|  25.6k|			return r;
 1435|  25.6k|		}
 1436|  2.77k|		obj = attribute->object->data;
 1437|  2.77k|		if (obj == NULL) {
  ------------------
  |  Branch (1437:7): [True: 0, False: 2.77k]
  ------------------
 1438|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1439|      0|		}
 1440|  2.77k|	}
 1441|       |
 1442|       |	/* should be a static assert so we catch this at compile time */
 1443|  83.2k|	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|  57.5k|	if (buf_len <= sizeof(coolkey_v0_object_header_t)) {
  ------------------
  |  Branch (1445:6): [True: 118, False: 57.4k]
  ------------------
 1446|    118|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    118|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 1447|    118|	}
 1448|  57.4k|	object_head = (coolkey_object_header_t *)obj;
 1449|  57.4k|	object_record_type = object_head->record_type;
 1450|       |	/* make sure it's a type we recognize */
 1451|  57.4k|	if ((object_record_type != COOLKEY_V1_OBJECT) && (object_record_type != COOLKEY_V0_OBJECT)) {
  ------------------
  |  |  229|  57.4k|#define COOLKEY_V1_OBJECT 1
  ------------------
              	if ((object_record_type != COOLKEY_V1_OBJECT) && (object_record_type != COOLKEY_V0_OBJECT)) {
  ------------------
  |  |  228|  5.52k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (1451:6): [True: 5.52k, False: 51.9k]
  |  Branch (1451:51): [True: 3.10k, False: 2.41k]
  ------------------
 1452|  3.10k|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|  3.10k|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 1453|  3.10k|	}
 1454|       |
 1455|       |	/*
 1456|       |	 * now loop through all the attributes in the list. first find the start of the list
 1457|       |	 */
 1458|  54.3k|	attr = coolkey_attribute_start(obj, object_record_type, buf_len);
 1459|  54.3k|	if (attr == NULL) {
  ------------------
  |  Branch (1459:6): [True: 70, False: 54.3k]
  ------------------
 1460|     70|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     70|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 1461|     70|	}
 1462|  54.3k|	buf_len -= (attr-obj);
 1463|       |
 1464|       |	/* now get the count */
 1465|  54.3k|	attribute_count = coolkey_get_attribute_count(obj, object_record_type, buf_len);
 1466|  69.8k|	for (i=0; i < attribute_count; i++) {
  ------------------
  |  Branch (1466:12): [True: 17.5k, False: 52.3k]
  ------------------
 1467|  17.5k|		size_t record_len = coolkey_get_attribute_record_len(attr, object_record_type, buf_len);
 1468|       |		/* make sure we have the complete record */
 1469|  17.5k|		if (buf_len < record_len || record_len < 4) {
  ------------------
  |  Branch (1469:7): [True: 0, False: 17.5k]
  |  Branch (1469:31): [True: 708, False: 16.7k]
  ------------------
 1470|    708|			return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    708|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 1471|    708|		}
 1472|       |		/* does the attribute match the one we are looking for */
 1473|  16.7k|		if (attr_type == coolkey_get_attribute_type(attr, object_record_type, record_len)) {
  ------------------
  |  Branch (1473:7): [True: 1.27k, False: 15.5k]
  ------------------
 1474|       |			/* yup, return it */
 1475|  1.27k|			return coolkey_get_attribute_data(attr, object_record_type, record_len, attribute);
 1476|  1.27k|		}
 1477|       |		/* go to the next attribute on the list */
 1478|  15.5k|		buf_len -= record_len;
 1479|  15.5k|		attr += record_len;
 1480|  15.5k|	}
 1481|       |	/* not find in attribute list, check the fixed attribute record */
 1482|  52.3k|	if (object_record_type == COOLKEY_V1_OBJECT) {
  ------------------
  |  |  229|  52.3k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (1482:6): [True: 50.1k, False: 2.18k]
  ------------------
 1483|  50.1k|		unsigned long fixed_attributes = bebytes2ulong(object_head->fixed_attributes_values);
 1484|       |
 1485|  50.1k|		return coolkey_get_attribute_data_fixed(attr_type, fixed_attributes, attribute);
 1486|  50.1k|	}
 1487|  2.18k|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_DATA_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|  2.18k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.18k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.18k|	int _ret = r; \
  |  |  |  |  155|  2.18k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.18k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|  2.18k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.18k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.18k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.18k|	return _ret; \
  |  |  |  |  163|  2.18k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1488|  2.18k|}
card-coolkey.c:coolkey_attribute_start:
  421|  55.7k|{
  422|  55.7k|	size_t offset = object_record_type == COOLKEY_V1_OBJECT ? sizeof(coolkey_object_header_t) :
  ------------------
  |  |  229|  55.7k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (422:18): [True: 51.9k, False: 3.82k]
  ------------------
  423|  55.7k|			sizeof(coolkey_v0_object_header_t);
  424|       |
  425|  55.7k|	if ((object_record_type != COOLKEY_V1_OBJECT) && (object_record_type != COOLKEY_V0_OBJECT)) {
  ------------------
  |  |  229|  55.7k|#define COOLKEY_V1_OBJECT 1
  ------------------
              	if ((object_record_type != COOLKEY_V1_OBJECT) && (object_record_type != COOLKEY_V0_OBJECT)) {
  ------------------
  |  |  228|  3.82k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (425:6): [True: 3.82k, False: 51.9k]
  |  Branch (425:51): [True: 0, False: 3.82k]
  ------------------
  426|      0|		return NULL;
  427|      0|	}
  428|  55.7k|	if (offset > buf_len) {
  ------------------
  |  Branch (428:6): [True: 70, False: 55.7k]
  ------------------
  429|     70|		return NULL;
  430|     70|	}
  431|  55.7k|	return obj + offset;
  432|  55.7k|}
card-coolkey.c:coolkey_get_attribute_count:
  502|  54.3k|{
  503|  54.3k|	if (object_record_type == COOLKEY_V0_OBJECT) {
  ------------------
  |  |  228|  54.3k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (503:6): [True: 2.41k, False: 51.8k]
  ------------------
  504|  2.41k|		return coolkey_v0_get_attribute_count(obj, buf_len);
  505|  2.41k|	}
  506|  51.8k|	if (object_record_type != COOLKEY_V1_OBJECT) {
  ------------------
  |  |  229|  51.8k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (506:6): [True: 0, False: 51.8k]
  ------------------
  507|      0|		return 0;
  508|      0|	}
  509|  51.8k|	return coolkey_v1_get_attribute_count(obj, buf_len);
  510|  51.8k|}
card-coolkey.c:coolkey_v0_get_attribute_count:
  440|  2.41k|{
  441|  2.41k|	coolkey_v0_object_header_t *object_head = (coolkey_v0_object_header_t *)obj;
  442|  2.41k|	const u8 *attr;
  443|  2.41k|	int count = 0;
  444|  2.41k|	size_t attribute_data_len;
  445|       |
  446|       |	/* make sure we have enough of the object to read the record_type */
  447|  2.41k|	if (buf_len <= sizeof(coolkey_v0_object_header_t)) {
  ------------------
  |  Branch (447:6): [True: 1.00k, False: 1.40k]
  ------------------
  448|  1.00k|		return 0;
  449|  1.00k|	}
  450|       |	/*
  451|       |	 * now loop through all the attributes in the list. first find the start of the list
  452|       |	 */
  453|  1.40k|	attr = coolkey_attribute_start(obj, COOLKEY_V0_OBJECT, buf_len);
  ------------------
  |  |  228|  1.40k|#define COOLKEY_V0_OBJECT 0
  ------------------
  454|  1.40k|	if (attr == NULL) {
  ------------------
  |  Branch (454:6): [True: 0, False: 1.40k]
  ------------------
  455|      0|		return 0;
  456|      0|	}
  457|       |
  458|  1.40k|	buf_len -= (attr-obj);
  459|  1.40k|	attribute_data_len = bebytes2ushort(object_head->attribute_data_len);
  460|  1.40k|	if (buf_len < attribute_data_len) {
  ------------------
  |  Branch (460:6): [True: 194, False: 1.21k]
  ------------------
  461|    194|		return 0;
  462|    194|	}
  463|       |
  464|  6.70k|	while (attribute_data_len) {
  ------------------
  |  Branch (464:9): [True: 5.78k, False: 922]
  ------------------
  465|  5.78k|		size_t len = coolkey_v0_get_attribute_record_len(attr, buf_len);
  466|       |
  467|  5.78k|		if (len == 0) {
  ------------------
  |  Branch (467:7): [True: 0, False: 5.78k]
  ------------------
  468|      0|			break;
  469|      0|		}
  470|       |		/*  This is an error in the token data, don't parse the last attribute */
  471|  5.78k|		if (len > attribute_data_len) {
  ------------------
  |  Branch (471:7): [True: 290, False: 5.49k]
  ------------------
  472|    290|			break;
  473|    290|		}
  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|  5.49k|		if (len > buf_len)
  ------------------
  |  Branch (479:7): [True: 0, False: 5.49k]
  ------------------
  480|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  481|  5.49k|		count++;
  482|  5.49k|		attr += len;
  483|  5.49k|		buf_len -= len;
  484|  5.49k|		attribute_data_len -= len;
  485|  5.49k|	}
  486|  1.21k|	return count;
  487|  1.21k|}
card-coolkey.c:coolkey_v0_get_attribute_record_len:
  380|  10.0k|{
  381|  10.0k|	size_t attribute_len = sizeof(coolkey_v0_attribute_header_t);
  382|  10.0k|	size_t len;
  383|  10.0k|	int r;
  384|       |
  385|  10.0k|	r = coolkey_v0_get_attribute_len(attr, buf_len, &len);
  386|  10.0k|	if (r < 0) {
  ------------------
  |  Branch (386:6): [True: 394, False: 9.67k]
  ------------------
  387|    394|		return buf_len; /* skip to the end, ignore the rest of the record */
  388|    394|	}
  389|  9.67k|	return MIN(buf_len,attribute_len+len);
  ------------------
  |  |   70|  9.67k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 674, False: 9.00k]
  |  |  ------------------
  ------------------
  390|  10.0k|}
card-coolkey.c:coolkey_v1_get_attribute_count:
  491|  51.8k|{
  492|  51.8k|	coolkey_object_header_t *object_head = (coolkey_object_header_t *)obj;
  493|       |
  494|  51.8k|	if (buf_len <= sizeof(coolkey_object_header_t)) {
  ------------------
  |  Branch (494:6): [True: 44.3k, False: 7.51k]
  ------------------
  495|  44.3k|		return 0;
  496|  44.3k|	}
  497|  7.51k|	return bebytes2ushort(object_head->attribute_count);
  498|  51.8k|}
card-coolkey.c:coolkey_get_attribute_record_len:
  394|  17.5k|{
  395|  17.5k|	if (obj_record_type ==  COOLKEY_V0_OBJECT) {
  ------------------
  |  |  228|  17.5k|#define COOLKEY_V0_OBJECT 0
  ------------------
  |  Branch (395:6): [True: 4.28k, False: 13.2k]
  ------------------
  396|  4.28k|		return coolkey_v0_get_attribute_record_len(attr, buf_len);
  397|  4.28k|	}
  398|  13.2k|	if (obj_record_type != COOLKEY_V1_OBJECT) {
  ------------------
  |  |  229|  13.2k|#define COOLKEY_V1_OBJECT 1
  ------------------
  |  Branch (398:6): [True: 0, False: 13.2k]
  ------------------
  399|      0|		return buf_len; /* skip to the end */
  400|      0|	}
  401|  13.2k|	return coolkey_v1_get_attribute_record_len(attr, buf_len);
  402|  13.2k|}
card-coolkey.c:coolkey_v1_get_attribute_record_len:
  364|  83.5k|{
  365|  83.5k|	size_t attribute_len = sizeof(coolkey_attribute_header_t);
  366|  83.5k|	size_t len = 0;
  367|  83.5k|	int r;
  368|       |
  369|  83.5k|	r = coolkey_v1_get_attribute_len(attr, buf_len, &len, 1);
  370|  83.5k|	if (r < 0) {
  ------------------
  |  Branch (370:6): [True: 72.5k, False: 10.9k]
  ------------------
  371|  72.5k|		return buf_len; /* skip to the end, ignore the rest of the record */
  372|  72.5k|	}
  373|       |
  374|  10.9k|	return MIN(buf_len,attribute_len+len);
  ------------------
  |  |   70|  10.9k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 592, False: 10.3k]
  |  |  ------------------
  ------------------
  375|  83.5k|}
card-coolkey.c:coolkey_get_attribute_data_fixed:
  674|  50.1k|																sc_cardctl_coolkey_attribute_t *attr_out) {
  675|  50.1k|	unsigned long cka_id = fixed_attributes & 0xf;
  676|  50.1k|	unsigned long cka_class = ((fixed_attributes) >> 4) & 0x7;
  677|  50.1k|	unsigned long mask, bit;
  678|       |
  679|  50.1k|	if (attr_type == CKA_ID) {
  ------------------
  |  |  161|  50.1k|#define CKA_ID 0x00000102UL
  ------------------
  |  Branch (679:6): [True: 5.97k, False: 44.1k]
  ------------------
  680|  5.97k|		attr_out->attribute_length = 1;
  681|  5.97k|		attr_out->attribute_value= &coolkey_static_cka_id[cka_id];
  682|  5.97k|		return SC_SUCCESS;
  ------------------
  |  |   28|  5.97k|#define SC_SUCCESS				0
  ------------------
  683|  5.97k|	}
  684|  44.1k|	if (attr_type == CKA_CLASS) {
  ------------------
  |  |  137|  44.1k|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (684:6): [True: 15.3k, False: 28.8k]
  ------------------
  685|  15.3k|		attr_out->attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG;
  ------------------
  |  | 1062|  15.3k|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  686|  15.3k|		attr_out->attribute_length = 4;
  687|  15.3k|		attr_out->attribute_value = coolkey_static_cka_class[cka_class].class_value;
  688|  15.3k|		return SC_SUCCESS;
  ------------------
  |  |   28|  15.3k|#define SC_SUCCESS				0
  ------------------
  689|  15.3k|	}
  690|       |	/* If it matched, it must be one of the booleans */
  691|  28.8k|	mask = coolkey_static_cka_class[cka_class].boolean_mask;
  692|  28.8k|	bit = coolkey_get_fixed_boolean_bit(attr_type);
  693|       |	/* attribute isn't in the list */
  694|  28.8k|	if ((bit & mask) == 0) {
  ------------------
  |  Branch (694:6): [True: 11.0k, False: 17.8k]
  ------------------
  695|  11.0k|		return SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|  11.0k|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  696|  11.0k|	}
  697|  17.8k|	attr_out->attribute_length = 1;
  698|  17.8k|	attr_out->attribute_value = bit & fixed_attributes ? &coolkey_static_true : &coolkey_static_false;
  ------------------
  |  Branch (698:30): [True: 4.00k, False: 13.8k]
  ------------------
  699|  17.8k|	return SC_SUCCESS;
  ------------------
  |  |   28|  17.8k|#define SC_SUCCESS				0
  ------------------
  700|  28.8k|}
card-coolkey.c:coolkey_get_fixed_boolean_bit:
  620|  28.8k|{
  621|  28.8k|	switch(type) {
  622|      0|	case CKA_TOKEN:               return 0x00000080;
  ------------------
  |  |  138|      0|#define CKA_TOKEN 0x00000001UL
  ------------------
  |  Branch (622:2): [True: 0, False: 28.8k]
  ------------------
  623|  2.02k|	case CKA_PRIVATE:             return 0x00000100;
  ------------------
  |  |  139|  2.02k|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (623:2): [True: 2.02k, False: 26.8k]
  ------------------
  624|  2.15k|	case CKA_MODIFIABLE:          return 0x00000200;
  ------------------
  |  |  197|  2.15k|#define CKA_MODIFIABLE 0x00000170UL
  ------------------
  |  Branch (624:2): [True: 2.15k, False: 26.6k]
  ------------------
  625|  1.38k|	case CKA_DERIVE:              return 0x00000400;
  ------------------
  |  |  171|  1.38k|#define CKA_DERIVE 0x0000010CUL
  ------------------
  |  Branch (625:2): [True: 1.38k, False: 27.4k]
  ------------------
  626|  1.38k|	case CKA_LOCAL:               return 0x00000800;
  ------------------
  |  |  193|  1.38k|#define CKA_LOCAL 0x00000163UL
  ------------------
  |  Branch (626:2): [True: 1.38k, False: 27.4k]
  ------------------
  627|  1.38k|	case CKA_ENCRYPT:             return 0x00001000;
  ------------------
  |  |  163|  1.38k|#define CKA_ENCRYPT 0x00000104UL
  ------------------
  |  Branch (627:2): [True: 1.38k, False: 27.4k]
  ------------------
  628|  1.38k|	case CKA_DECRYPT:             return 0x00002000;
  ------------------
  |  |  164|  1.38k|#define CKA_DECRYPT 0x00000105UL
  ------------------
  |  Branch (628:2): [True: 1.38k, False: 27.4k]
  ------------------
  629|  1.38k|	case CKA_WRAP:                return 0x00004000;
  ------------------
  |  |  165|  1.38k|#define CKA_WRAP 0x00000106UL
  ------------------
  |  Branch (629:2): [True: 1.38k, False: 27.4k]
  ------------------
  630|  1.38k|	case CKA_UNWRAP:              return 0x00008000;
  ------------------
  |  |  166|  1.38k|#define CKA_UNWRAP 0x00000107UL
  ------------------
  |  Branch (630:2): [True: 1.38k, False: 27.4k]
  ------------------
  631|  1.38k|	case CKA_SIGN:                return 0x00010000;
  ------------------
  |  |  167|  1.38k|#define CKA_SIGN 0x00000108UL
  ------------------
  |  Branch (631:2): [True: 1.38k, False: 27.4k]
  ------------------
  632|  1.38k|	case CKA_SIGN_RECOVER:        return 0x00020000;
  ------------------
  |  |  168|  1.38k|#define CKA_SIGN_RECOVER 0x00000109UL
  ------------------
  |  Branch (632:2): [True: 1.38k, False: 27.4k]
  ------------------
  633|  1.38k|	case CKA_VERIFY:              return 0x00040000;
  ------------------
  |  |  169|  1.38k|#define CKA_VERIFY 0x0000010AUL
  ------------------
  |  Branch (633:2): [True: 1.38k, False: 27.4k]
  ------------------
  634|  1.38k|	case CKA_VERIFY_RECOVER:      return 0x00080000;
  ------------------
  |  |  170|  1.38k|#define CKA_VERIFY_RECOVER 0x0000010BUL
  ------------------
  |  Branch (634:2): [True: 1.38k, False: 27.4k]
  ------------------
  635|  1.38k|	case CKA_SENSITIVE:           return 0x00100000;
  ------------------
  |  |  162|  1.38k|#define CKA_SENSITIVE 0x00000103UL
  ------------------
  |  Branch (635:2): [True: 1.38k, False: 27.4k]
  ------------------
  636|  1.38k|	case CKA_ALWAYS_SENSITIVE:    return 0x00200000;
  ------------------
  |  |  195|  1.38k|#define CKA_ALWAYS_SENSITIVE 0x00000165UL
  ------------------
  |  Branch (636:2): [True: 1.38k, False: 27.4k]
  ------------------
  637|  1.38k|	case CKA_EXTRACTABLE:         return 0x00400000;
  ------------------
  |  |  192|  1.38k|#define CKA_EXTRACTABLE 0x00000162UL
  ------------------
  |  Branch (637:2): [True: 1.38k, False: 27.4k]
  ------------------
  638|  1.38k|	case CKA_NEVER_EXTRACTABLE:   return 0x00800000;
  ------------------
  |  |  194|  1.38k|#define CKA_NEVER_EXTRACTABLE 0x00000164UL
  ------------------
  |  Branch (638:2): [True: 1.38k, False: 27.4k]
  ------------------
  639|  5.30k|	default: break;
  ------------------
  |  Branch (639:2): [True: 5.30k, False: 23.5k]
  ------------------
  640|  28.8k|	}
  641|  5.30k|	return 0; /* return no bits */
  642|  28.8k|}
card-coolkey.c:sc_get_driver:
 2440|  16.2k|{
 2441|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 2442|       |
 2443|  16.2k|	coolkey_ops = *iso_drv->ops;
 2444|  16.2k|	coolkey_ops.match_card = coolkey_match_card;
 2445|  16.2k|	coolkey_ops.init = coolkey_init;
 2446|  16.2k|	coolkey_ops.finish = coolkey_finish;
 2447|       |
 2448|  16.2k|	coolkey_ops.select_file =  coolkey_select_file; /* need to record object type */
 2449|  16.2k|	coolkey_ops.get_challenge = coolkey_get_challenge;
 2450|  16.2k|	coolkey_ops.read_binary = coolkey_read_binary;
 2451|  16.2k|	coolkey_ops.write_binary = coolkey_write_binary;
 2452|  16.2k|	coolkey_ops.set_security_env = coolkey_set_security_env;
 2453|  16.2k|	coolkey_ops.restore_security_env = coolkey_restore_security_env;
 2454|  16.2k|	coolkey_ops.compute_signature = coolkey_compute_crypt;
 2455|  16.2k|	coolkey_ops.decipher =  coolkey_compute_crypt;
 2456|  16.2k|	coolkey_ops.card_ctl = coolkey_card_ctl;
 2457|  16.2k|	coolkey_ops.check_sw = coolkey_check_sw;
 2458|  16.2k|	coolkey_ops.pin_cmd = coolkey_pin_cmd;
 2459|  16.2k|	coolkey_ops.logout = coolkey_logout;
 2460|  16.2k|	coolkey_ops.card_reader_lock_obtained = coolkey_card_reader_lock_obtained;
 2461|       |
 2462|  16.2k|	return &coolkey_drv;
 2463|  16.2k|}
card-coolkey.c:coolkey_match_card:
 2279|  7.99k|{
 2280|  7.99k|	int r;
 2281|       |
 2282|  7.99k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  7.99k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  7.99k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  7.99k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 7.99k]
  |  |  ------------------
  ------------------
 2283|       |
 2284|  7.99k|	r = coolkey_select_applet(card);
 2285|  7.99k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  7.99k|#define SC_SUCCESS				0
  ------------------
  |  Branch (2285:6): [True: 1.08k, False: 6.91k]
  ------------------
 2286|  1.08k|		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.08k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_1, COOLKEY_INS_GET_STATUS, 0x01, 0x00);
  ------------------
  |  |  291|  1.08k|#define SC_APDU_CASE_1			0x01
  ------------------
              		sc_format_apdu(card, &apdu, SC_APDU_CASE_1, COOLKEY_INS_GET_STATUS, 0x01, 0x00);
  ------------------
  |  |   79|  1.08k|#define COOLKEY_INS_GET_STATUS                 0x3c
  ------------------
 2293|  1.08k|		apdu.cla = COOLKEY_CLASS;
  ------------------
  |  |   72|  1.08k|#define COOLKEY_CLASS           0xb0
  ------------------
 2294|  1.08k|		apdu.le = 0x00;
 2295|  1.08k|		apdu.resplen = 0;
 2296|  1.08k|		apdu.resp = NULL;
 2297|  1.08k|		r = sc_transmit_apdu(card, &apdu);
 2298|  1.08k|		if (r == SC_SUCCESS && apdu.sw1 == 0x6d && apdu.sw2 == 0x00) {
  ------------------
  |  |   28|  2.16k|#define SC_SUCCESS				0
  ------------------
  |  Branch (2298:7): [True: 1.08k, False: 1]
  |  Branch (2298:26): [True: 1.03k, False: 44]
  |  Branch (2298:46): [True: 1.03k, False: 4]
  ------------------
 2299|  1.03k|			return 1;
 2300|  1.03k|		}
 2301|     49|		return 0;
 2302|  1.08k|	}
 2303|  6.91k|	return 0;
 2304|  7.99k|}
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.03k|{
 2309|  1.03k|	int r;
 2310|  1.03k|	unsigned long flags;
 2311|  1.03k|	unsigned long ext_flags;
 2312|  1.03k|	coolkey_private_data_t * priv;
 2313|       |
 2314|  1.03k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.03k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.03k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.03k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.03k]
  |  |  ------------------
  ------------------
 2315|       |
 2316|  1.03k|	r = coolkey_initialize(card);
 2317|  1.03k|	if (r < 0) {
  ------------------
  |  Branch (2317:6): [True: 332, False: 700]
  ------------------
 2318|    332|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  164|    332|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    332|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    332|	int _ret = r; \
  |  |  |  |  155|    332|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 332, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    332|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    332|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 332, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    332|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    332|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    332|	return _ret; \
  |  |  |  |  163|    332|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2319|    332|	}
 2320|       |
 2321|    700|	card->type = SC_CARD_TYPE_COOLKEY_GENERIC;
 2322|       |
 2323|       |	/* set Token Major/minor version */
 2324|    700|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    700|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
 2325|       |
 2326|    700|	_sc_card_add_rsa_alg(card, 1024, flags, 0); /* mandatory */
 2327|    700|	_sc_card_add_rsa_alg(card, 2048, flags, 0); /* optional */
 2328|    700|	_sc_card_add_rsa_alg(card, 3072, flags, 0); /* optional */
 2329|       |
 2330|    700|	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  174|    700|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  173|    700|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
              	flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|    700|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|    700|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
 2331|    700|	ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|    700|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              	ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|    700|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
 2332|       |
 2333|    700|	_sc_card_add_ec_alg(card, 256, flags, ext_flags, NULL);
 2334|    700|	_sc_card_add_ec_alg(card, 384, flags, ext_flags, NULL);
 2335|    700|	_sc_card_add_ec_alg(card, 521, flags, ext_flags, NULL);
 2336|       |
 2337|       |
 2338|    700|	priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    700|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 2339|    700|	if (priv->pin_count != 0) {
  ------------------
  |  Branch (2339:6): [True: 123, False: 577]
  ------------------
 2340|    123|		card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    123|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
 2341|    123|	}
 2342|       |
 2343|    700|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    700|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    700|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    700|	int _ret = r; \
  |  |  |  |  155|    700|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 700, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    700|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 700]
  |  |  |  |  ------------------
  |  |  |  |  157|    700|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    700|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    700|	return _ret; \
  |  |  |  |  163|    700|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2344|    700|}
card-coolkey.c:coolkey_initialize:
 2148|  1.03k|{
 2149|  1.03k|	int r;
 2150|  1.03k|	coolkey_private_data_t *priv = NULL;
 2151|  1.03k|	coolkey_life_cycle_t life_cycle;
 2152|  1.03k|	coolkey_object_info_t object_info;
 2153|  1.03k|	int combined_processed = 0;
 2154|       |
 2155|       |	/* already found? */
 2156|  1.03k|	if (card->drv_data) {
  ------------------
  |  Branch (2156:6): [True: 0, False: 1.03k]
  ------------------
 2157|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2158|      0|	}
 2159|  1.03k|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,"Coolkey Applet found");
  ------------------
  |  |   70|  1.03k|#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.03k|	priv = coolkey_new_private_data();
 2162|  1.03k|	if (priv == NULL) {
  ------------------
  |  Branch (2162:6): [True: 0, False: 1.03k]
  ------------------
 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.03k|	r = coolkey_get_life_cycle(card, &life_cycle);
 2167|  1.03k|	if (r < 0) {
  ------------------
  |  Branch (2167:6): [True: 66, False: 966]
  ------------------
 2168|     66|		goto cleanup;
 2169|     66|	}
 2170|       |
 2171|       |	/* Select a coolkey read the coolkey objects out */
 2172|    966|	r = coolkey_select_applet(card);
 2173|    966|	if (r < 0) {
  ------------------
  |  Branch (2173:6): [True: 15, False: 951]
  ------------------
 2174|     15|		goto cleanup;
 2175|     15|	}
 2176|       |
 2177|    951|	priv->protocol_version_major = life_cycle.protocol_version_major;
 2178|    951|	priv->protocol_version_minor = life_cycle.protocol_version_minor;
 2179|    951|	priv->pin_count = life_cycle.pin_count;
 2180|    951|	priv->life_cycle = life_cycle.life_cycle;
 2181|       |
 2182|       |	/* walk down the list of objects and read them off the token */
 2183|    951|	r = coolkey_list_object(card, COOLKEY_LIST_RESET, &object_info);
  ------------------
  |  |  104|    951|#define COOLKEY_LIST_RESET 0x00
  ------------------
 2184|  11.1k|	while (r >= 0) {
  ------------------
  |  Branch (2184:9): [True: 10.2k, False: 869]
  ------------------
 2185|  10.2k|		unsigned long object_id;
 2186|  10.2k|		unsigned long object_len;
 2187|       |
 2188|       |		/* The card did not return what we expected: Lets try other objects */
 2189|  10.2k|		if ((size_t)r < (sizeof(object_info)))
  ------------------
  |  Branch (2189:7): [True: 10, False: 10.2k]
  ------------------
 2190|     10|			break;
 2191|       |
 2192|       |		/* TODO also look at the ACL... */
 2193|       |
 2194|  10.2k|		object_id = bebytes2ulong(object_info.object_id);
 2195|  10.2k|		object_len = bebytes2ulong(object_info.object_length);
 2196|       |		/* Avoid insanely large data */
 2197|  10.2k|		if (object_len > MAX_FILE_SIZE) {
  ------------------
  |  |  220|  10.2k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (2197:7): [True: 15, False: 10.2k]
  ------------------
 2198|     15|			r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     15|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2199|     15|			goto cleanup;
 2200|     15|		}
 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.2k|		if (object_id == COOLKEY_COMBINED_OBJECT_ID) {
  ------------------
  |  |  109|  10.2k|#define COOLKEY_COMBINED_OBJECT_ID 0x7a300000 /* 'z0\0\0' */
  ------------------
  |  Branch (2208:7): [True: 59, False: 10.1k]
  ------------------
 2209|     59|			u8 *object = malloc(object_len);
 2210|     59|			if (object == NULL) {
  ------------------
  |  Branch (2210:8): [True: 0, False: 59]
  ------------------
 2211|      0|				r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2212|      0|				break;
 2213|      0|			}
 2214|     59|			r = coolkey_read_object(card, COOLKEY_COMBINED_OBJECT_ID, 0, object, object_len,
  ------------------
  |  |  109|     59|#define COOLKEY_COMBINED_OBJECT_ID 0x7a300000 /* 'z0\0\0' */
  ------------------
 2215|     59|				priv->nonce, sizeof(priv->nonce));
 2216|     59|			if (r < 0) {
  ------------------
  |  Branch (2216:8): [True: 12, False: 47]
  ------------------
 2217|     12|				free(object);
 2218|     12|				break;
 2219|     12|			}
 2220|     47|			r = coolkey_process_combined_object(card, priv, object, r);
 2221|     47|			free(object);
 2222|     47|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     47|#define SC_SUCCESS				0
  ------------------
  |  Branch (2222:8): [True: 45, False: 2]
  ------------------
 2223|     45|				break;
 2224|     45|			}
 2225|      2|			combined_processed = 1;
 2226|  10.1k|		} else {
 2227|  10.1k|			sc_log(card->ctx, "Add new object id=%ld, len=%lu", object_id, object_len);
  ------------------
  |  |   71|  10.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__
  |  |  ------------------
  ------------------
 2228|  10.1k|			r = coolkey_add_object(priv, object_id, NULL, object_len, 0);
 2229|  10.1k|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|  10.1k|#define SC_SUCCESS				0
  ------------------
  |  Branch (2229:8): [True: 4.12k, False: 6.04k]
  ------------------
 2230|  4.12k|				sc_log(card->ctx, "coolkey_add_object() returned %d", r);
  ------------------
  |  |   71|  4.12k|#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.1k|		}
 2232|       |
 2233|       |		/* Read next object: error is handled on the cycle condition and below after cycle */
 2234|  10.1k|		r = coolkey_list_object(card, COOLKEY_LIST_NEXT, &object_info);
  ------------------
  |  |  105|  10.1k|#define COOLKEY_LIST_NEXT  0x01
  ------------------
 2235|  10.1k|	}
 2236|    936|	if (r != SC_ERROR_FILE_END_REACHED) {
  ------------------
  |  |   69|    936|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  |  Branch (2236:6): [True: 219, False: 717]
  ------------------
 2237|       |		/* This means the card does not cooperate at all: bail out */
 2238|    219|		if (r >= 0) {
  ------------------
  |  Branch (2238:7): [True: 10, False: 209]
  ------------------
 2239|     10|			r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     10|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2240|     10|		}
 2241|    219|		goto cleanup;
 2242|    219|	}
 2243|       |	/* if we didn't pull the cuid from the combined object, then grab it now */
 2244|    717|	if (!combined_processed) {
  ------------------
  |  Branch (2244:6): [True: 717, False: 0]
  ------------------
 2245|    717|		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|    717|		r = gp_select_card_manager(card);
 2250|    717|		if (r < 0) {
  ------------------
  |  Branch (2250:7): [True: 3, False: 714]
  ------------------
 2251|      3|			goto cleanup;
 2252|      3|		}
 2253|       |
 2254|    714|		r = gp_get_cplc_data(card, &cplc_data);
 2255|    714|		if (r < 0) {
  ------------------
  |  Branch (2255:7): [True: 14, False: 700]
  ------------------
 2256|     14|			goto cleanup;
 2257|     14|		}
 2258|    700|		coolkey_make_cuid_from_cplc(&priv->cuid, &cplc_data);
 2259|    700|		priv->token_name = (u8 *)strdup("COOLKEY");
 2260|    700|		if (priv->token_name == NULL) {
  ------------------
  |  Branch (2260:7): [True: 0, False: 700]
  ------------------
 2261|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2262|      0|			goto cleanup;
 2263|      0|		}
 2264|    700|		priv->token_name_length = sizeof("COOLKEY")-1;
 2265|    700|	}
 2266|    700|	card->drv_data = priv;
 2267|    700|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    700|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    700|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    700|	int _ret = r; \
  |  |  |  |  155|    700|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 700, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    700|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 700]
  |  |  |  |  ------------------
  |  |  |  |  157|    700|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    700|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    700|	return _ret; \
  |  |  |  |  163|    700|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2268|       |
 2269|    332|cleanup:
 2270|    332|	if (priv) {
  ------------------
  |  Branch (2270:6): [True: 332, False: 0]
  ------------------
 2271|    332|		coolkey_free_private_data(priv);
 2272|    332|	}
 2273|    332|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    332|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    332|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    332|	int _ret = r; \
  |  |  |  |  155|    332|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 332, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    332|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    332|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 332, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    332|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    332|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    332|	return _ret; \
  |  |  |  |  163|    332|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2274|    332|}
card-coolkey.c:coolkey_new_private_data:
  772|  1.03k|{
  773|  1.03k|	coolkey_private_data_t *priv;
  774|       |
  775|       |	/* allocate priv and zero all the fields */
  776|  1.03k|	priv = calloc(1, sizeof(coolkey_private_data_t));
  777|  1.03k|	if (!priv)
  ------------------
  |  Branch (777:6): [True: 0, False: 1.03k]
  ------------------
  778|      0|		return NULL;
  779|       |
  780|       |	/* set other fields as appropriate */
  781|  1.03k|	priv->key_id = COOLKEY_INVALID_KEY;
  ------------------
  |  |  110|  1.03k|#define COOLKEY_INVALID_KEY        0xff00
  ------------------
  782|  1.03k|	if (list_init(&priv->objects_list) != 0 ||
  ------------------
  |  Branch (782:6): [True: 0, False: 1.03k]
  ------------------
  783|  1.03k|	    list_attributes_comparator(&priv->objects_list, coolkey_compare_id) != 0 ||
  ------------------
  |  Branch (783:6): [True: 0, False: 1.03k]
  ------------------
  784|  1.03k|	    list_attributes_copy(&priv->objects_list, coolkey_list_meter, 1) != 0) {
  ------------------
  |  Branch (784:6): [True: 0, False: 1.03k]
  ------------------
  785|      0|		coolkey_free_private_data(priv);
  786|      0|		return NULL;
  787|      0|	}
  788|       |
  789|  1.03k|	return priv;
  790|  1.03k|}
card-coolkey.c:coolkey_get_life_cycle:
 1028|  1.03k|{
 1029|  1.03k|	coolkey_status_t status;
 1030|  1.03k|	u8 *receive_buf;
 1031|  1.03k|	size_t receive_len;
 1032|  1.03k|	int len;
 1033|       |
 1034|  1.03k|	receive_len = sizeof(*life_cycle);
 1035|  1.03k|	receive_buf = (u8 *)life_cycle;
 1036|  1.03k|	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_LIFE_CYCLE, 0, 0,
  ------------------
  |  |   72|  1.03k|#define COOLKEY_CLASS           0xb0
  ------------------
              	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_LIFE_CYCLE, 0, 0,
  ------------------
  |  |   78|  1.03k|#define COOLKEY_INS_GET_LIFE_CYCLE             0xf2
  ------------------
 1037|  1.03k|			NULL, 0, &receive_buf, &receive_len, NULL, 0);
 1038|  1.03k|	if (len == sizeof(*life_cycle)) {
  ------------------
  |  Branch (1038:6): [True: 958, False: 74]
  ------------------
 1039|    958|		return SC_SUCCESS;
  ------------------
  |  |   28|    958|#define SC_SUCCESS				0
  ------------------
 1040|    958|	}
 1041|       |
 1042|     74|	receive_len = 1;
 1043|     74|	receive_buf = &life_cycle->life_cycle;
 1044|     74|	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_LIFE_CYCLE, 0, 0,
  ------------------
  |  |   72|     74|#define COOLKEY_CLASS           0xb0
  ------------------
              	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_LIFE_CYCLE, 0, 0,
  ------------------
  |  |   78|     74|#define COOLKEY_INS_GET_LIFE_CYCLE             0xf2
  ------------------
 1045|     74|			NULL, 0, &receive_buf, &receive_len, NULL, 0);
 1046|     74|	if (len < 0) { /* Error from the trasmittion */
  ------------------
  |  Branch (1046:6): [True: 51, False: 23]
  ------------------
 1047|     51|		return len;
 1048|     51|	}
 1049|     23|	if (len != 1) { /* The returned data is invalid */
  ------------------
  |  Branch (1049:6): [True: 2, False: 21]
  ------------------
 1050|      2|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      2|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1051|      2|	}
 1052|     21|	receive_len = sizeof(status);
 1053|     21|	receive_buf = (u8 *)&status;
 1054|     21|	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_STATUS, 0, 0,
  ------------------
  |  |   72|     21|#define COOLKEY_CLASS           0xb0
  ------------------
              	len = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_STATUS, 0, 0,
  ------------------
  |  |   79|     21|#define COOLKEY_INS_GET_STATUS                 0x3c
  ------------------
 1055|     21|			NULL, 0, &receive_buf, &receive_len, NULL, 0);
 1056|     21|	if (len < 0) { /* Error from the trasmittion */
  ------------------
  |  Branch (1056:6): [True: 7, False: 14]
  ------------------
 1057|      7|		return len;
 1058|      7|	}
 1059|     14|	if (len != sizeof(status)) { /* The returned data is invalid */
  ------------------
  |  Branch (1059:6): [True: 6, False: 8]
  ------------------
 1060|      6|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      6|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1061|      6|	}
 1062|      8|	life_cycle->protocol_version_major = status.protocol_version_major;
 1063|      8|	life_cycle->protocol_version_minor = status.protocol_version_minor;
 1064|      8|	life_cycle->pin_count = status.pin_count;
 1065|      8|	return SC_SUCCESS;
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
 1066|     14|}
card-coolkey.c:coolkey_list_object:
 2135|  11.1k|{
 2136|  11.1k|	u8 *rbuf = (u8 *) object_info;
 2137|  11.1k|	size_t rbuflen = sizeof(*object_info);
 2138|       |
 2139|  11.1k|	return coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_LIST_OBJECTS, seq, 0,
  ------------------
  |  |   72|  11.1k|#define COOLKEY_CLASS           0xb0
  ------------------
              	return coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_LIST_OBJECTS, seq, 0,
  ------------------
  |  |   81|  11.1k|#define COOLKEY_INS_LIST_OBJECTS               0x58
  ------------------
 2140|  11.1k|			NULL, 0, &rbuf, &rbuflen, NULL, 0);
 2141|       |
 2142|  11.1k|}
card-coolkey.c:coolkey_process_combined_object:
 2000|     47|{
 2001|     47|	coolkey_combined_header_t *header = (coolkey_combined_header_t *)object;
 2002|     47|	unsigned short compressed_offset;
 2003|     47|	unsigned short compressed_length;
 2004|     47|	unsigned short compressed_type;
 2005|     47|	size_t object_offset;
 2006|     47|	unsigned short object_count;
 2007|     47|	coolkey_decompressed_header_t *decompressed_header;
 2008|     47|	u8 *decompressed_object = NULL;
 2009|     47|	size_t decompressed_object_len = 0;
 2010|     47|	int free_decompressed = 0;
 2011|     47|	int i, r;
 2012|       |
 2013|     47|	if (object_length < sizeof(coolkey_combined_header_t)) {
  ------------------
  |  Branch (2013:6): [True: 1, False: 46]
  ------------------
 2014|      1|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      1|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2015|      1|	}
 2016|     46|	compressed_offset = bebytes2ushort(header->compression_offset);
 2017|     46|	compressed_length = bebytes2ushort(header->compression_length);
 2018|     46|	compressed_type   = bebytes2ushort(header->compression_type);
 2019|       |
 2020|     46|	if ((((size_t)compressed_offset) + (size_t)compressed_length) >  object_length) {
  ------------------
  |  Branch (2020:6): [True: 5, False: 41]
  ------------------
 2021|      5|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      5|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2022|      5|	}
 2023|       |
 2024|       |	/* store the CUID */
 2025|     41|	memcpy(&priv->cuid, &header->cuid, sizeof(priv->cuid));
 2026|       |
 2027|     41|	if (compressed_type == COOLKEY_COMPRESSION_ZLIB) {
  ------------------
  |  |  180|     41|#define COOLKEY_COMPRESSION_ZLIB 1
  ------------------
  |  Branch (2027:6): [True: 1, False: 40]
  ------------------
 2028|      1|#ifdef ENABLE_ZLIB
 2029|      1|		r = sc_decompress_alloc(&decompressed_object, &decompressed_object_len, &object[compressed_offset], compressed_length, COMPRESSION_AUTO);
  ------------------
  |  |   26|      1|#define COMPRESSION_AUTO	0
  ------------------
 2030|      1|		if (r)
  ------------------
  |  Branch (2030:7): [True: 1, False: 0]
  ------------------
 2031|      1|			goto done;
 2032|      0|		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|     40|	}  else {
 2038|     40|		decompressed_object =&object[compressed_offset];
 2039|     40|		decompressed_object_len = (size_t) compressed_length;
 2040|     40|	}
 2041|       |
 2042|     40|	decompressed_header = (coolkey_decompressed_header_t *)decompressed_object;
 2043|       |
 2044|     40|	if (decompressed_object_len < sizeof(coolkey_decompressed_header_t)) {
  ------------------
  |  Branch (2044:6): [True: 5, False: 35]
  ------------------
 2045|      5|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      5|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2046|      5|		goto done;
 2047|      5|	}
 2048|     35|	object_offset = bebytes2ushort(decompressed_header->object_offset);
 2049|     35|	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|     35|	if (decompressed_header->token_name_length +
  ------------------
  |  Branch (2057:6): [True: 0, False: 35]
  ------------------
 2058|     35|		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|     35|	if (decompressed_header->token_name_length +
  ------------------
  |  Branch (2063:6): [True: 3, False: 32]
  ------------------
 2064|     35|		offsetof(coolkey_decompressed_header_t, token_name) > object_offset) {
 2065|      3|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      3|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2066|      3|		goto done;
 2067|      3|	}
 2068|       |
 2069|       |	/* store the token name in the priv structure so the emulator can set it */
 2070|     32|	free(priv->token_name);
 2071|     32|	priv->token_name = malloc(decompressed_header->token_name_length+1);
 2072|     32|	if (priv->token_name == NULL) {
  ------------------
  |  Branch (2072:6): [True: 0, False: 32]
  ------------------
 2073|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2074|      0|		goto done;
 2075|      0|	}
 2076|     32|	memcpy(priv->token_name, &decompressed_header->token_name[0],
 2077|     32|							decompressed_header->token_name_length);
 2078|     32|	priv->token_name[decompressed_header->token_name_length] = '\0';
 2079|     32|	priv->token_name_length = decompressed_header->token_name_length;
 2080|       |
 2081|     32|	if (object_count > decompressed_object_len / sizeof(coolkey_combined_object_header_t)) {
  ------------------
  |  Branch (2081:6): [True: 18, False: 14]
  ------------------
 2082|     18|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     18|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2083|     18|		goto done;
 2084|     18|	}
 2085|       |
 2086|     34|	for (i=0; i < object_count; i++) {
  ------------------
  |  Branch (2086:12): [True: 32, False: 2]
  ------------------
 2087|     32|		u8 *current_object = NULL;
 2088|     32|		coolkey_combined_object_header_t *object_header = NULL;
 2089|     32|		unsigned long object_id;
 2090|     32|		int current_object_len;
 2091|       |
 2092|       |		/* Can we read the object header at all? */
 2093|     32|		if ((object_offset + sizeof(coolkey_combined_object_header_t)) > decompressed_object_len) {
  ------------------
  |  Branch (2093:7): [True: 11, False: 21]
  ------------------
 2094|     11|			r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     11|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2095|     11|			goto done;
 2096|     11|		}
 2097|       |
 2098|     21|		current_object = &decompressed_object[object_offset];
 2099|     21|		object_header = (coolkey_combined_object_header_t *)current_object;
 2100|       |
 2101|       |		/* Parse object ID */
 2102|     21|		object_id = bebytes2ulong(object_header->object_id);
 2103|       |
 2104|       |		/* figure out how big it is */
 2105|     21|		r = coolkey_v1_get_object_length(current_object, decompressed_object_len-object_offset);
 2106|     21|		if (r < 0) {
  ------------------
  |  Branch (2106:7): [True: 0, False: 21]
  ------------------
 2107|      0|			goto done;
 2108|      0|		}
 2109|     21|		if ((size_t)r + object_offset > decompressed_object_len) {
  ------------------
  |  Branch (2109:7): [True: 0, False: 21]
  ------------------
 2110|      0|			r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|      0|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 2111|      0|			goto done;
 2112|      0|		}
 2113|     21|		current_object_len = r;
 2114|     21|		object_offset += current_object_len;
 2115|       |
 2116|       |		/* record this object */
 2117|     21|		sc_log(card->ctx, "Add new object id=%ld", object_id);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2118|     21|		r = coolkey_add_object(priv, object_id, current_object, current_object_len, 1);
 2119|     21|		if (r) {
  ------------------
  |  Branch (2119:7): [True: 1, False: 20]
  ------------------
 2120|      1|			goto done;
 2121|      1|		}
 2122|       |
 2123|     21|	}
 2124|      2|	r = SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
 2125|       |
 2126|     41|done:
 2127|     41|	if (free_decompressed) {
  ------------------
  |  Branch (2127:6): [True: 0, False: 41]
  ------------------
 2128|      0|		free(decompressed_object);
 2129|      0|	}
 2130|     41|	return r;
 2131|      2|}
card-coolkey.c:coolkey_v1_get_object_length:
  706|     21|{
  707|     21|	coolkey_combined_object_header_t *object_head = (coolkey_combined_object_header_t *) obj;
  708|     21|	int attribute_count;
  709|     21|	u8 *current_attribute;
  710|     21|	int j;
  711|     21|	size_t len;
  712|       |
  713|     21|	len = sizeof(coolkey_combined_object_header_t);
  714|     21|	if (buf_len <= len) {
  ------------------
  |  Branch (714:6): [True: 1, False: 20]
  ------------------
  715|      1|		return (int)buf_len;
  716|      1|	}
  717|     20|	attribute_count = bebytes2ushort(object_head->attribute_count);
  718|     20|	buf_len -= len;
  719|       |
  720|  70.3k|	for (current_attribute = obj + len, j = 0; j < attribute_count; j++) {
  ------------------
  |  Branch (720:45): [True: 70.3k, False: 20]
  ------------------
  721|  70.3k|		size_t attribute_len = coolkey_v1_get_attribute_record_len(current_attribute, buf_len);
  722|       |
  723|  70.3k|		len += attribute_len;
  724|  70.3k|		current_attribute += attribute_len;
  725|  70.3k|		buf_len -= attribute_len;
  726|  70.3k|	}
  727|     20|	return (int)len;
  728|     21|}
card-coolkey.c:coolkey_add_object:
 1959|  10.1k|{
 1960|  10.1k|	sc_cardctl_coolkey_object_t new_object;
 1961|  10.1k|	int r;
 1962|       |
 1963|  10.1k|	memset(&new_object, 0, sizeof(new_object));
 1964|  10.1k|	new_object.path = coolkey_template_path;
 1965|  10.1k|	new_object.path.len = 4;
 1966|  10.1k|	ulong2bebytes(new_object.path.value, object_id);
 1967|  10.1k|	new_object.id = object_id;
 1968|  10.1k|	new_object.length = object_length;
 1969|       |
 1970|       |	/* The object ID needs to be unique */
 1971|  10.1k|	if (coolkey_find_object_by_id(&priv->objects_list, object_id) != NULL) {
  ------------------
  |  Branch (1971:6): [True: 4.12k, False: 6.06k]
  ------------------
 1972|  4.12k|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  4.12k|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1973|  4.12k|	}
 1974|       |
 1975|  6.06k|	if (object_data) {
  ------------------
  |  Branch (1975:6): [True: 20, False: 6.04k]
  ------------------
 1976|     20|		new_object.data = malloc(object_length + add_v1_record);
 1977|     20|		if (new_object.data == NULL) {
  ------------------
  |  Branch (1977:7): [True: 0, False: 20]
  ------------------
 1978|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1979|      0|		}
 1980|     20|		if (add_v1_record) {
  ------------------
  |  Branch (1980:7): [True: 20, False: 0]
  ------------------
 1981|     20|			new_object.data[0] = COOLKEY_V1_OBJECT;
  ------------------
  |  |  229|     20|#define COOLKEY_V1_OBJECT 1
  ------------------
 1982|     20|			new_object.length++;
 1983|     20|		}
 1984|     20|		memcpy(&new_object.data[add_v1_record], object_data, object_length);
 1985|     20|	}
 1986|       |
 1987|  6.06k|	r = coolkey_add_object_to_list(&priv->objects_list, &new_object);
 1988|  6.06k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  6.06k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1988:6): [True: 0, False: 6.06k]
  ------------------
 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|  6.06k|	return r;
 1995|  6.06k|}
card-coolkey.c:coolkey_add_object_to_list:
  816|  6.06k|{
  817|  6.06k|	if (list_append(list, object) < 0)
  ------------------
  |  Branch (817:6): [True: 0, False: 6.06k]
  ------------------
  818|      0|		return SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|      0|#define SC_ERROR_UNKNOWN			-1900
  ------------------
  819|  6.06k|	return SC_SUCCESS;
  ------------------
  |  |   28|  6.06k|#define SC_SUCCESS				0
  ------------------
  820|  6.06k|}
card-coolkey.c:coolkey_make_cuid_from_cplc:
 1078|    700|{
 1079|    700|	cuid->ic_fabricator[0]    = cplc_data->ic_fabricator[0];
 1080|    700|	cuid->ic_fabricator[1]    = cplc_data->ic_fabricator[1];
 1081|    700|	cuid->ic_type[0]          = cplc_data->ic_type[0];
 1082|    700|	cuid->ic_type[1]          = cplc_data->ic_type[1];
 1083|    700|	cuid->ic_batch[0]         = cplc_data->ic_batch[0];
 1084|    700|	cuid->ic_batch[1]         = cplc_data->ic_batch[1];
 1085|    700|	cuid->ic_serial_number[0] = cplc_data->ic_serial_number[0];
 1086|    700|	cuid->ic_serial_number[1] = cplc_data->ic_serial_number[1];
 1087|    700|	cuid->ic_serial_number[2] = cplc_data->ic_serial_number[2];
 1088|    700|	cuid->ic_serial_number[3] = cplc_data->ic_serial_number[3];
 1089|    700|}
card-coolkey.c:coolkey_free_private_data:
  793|  1.03k|{
  794|  1.03k|	list_t *l = &priv->objects_list;
  795|  1.03k|	sc_cardctl_coolkey_object_t *o;
  796|       |
  797|       |	/* Clean up the allocated memory in the items */
  798|  1.03k|	list_iterator_start(l);
  799|  7.09k|	while (list_iterator_hasnext(l)) {
  ------------------
  |  Branch (799:9): [True: 6.06k, False: 1.03k]
  ------------------
  800|  6.06k|		o = (sc_cardctl_coolkey_object_t *)list_iterator_next(l);
  801|  6.06k|		free(o->data);
  802|  6.06k|		o->data = NULL;
  803|  6.06k|	}
  804|  1.03k|	list_iterator_stop(l);
  805|       |
  806|  1.03k|	list_destroy(&priv->objects_list);
  807|  1.03k|	free(priv->token_name);
  808|  1.03k|	free(priv);
  809|  1.03k|	return;
  810|  1.03k|}
card-coolkey.c:coolkey_finish:
 1947|    700|{
 1948|    700|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    700|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1949|       |
 1950|    700|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    700|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    700|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    700|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 700]
  |  |  ------------------
  ------------------
 1951|    700|	if (priv) {
  ------------------
  |  Branch (1951:6): [True: 700, False: 0]
  ------------------
 1952|    700|		coolkey_free_private_data(priv);
 1953|    700|	}
 1954|    700|	return SC_SUCCESS;
  ------------------
  |  |   28|    700|#define SC_SUCCESS				0
  ------------------
 1955|    700|}
card-coolkey.c:coolkey_select_file:
 1900|  2.10k|{
 1901|  2.10k|	int r;
 1902|  2.10k|	struct sc_file *file = NULL;
 1903|  2.10k|	coolkey_private_data_t *priv;
 1904|  2.10k|	unsigned long object_id;
 1905|       |
 1906|  2.10k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (1906:6): [True: 0, False: 2.10k]
  |  Branch (1906:22): [True: 0, False: 2.10k]
  ------------------
 1907|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1908|       |
 1909|  2.10k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  2.10k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  2.10k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  2.10k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2.10k]
  |  |  ------------------
  ------------------
 1910|       |
 1911|  2.10k|	priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  2.10k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1912|       |
 1913|  2.10k|	if (in_path->len != 4) {
  ------------------
  |  Branch (1913:6): [True: 1, False: 2.10k]
  ------------------
 1914|      1|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|      1|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1915|      1|	}
 1916|  2.10k|	r = coolkey_select_applet(card);
 1917|  2.10k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  2.10k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1917:6): [True: 1.43k, False: 663]
  ------------------
 1918|  1.43k|		return r;
 1919|  1.43k|	}
 1920|    663|	object_id = bebytes2ulong(in_path->value);
 1921|    663|	priv->obj = coolkey_find_object_by_id(&priv->objects_list, object_id);
 1922|    663|	if (priv->obj == NULL) {
  ------------------
  |  Branch (1922:6): [True: 640, False: 23]
  ------------------
 1923|    640|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|    640|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1924|    640|	}
 1925|       |
 1926|     23|	priv->key_id = COOLKEY_INVALID_KEY;
  ------------------
  |  |  110|     23|#define COOLKEY_INVALID_KEY        0xff00
  ------------------
 1927|     23|	if (coolkey_class(object_id) == COOLKEY_KEY_CLASS) {
  ------------------
  |  |  111|     23|#define COOLKEY_KEY_CLASS			'k'
  ------------------
  |  Branch (1927:6): [True: 0, False: 23]
  ------------------
 1928|      0|		priv->key_id = coolkey_get_key_id(object_id);
 1929|      0|	}
 1930|     23|	if (file_out) {
  ------------------
  |  Branch (1930:6): [True: 22, False: 1]
  ------------------
 1931|     22|		file = sc_file_new();
 1932|     22|		if (file == NULL)
  ------------------
  |  Branch (1932:7): [True: 0, False: 22]
  ------------------
 1933|     22|			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|     22|		file->path = *in_path;
 1935|       |		/* this could be like the FCI */
 1936|     22|		file->type =  SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|     22|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 1937|     22|		file->shareable = 0;
 1938|     22|		file->ef_structure = 0;
 1939|     22|		file->size = priv->obj->length;
 1940|     22|		*file_out = file;
 1941|     22|	}
 1942|       |
 1943|     23|	return SC_SUCCESS;
  ------------------
  |  |   28|     23|#define SC_SUCCESS				0
  ------------------
 1944|     23|}
card-coolkey.c:coolkey_class:
 1873|     23|static u8 coolkey_class(unsigned long object_id) {
 1874|     23|	return (object_id >> 24) & 0xff;
 1875|     23|}
card-coolkey.c:coolkey_get_challenge:
 1611|    661|{
 1612|    661|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    661|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    661|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    661|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    661|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 661]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1613|       |
 1614|    661|	if (len > COOLKEY_MAX_CHUNK_SIZE)
  ------------------
  |  |   68|    661|#define COOLKEY_MAX_CHUNK_SIZE 240 /* must be less than 255-8 */
  ------------------
  |  Branch (1614:6): [True: 44, False: 617]
  ------------------
 1615|     44|		len = COOLKEY_MAX_CHUNK_SIZE;
  ------------------
  |  |   68|     44|#define COOLKEY_MAX_CHUNK_SIZE 240 /* must be less than 255-8 */
  ------------------
 1616|       |
 1617|    661|	LOG_TEST_RET(card->ctx,
  ------------------
  |  |  174|    661|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    661|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    661|	int _ret = (r); \
  |  |  |  |  168|    661|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 268, False: 393]
  |  |  |  |  ------------------
  |  |  |  |  169|    268|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    268|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    268|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    268|		return _ret; \
  |  |  |  |  172|    268|	} \
  |  |  |  |  173|    661|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 393]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1618|    393|			coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_GET_RANDOM, 0, 0,
 1619|    393|				NULL, 0, &rnd, &len,  NULL, 0),
 1620|    393|			"Could not get challenge");
 1621|       |
 1622|    393|	LOG_FUNC_RETURN(card->ctx, (int) len);
  ------------------
  |  |  164|    393|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    393|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    393|	int _ret = r; \
  |  |  |  |  155|    393|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1, False: 392]
  |  |  |  |  ------------------
  |  |  |  |  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|    392|	} else { \
  |  |  |  |  159|    392|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    392|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    392|	} \
  |  |  |  |  162|    393|	return _ret; \
  |  |  |  |  163|    393|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1623|    393|}
card-coolkey.c:coolkey_read_binary:
 1180|    349|{
 1181|    349|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    349|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1182|    349|	int r = 0;
 1183|    349|	size_t len;
 1184|    349|	u8 *data = NULL;
 1185|       |
 1186|    349|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    349|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    349|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    349|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 349]
  |  |  ------------------
  ------------------
 1187|    349|	if (idx > priv->obj->length) {
  ------------------
  |  Branch (1187:6): [True: 0, False: 349]
  ------------------
 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|    349|	if (priv->obj->data) {
  ------------------
  |  Branch (1192:6): [True: 328, False: 21]
  ------------------
 1193|    328|		sc_log(card->ctx, "returning cached value idx=%u count=%zu", idx, count);
  ------------------
  |  |   71|    328|#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|    328|		len = MIN(count, priv->obj->length-idx);
  ------------------
  |  |   70|    328|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 316, False: 12]
  |  |  ------------------
  ------------------
 1195|    328|		memcpy(buf, &priv->obj->data[idx], len);
 1196|    328|		LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  164|    328|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    328|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    328|	int _ret = r; \
  |  |  |  |  155|    328|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 328]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    328|	} else { \
  |  |  |  |  159|    328|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    328|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    328|	} \
  |  |  |  |  162|    328|	return _ret; \
  |  |  |  |  163|    328|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1197|    328|	}
 1198|       |
 1199|     21|	sc_log(card->ctx, "clearing cache idx=%u count=%zu", idx, count);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1200|       |
 1201|     21|	data = malloc(priv->obj->length);
 1202|     21|	if (data == NULL) {
  ------------------
  |  Branch (1202:6): [True: 0, False: 21]
  ------------------
 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|     21|	r = coolkey_read_object(card, priv->obj->id, 0, data, priv->obj->length,
 1209|     21|		priv->nonce, sizeof(priv->nonce));
 1210|     21|	if (r < 0)
  ------------------
  |  Branch (1210:6): [True: 8, False: 13]
  ------------------
 1211|      8|		goto done;
 1212|       |
 1213|     13|	if ((size_t) r != priv->obj->length) {
  ------------------
  |  Branch (1213:6): [True: 0, False: 13]
  ------------------
 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|     13|	len = MIN(count, priv->obj->length-idx);
  ------------------
  |  |   70|     13|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 12, False: 1]
  |  |  ------------------
  ------------------
 1220|     13|	memcpy(buf, &data[idx], len);
 1221|     13|	r = (int)len;
 1222|       |	/* cache the data in the object */
 1223|     13|	priv->obj->data=data;
 1224|     13|	data = NULL;
 1225|       |
 1226|     21|done:
 1227|     21|	if (data)
  ------------------
  |  Branch (1227:6): [True: 8, False: 13]
  ------------------
 1228|      8|		free(data);
 1229|     21|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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: 8, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  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|     13|	} else { \
  |  |  |  |  159|     13|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     13|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     13|	} \
  |  |  |  |  162|     21|	return _ret; \
  |  |  |  |  163|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1230|     21|}
card-coolkey.c:coolkey_card_ctl:
 1581|  60.5k|{
 1582|  60.5k|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  60.5k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1583|       |
 1584|  60.5k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  60.5k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  60.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  60.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  60.5k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 60.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1585|  60.5k|	sc_log(card->ctx, "cmd=%ld ptr=%p", cmd, ptr);
  ------------------
  |  |   71|  60.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__
  |  |  ------------------
  ------------------
 1586|       |
 1587|  60.5k|	if (priv == NULL) {
  ------------------
  |  Branch (1587:6): [True: 0, False: 60.5k]
  ------------------
 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|  60.5k|	switch(cmd) {
  ------------------
  |  Branch (1590:9): [True: 59.8k, False: 706]
  ------------------
 1591|      1|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1591:3): [True: 1, False: 60.5k]
  ------------------
 1592|      1|			return coolkey_get_serial_nr_from_CUID(card, (sc_serial_number_t *) ptr);
 1593|    700|		case SC_CARDCTL_COOLKEY_GET_TOKEN_INFO:
  ------------------
  |  Branch (1593:3): [True: 700, False: 59.8k]
  ------------------
 1594|    700|			return coolkey_get_token_info(card, (sc_pkcs15_tokeninfo_t *) ptr);
 1595|  2.55k|		case SC_CARDCTL_COOLKEY_FIND_OBJECT:
  ------------------
  |  Branch (1595:3): [True: 2.55k, False: 58.0k]
  ------------------
 1596|  2.55k|			return coolkey_find_object(card, (sc_cardctl_coolkey_find_object_t *)ptr);
 1597|    700|		case SC_CARDCTL_COOLKEY_INIT_GET_OBJECTS:
  ------------------
  |  Branch (1597:3): [True: 700, False: 59.8k]
  ------------------
 1598|    700|			return coolkey_get_init_and_get_count(&priv->objects_list, (int *)ptr);
 1599|  5.58k|		case SC_CARDCTL_COOLKEY_GET_NEXT_OBJECT:
  ------------------
  |  Branch (1599:3): [True: 5.58k, False: 55.0k]
  ------------------
 1600|  5.58k|			return coolkey_fetch_object(&priv->objects_list, (sc_cardctl_coolkey_object_t *)ptr);
 1601|    700|		case SC_CARDCTL_COOLKEY_FINAL_GET_OBJECTS:
  ------------------
  |  Branch (1601:3): [True: 700, False: 59.8k]
  ------------------
 1602|    700|			return coolkey_final_iterator(&priv->objects_list);
 1603|  49.6k|		case SC_CARDCTL_COOLKEY_GET_ATTRIBUTE:
  ------------------
  |  Branch (1603:3): [True: 49.6k, False: 10.9k]
  ------------------
 1604|  49.6k|			return coolkey_find_attribute(card,(sc_cardctl_coolkey_attribute_t *)ptr);
 1605|  60.5k|	}
 1606|       |
 1607|    706|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    706|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    706|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    706|	int _ret = r; \
  |  |  |  |  155|    706|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 706, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    706|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    706|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 706, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    706|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    706|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    706|	return _ret; \
  |  |  |  |  163|    706|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1608|    706|}
card-coolkey.c:coolkey_get_serial_nr_from_CUID:
 1353|      1|{
 1354|      1|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|      1|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1355|       |
 1356|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1357|      1|	memcpy(serial->value, &priv->cuid, sizeof(priv->cuid));
 1358|      1|	serial->len = sizeof(priv->cuid);
 1359|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1360|      1|}
card-coolkey.c:coolkey_get_token_info:
 1326|    700|{
 1327|    700|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    700|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1328|    700|	char *label = NULL;
 1329|    700|	char *manufacturer_id = NULL;
 1330|    700|	char *serial_number = NULL;
 1331|       |
 1332|    700|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    700|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    700|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    700|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    700|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 700]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1333|    700|	label = strdup((char *)priv->token_name);
 1334|    700|	manufacturer_id = coolkey_get_manufacturer(&priv->cuid);
 1335|    700|	serial_number = coolkey_cuid_to_string(&priv->cuid);
 1336|       |
 1337|    700|	if (label && manufacturer_id && serial_number) {
  ------------------
  |  Branch (1337:6): [True: 700, False: 0]
  |  Branch (1337:15): [True: 700, False: 0]
  |  Branch (1337:34): [True: 700, False: 0]
  ------------------
 1338|    700|		free(token_info->label);
 1339|    700|		token_info->label = label;
 1340|    700|		free(token_info->manufacturer_id);
 1341|    700|		token_info->manufacturer_id = manufacturer_id;
 1342|    700|		free(token_info->serial_number);
 1343|    700|		token_info->serial_number = serial_number;
 1344|    700|		return SC_SUCCESS;
  ------------------
  |  |   28|    700|#define SC_SUCCESS				0
  ------------------
 1345|    700|	}
 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|    700|}
card-coolkey.c:coolkey_get_manufacturer:
 1297|    700|{
 1298|    700|	unsigned short fabricator = bebytes2ushort(cuid->ic_fabricator);
 1299|    700|	int i;
 1300|    700|	char *buf;
 1301|    700|	const char *manufacturer_string = "%04x Unknown";
 1302|    700|	size_t len;
 1303|    700|	int r;
 1304|       |
 1305|  4.19k|	for (i=0; i < manufacturer_list_count; i++) {
  ------------------
  |  Branch (1305:12): [True: 3.49k, False: 698]
  ------------------
 1306|  3.49k|		if (manufacturer_list[i].id == fabricator) {
  ------------------
  |  Branch (1306:7): [True: 2, False: 3.49k]
  ------------------
 1307|      2|			manufacturer_string = manufacturer_list[i].string;
 1308|      2|			break;
 1309|      2|		}
 1310|  3.49k|	}
 1311|    700|	len = strlen(manufacturer_string)+1;
 1312|    700|	buf= malloc(len);
 1313|    700|	if (buf == NULL) {
  ------------------
  |  Branch (1313:6): [True: 0, False: 700]
  ------------------
 1314|      0|		return NULL;
 1315|      0|	}
 1316|    700|	r = snprintf(buf, len, manufacturer_string, fabricator);
 1317|    700|	if (r < 0) {
  ------------------
  |  Branch (1317:6): [True: 0, False: 700]
  ------------------
 1318|      0|		free(buf);
 1319|      0|		return NULL;
 1320|      0|	}
 1321|    700|	return buf;
 1322|    700|}
card-coolkey.c:coolkey_cuid_to_string:
 1272|    700|{
 1273|    700|	char *buf;
 1274|    700|	size_t len = sizeof(coolkey_cuid_t)*2 + 1;
 1275|    700|	buf = malloc(len);
 1276|    700|	if (buf == NULL) {
  ------------------
  |  Branch (1276:6): [True: 0, False: 700]
  ------------------
 1277|      0|		return NULL;
 1278|      0|	}
 1279|    700|	sc_bin_to_hex((u8 *)cuid, sizeof(*cuid), buf, len, 0);
 1280|    700|	return buf;
 1281|    700|}
card-coolkey.c:coolkey_find_object:
 1552|  2.55k|{
 1553|  2.55k|	sc_cardctl_coolkey_object_t *obj = NULL;
 1554|  2.55k|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|  2.55k|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 1555|  2.55k|	int r;
 1556|       |
 1557|  2.55k|	switch (fobj->type) {
 1558|    671|	case SC_CARDCTL_COOLKEY_FIND_BY_ID:
  ------------------
  |  | 1072|    671|#define SC_CARDCTL_COOLKEY_FIND_BY_ID       0
  ------------------
  |  Branch (1558:2): [True: 671, False: 1.88k]
  ------------------
 1559|    671|		obj = coolkey_find_object_by_id(&priv->objects_list, fobj->find_id);
 1560|    671|		break;
 1561|  1.88k|	case SC_CARDCTL_COOLKEY_FIND_BY_TEMPLATE:
  ------------------
  |  | 1073|  1.88k|#define SC_CARDCTL_COOLKEY_FIND_BY_TEMPLATE 1
  ------------------
  |  Branch (1561:2): [True: 1.88k, False: 671]
  ------------------
 1562|  1.88k|		obj = coolkey_find_object_by_template(card, fobj->coolkey_template, fobj->template_count);
 1563|  1.88k|		break;
 1564|      0|	default:
  ------------------
  |  Branch (1564:2): [True: 0, False: 2.55k]
  ------------------
 1565|      0|		break;
 1566|  2.55k|	}
 1567|  2.55k|	if (obj == NULL) {
  ------------------
  |  Branch (1567:6): [True: 1.38k, False: 1.17k]
  ------------------
 1568|  1.38k|		return SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|  1.38k|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
 1569|  1.38k|	}
 1570|  1.17k|	if (obj->data == NULL) {
  ------------------
  |  Branch (1570:6): [True: 40, False: 1.13k]
  ------------------
 1571|     40|		r = coolkey_fill_object(card, obj);
 1572|     40|		if (r < 0) {
  ------------------
  |  Branch (1572:7): [True: 22, False: 18]
  ------------------
 1573|     22|			return r;
 1574|     22|		}
 1575|     40|	}
 1576|  1.15k|	fobj->obj = obj;
 1577|  1.15k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.15k|#define SC_SUCCESS				0
  ------------------
 1578|  1.17k|}
card-coolkey.c:coolkey_get_init_and_get_count:
 1245|    700|{
 1246|    700|	*countp = list_size(list);
 1247|    700|	list_iterator_start(list);
 1248|    700|	return SC_SUCCESS;
  ------------------
  |  |   28|    700|#define SC_SUCCESS				0
  ------------------
 1249|    700|}
card-coolkey.c:coolkey_fetch_object:
 1253|  5.58k|{
 1254|  5.58k|	sc_cardctl_coolkey_object_t *ptr;
 1255|  5.58k|	if (!list_iterator_hasnext(list)) {
  ------------------
  |  Branch (1255:6): [True: 0, False: 5.58k]
  ------------------
 1256|      0|		return SC_ERROR_FILE_END_REACHED;
  ------------------
  |  |   69|      0|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
 1257|      0|	}
 1258|       |
 1259|  5.58k|	ptr = list_iterator_next(list);
 1260|  5.58k|	*coolkey_obj = *ptr;
 1261|  5.58k|	return SC_SUCCESS;
  ------------------
  |  |   28|  5.58k|#define SC_SUCCESS				0
  ------------------
 1262|  5.58k|}
card-coolkey.c:coolkey_final_iterator:
 1266|    700|{
 1267|    700|	list_iterator_stop(list);
 1268|    700|	return SC_SUCCESS;
  ------------------
  |  |   28|    700|#define SC_SUCCESS				0
  ------------------
 1269|    700|}
card-coolkey.c:coolkey_check_sw:
  876|  56.3k|{
  877|  56.3k|	sc_log(card->ctx,
  ------------------
  |  |   71|  56.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__
  |  |  ------------------
  ------------------
  878|  56.3k|		"sw1 = 0x%02x, sw2 = 0x%02x\n", sw1, sw2);
  879|       |
  880|  56.3k|	if (sw1 == 0x90 && sw2 == 0x00)
  ------------------
  |  Branch (880:6): [True: 22.7k, False: 33.5k]
  |  Branch (880:21): [True: 21.6k, False: 1.14k]
  ------------------
  881|  21.6k|		return SC_SUCCESS;
  ------------------
  |  |   28|  21.6k|#define SC_SUCCESS				0
  ------------------
  882|       |
  883|  34.7k|	if (sw1 == 0x9c) {
  ------------------
  |  Branch (883:6): [True: 81, False: 34.6k]
  ------------------
  884|     81|		if (sw2 == 0xff) {
  ------------------
  |  Branch (884:7): [True: 12, False: 69]
  ------------------
  885|       |			/* shouldn't happen on a production applet, 0x9cff is a debugging error code */
  886|     12|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     12|#define SC_ERROR_INTERNAL			-1400
  ------------------
  887|     12|		}
  888|     69|		if (sw2 >= coolkey_number_of_error_codes) {
  ------------------
  |  Branch (888:7): [True: 28, False: 41]
  ------------------
  889|     28|			return SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|     28|#define SC_ERROR_UNKNOWN			-1900
  ------------------
  890|     28|		}
  891|     41|		return coolkey_error_codes[sw2].sc_error;
  892|     69|	}
  893|       |
  894|       |	/* iso error */
  895|  34.6k|        return sc_get_iso7816_driver()->ops->check_sw(card, sw1, sw2);
  896|  34.7k|}
card-coolkey.c:coolkey_pin_cmd:
 2349|    201|{
 2350|    201|	int r;
 2351|    201|	coolkey_private_data_t * priv = COOLKEY_DATA(card);
  ------------------
  |  |  753|    201|#define COOLKEY_DATA(card) ((coolkey_private_data_t*)card->drv_data)
  ------------------
 2352|    201|	size_t rbuflen;
 2353|    201|	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|    201|	switch (data->cmd) {
 2361|    193|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|    193|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (2361:2): [True: 193, False: 8]
  ------------------
 2362|    193|		if (priv->nonce_valid) {
  ------------------
  |  Branch (2362:7): [True: 0, False: 193]
  ------------------
 2363|      0|			data->pin1.logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|      0|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 2364|    193|		} else {
 2365|    193|			data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|    193|#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|    193|			data->pin1.tries_left = 0xf;
 2370|    193|		}
 2371|    193|		r = SC_SUCCESS;
  ------------------
  |  |   28|    193|#define SC_SUCCESS				0
  ------------------
 2372|    193|		break;
 2373|       |
 2374|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (2374:2): [True: 0, False: 201]
  ------------------
 2375|      2|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|      2|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (2375:2): [True: 2, False: 199]
  ------------------
 2376|       |		/* these 2 commands are currently reserved for TPS */
 2377|      2|	default:
  ------------------
  |  Branch (2377:2): [True: 0, False: 201]
  ------------------
 2378|      2|		r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      2|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2379|      2|		break;
 2380|      6|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|      6|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (2380:2): [True: 6, False: 195]
  ------------------
 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|      6|		rbuflen = sizeof(priv->nonce);
 2386|      6|		rbuf = &priv->nonce[0];
 2387|      6|		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_VERIFY_PIN,
  ------------------
  |  |   72|      6|#define COOLKEY_CLASS           0xb0
  ------------------
              		r = coolkey_apdu_io(card, COOLKEY_CLASS, COOLKEY_INS_VERIFY_PIN,
  ------------------
  |  |   80|      6|#define COOLKEY_INS_VERIFY_PIN                 0x42
  ------------------
 2388|      6|			data->pin_reference, 0, data->pin1.data, data->pin1.len,
 2389|      6|			&rbuf, &rbuflen, NULL, 0);
 2390|      6|		if (r < 0) {
  ------------------
  |  Branch (2390:7): [True: 5, False: 1]
  ------------------
 2391|      5|			break;
 2392|      5|		}
 2393|      1|		priv->nonce_valid = 1;
 2394|      1|		r = SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
 2395|    201|	}
 2396|    201|	return r;
 2397|    201|}
card-coolkey.c:coolkey_card_reader_lock_obtained:
 2418|  25.6k|{
 2419|  25.6k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  25.6k|#define SC_SUCCESS				0
  ------------------
 2420|       |
 2421|  25.6k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  25.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  25.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  25.6k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 25.6k]
  |  |  ------------------
  ------------------
 2422|       |
 2423|  25.6k|	if (was_reset > 0) {
  ------------------
  |  Branch (2423:6): [True: 0, False: 25.6k]
  ------------------
 2424|      0|		r = coolkey_select_applet(card);
 2425|      0|	}
 2426|       |
 2427|  25.6k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  25.6k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  25.6k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  25.6k|	int _ret = r; \
  |  |  |  |  155|  25.6k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 25.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  25.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 25.6k]
  |  |  |  |  ------------------
  |  |  |  |  157|  25.6k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  25.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|  25.6k|	return _ret; \
  |  |  |  |  163|  25.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2428|  25.6k|}

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

dnie_match_card:
  738|  22.6k|{
  739|  22.6k|	int result = 0;
  740|  22.6k|	int matched = -1;
  741|  22.6k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  22.6k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  22.6k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  22.6k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  22.6k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 22.6k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|  22.6k|	matched = _sc_match_atr(card, dnie_atrs, &card->type);
  743|  22.6k|	result = (matched >= 0) ? 1 : 0;
  ------------------
  |  Branch (743:11): [True: 1.95k, False: 20.6k]
  ------------------
  744|  22.6k|	LOG_FUNC_RETURN(card->ctx, result);
  ------------------
  |  |  164|  22.6k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  22.6k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  22.6k|	int _ret = r; \
  |  |  |  |  155|  22.6k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 20.6k, False: 1.95k]
  |  |  |  |  ------------------
  |  |  |  |  156|  20.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 20.6k]
  |  |  |  |  ------------------
  |  |  |  |  157|  20.6k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  20.6k|	} else { \
  |  |  |  |  159|  1.95k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.95k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.95k|	} \
  |  |  |  |  162|  22.6k|	return _ret; \
  |  |  |  |  163|  22.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  745|  22.6k|}
sc_get_dnie_driver:
 2301|  16.2k|{
 2302|  16.2k|	return get_dnie_driver();
 2303|  16.2k|}
card-dnie.c:get_dnie_driver:
 2238|  16.2k|{
 2239|  16.2k|	sc_card_driver_t *iso_drv = sc_get_iso7816_driver();
 2240|       |
 2241|       |	/* memcpy() from standard iso7816 declared operations */
 2242|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2242:6): [True: 1, False: 16.2k]
  ------------------
 2243|      1|		iso_ops = iso_drv->ops;
 2244|  16.2k|	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.2k|	dnie_ops.match_card	= dnie_match_card;
 2252|  16.2k|	dnie_ops.init		= dnie_init;
 2253|  16.2k|	dnie_ops.finish		= dnie_finish;
 2254|       |
 2255|       |	/* iso7816-4 functions */
 2256|  16.2k|	dnie_ops.read_binary	= dnie_read_binary;
 2257|  16.2k|	dnie_ops.write_binary	= NULL;
 2258|  16.2k|	dnie_ops.update_binary	= NULL;
 2259|  16.2k|	dnie_ops.erase_binary	= NULL;
 2260|  16.2k|	dnie_ops.read_record	= NULL;
 2261|  16.2k|	dnie_ops.write_record	= NULL;
 2262|  16.2k|	dnie_ops.append_record	= NULL;
 2263|  16.2k|	dnie_ops.update_record	= NULL;
 2264|  16.2k|	dnie_ops.select_file	= dnie_select_file;
 2265|  16.2k|	dnie_ops.get_challenge	= dnie_get_challenge;
 2266|       |
 2267|       |	/* iso7816-8 functions */
 2268|  16.2k|	dnie_ops.verify		= NULL;
 2269|  16.2k|	dnie_ops.logout		= dnie_logout;
 2270|       |	/* dnie_ops.restore_security_env */
 2271|  16.2k|	dnie_ops.set_security_env = dnie_set_security_env;
 2272|  16.2k|	dnie_ops.decipher	= dnie_decipher;
 2273|  16.2k|	dnie_ops.compute_signature = dnie_compute_signature;
 2274|  16.2k|	dnie_ops.change_reference_data = NULL;
 2275|  16.2k|	dnie_ops.reset_retry_counter = NULL;
 2276|       |
 2277|       |	/* iso7816-9 functions */
 2278|  16.2k|	dnie_ops.create_file	= NULL;
 2279|  16.2k|	dnie_ops.delete_file	= NULL;
 2280|  16.2k|	dnie_ops.list_files	= dnie_list_files;
 2281|  16.2k|	dnie_ops.check_sw	= dnie_check_sw;
 2282|  16.2k|	dnie_ops.card_ctl	= dnie_card_ctl;
 2283|  16.2k|	dnie_ops.process_fci	= dnie_process_fci;
 2284|       |	/* dnie_ops.construct_fci */
 2285|  16.2k|	dnie_ops.pin_cmd	= dnie_pin_cmd;
 2286|  16.2k|	dnie_ops.get_data	= NULL;
 2287|  16.2k|	dnie_ops.put_data	= NULL;
 2288|  16.2k|	dnie_ops.delete_record	= NULL;
 2289|       |
 2290|  16.2k|	return &dnie_driver;
 2291|  16.2k|}
card-dnie.c:dnie_init:
  829|    573|{
  830|    573|	int res = SC_SUCCESS;
  ------------------
  |  |   28|    573|#define SC_SUCCESS				0
  ------------------
  831|    573|	sc_context_t *ctx = card->ctx;
  832|    573|	cwa_provider_t *provider = NULL;
  833|       |
  834|    573|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    573|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    573|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    573|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    573|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 573]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  835|       |
  836|       |	/* if recognized as terminated DNIe card, return error */
  837|    573|	if (card->type == SC_CARD_TYPE_DNIE_TERMINATED)
  ------------------
  |  Branch (837:6): [True: 5, False: 568]
  ------------------
  838|    573|	    LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_CARD, "DNIe card is terminated.");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  839|       |
  840|       |	/* create and initialize cwa-dnie provider*/
  841|    568|	provider = dnie_get_cwa_provider(card);
  842|    568|	if (!provider)
  ------------------
  |  Branch (842:6): [True: 0, False: 568]
  ------------------
  843|    568|	    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|    568|	memset(&(card->sm_ctx), 0, sizeof(sm_context_t));
  847|    568|	card->sm_ctx.ops.get_sm_apdu = dnie_sm_get_wrapped_apdu;
  848|    568|	card->sm_ctx.ops.free_sm_apdu = dnie_sm_free_wrapped_apdu;
  849|    568|	card->sm_ctx.sm_mode = SM_MODE_NONE;
  ------------------
  |  |   43|    568|#define SM_MODE_NONE		0x0
  ------------------
  850|       |
  851|    568|	res = cwa_create_secure_channel(card, provider, CWA_SM_OFF);
  ------------------
  |  |   31|    568|#define CWA_SM_OFF        0x00	/** Disable SM channel */
  ------------------
  852|    568|	if (res < 0)
  ------------------
  |  Branch (852:6): [True: 26, False: 542]
  ------------------
  853|     26|		free(provider);
  854|    568|	LOG_TEST_RET(card->ctx, res, "Failure resetting CWA secure channel.");
  ------------------
  |  |  174|    568|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    568|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    568|	int _ret = (r); \
  |  |  |  |  168|    568|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 26, False: 542]
  |  |  |  |  ------------------
  |  |  |  |  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|    568|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 542]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  855|       |
  856|       |	/* initialize private data */
  857|    542|	card->drv_data = calloc(1, sizeof(dnie_private_data_t));
  858|    542|	if (card->drv_data == NULL) {
  ------------------
  |  Branch (858:6): [True: 0, False: 542]
  ------------------
  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|    542|	init_flags(card);
  874|       |
  875|    542|	GET_DNIE_PRIV_DATA(card)->cwa_provider = provider;
  ------------------
  |  |   97|    542|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  876|       |
  877|    542|	LOG_FUNC_RETURN(card->ctx, res);
  ------------------
  |  |  164|    542|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    542|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    542|	int _ret = r; \
  |  |  |  |  155|    542|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 542, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    542|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 542]
  |  |  |  |  ------------------
  |  |  |  |  157|    542|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    542|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    542|	return _ret; \
  |  |  |  |  163|    542|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  878|    542|}
card-dnie.c:init_flags:
  705|    542|{
  706|    542|	unsigned long algoflags;
  707|       |	/* set up flags according documentation */
  708|    542|	card->name = DNIE_CHIP_SHORTNAME;
  ------------------
  |  |   68|    542|#define DNIE_CHIP_SHORTNAME "dnie"
  ------------------
  709|    542|	card->cla = 0x00;	/* default APDU class (interindustry) */
  710|    542|	card->caps |= SC_CARD_CAP_RNG;	/* we have a random number generator */
  ------------------
  |  |  550|    542|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  711|    542|	card->max_send_size = (255 - 12);	/* manual says 255, but we need 12 extra bytes when encoding */
  712|    542|	card->max_recv_size = 255;
  713|       |
  714|       |	/* RSA Support with PKCS1.5 padding */
  715|    542|	algoflags = SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  133|    542|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
              	algoflags = SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|    542|#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|    542|#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|    542|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  716|    542|	_sc_card_add_rsa_alg(card, 1024, algoflags, 0);
  717|    542|	_sc_card_add_rsa_alg(card, 1920, algoflags, 0);
  718|    542|	_sc_card_add_rsa_alg(card, 2048, algoflags, 0);
  719|    542|}
card-dnie.c:dnie_finish:
  890|    542|{
  891|    542|	int result = SC_SUCCESS;
  ------------------
  |  |   28|    542|#define SC_SUCCESS				0
  ------------------
  892|    542|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    542|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    542|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    542|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    542|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 542]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  893|    542|	dnie_clear_cache(GET_DNIE_PRIV_DATA(card));
  ------------------
  |  |   97|    542|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  894|       |	/* disable sm channel if established */
  895|    542|	result = cwa_create_secure_channel(card, GET_DNIE_PRIV_DATA(card)->cwa_provider, CWA_SM_OFF);
  ------------------
  |  |   97|    542|#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|    542|#define CWA_SM_OFF        0x00	/** Disable SM channel */
  ------------------
  896|    542|	free(GET_DNIE_PRIV_DATA(card)->cwa_provider);
  ------------------
  |  |   97|    542|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  897|    542|	free(card->drv_data);
  898|    542|	LOG_FUNC_RETURN(card->ctx, result);
  ------------------
  |  |  164|    542|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    542|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    542|	int _ret = r; \
  |  |  |  |  155|    542|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 542, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    542|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    531|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 531, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  157|    542|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    542|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    542|	return _ret; \
  |  |  |  |  163|    542|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  899|    542|}
card-dnie.c:dnie_clear_cache:
  689|  6.09k|{
  690|  6.09k|	if (data == NULL) return;
  ------------------
  |  Branch (690:6): [True: 520, False: 5.57k]
  ------------------
  691|  5.57k|	if (data->cache != NULL)
  ------------------
  |  Branch (691:6): [True: 292, False: 5.28k]
  ------------------
  692|    292|		free(data->cache);
  693|       |	data->cache = NULL;
  694|  5.57k|	data->cachelen = 0;
  695|  5.57k|}
card-dnie.c:dnie_read_binary:
 1091|  5.39k|{
 1092|  5.39k|	size_t res = 0;
 1093|  5.39k|	int rc;
 1094|  5.39k|	sc_context_t *ctx = NULL;
 1095|       |	/* preliminary checks */
 1096|  5.39k|	if (!card || !card->ctx || !buf || (count <= 0))
  ------------------
  |  Branch (1096:6): [True: 0, False: 5.39k]
  |  Branch (1096:15): [True: 0, False: 5.39k]
  |  Branch (1096:29): [True: 0, False: 5.39k]
  |  Branch (1096:37): [True: 0, False: 5.39k]
  ------------------
 1097|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1098|  5.39k|	ctx = card->ctx;
 1099|       |
 1100|  5.39k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  5.39k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  5.39k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  5.39k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  5.39k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 5.39k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1101|  5.39k|	if (idx == 0 || GET_DNIE_PRIV_DATA(card)->cache == NULL) {
  ------------------
  |  |   97|  5.03k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  |  Branch (1101:6): [True: 363, False: 5.03k]
  |  Branch (1101:18): [True: 3.05k, False: 1.97k]
  ------------------
 1102|       |		/* on first block or no cache, try to fill */
 1103|  3.42k|		rc = dnie_fill_cache(card, flags);
 1104|  3.42k|		if (rc < 0) {
  ------------------
  |  Branch (1104:7): [True: 3.12k, False: 297]
  ------------------
 1105|  3.12k|			sc_log(ctx, "Cannot fill cache. using iso_read_binary()");
  ------------------
  |  |   71|  3.12k|#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|  3.12k|			return iso_ops->read_binary(card, idx, buf, count, flags);
 1107|  3.12k|		}
 1108|  3.42k|	}
 1109|  2.27k|	if (idx >= GET_DNIE_PRIV_DATA(card)->cachelen)
  ------------------
  |  |   97|  2.27k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  |  Branch (1109:6): [True: 260, False: 2.01k]
  ------------------
 1110|    260|		return 0;	/* at eof */
 1111|  2.01k|	res = MIN(count, GET_DNIE_PRIV_DATA(card)->cachelen - idx);	/* eval how many bytes to read */
  ------------------
  |  |   70|  2.01k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 1.77k, False: 241]
  |  |  ------------------
  ------------------
 1112|  2.01k|	memcpy(buf, GET_DNIE_PRIV_DATA(card)->cache + idx, res);	/* copy data from buffer */
  ------------------
  |  |   97|  2.01k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
 1113|  2.01k|	sc_log(ctx, "dnie_read_binary() '%zu' bytes", res);
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
 1114|  2.01k|	LOG_FUNC_RETURN(ctx, (int)res);
  ------------------
  |  |  164|  2.01k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.01k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.01k|	int _ret = r; \
  |  |  |  |  155|  2.01k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 2.01k]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define 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.01k|	} else { \
  |  |  |  |  159|  2.01k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  2.01k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  2.01k|	} \
  |  |  |  |  162|  2.01k|	return _ret; \
  |  |  |  |  163|  2.01k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1115|  2.01k|}
card-dnie.c:dnie_fill_cache:
  966|  3.42k|{
  967|  3.42k|	u8 tmp[MAX_RESP_BUFFER_SIZE];
  968|  3.42k|	sc_apdu_t apdu;
  969|  3.42k|	size_t count = 0;
  970|  3.42k|	size_t len = 0;
  971|  3.42k|	u8 *buffer = NULL;
  972|  3.42k|	u8 *p;
  973|  3.42k|	sc_context_t *ctx = NULL;
  974|       |
  975|  3.42k|	if (!card || !card->ctx)
  ------------------
  |  Branch (975:6): [True: 0, False: 3.42k]
  |  Branch (975:15): [True: 0, False: 3.42k]
  ------------------
  976|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  977|  3.42k|	ctx = card->ctx;
  978|       |
  979|  3.42k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  3.42k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.42k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.42k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.42k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.42k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  980|       |
  981|       |	/* mark cache empty */
  982|  3.42k|	dnie_clear_cache(GET_DNIE_PRIV_DATA(card));
  ------------------
  |  |   97|  3.42k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
  983|       |
  984|       |	/* initialize apdu */
  985|  3.42k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, 0x00, 0x00);
  ------------------
  |  |  292|  3.42k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  986|       |
  987|       |	/* try to read_binary while data available but never long than 32767 */
  988|  3.42k|	count = card->max_recv_size;
  989|  5.05k|	for (len = 0; len < 0x7fff;) {
  ------------------
  |  Branch (989:16): [True: 5.05k, False: 1]
  ------------------
  990|  5.05k|		int r = SC_SUCCESS;
  ------------------
  |  |   28|  5.05k|#define SC_SUCCESS				0
  ------------------
  991|       |		/* fill apdu */
  992|  5.05k|		apdu.p1 = 0xff & (len >> 8);
  993|  5.05k|		apdu.p2 = 0xff & len;
  994|  5.05k|		apdu.le = count;
  995|  5.05k|		apdu.resplen = MAX_RESP_BUFFER_SIZE;
  ------------------
  |  |   56|  5.05k|#define MAX_RESP_BUFFER_SIZE 2048
  ------------------
  996|  5.05k|		apdu.resp = tmp;
  997|       |		/* transmit apdu */
  998|  5.05k|		r = sc_transmit_apdu(card, &apdu);
  999|  5.05k|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  5.05k|#define SC_SUCCESS				0
  ------------------
  |  Branch (999:7): [True: 963, False: 4.09k]
  ------------------
 1000|    963|			free(buffer);
 1001|    963|			if (apdu.resp != tmp)
  ------------------
  |  Branch (1001:8): [True: 0, False: 963]
  ------------------
 1002|      0|				free(apdu.resp);
 1003|    963|			sc_log(ctx, "read_binary() APDU transmit failed");
  ------------------
  |  |   71|    963|#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|    963|			LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    963|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    963|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    963|	int _ret = r; \
  |  |  |  |  155|    963|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 963, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    963|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    963|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 963, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    963|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    963|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    963|	return _ret; \
  |  |  |  |  163|    963|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1005|    963|		}
 1006|  4.09k|		if (apdu.resplen == 0) {
  ------------------
  |  Branch (1006:7): [True: 2.23k, False: 1.85k]
  ------------------
 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|  2.23k|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1010|  2.23k|			if (r == SC_ERROR_WRONG_LENGTH) {
  ------------------
  |  |   56|  2.23k|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  |  Branch (1010:8): [True: 74, False: 2.16k]
  ------------------
 1011|     74|				count = 0xff & apdu.sw2;
 1012|     74|				if (count != 0) {
  ------------------
  |  Branch (1012:9): [True: 70, False: 4]
  ------------------
 1013|     70|					if (apdu.resp != tmp)
  ------------------
  |  Branch (1013:10): [True: 0, False: 70]
  ------------------
 1014|      0|						free(apdu.resp);
 1015|     70|					continue;	/* read again with correct size */
 1016|     70|				}
 1017|      4|				goto read_done;	/* no more data to read */
 1018|     74|			}
 1019|  2.16k|			if (r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|  2.16k|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (1019:8): [True: 1, False: 2.16k]
  ------------------
 1020|      1|				goto read_done;
 1021|  2.16k|			free(buffer);
 1022|  2.16k|			if (apdu.resp != tmp)
  ------------------
  |  Branch (1022:8): [True: 0, False: 2.16k]
  ------------------
 1023|      0|				free(apdu.resp);
 1024|  2.16k|			LOG_FUNC_RETURN(ctx, r);	/* arriving here means response error */
  ------------------
  |  |  164|  2.16k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.16k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.16k|	int _ret = r; \
  |  |  |  |  155|  2.16k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.16k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|  2.16k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.16k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.16k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.16k|	return _ret; \
  |  |  |  |  163|  2.16k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1025|  2.16k|		}
 1026|       |		/* copy received data into buffer. realloc() if not enough space */
 1027|  1.85k|		count = apdu.resplen;
 1028|  1.85k|		p = realloc(buffer, len + count);
 1029|  1.85k|		if (!p) {
  ------------------
  |  Branch (1029:7): [True: 0, False: 1.85k]
  ------------------
 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.85k|		buffer = p;
 1037|  1.85k|		memcpy(buffer + len, apdu.resp, count);
 1038|  1.85k|		if (apdu.resp != tmp) {
  ------------------
  |  Branch (1038:7): [True: 0, False: 1.85k]
  ------------------
 1039|      0|			free(apdu.resp);
 1040|      0|			apdu.resp = tmp;
 1041|      0|		}
 1042|  1.85k|		len += count;
 1043|  1.85k|		if (count != card->max_recv_size)
  ------------------
  |  Branch (1043:7): [True: 291, False: 1.56k]
  ------------------
 1044|    291|			goto read_done;
 1045|  1.85k|	}
 1046|       |
 1047|    297| read_done:
 1048|    297| 	free((void *)apdu.data);
 1049|    297|	if (apdu.resp != tmp)
  ------------------
  |  Branch (1049:6): [True: 0, False: 297]
  ------------------
 1050|      0|		free(apdu.resp);
 1051|       |
 1052|    297|	if (dnie_is_compressed(card, buffer, len)) {
  ------------------
  |  Branch (1052:6): [True: 11, False: 286]
  ------------------
 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|    297|	GET_DNIE_PRIV_DATA(card)->cache = buffer;
  ------------------
  |  |   97|    297|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
 1070|    297|	GET_DNIE_PRIV_DATA(card)->cachelen = len;
  ------------------
  |  |   97|    297|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
 1071|    297|	sc_log(ctx, "fill_cache() done. length '%zu' bytes", len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1072|    297|	LOG_FUNC_RETURN(ctx, (int)len);
  ------------------
  |  |  164|    297|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    297|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    297|	int _ret = r; \
  |  |  |  |  155|    297|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 16, False: 281]
  |  |  |  |  ------------------
  |  |  |  |  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|    281|	} else { \
  |  |  |  |  159|    281|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    281|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    281|	} \
  |  |  |  |  162|    297|	return _ret; \
  |  |  |  |  163|    297|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1073|    297|}
card-dnie.c:dnie_is_compressed:
  913|    297|{
  914|    297|#ifdef ENABLE_ZLIB
  915|    297|	size_t uncompressed = 0L;
  916|    297|	size_t compressed = 0L;
  917|       |
  918|    297|	if (!card || !card->ctx || !from || !len)
  ------------------
  |  Branch (918:6): [True: 0, False: 297]
  |  Branch (918:15): [True: 0, False: 297]
  |  Branch (918:29): [True: 5, False: 292]
  |  Branch (918:38): [True: 0, False: 292]
  ------------------
  919|      5|		return 0;
  920|    292|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    292|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    292|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    292|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    292|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 292]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  921|       |
  922|       |	/* if data size not enough for compression header assume uncompressed */
  923|    292|	if (len < 8)
  ------------------
  |  Branch (923:6): [True: 17, False: 275]
  ------------------
  924|     17|		goto compress_exit;
  925|       |	/* evaluate compressed an uncompressed sizes (little endian format) */
  926|    275|	uncompressed = lebytes2ulong(from);
  927|    275|	compressed = lebytes2ulong(from + 4);
  928|       |	/* if compressed size doesn't match data length assume not compressed */
  929|    275|	if (compressed != len - 8)
  ------------------
  |  Branch (929:6): [True: 230, False: 45]
  ------------------
  930|    230|		goto compress_exit;
  931|       |	/* if compressed size greater than uncompressed, assume uncompressed data */
  932|     45|	if (uncompressed < compressed)
  ------------------
  |  Branch (932:6): [True: 2, False: 43]
  ------------------
  933|      2|		goto compress_exit;
  934|       |	/* Do not try to allocate insane size if we receive bogus data */
  935|     43|	if (uncompressed > MAX_FILE_SIZE)
  ------------------
  |  |  220|     43|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (935:6): [True: 32, False: 11]
  ------------------
  936|     32|		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|    281|compress_exit:
  941|    281|#endif
  942|       |
  943|    281|	sc_log(card->ctx, "Data not compressed.");
  ------------------
  |  |   71|    281|#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|    281|	return 0;
  945|     43|}
card-dnie.c:dnie_select_file:
 1215|  4.61k|{
 1216|  4.61k|	int res = SC_SUCCESS;
  ------------------
  |  |   28|  4.61k|#define SC_SUCCESS				0
  ------------------
 1217|  4.61k|	sc_context_t *ctx = NULL;
 1218|  4.61k|	unsigned char tmp_path[sizeof(DNIE_MF_NAME)];
 1219|  4.61k|	size_t reminder = 0;
 1220|       |
 1221|  4.61k|	if (!card || !card->ctx || !in_path)
  ------------------
  |  Branch (1221:6): [True: 0, False: 4.61k]
  |  Branch (1221:15): [True: 0, False: 4.61k]
  |  Branch (1221:29): [True: 0, False: 4.61k]
  ------------------
 1222|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1223|  4.61k|	ctx = card->ctx;
 1224|       |
 1225|  4.61k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  4.61k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.61k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.61k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.61k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.61k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1226|       |
 1227|  4.61k|	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: 4.61k]
  ------------------
 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|  1.00k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  1.00k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1243:2): [True: 1.00k, False: 3.60k]
  ------------------
 1244|  1.00k|		sc_log_hex(ctx, "select_file(NAME)", in_path->value, in_path->len);
  ------------------
  |  |  129|  1.00k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  1.00k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1245|  1.00k|		res = dnie_compose_and_send_apdu(card, in_path->value, in_path->len, 4, file_out);
 1246|  1.00k|		break;
 1247|  3.60k|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|  3.60k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (1247:2): [True: 3.60k, False: 1.00k]
  ------------------
 1248|  3.60k|		if ((in_path->len == 0) || ((in_path->len & 1) != 0)) /* not divisible by 2 */
  ------------------
  |  Branch (1248:7): [True: 0, False: 3.60k]
  |  Branch (1248:30): [True: 0, False: 3.60k]
  ------------------
 1249|  3.60k|			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.60k|		sc_log_hex(ctx, "select_file(PATH): requested", in_path->value, in_path->len);
  ------------------
  |  |  129|  3.60k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  3.60k|    _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.60k|		res = sc_lock(card); /* lock to ensure path traversal */
 1255|  3.60k|		LOG_TEST_RET(ctx, res, "sc_lock() 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: 0, False: 3.60k]
  |  |  |  |  ------------------
  |  |  |  |  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.60k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.60k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1256|  3.60k|		if (memcmp(in_path->value, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (1256:7): [True: 3.22k, False: 375]
  ------------------
 1257|       |			/* if MF, use the name as path */
 1258|  3.22k|			strcpy((char *)tmp_path, DNIE_MF_NAME);
  ------------------
  |  |   69|  3.22k|#define DNIE_MF_NAME "Master.File"
  ------------------
 1259|  3.22k|			sc_log_hex(ctx, "select_file(NAME): requested", tmp_path, sizeof(DNIE_MF_NAME) - 1);
  ------------------
  |  |  129|  3.22k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  3.22k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1260|  3.22k|			res = dnie_compose_and_send_apdu(card, tmp_path, sizeof(DNIE_MF_NAME) - 1, 4, file_out);
  ------------------
  |  |   69|  3.22k|#define DNIE_MF_NAME "Master.File"
  ------------------
 1261|  3.22k|			if (res != SC_SUCCESS) {
  ------------------
  |  |   28|  3.22k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1261:8): [True: 2.20k, False: 1.02k]
  ------------------
 1262|  2.20k|				sc_unlock(card);
 1263|  2.20k|				LOG_TEST_RET(ctx, res, "select_file(NAME) failed");
  ------------------
  |  |  174|  2.20k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.20k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.20k|	int _ret = (r); \
  |  |  |  |  168|  2.20k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.20k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.20k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.20k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.20k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.20k|		return _ret; \
  |  |  |  |  172|  2.20k|	} \
  |  |  |  |  173|  2.20k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1264|  2.20k|			}
 1265|  1.02k|			tmp_path[2] = 0;
 1266|  1.02k|			reminder = in_path->len - 2;
 1267|  1.02k|		} else {
 1268|    375|			tmp_path[2] = 0;
 1269|    375|			reminder = in_path->len;
 1270|    375|		}
 1271|  2.25k|		while (reminder > 0) {
  ------------------
  |  Branch (1271:10): [True: 1.13k, False: 1.12k]
  ------------------
 1272|  1.13k|			tmp_path[0] = in_path->value[in_path->len - reminder];
 1273|  1.13k|			tmp_path[1] = in_path->value[1 + in_path->len - reminder];
 1274|  1.13k|			sc_log(ctx, "select_file(PATH): requested:%s ", sc_dump_hex(tmp_path, 2));
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
 1275|  1.13k|			res = dnie_compose_and_send_apdu(card, tmp_path, 2, 0, file_out);
 1276|  1.13k|			if (res != SC_SUCCESS) {
  ------------------
  |  |   28|  1.13k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1276:8): [True: 275, False: 863]
  ------------------
 1277|    275|				sc_unlock(card);
 1278|    275|				LOG_TEST_RET(ctx, res, "select_file(PATH) failed");
  ------------------
  |  |  174|    275|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    275|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    275|	int _ret = (r); \
  |  |  |  |  168|    275|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 275, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    275|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    275|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    275|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    275|		return _ret; \
  |  |  |  |  172|    275|	} \
  |  |  |  |  173|    275|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1279|    275|			}
 1280|    863|			reminder -= 2;
 1281|    863|		}
 1282|  1.12k|		sc_unlock(card);
 1283|  1.12k|		break;
 1284|      0|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|      0|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (1284:2): [True: 0, False: 4.61k]
  ------------------
 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: 4.61k]
  ------------------
 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: 4.61k]
  ------------------
 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|  4.61k|	}
 1301|       |
 1302|       |	/* as last step clear data cache and return */
 1303|  2.12k|	dnie_clear_cache(GET_DNIE_PRIV_DATA(card));
  ------------------
  |  |   97|  2.12k|#define GET_DNIE_PRIV_DATA(card) ((dnie_private_data_t *) ((card)->drv_data))
  ------------------
 1304|  2.12k|	LOG_FUNC_RETURN(ctx, res);
  ------------------
  |  |  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: 2.12k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|    690|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 690, False: 1.43k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.12k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.12k|	return _ret; \
  |  |  |  |  163|  2.12k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1305|  2.12k|}
card-dnie.c:dnie_compose_and_send_apdu:
 1129|  5.37k|{
 1130|  5.37k|	int res = 0;
 1131|  5.37k|	sc_apdu_t apdu;
 1132|  5.37k|	u8 rbuf[MAX_RESP_BUFFER_SIZE];
 1133|  5.37k|	sc_context_t *ctx = NULL;
 1134|       |
 1135|  5.37k|	if (!card || !card->ctx)
  ------------------
  |  Branch (1135:6): [True: 0, False: 5.37k]
  |  Branch (1135:15): [True: 0, False: 5.37k]
  ------------------
 1136|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1137|  5.37k|	ctx = card->ctx;
 1138|       |
 1139|  5.37k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  5.37k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  5.37k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  5.37k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  5.37k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 5.37k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1140|       |
 1141|  5.37k|	dnie_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, p1, 0,
  ------------------
  |  |  294|  5.37k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1142|  5.37k|					sc_get_max_recv_size(card), pathlen,
 1143|  5.37k|					rbuf, sizeof(rbuf), path, pathlen);
 1144|  5.37k|	if (p1 == 3)
  ------------------
  |  Branch (1144:6): [True: 0, False: 5.37k]
  ------------------
 1145|      0|		apdu.cse= SC_APDU_CASE_1;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
 1146|       |
 1147|  5.37k|	if (file_out == NULL)
  ------------------
  |  Branch (1147:6): [True: 2.75k, False: 2.62k]
  ------------------
 1148|  2.75k|		apdu.cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|  2.75k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1149|       |
 1150|  5.37k|	res = sc_transmit_apdu(card, &apdu);
 1151|  5.37k|	if ((res != SC_SUCCESS) || (file_out == NULL))
  ------------------
  |  |   28|  5.37k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1151:6): [True: 95, False: 5.28k]
  |  Branch (1151:29): [True: 2.69k, False: 2.58k]
  ------------------
 1152|  5.37k|		LOG_TEST_RET(ctx, res, "SelectFile() APDU transmit failed");
  ------------------
  |  |  174|  2.79k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.79k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.79k|	int _ret = (r); \
  |  |  |  |  168|  2.79k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 95, False: 2.69k]
  |  |  |  |  ------------------
  |  |  |  |  169|     95|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     95|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     95|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     95|		return _ret; \
  |  |  |  |  172|     95|	} \
  |  |  |  |  173|  2.79k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.69k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1153|  5.28k|	if (file_out == NULL) {
  ------------------
  |  Branch (1153:6): [True: 2.69k, False: 2.58k]
  ------------------
 1154|  2.69k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (1154:7): [True: 0, False: 2.69k]
  ------------------
 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.69k|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |  153|  2.69k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  2.69k|	int _ret = r; \
  |  |  155|  2.69k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 2.69k, False: 0]
  |  |  ------------------
  |  |  156|  2.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|  1.71k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 1.71k, False: 979]
  |  |  ------------------
  |  |  157|  2.69k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  2.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|  2.69k|	return _ret; \
  |  |  163|  2.69k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1157|  2.69k|			       sc_check_sw(card, apdu.sw1, apdu.sw2));
 1158|  2.69k|	}
 1159|       |
 1160|       |	/* analyze response. if FCI, try to parse */
 1161|  2.58k|	res = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1162|  2.58k|	if (res != SC_SUCCESS) {
  ------------------
  |  |   28|  2.58k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1162:6): [True: 1.14k, False: 1.43k]
  ------------------
 1163|  1.14k|		LOG_TEST_RET(ctx, res, "SelectFile() check_sw failed");
  ------------------
  |  |  174|  1.14k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.14k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.14k|	int _ret = (r); \
  |  |  |  |  168|  1.14k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.14k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.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|  1.14k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.14k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.14k|		return _ret; \
  |  |  |  |  172|  1.14k|	} \
  |  |  |  |  173|  1.14k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1164|  1.14k|	}
 1165|  1.43k|	if ((apdu.resplen < 2) || (apdu.resp[0] == 0x00)) {
  ------------------
  |  Branch (1165:6): [True: 108, False: 1.32k]
  |  Branch (1165:28): [True: 16, False: 1.31k]
  ------------------
 1166|    124|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    124|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    124|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    124|	int _ret = r; \
  |  |  |  |  155|    124|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 124, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    124|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    124|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 124, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    124|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    124|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    124|	return _ret; \
  |  |  |  |  163|    124|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1167|    124|	}
 1168|       |
 1169|  1.31k|	if (file_out) {
  ------------------
  |  Branch (1169:6): [True: 1.31k, False: 0]
  ------------------
 1170|       |		/* finally process FCI response */
 1171|  1.31k|		size_t len = apdu.resp[1];
 1172|  1.31k|		sc_file_free(*file_out);
 1173|  1.31k|		*file_out = sc_file_new();
 1174|  1.31k|		if (*file_out == NULL) {
  ------------------
  |  Branch (1174:7): [True: 0, False: 1.31k]
  ------------------
 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|  1.31k|		if (apdu.resplen - 2 < len || len < 1) {
  ------------------
  |  Branch (1177:7): [True: 34, False: 1.27k]
  |  Branch (1177:33): [True: 22, False: 1.25k]
  ------------------
 1178|     56|			LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1179|     56|		}
 1180|  1.25k|		res = card->ops->process_fci(card, *file_out, apdu.resp + 2, len);
 1181|  1.25k|	}
 1182|  1.25k|	LOG_FUNC_RETURN(ctx, res);
  ------------------
  |  |  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: 1.25k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|     32|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 32, False: 1.22k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.25k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.25k|	return _ret; \
  |  |  |  |  163|  1.25k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1183|  1.25k|}
card-dnie.c:dnie_get_challenge:
 1327|    298|{
 1328|       |	/* As DNIe cannot handle other data length than 0x08 and 0x14 */
 1329|    298|	u8 rbuf[8];
 1330|    298|	size_t out_len;
 1331|    298|	int r;
 1332|       |
 1333|    298|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    298|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    298|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    298|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    298|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 298]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1334|       |
 1335|    298|	r = iso_ops->get_challenge(card, rbuf, sizeof rbuf);
 1336|    298|	LOG_TEST_RET(card->ctx, r, "GET CHALLENGE cmd failed");
  ------------------
  |  |  174|    298|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    298|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    298|	int _ret = (r); \
  |  |  |  |  168|    298|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 46, False: 252]
  |  |  |  |  ------------------
  |  |  |  |  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|    298|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 252]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1337|       |
 1338|    252|	if (len < (size_t) r) {
  ------------------
  |  Branch (1338:6): [True: 1, False: 251]
  ------------------
 1339|      1|		out_len = len;
 1340|    251|	} else {
 1341|    251|		out_len = (size_t) r;
 1342|    251|	}
 1343|    252|	memcpy(rnd, rbuf, out_len);
 1344|       |
 1345|    252|	LOG_FUNC_RETURN(card->ctx, (int) out_len);
  ------------------
  |  |  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: 1, False: 251]
  |  |  |  |  ------------------
  |  |  |  |  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|    251|	} else { \
  |  |  |  |  159|    251|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    251|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    251|	} \
  |  |  |  |  162|    252|	return _ret; \
  |  |  |  |  163|    252|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1346|    252|}
card-dnie.c:dnie_check_sw:
 1750|  11.9k|{
 1751|  11.9k|	int res = SC_SUCCESS;
  ------------------
  |  |   28|  11.9k|#define SC_SUCCESS				0
  ------------------
 1752|  11.9k|	int n = 0;
 1753|  11.9k|	if (!card || !card->ctx)
  ------------------
  |  Branch (1753:6): [True: 0, False: 11.9k]
  |  Branch (1753:15): [True: 0, False: 11.9k]
  ------------------
 1754|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1755|  11.9k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  11.9k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  11.9k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  11.9k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  11.9k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 11.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1756|       |
 1757|       |	/* check specific dnie errors */
 1758|  47.7k|	for (n = 0; dnie_errors[n].SWs != 0; n++) {
  ------------------
  |  Branch (1758:14): [True: 35.8k, False: 11.9k]
  ------------------
 1759|  35.8k|		if (dnie_errors[n].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (1759:7): [True: 63, False: 35.7k]
  ------------------
 1760|     63|			sc_log(card->ctx, "%s", dnie_errors[n].errorstr);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1761|     63|			return dnie_errors[n].errorno;
 1762|     63|		}
 1763|  35.8k|	}
 1764|       |
 1765|       |	/* arriving here means check for supported iso error codes */
 1766|  11.9k|	res = iso_ops->check_sw(card, sw1, sw2);
 1767|  11.9k|	LOG_FUNC_RETURN(card->ctx, res);
  ------------------
  |  |  164|  11.9k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  11.9k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  11.9k|	int _ret = r; \
  |  |  |  |  155|  11.9k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11.9k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  11.9k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.19k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6.19k, False: 5.73k]
  |  |  |  |  ------------------
  |  |  |  |  157|  11.9k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  11.9k|	} else { \
  |  |  |  |  159|      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.9k|	return _ret; \
  |  |  |  |  163|  11.9k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1768|  11.9k|}
card-dnie.c:dnie_card_ctl:
 1787|    146|{
 1788|    146|	int result = SC_SUCCESS;
  ------------------
  |  |   28|    146|#define SC_SUCCESS				0
  ------------------
 1789|    146|	if ((card == NULL) || (card->ctx == NULL))
  ------------------
  |  Branch (1789:6): [True: 0, False: 146]
  |  Branch (1789:24): [True: 0, False: 146]
  ------------------
 1790|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1791|    146|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    146|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    146|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    146|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    146|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 146]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1792|    146|	if (data == NULL) {
  ------------------
  |  Branch (1792:6): [True: 0, False: 146]
  ------------------
 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|    146|	switch (request) {
 1796|       |		/* obtain lifecycle status by reading card->type */
 1797|     44|	case SC_CARDCTL_LIFECYCLE_GET:
  ------------------
  |  Branch (1797:2): [True: 44, False: 102]
  ------------------
 1798|     44|		switch (card->type) {
  ------------------
  |  Branch (1798:11): [True: 44, False: 0]
  ------------------
 1799|      0|		case SC_CARD_TYPE_DNIE_ADMIN:
  ------------------
  |  Branch (1799:3): [True: 0, False: 44]
  ------------------
 1800|      0|			result = SC_CARDCTRL_LIFECYCLE_ADMIN;
 1801|      0|			break;
 1802|     44|		case SC_CARD_TYPE_DNIE_USER:
  ------------------
  |  Branch (1802:3): [True: 44, False: 0]
  ------------------
 1803|     44|			result = SC_CARDCTRL_LIFECYCLE_USER;
 1804|     44|			break;
 1805|      0|		case SC_CARD_TYPE_DNIE_BLANK:
  ------------------
  |  Branch (1805:3): [True: 0, False: 44]
  ------------------
 1806|      0|		case SC_CARD_TYPE_DNIE_TERMINATED:
  ------------------
  |  Branch (1806:3): [True: 0, False: 44]
  ------------------
 1807|      0|			result = SC_CARDCTRL_LIFECYCLE_OTHER;
 1808|      0|			break;
 1809|     44|		}
 1810|     44|		*(int *)data = result;
 1811|     44|		LOG_FUNC_RETURN(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1812|       |		/* call card to obtain serial number */
 1813|     44|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1813:2): [True: 44, False: 102]
  ------------------
 1814|     44|		result = dnie_get_serialnr(card, (sc_serial_number_t *) data);
 1815|     44|		LOG_FUNC_RETURN(card->ctx, result);
  ------------------
  |  |  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|     31|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 31, False: 13]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1816|      0|	case SC_CARDCTL_DNIE_GENERATE_KEY:
  ------------------
  |  Branch (1816:2): [True: 0, False: 146]
  ------------------
 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: 146]
  ------------------
 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|     58|	default:
  ------------------
  |  Branch (1824:2): [True: 58, False: 88]
  ------------------
 1825|       |		/* default: unsupported function */
 1826|     58|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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|     58|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 58, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1827|    146|	}
 1828|    146|}
card-dnie.c:dnie_get_serialnr:
  637|     44|{
  638|     44|	int result;
  639|     44|	sc_apdu_t apdu;
  640|     44|	u8 rbuf[MAX_RESP_BUFFER_SIZE];
  641|     44|	if ((card == NULL) || (card->ctx == NULL) || (serial == NULL))
  ------------------
  |  Branch (641:6): [True: 0, False: 44]
  |  Branch (641:24): [True: 0, False: 44]
  |  Branch (641:47): [True: 0, False: 44]
  ------------------
  642|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  643|       |
  644|     44|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     44|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     44|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     44|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     44|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 44]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  645|     44|	if (card->type != SC_CARD_TYPE_DNIE_USER)
  ------------------
  |  Branch (645:6): [True: 0, False: 44]
  ------------------
  646|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  647|       |	/* if serial number is cached, use it */
  648|     44|	if (card->serialnr.len) {
  ------------------
  |  Branch (648:6): [True: 6, False: 38]
  ------------------
  649|      6|		memcpy(serial, &card->serialnr, sizeof(*serial));
  650|      6|		sc_log_hex(card->ctx, "Serial Number (cached)", serial->value, serial->len);
  ------------------
  |  |  129|      6|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|      6|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|      6|	}
  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|     38|	dnie_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xb8, 0x00, 0x00, 0x07, 0,
  ------------------
  |  |  292|     38|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  656|     38|					rbuf, sizeof(rbuf), NULL, 0);
  657|     38|	apdu.cla = 0x90;	/* proprietary cmd */
  658|       |	/* send apdu */
  659|     38|	result = sc_transmit_apdu(card, &apdu);
  660|     38|	if (result != SC_SUCCESS) {
  ------------------
  |  |   28|     38|#define SC_SUCCESS				0
  ------------------
  |  Branch (660:6): [True: 7, False: 31]
  ------------------
  661|      7|		LOG_TEST_RET(card->ctx, result, "APDU transmit 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  662|      7|	}
  663|     31|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (663:6): [True: 15, False: 16]
  |  Branch (663:26): [True: 9, False: 7]
  ------------------
  664|     24|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     24|#define SC_ERROR_INTERNAL			-1400
  ------------------
  665|       |	/* cache serial number */
  666|      7|	memcpy(card->serialnr.value, apdu.resp, 7 * sizeof(u8));
  667|      7|	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|      7|	memcpy(serial, &card->serialnr, sizeof(*serial));
  676|      7|	sc_log_hex(card->ctx, "Serial Number (apdu)", serial->value, serial->len);
  ------------------
  |  |  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__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  677|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  678|      7|}
card-dnie.c:dnie_process_fci:
 1925|  1.25k|{
 1926|  1.25k|	int res = SC_SUCCESS;
  ------------------
  |  |   28|  1.25k|#define SC_SUCCESS				0
  ------------------
 1927|  1.25k|	int *op = df_acl;
 1928|  1.25k|	int n = 0;
 1929|  1.25k|	sc_context_t *ctx = NULL;
 1930|  1.25k|	if ((card == NULL) || (card->ctx == NULL) || (file == NULL) || buflen == 0)
  ------------------
  |  Branch (1930:6): [True: 0, False: 1.25k]
  |  Branch (1930:24): [True: 0, False: 1.25k]
  |  Branch (1930:47): [True: 0, False: 1.25k]
  |  Branch (1930:65): [True: 0, False: 1.25k]
  ------------------
 1931|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1932|  1.25k|	ctx = card->ctx;
 1933|  1.25k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.25k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.25k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.25k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.25k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.25k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1934|       |	/* first of all, let iso do the hard work */
 1935|  1.25k|	res = iso_ops->process_fci(card, file, buf, buflen);
 1936|  1.25k|	LOG_TEST_RET(ctx, res, "iso7816_process_fci() 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: 0, False: 1.25k]
  |  |  |  |  ------------------
  |  |  |  |  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.25k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.25k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|  1.25k|	if (file->prop_attr_len == 0) {	/* no proprietary tag (0x85) received */
  ------------------
  |  Branch (1940:6): [True: 897, False: 358]
  ------------------
 1941|    897|		res = SC_SUCCESS;
  ------------------
  |  |   28|    897|#define SC_SUCCESS				0
  ------------------
 1942|    897|		goto dnie_process_fci_end;
 1943|    897|	}
 1944|       |	/* at least 10 bytes should be received */
 1945|    358|	if (file->prop_attr_len < 10) {
  ------------------
  |  Branch (1945:6): [True: 11, False: 347]
  ------------------
 1946|     11|		res = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     11|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 1947|     11|		goto dnie_process_fci_end;
 1948|     11|	}
 1949|       |	/* byte 0 denotes file type */
 1950|    347|	switch (file->prop_attr[0]) {
 1951|     36|	case 0x01:		/* EF for plain files */
  ------------------
  |  Branch (1951:2): [True: 36, False: 311]
  ------------------
 1952|     36|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     36|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 1953|     36|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     36|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
 1954|     36|		break;
 1955|     98|	case 0x15:		/* EF for keys: linear variable simple TLV */
  ------------------
  |  Branch (1955:2): [True: 98, False: 249]
  ------------------
 1956|     98|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     98|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 1957|       |		/* pin file 3F000000 has also this EF type */
 1958|     98|		if ( ( file->prop_attr[2] == 0x00 ) && (file->prop_attr[3] == 0x00 ) ) {
  ------------------
  |  Branch (1958:8): [True: 58, False: 40]
  |  Branch (1958:42): [True: 27, False: 31]
  ------------------
 1959|     27|			sc_log(ctx,"Processing pin EF");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1960|     27|			break;
 1961|     27|		}
 1962|       |		/* FCI response for Keys EF returns 3 additional bytes */
 1963|     71|		if (file->prop_attr_len < 13) {
  ------------------
  |  Branch (1963:7): [True: 10, False: 61]
  ------------------
 1964|     10|			sc_log(ctx, "FCI response len for Keys EF should be 13 bytes");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1965|     10|			res = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     10|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 1966|     10|			goto dnie_process_fci_end;
 1967|     10|		}
 1968|     61|		break;
 1969|    185|	case 0x24:		/* EF for compressed certificates */
  ------------------
  |  Branch (1969:2): [True: 185, False: 162]
  ------------------
 1970|    185|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    185|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 1971|    185|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|    185|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
 1972|       |		/* evaluate real length by reading first 8 bytes from file */
 1973|    185|		res = dnie_read_header(card);
 1974|       |		/* Hey!, we need pin to read certificates... */
 1975|    185|		if (res == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED)
  ------------------
  |  |   61|    185|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (1975:7): [True: 1, False: 184]
  ------------------
 1976|      1|			goto dnie_process_fci_end;
 1977|    184|		if (res <= 0) {
  ------------------
  |  Branch (1977:7): [True: 157, False: 27]
  ------------------
 1978|    157|			sc_log(ctx,
  ------------------
  |  |   71|    157|#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|    157|			       "Cannot evaluate uncompressed size. use fci length");
 1980|    157|		} else {
 1981|     27|			sc_log(ctx, "Storing uncompressed size '%d' into fci",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1982|     27|			       res);
 1983|     27|			file->prop_attr[3] = (u8) ((res >> 8) & 0xff);
 1984|     27|			file->prop_attr[4] = (u8) (res & 0xff);
 1985|     27|		}
 1986|    184|		break;
 1987|     18|	case 0x38:		/* Errata: manual page 35 says wrong 0x34 */
  ------------------
  |  Branch (1987:2): [True: 18, False: 329]
  ------------------
 1988|     18|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     18|#define SC_FILE_TYPE_DF			0x04
  ------------------
 1989|     18|		break;
 1990|     10|	default:
  ------------------
  |  Branch (1990:2): [True: 10, False: 337]
  ------------------
 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|    347|	}
 1994|       |
 1995|       |	/* bytes 1 and 2 stores file ID */
 1996|    326|	file->id = ( ( 0xff & (int)file->prop_attr[1] ) << 8 ) |
 1997|    326|			( 0xff & (int)file->prop_attr[2] ) ;
 1998|       |
 1999|       |	/* bytes 3 and 4 states file length */
 2000|    326|	file->size = ( ( 0xff & (int)file->prop_attr[3] ) << 8 ) |
 2001|    326|			( 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|    326|	op = (file->type == SC_FILE_TYPE_DF) ? df_acl : ef_acl;
  ------------------
  |  |  214|    326|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (2010:7): [True: 18, False: 308]
  ------------------
 2011|  1.95k|	for (n = 0; n < 5; n++) {
  ------------------
  |  Branch (2011:14): [True: 1.63k, False: 326]
  ------------------
 2012|  1.63k|		int key_ref = 0;
 2013|  1.63k|		if (*(op + n) == -1)
  ------------------
  |  Branch (2013:7): [True: 326, False: 1.30k]
  ------------------
 2014|    326|			continue;	/* unused entry: skip */
 2015|  1.30k|		key_ref = file->prop_attr[5 + n] & 0x0F;
 2016|  1.30k|		switch (0xF0 & file->prop_attr[5 + n]) {
 2017|    377|		case 0x00:
  ------------------
  |  Branch (2017:3): [True: 377, False: 927]
  ------------------
 2018|    377|			sc_file_add_acl_entry(file, *(op + n), SC_AC_NONE,
  ------------------
  |  |  150|    377|#define SC_AC_NONE			0x00000000
  ------------------
 2019|    377|					      SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    377|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 2020|    377|			break;
 2021|     95|		case 0x10:
  ------------------
  |  Branch (2021:3): [True: 95, False: 1.20k]
  ------------------
 2022|       |			/* this tag is omitted in official code
 2023|       |			   case 0x20:
 2024|       |			 */
 2025|    237|		case 0x30:
  ------------------
  |  Branch (2025:3): [True: 142, False: 1.16k]
  ------------------
 2026|    237|			sc_file_add_acl_entry(file, *(op + n), SC_AC_CHV,
  ------------------
  |  |  151|    237|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 2027|    237|					      key_ref);
 2028|    237|			break;
 2029|     77|		case 0x40:
  ------------------
  |  Branch (2029:3): [True: 77, False: 1.22k]
  ------------------
 2030|     77|			sc_file_add_acl_entry(file, *(op + n), SC_AC_TERM,
  ------------------
  |  |  152|     77|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
 2031|     77|					      key_ref);
 2032|     77|			break;
 2033|    269|		case 0xF0:
  ------------------
  |  Branch (2033:3): [True: 269, False: 1.03k]
  ------------------
 2034|    269|			sc_file_add_acl_entry(file, *(op + n), SC_AC_NEVER,
  ------------------
  |  |  163|    269|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 2035|    269|					      SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    269|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 2036|    269|			break;
 2037|    344|		default:
  ------------------
  |  Branch (2037:3): [True: 344, False: 960]
  ------------------
 2038|    344|			sc_file_add_acl_entry(file, *(op + n), SC_AC_UNKNOWN,
  ------------------
  |  |  162|    344|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
 2039|    344|					      SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    344|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 2040|    344|			break;
 2041|  1.30k|		}
 2042|  1.30k|	}
 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|    326|	if (file->prop_attr[0] == 0x15) {
  ------------------
  |  Branch (2050:6): [True: 88, False: 238]
  ------------------
 2051|     88|		sc_log(card->ctx,
  ------------------
  |  |   71|     88|#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|     88|		       "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|     88|	}
 2058|    326|	res = SC_SUCCESS;	/* arriving here means success */
  ------------------
  |  |   28|    326|#define SC_SUCCESS				0
  ------------------
 2059|  1.25k| dnie_process_fci_end:
 2060|  1.25k|	LOG_FUNC_RETURN(card->ctx, res);
  ------------------
  |  |  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: 1.25k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|     32|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 32, False: 1.22k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.25k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.25k|	return _ret; \
  |  |  |  |  163|  1.25k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2061|  1.25k|}
card-dnie.c:dnie_read_header:
 1848|    185|{
 1849|    185|	sc_apdu_t apdu;
 1850|    185|	int r;
 1851|    185|	u8 buf[MAX_RESP_BUFFER_SIZE];
 1852|    185|	unsigned long uncompressed = 0L;
 1853|    185|	unsigned long compressed = 0L;
 1854|    185|	sc_context_t *ctx = NULL;
 1855|       |
 1856|    185|	if (!card || !card->ctx)
  ------------------
  |  Branch (1856:6): [True: 0, False: 185]
  |  Branch (1856:15): [True: 0, False: 185]
  ------------------
 1857|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1858|    185|	ctx = card->ctx;
 1859|    185|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    185|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    185|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    185|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    185|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 185]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1860|       |
 1861|       |	/* initialize apdu */
 1862|    185|	dnie_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, 0x00, 0x00, 8, 0,
  ------------------
  |  |  292|    185|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1863|    185|					buf, MAX_RESP_BUFFER_SIZE, NULL, 0);
  ------------------
  |  |   56|    185|#define MAX_RESP_BUFFER_SIZE 2048
  ------------------
 1864|       |	/* transmit apdu */
 1865|    185|	r = sc_transmit_apdu(card, &apdu);
 1866|    185|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    185|#define SC_SUCCESS				0
  ------------------
  |  Branch (1866:6): [True: 7, False: 178]
  ------------------
 1867|      7|		sc_log(ctx, "read_header() APDU transmit failed");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1868|      7|		LOG_FUNC_RETURN(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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1869|      7|	}
 1870|       |	/* check response */
 1871|    178|	if (apdu.resplen != 8)
  ------------------
  |  Branch (1871:6): [True: 54, False: 124]
  ------------------
 1872|     54|		goto header_notcompressed;
 1873|    124|	uncompressed = lebytes2ulong(apdu.resp);
 1874|    124|	compressed = lebytes2ulong(apdu.resp + 4);
 1875|    124|	if (uncompressed < compressed)
  ------------------
  |  Branch (1875:6): [True: 48, False: 76]
  ------------------
 1876|     48|		goto header_notcompressed;
 1877|     76|	if (uncompressed > 32767)
  ------------------
  |  Branch (1877:6): [True: 49, False: 27]
  ------------------
 1878|     49|		goto header_notcompressed;
 1879|       |	/* ok: assume data is correct */
 1880|     27|	sc_log(ctx, "read_header: uncompressed file size is %lu", uncompressed);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1881|     27|	return (int)(0x7FFF & uncompressed);
 1882|       |
 1883|    151| header_notcompressed:
 1884|    151|	sc_log(ctx, "response doesn't match compressed file header");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1885|    151|	return 0;
 1886|     76|}
card-dnie.c:dnie_pin_cmd:
 2174|     44|{
 2175|     44|	int res = SC_SUCCESS;
  ------------------
  |  |   28|     44|#define SC_SUCCESS				0
  ------------------
 2176|     44|	int lc = SC_CARDCTRL_LIFECYCLE_USER;
 2177|       |
 2178|     44|	if ((card == NULL) || (card->ctx == NULL) || (data == NULL))
  ------------------
  |  Branch (2178:6): [True: 0, False: 44]
  |  Branch (2178:24): [True: 0, False: 44]
  |  Branch (2178:47): [True: 0, False: 44]
  ------------------
 2179|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2180|     44|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     44|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     44|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     44|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     44|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 44]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2181|       |
 2182|       |	/*
 2183|       |	* some flags and settings from documentation
 2184|       |	* No (easy) way to handle pinpad through SM, so disable it
 2185|       |	*/
 2186|     44|	data->flags &= ~SC_PIN_CMD_NEED_PADDING; /* no pin padding */
  ------------------
  |  |  422|     44|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 2187|     44|	data->flags &= ~SC_PIN_CMD_USE_PINPAD;	 /* cannot handle pinpad */
  ------------------
  |  |  421|     44|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
 2188|       |
 2189|       |	/* ensure that card is in USER Lifecycle */
 2190|     44|	res = dnie_card_ctl(card, SC_CARDCTL_LIFECYCLE_GET, &lc);
 2191|     44|	LOG_TEST_RET(card->ctx, res, "Cannot get card LC status");
  ------------------
  |  |  174|     44|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     44|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     44|	int _ret = (r); \
  |  |  |  |  168|     44|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 44]
  |  |  |  |  ------------------
  |  |  |  |  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|     44|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 44]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2192|     44|	if (lc != SC_CARDCTRL_LIFECYCLE_USER) {
  ------------------
  |  Branch (2192:6): [True: 0, False: 44]
  ------------------
 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|     44|	switch (data->pin_type) {
 2198|     44|	case SC_AC_CHV:	/* Card Holder Verifier */
  ------------------
  |  |  151|     44|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (2198:2): [True: 44, False: 0]
  ------------------
 2199|     44|		break;
 2200|      0|	case SC_AC_TERM:	/* Terminal auth */
  ------------------
  |  |  152|      0|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  |  Branch (2200:2): [True: 0, False: 44]
  ------------------
 2201|      0|	case SC_AC_PRO:	/* SM auth */
  ------------------
  |  |  153|      0|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  |  Branch (2201:2): [True: 0, False: 44]
  ------------------
 2202|      0|	case SC_AC_AUT:	/* Key auth */
  ------------------
  |  |  154|      0|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  |  Branch (2202:2): [True: 0, False: 44]
  ------------------
 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: 44]
  ------------------
 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|     44|	}
 2207|       |	/* This DNIe driver only supports VERIFY operation */
 2208|     44|	switch (data->cmd) {
 2209|      0|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (2209:2): [True: 0, False: 44]
  ------------------
 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: 44]
  ------------------
 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: 44]
  ------------------
 2216|     44|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|     44|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (2216:2): [True: 44, False: 0]
  ------------------
 2217|     44|		res= SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     44|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2218|     44|		break;
 2219|      0|	default:
  ------------------
  |  Branch (2219:2): [True: 0, False: 44]
  ------------------
 2220|      0|		res= SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2221|      0|		break;
 2222|     44|	}
 2223|       |	/* return result */
 2224|     44|	LOG_FUNC_RETURN(card->ctx, res);
  ------------------
  |  |  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|     44|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 44, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2225|     44|}

sc_get_dtrust_driver:
 1056|  16.2k|{
 1057|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1057:6): [True: 1, False: 16.2k]
  ------------------
 1058|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1059|       |
 1060|  16.2k|	dtrust_ops = *iso_ops;
 1061|  16.2k|	dtrust_ops.match_card = dtrust_match_card;
 1062|  16.2k|	dtrust_ops.init = dtrust_init;
 1063|  16.2k|	dtrust_ops.finish = dtrust_finish;
 1064|  16.2k|	dtrust_ops.pin_cmd = dtrust_pin_cmd;
 1065|  16.2k|	dtrust_ops.set_security_env = dtrust_set_security_env;
 1066|  16.2k|	dtrust_ops.compute_signature = dtrust_compute_signature;
 1067|  16.2k|	dtrust_ops.decipher = dtrust_decipher;
 1068|  16.2k|	dtrust_ops.logout = dtrust_logout;
 1069|       |
 1070|  16.2k|	return &dtrust_drv;
 1071|  16.2k|}
card-dtrust.c:dtrust_match_card:
  234|  15.6k|{
  235|  15.6k|	if (_sc_match_atr(card, dtrust_atrs, &card->type) < 0)
  ------------------
  |  Branch (235:6): [True: 15.5k, False: 66]
  ------------------
  236|  15.5k|		return 0;
  237|       |
  238|     66|	if (_dtrust_match_cardos(card) != SC_SUCCESS)
  ------------------
  |  |   28|     66|#define SC_SUCCESS				0
  ------------------
  |  Branch (238:6): [True: 66, False: 0]
  ------------------
  239|     66|		return 0;
  240|       |
  241|      0|	if (_dtrust_match_profile(card) != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (241:6): [True: 0, False: 0]
  ------------------
  242|      0|		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|      0|}
card-dtrust.c:_dtrust_match_cardos:
  114|     66|{
  115|     66|	int r;
  116|     66|	size_t prodlen;
  117|     66|	u8 buf[32];
  118|       |
  119|       |	/* check OS version */
  120|     66|	r = sc_get_data(card, 0x0182, buf, 32);
  121|     66|	LOG_TEST_RET(card->ctx, r, "OS version check failed");
  ------------------
  |  |  174|     66|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     66|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     66|	int _ret = (r); \
  |  |  |  |  168|     66|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 47, False: 19]
  |  |  |  |  ------------------
  |  |  |  |  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|     66|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 19]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|       |
  123|     19|	if (card->type == SC_CARD_TYPE_DTRUST_V4_1_STD) {
  ------------------
  |  Branch (123:6): [True: 12, False: 7]
  ------------------
  124|     12|		if (r != 2 || buf[0] != 0xc9 || buf[1] != 0x04)
  ------------------
  |  Branch (124:7): [True: 6, False: 6]
  |  Branch (124:17): [True: 4, False: 2]
  |  Branch (124:35): [True: 1, False: 1]
  ------------------
  125|     11|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|     11|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  126|     12|	} else if (card->type == SC_CARD_TYPE_DTRUST_V5_1_STD) {
  ------------------
  |  Branch (126:13): [True: 7, False: 0]
  ------------------
  127|      7|		if (r != 2 || buf[0] != 0xcb || buf[1] != 0x01)
  ------------------
  |  Branch (127:7): [True: 3, False: 4]
  |  Branch (127:17): [True: 2, False: 2]
  |  Branch (127:35): [True: 1, False: 1]
  ------------------
  128|      6|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      6|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  129|      7|	}
  130|       |
  131|       |	/* check product name */
  132|      2|	r = sc_get_data(card, 0x0180, buf, 32);
  133|      2|	LOG_TEST_RET(card->ctx, r, "Product name check 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|       |
  135|      0|	prodlen = (size_t)r;
  136|      0|	if (card->type == SC_CARD_TYPE_DTRUST_V4_1_STD) {
  ------------------
  |  Branch (136:6): [True: 0, False: 0]
  ------------------
  137|      0|		if (prodlen != strlen("CardOS V5.4     2019") + 1 || memcmp(buf, "CardOS V5.4     2019", prodlen))
  ------------------
  |  Branch (137:7): [True: 0, False: 0]
  |  Branch (137:56): [True: 0, False: 0]
  ------------------
  138|      0|			return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  139|      0|	} 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|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  145|      0|}

sc_get_edo_driver:
  306|  16.2k|struct sc_card_driver* sc_get_edo_driver(void) {
  307|  16.2k|	edo_ops = *sc_get_iso7816_driver()->ops;
  308|  16.2k|	edo_ops.match_card = edo_match_card;
  309|  16.2k|	edo_ops.init = edo_init;
  310|  16.2k|	edo_ops.select_file = edo_select_file;
  311|  16.2k|	edo_ops.set_security_env = edo_set_security_env;
  312|  16.2k|	edo_ops.compute_signature = edo_compute_signature;
  313|  16.2k|	edo_ops.logout = edo_logout;
  314|       |
  315|  16.2k|	return &edo_drv;
  316|  16.2k|}
card-edo.c:edo_match_card:
   62|  8.31k|static int edo_match_card(sc_card_t* card) {
   63|  8.31k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  8.31k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  8.31k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  8.31k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 8.31k]
  |  |  ------------------
  ------------------
   64|  8.31k|	if (_sc_match_atr(card, edo_atrs, &card->type) >= 0) {
  ------------------
  |  Branch (64:6): [True: 0, False: 8.31k]
  ------------------
   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|  8.31k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  8.31k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  8.31k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  8.31k|	int _ret = r; \
  |  |  |  |  155|  8.31k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8.31k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  8.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: 8.31k]
  |  |  |  |  ------------------
  |  |  |  |  157|  8.31k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  8.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|  8.31k|	return _ret; \
  |  |  |  |  163|  8.31k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   69|  8.31k|}

sc_get_entersafe_driver:
 1579|  16.2k|{
 1580|  16.2k|	return sc_get_driver();
 1581|  16.2k|}
card-entersafe.c:sc_get_driver:
 1553|  16.2k|{
 1554|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1555|       |
 1556|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1556:6): [True: 1, False: 16.2k]
  ------------------
 1557|      1|		iso_ops = iso_drv->ops;
 1558|       |
 1559|  16.2k|	entersafe_ops = *iso_drv->ops;
 1560|  16.2k|	entersafe_ops.match_card = entersafe_match_card;
 1561|  16.2k|	entersafe_ops.init = entersafe_init;
 1562|  16.2k|	entersafe_ops.read_binary = entersafe_read_binary;
 1563|  16.2k|	entersafe_ops.write_binary = NULL;
 1564|  16.2k|	entersafe_ops.update_binary = entersafe_update_binary;
 1565|  16.2k|	entersafe_ops.select_file = entersafe_select_file;
 1566|  16.2k|	entersafe_ops.restore_security_env = entersafe_restore_security_env;
 1567|  16.2k|	entersafe_ops.set_security_env = entersafe_set_security_env;
 1568|  16.2k|	entersafe_ops.decipher = entersafe_decipher;
 1569|  16.2k|	entersafe_ops.compute_signature = entersafe_compute_signature;
 1570|  16.2k|	entersafe_ops.create_file = entersafe_create_file;
 1571|       |	entersafe_ops.delete_file = NULL;
 1572|  16.2k|	entersafe_ops.pin_cmd = entersafe_pin_cmd;
 1573|  16.2k|	entersafe_ops.card_ctl = entersafe_card_ctl_2048;
 1574|  16.2k|	entersafe_ops.process_fci = entersafe_process_fci;
 1575|  16.2k|	return &entersafe_drv;
 1576|  16.2k|}
card-entersafe.c:entersafe_match_card:
  135|  10.7k|{
  136|  10.7k|	int i;
  137|  10.7k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.7k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.7k]
  |  |  ------------------
  ------------------
  138|       |
  139|  10.7k|	i = _sc_match_atr(card, entersafe_atrs, &card->type);
  140|  10.7k|	if (i < 0)
  ------------------
  |  Branch (140:6): [True: 10.5k, False: 155]
  ------------------
  141|  10.5k|		return 0;
  142|       |
  143|    155|	return 1;
  144|  10.7k|}
card-entersafe.c:entersafe_init:
  147|    155|{
  148|    155|	unsigned int flags;
  149|       |
  150|    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]
  |  |  ------------------
  ------------------
  151|       |
  152|    155|	card->name = "entersafe";
  153|    155|	card->cla  = 0x00;
  154|    155|	card->drv_data = NULL;
  155|       |
  156|    155|	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |   93|    155|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  102|    155|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_ONBOARD_KEY_GEN | SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    155|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  157|       |
  158|    155|	_sc_card_add_rsa_alg(card, 512, flags, 0);
  159|    155|	_sc_card_add_rsa_alg(card, 768, flags, 0);
  160|    155|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  161|    155|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  162|       |
  163|    155|	card->caps = SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    155|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  164|       |
  165|       |	/* we need read_binary&friends with max 224 bytes per read */
  166|    155|	card->max_send_size = 224;
  167|    155|	card->max_recv_size = 224;
  168|    155|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  169|    155|}
card-entersafe.c:entersafe_read_binary:
  427|  1.63k|{
  428|  1.63k|	sc_apdu_t apdu;
  429|  1.63k|	u8 recvbuf[SC_MAX_APDU_BUFFER_SIZE];
  430|  1.63k|	int r;
  431|       |
  432|  1.63k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.63k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.63k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.63k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.63k]
  |  |  ------------------
  ------------------
  433|       |
  434|  1.63k|	if (count > card->max_recv_size)
  ------------------
  |  Branch (434:6): [True: 0, False: 1.63k]
  ------------------
  435|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  436|  1.63k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, (idx >> 8) & 0xFF, idx & 0xFF);
  ------------------
  |  |  292|  1.63k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  437|       |
  438|  1.63k|	apdu.cla = idx > 0x7fff ? 0x80 : 0x00;
  ------------------
  |  Branch (438:13): [True: 1, False: 1.63k]
  ------------------
  439|  1.63k|	apdu.le = count;
  440|  1.63k|	apdu.resplen = count;
  441|  1.63k|	apdu.resp = recvbuf;
  442|       |
  443|  1.63k|	r = entersafe_transmit_apdu(card, &apdu, 0, 0, 0, 0);
  444|  1.63k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  1.63k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.63k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.63k|	int _ret = (r); \
  |  |  |  |  168|  1.63k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 1.62k]
  |  |  |  |  ------------------
  |  |  |  |  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|  1.63k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.62k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  445|  1.62k|	if (apdu.resplen == 0)
  ------------------
  |  Branch (445:6): [True: 103, False: 1.51k]
  ------------------
  446|    103|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  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|     90|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 90, False: 13]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  447|  1.51k|	memcpy(buf, recvbuf, apdu.resplen);
  448|       |
  449|  1.51k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, (int)apdu.resplen);
  ------------------
  |  |  153|  1.51k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  1.51k|	int _ret = r; \
  |  |  155|  1.51k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 1.51k]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define 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.51k|	} else { \
  |  |  159|  1.51k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|  1.51k|			"returning with: %d\n", _ret); \
  |  |  161|  1.51k|	} \
  |  |  162|  1.51k|	return _ret; \
  |  |  163|  1.51k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  450|  1.51k|}
card-entersafe.c:entersafe_transmit_apdu:
  370|  1.89k|{
  371|  1.89k|	u8 *cipher_data = NULL, *mac_data = NULL;
  372|  1.89k|	size_t cipher_data_size, mac_data_size, blocks;
  373|  1.89k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  1.89k|#define SC_SUCCESS				0
  ------------------
  374|  1.89k|	u8 *sbuf = NULL;
  375|  1.89k|	size_t ssize = 0;
  376|       |
  377|  1.89k|	if (card == NULL || apdu == NULL)
  ------------------
  |  Branch (377:6): [True: 0, False: 1.89k]
  |  Branch (377:22): [True: 0, False: 1.89k]
  ------------------
  378|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  379|       |
  380|  1.89k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.89k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.89k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.89k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.89k]
  |  |  ------------------
  ------------------
  381|       |
  382|  1.89k|	if ((cipher || mac) && (!key || (keylen != 8 && keylen != 16)))
  ------------------
  |  Branch (382:7): [True: 0, False: 1.89k]
  |  Branch (382:17): [True: 0, False: 1.89k]
  |  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|  1.89k|	r = sc_apdu_get_octets(card->ctx, apdu, &sbuf, &ssize, SC_PROTO_RAW);
  ------------------
  |  |  354|  1.89k|#define SC_PROTO_RAW		0x00001000
  ------------------
  386|  1.89k|	if (r == SC_SUCCESS)
  ------------------
  |  |   28|  1.89k|#define SC_SUCCESS				0
  ------------------
  |  Branch (386:6): [True: 1.89k, False: 0]
  ------------------
  387|  1.89k|		sc_apdu_log(card->ctx, sbuf, ssize, 1);
  ------------------
  |  |  292|  1.89k|	sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, is_outgoing != 0 ? "Outgoing APDU" : "Incoming APDU", data, len)
  |  |  ------------------
  |  |  |  |  127|  3.78k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (127:65): [True: 1.89k, Folded]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  388|  1.89k|	if (sbuf)
  ------------------
  |  Branch (388:6): [True: 1.89k, False: 0]
  ------------------
  389|  1.89k|		free(sbuf);
  390|       |
  391|  1.89k|	if (cipher) {
  ------------------
  |  Branch (391:6): [True: 0, False: 1.89k]
  ------------------
  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|  1.89k|	if (mac) {
  ------------------
  |  Branch (403:6): [True: 0, False: 1.89k]
  ------------------
  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|  1.89k|	r = sc_transmit_apdu(card, apdu);
  416|       |
  417|  1.89k|out:
  418|  1.89k|	free(cipher_data);
  419|  1.89k|	free(mac_data);
  420|       |
  421|  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|     27|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 27, False: 1.86k]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  422|  1.89k|}
card-entersafe.c:entersafe_select_file:
  590|    784|{
  591|    784|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (591:6): [True: 0, False: 784]
  |  Branch (591:22): [True: 0, False: 784]
  ------------------
  592|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  593|    784|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    784|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    784|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    784|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 784]
  |  |  ------------------
  ------------------
  594|       |
  595|    784|	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: 784]
  ------------------
  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|    272|		case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    272|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (600:3): [True: 272, False: 512]
  ------------------
  601|    272|			return entersafe_select_aid(card, in_path, file_out);
  602|    512|		case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|    512|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (602:3): [True: 512, False: 272]
  ------------------
  603|    512|			return entersafe_select_path(card, in_path->value, in_path->len, file_out);
  604|      0|		default:
  ------------------
  |  Branch (604:3): [True: 0, False: 784]
  ------------------
  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|    784|	}
  607|    784|}
card-entersafe.c:entersafe_select_fid:
  503|    725|{
  504|    725|	int r;
  505|    725|	sc_file_t *file = NULL;
  506|    725|	sc_path_t path;
  507|       |
  508|    725|	memset(&path, 0, sizeof(sc_path_t));
  509|       |
  510|    725|	path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    725|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  511|    725|	path.value[0] = id_hi;
  512|    725|	path.value[1] = id_lo;
  513|    725|	path.len = 2;
  514|       |
  515|    725|	r = iso_ops->select_file(card, &path, &file);
  516|    725|	if (r < 0)
  ------------------
  |  Branch (516:6): [True: 283, False: 442]
  ------------------
  517|    283|		sc_file_free(file);
  518|    725|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    725|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    725|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    725|	int _ret = (r); \
  |  |  |  |  168|    725|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 283, False: 442]
  |  |  |  |  ------------------
  |  |  |  |  169|    283|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    283|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    283|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    283|		return _ret; \
  |  |  |  |  172|    283|	} \
  |  |  |  |  173|    725|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 442]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|       |
  520|    442|	if (file_out)
  ------------------
  |  Branch (520:6): [True: 162, False: 280]
  ------------------
  521|    162|		*file_out = file;
  522|    280|	else
  523|    280|		sc_file_free(file);
  524|       |
  525|    442|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|    442|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    442|	int _ret = r; \
  |  |  155|    442|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 442, False: 0]
  |  |  ------------------
  |  |  156|    442|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 442]
  |  |  ------------------
  |  |  157|    442|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    442|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    442|	return _ret; \
  |  |  163|    442|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  526|    442|}
card-entersafe.c:entersafe_select_aid:
  531|    272|{
  532|    272|	int r;
  533|       |
  534|    272|	r = iso_ops->select_file(card, in_path, file_out);
  535|    272|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    272|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    272|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    272|	int _ret = (r); \
  |  |  |  |  168|    272|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 199, False: 73]
  |  |  |  |  ------------------
  |  |  |  |  169|    199|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    199|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    199|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    199|		return _ret; \
  |  |  |  |  172|    199|	} \
  |  |  |  |  173|    272|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 73]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  536|       |
  537|     73|	if (file_out) {
  ------------------
  |  Branch (537:6): [True: 0, False: 73]
  ------------------
  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|     73|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|     73|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     73|	int _ret = r; \
  |  |  155|     73|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 73, False: 0]
  |  |  ------------------
  |  |  156|     73|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 73]
  |  |  ------------------
  |  |  157|     73|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     73|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     73|	return _ret; \
  |  |  163|     73|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  552|     73|}
card-entersafe.c:entersafe_select_path:
  557|    512|{
  558|    512|	u8 n_pathbuf[SC_MAX_PATH_SIZE];
  559|    512|	const u8 *path = pathbuf;
  560|    512|	size_t pathlen = len;
  561|    512|	unsigned int i;
  562|    512|	int r;
  563|       |
  564|    512|	if (pathlen % 2 != 0 || pathlen > 6 || pathlen <= 0)
  ------------------
  |  Branch (564:6): [True: 0, False: 512]
  |  Branch (564:26): [True: 10, False: 502]
  |  Branch (564:41): [True: 3, False: 499]
  ------------------
  565|     13|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  566|       |
  567|       |	/* if pathlen == 6 then the first FID must be MF (== 3F00) */
  568|    499|	if (pathlen == 6 && (path[0] != 0x3f || path[1] != 0x00))
  ------------------
  |  Branch (568:6): [True: 76, False: 423]
  |  Branch (568:23): [True: 14, False: 62]
  |  Branch (568:42): [True: 10, False: 52]
  ------------------
  569|     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]
  |  |  ------------------
  ------------------
  570|       |
  571|       |	/* unify path (the first FID should be MF) */
  572|    475|	if (path[0] != 0x3f || path[1] != 0x00) {
  ------------------
  |  Branch (572:6): [True: 66, False: 409]
  |  Branch (572:25): [True: 10, False: 399]
  ------------------
  573|     76|		n_pathbuf[0] = 0x3f;
  574|     76|		n_pathbuf[1] = 0x00;
  575|     76|		memcpy(n_pathbuf + 2, path, pathlen);
  576|     76|		path = n_pathbuf;
  577|     76|		pathlen += 2;
  578|     76|	}
  579|       |
  580|    725|	for (i = 0; i < pathlen - 2; i += 2) {
  ------------------
  |  Branch (580:14): [True: 508, False: 217]
  ------------------
  581|    508|		r = entersafe_select_fid(card, path[i], path[i + 1], NULL);
  582|    508|		LOG_TEST_RET(card->ctx, r, "SELECT FILE (DF-ID) 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: 258, False: 250]
  |  |  |  |  ------------------
  |  |  |  |  169|    258|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    258|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    258|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    258|		return _ret; \
  |  |  |  |  172|    258|	} \
  |  |  |  |  173|    508|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 250]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  583|    508|	}
  584|    217|	return entersafe_select_fid(card, path[pathlen - 2], path[pathlen - 1], file_out);
  585|    475|}
card-entersafe.c:entersafe_pin_cmd:
  880|     11|{
  881|     11|	int r;
  882|     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]
  |  |  ------------------
  ------------------
  883|     11|	entersafe_init_pin_info(&data->pin1, 0);
  884|     11|	entersafe_init_pin_info(&data->pin2, 1);
  885|     11|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     11|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  886|       |
  887|     11|	if (data->cmd != SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|     11|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (887:6): [True: 11, False: 0]
  ------------------
  888|     11|		r = iso_ops->pin_cmd(card, data);
  889|     11|		sc_log(card->ctx, "Verify rv:%i", r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  890|     11|	} 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|     11|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 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]
  |  |  ------------------
  ------------------
  929|     11|}
card-entersafe.c:entersafe_init_pin_info:
  870|     22|{
  871|     22|	pin->encoding   = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|     22|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  872|     22|	pin->min_length = 4;
  873|     22|	pin->max_length = 16;
  874|     22|	pin->pad_length = 16;
  875|     22|	pin->offset     = 5 + num * 16;
  876|     22|	pin->pad_char   = 0x00;
  877|     22|}
card-entersafe.c:entersafe_card_ctl_2048:
 1522|    285|{
 1523|    285|	sc_entersafe_create_data *tmp = (sc_entersafe_create_data *)ptr;
 1524|       |
 1525|    285|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    285|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    285|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    285|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 285]
  |  |  ------------------
  ------------------
 1526|       |
 1527|    285|	switch (cmd) {
 1528|      0|		case SC_CARDCTL_ENTERSAFE_CREATE_FILE:
  ------------------
  |  Branch (1528:3): [True: 0, False: 285]
  ------------------
 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: 285]
  ------------------
 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: 285]
  ------------------
 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: 285]
  ------------------
 1542|      0|			return entersafe_erase_card(card);
 1543|    261|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1543:3): [True: 261, False: 24]
  ------------------
 1544|    261|			return entersafe_get_serialnr(card, (sc_serial_number_t *)ptr);
 1545|      0|		case SC_CARDCTL_ENTERSAFE_PREINSTALL_KEYS:
  ------------------
  |  Branch (1545:3): [True: 0, False: 285]
  ------------------
 1546|      0|			return entersafe_preinstall_keys(card, entersafe_preinstall_rsa_2048);
 1547|     24|		default:
  ------------------
  |  Branch (1547:3): [True: 24, False: 261]
  ------------------
 1548|     24|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     24|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1549|    285|	}
 1550|    285|}
card-entersafe.c:entersafe_get_serialnr:
 1347|    261|{
 1348|    261|	int	r;
 1349|    261|	sc_apdu_t apdu;
 1350|    261|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1351|       |
 1352|    261|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    261|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    261|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    261|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 261]
  |  |  ------------------
  ------------------
 1353|    261|	if (serial == NULL)
  ------------------
  |  Branch (1353:6): [True: 0, False: 261]
  ------------------
 1354|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1355|       |
 1356|    261|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xEA, 0x00, 0x00);
  ------------------
  |  |  292|    261|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1357|    261|	apdu.cla = 0x80;
 1358|    261|	apdu.resp = rbuf;
 1359|    261|	apdu.resplen = sizeof(rbuf);
 1360|    261|	apdu.le = 0x08;
 1361|       |
 1362|    261|	r = entersafe_transmit_apdu(card, &apdu, 0, 0, 0, 0);
 1363|    261|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    261|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    261|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    261|	int _ret = (r); \
  |  |  |  |  168|    261|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 16, False: 245]
  |  |  |  |  ------------------
  |  |  |  |  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|    261|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 245]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1364|    245|	LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), "EnterSafe get SN failed");
  ------------------
  |  |  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: 206, False: 39]
  |  |  |  |  ------------------
  |  |  |  |  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|    245|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 39]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1365|     39|	if (apdu.resplen != 8)
  ------------------
  |  Branch (1365:6): [True: 26, False: 13]
  ------------------
 1366|     39|		LOG_TEST_RET(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Invalid length of SN");
  ------------------
  |  |  174|     26|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     26|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     26|	int _ret = (r); \
  |  |  |  |  168|     26|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 26, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|     26|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1367|       |
 1368|     13|	card->serialnr.len = serial->len = 8;
 1369|     13|	memcpy(card->serialnr.value, rbuf, 8);
 1370|     13|	memcpy(serial->value, rbuf, 8);
 1371|       |
 1372|     13|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1373|     13|}
card-entersafe.c:entersafe_process_fci:
  479|    328|{
  480|    328|	int r;
  481|       |
  482|    328|	if (file == NULL)
  ------------------
  |  Branch (482:6): [True: 0, False: 328]
  ------------------
  483|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  484|    328|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    328|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    328|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    328|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 328]
  |  |  ------------------
  ------------------
  485|       |
  486|    328|	r = iso_ops->process_fci(card, file, buf, buflen);
  487|    328|	LOG_TEST_RET(card->ctx, r, "Process fci failed");
  ------------------
  |  |  174|    328|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    328|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    328|	int _ret = (r); \
  |  |  |  |  168|    328|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 328]
  |  |  |  |  ------------------
  |  |  |  |  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|    328|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 328]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  488|       |
  489|    328|	if (file->namelen) {
  ------------------
  |  Branch (489:6): [True: 10, False: 318]
  ------------------
  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|    318|	} else {
  493|    318|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    318|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  494|    318|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|    318|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  495|    318|	}
  496|       |
  497|    328|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    328|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    328|	int _ret = r; \
  |  |  155|    328|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 328, False: 0]
  |  |  ------------------
  |  |  156|    328|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 328]
  |  |  ------------------
  |  |  157|    328|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    328|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    328|	return _ret; \
  |  |  163|    328|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  498|    328|}

sc_get_eoi_driver:
  566|  16.2k|{
  567|  16.2k|	eoi_ops = *sc_get_iso7816_driver()->ops;
  568|       |
  569|  16.2k|	eoi_ops.match_card = eoi_match_card;
  570|  16.2k|	eoi_ops.init = eoi_init;
  571|  16.2k|	eoi_ops.finish = eoi_finish;
  572|  16.2k|	eoi_ops.select_file = eoi_select_file;
  573|  16.2k|	eoi_ops.logout = eoi_logout;
  574|  16.2k|	eoi_ops.pin_cmd = eoi_pin_cmd;
  575|  16.2k|	eoi_ops.card_ctl = eoi_card_ctl;
  576|  16.2k|	eoi_ops.set_security_env = eoi_set_security_env;
  577|  16.2k|	eoi_ops.compute_signature = eoi_compute_signature;
  578|       |
  579|  16.2k|	return &eoi_drv;
  580|  16.2k|}
card-eoi.c:eoi_match_card:
  236|  2.39k|static int eoi_match_card(sc_card_t* card) {
  237|  2.39k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  2.39k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.39k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.39k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.39k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.39k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  238|  2.39k|	if (_sc_match_atr(card, eoi_atrs, &card->type) >= 0) {
  ------------------
  |  Branch (238:6): [True: 61, False: 2.33k]
  ------------------
  239|     61|		sc_log(card->ctx, "ATR recognized as Slovenian eID card");
  ------------------
  |  |   71|     61|#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|     61|		LOG_FUNC_RETURN(card->ctx, ATR_MATCH);
  ------------------
  |  |  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: 0, False: 61]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     61|	} else { \
  |  |  |  |  159|     61|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     61|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     61|	} \
  |  |  |  |  162|     61|	return _ret; \
  |  |  |  |  163|     61|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  241|     61|	}
  242|  2.33k|	LOG_FUNC_RETURN(card->ctx, !ATR_MATCH);
  ------------------
  |  |  164|  2.33k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.33k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.33k|	int _ret = r; \
  |  |  |  |  155|  2.33k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.33k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.33k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.33k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.33k|	return _ret; \
  |  |  |  |  163|  2.33k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|  2.33k|}
card-eoi.c:eoi_init:
  245|     61|static int eoi_init(sc_card_t* card) {
  246|     61|	struct eoi_privdata *privdata = (struct eoi_privdata *)card->drv_data;
  247|     61|	u8 version[6];
  248|     61|	size_t i, j;
  249|     61|	scconf_block **found_blocks, *block;
  250|     61|	int r;
  251|     61|	char *can;
  252|       |
  253|     61|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     61|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     61|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     61|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     61|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 61]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  254|       |
  255|     61|	if (eoi_get_data(card, 0x16, version, sizeof(version)) != SC_SUCCESS)
  ------------------
  |  |   28|     61|#define SC_SUCCESS				0
  ------------------
  |  Branch (255:6): [True: 46, False: 15]
  ------------------
  256|     61|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  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|     46|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 46, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  257|       |
  258|     15|	if (privdata)
  ------------------
  |  Branch (258:6): [True: 0, False: 15]
  ------------------
  259|     15|		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|     15|	privdata = sc_mem_secure_alloc(sizeof(struct eoi_privdata));
  261|     15|	if (!privdata)
  ------------------
  |  Branch (261:6): [True: 0, False: 15]
  ------------------
  262|     15|		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|     15|	memset(privdata, 0, sizeof(struct eoi_privdata));
  265|     15|	card->drv_data = privdata;
  266|       |
  267|     15|	sprintf(privdata->version, "%X%02X.%02X%02X", version[0], version[1], version[2], version[3]);
  268|     15|	sc_log(card->ctx, "App version: %s", privdata->version);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  269|       |
  270|     15|	memset(&card->sm_ctx, 0, sizeof card->sm_ctx);
  271|     15|	card->sm_ctx.ops.open = eoi_sm_open;
  272|       |
  273|     15|	card->max_send_size = SC_MAX_APDU_DATA_SIZE;
  ------------------
  |  |   35|     15|#define SC_MAX_APDU_DATA_SIZE		0xFF
  ------------------
  274|     15|	card->max_recv_size = SC_MAX_APDU_RESP_SIZE;
  ------------------
  |  |   36|     15|#define SC_MAX_APDU_RESP_SIZE		(0xFF+1)
  ------------------
  275|       |
  276|     30|	for (i = 0; i < sizeof eoi_curves / sizeof * eoi_curves; ++i) {
  ------------------
  |  Branch (276:14): [True: 15, False: 15]
  ------------------
  277|     15|		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|     15|#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|     15|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     15|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  278|     15|		LOG_TEST_GOTO_ERR(card->ctx, r, "Add EC alg failed");
  ------------------
  |  |  184|     15|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     15|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     15|	int _ret = (r); \
  |  |  |  |  178|     15|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  |  |  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|     15|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 15]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  279|     15|	}
  280|       |
  281|     15|	can = getenv("EOI_CAN");
  282|     15|	if (can)
  ------------------
  |  Branch (282:6): [True: 0, False: 15]
  ------------------
  283|      0|		strlcpy(privdata->can, can, sizeof(privdata->can));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  284|     30|	for (i = 0; card->ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (284:14): [True: 15, False: 15]
  ------------------
  285|     15|		found_blocks = scconf_find_blocks(card->ctx->conf, card->ctx->conf_blocks[i],
  286|     15|					"card_driver", "eoi");
  287|     15|		if (!found_blocks)
  ------------------
  |  Branch (287:7): [True: 0, False: 15]
  ------------------
  288|      0|			continue;
  289|       |
  290|     15|		for (j = 0, block = found_blocks[j]; block; j++, block = found_blocks[j]) {
  ------------------
  |  Branch (290:40): [True: 0, False: 15]
  ------------------
  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|     15|		free(found_blocks);
  298|     15|	}
  299|       |
  300|     15|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|     61|{
  220|     61|	int r;
  221|     61|	sc_apdu_t apdu;
  222|       |
  223|     61|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0x01, data_id);
  ------------------
  |  |  292|     61|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  224|     61|	apdu.resp = buf;
  225|     61|	apdu.resplen = len;
  226|     61|	apdu.le = len;
  227|       |
  228|     61|	r = sc_transmit_apdu(card, &apdu);
  229|     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: 2, False: 59]
  |  |  |  |  ------------------
  |  |  |  |  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|     61|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 59]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  230|     59|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  231|     59|	return r;
  232|     61|}
card-eoi.c:eoi_finish:
  313|     15|{
  314|     15|	struct eoi_privdata *privdata = (struct eoi_privdata *)card->drv_data;
  315|       |
  316|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|       |
  318|     15|	if (privdata) {
  ------------------
  |  Branch (318:6): [True: 15, False: 0]
  ------------------
  319|     15|		sc_mem_clear(privdata, sizeof(struct eoi_privdata));
  320|     15|		sc_mem_secure_free(privdata, sizeof(struct eoi_privdata));
  321|     15|	}
  322|       |
  323|     15|	card->drv_data = NULL;
  324|       |
  325|     15|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 15]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  326|     15|}
card-eoi.c:eoi_select_file:
  329|    101|{
  330|    101|	struct eoi_privdata *privdata = (struct eoi_privdata *)card->drv_data;
  331|    101|	int i;
  332|       |
  333|    101|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    101|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    101|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    101|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    101|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 101]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  334|       |
  335|    101|	if (!privdata)
  ------------------
  |  Branch (335:6): [True: 0, False: 101]
  ------------------
  336|    101|		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|    101|	for (i = 0; i < MAX_OBJECTS && privdata->pin_paths[i]; i++) {
  ------------------
  |  |   24|    202|#define MAX_OBJECTS 8
  ------------------
  |  Branch (338:14): [True: 101, False: 0]
  |  Branch (338:33): [True: 0, False: 101]
  ------------------
  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|    101|	LOG_FUNC_RETURN(card->ctx, sc_get_iso7816_driver()->ops->select_file(card, in_path, file_out));
  ------------------
  |  |  164|    101|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    101|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    101|	int _ret = r; \
  |  |  |  |  155|    101|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 101, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    101|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 73, False: 28]
  |  |  |  |  ------------------
  |  |  |  |  157|    101|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    101|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    101|	return _ret; \
  |  |  |  |  163|    101|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  345|    101|}
card-eoi.c:eoi_pin_cmd:
  381|      3|{
  382|      3|	int r;
  383|       |
  384|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  385|       |
  386|      3|	if (data->cmd == SC_PIN_CMD_VERIFY && card->sm_ctx.sm_mode == SM_MODE_NONE) {
  ------------------
  |  |  415|      6|#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: 3]
  |  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|      3|	if (data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|      3|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (393:6): [True: 0, False: 3]
  ------------------
  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|      3|	if (data->cmd == SC_PIN_CMD_CHANGE)
  ------------------
  |  |  416|      3|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (416:6): [True: 0, False: 3]
  ------------------
  417|      0|		data->pin1.len = 0;
  418|       |
  419|      3|	LOG_FUNC_RETURN(card->ctx, sc_get_iso7816_driver()->ops->pin_cmd(card, 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  420|      3|}
card-eoi.c:eoi_card_ctl:
  424|     10|{
  425|     10|	struct sc_card_driver *iso_driver = NULL;
  426|     10|	int r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     10|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  427|       |
  428|     10|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     10|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|     10|	switch (cmd) {
  430|      4|	case SC_CARDCTL_GET_MODEL:
  ------------------
  |  Branch (430:2): [True: 4, False: 6]
  ------------------
  431|      4|		if (!ptr) {
  ------------------
  |  Branch (431:7): [True: 0, False: 4]
  ------------------
  432|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  433|      4|		} else {
  434|      4|			*(char **)ptr = eoi_model;
  435|      4|			r = SC_SUCCESS;
  ------------------
  |  |   28|      4|#define SC_SUCCESS				0
  ------------------
  436|      4|		}
  437|      4|		break;
  438|      6|	default:
  ------------------
  |  Branch (438:2): [True: 6, False: 4]
  ------------------
  439|      6|		iso_driver = sc_get_iso7816_driver();
  440|      6|		if (iso_driver->ops->card_ctl != NULL) {
  ------------------
  |  Branch (440:7): [True: 0, False: 6]
  ------------------
  441|      0|			r = sc_get_iso7816_driver()->ops->card_ctl(card, cmd, ptr);
  442|      0|		}
  443|     10|	}
  444|     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|      6|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  445|     10|}

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

sc_get_esteid2018_driver:
  303|  16.2k|struct sc_card_driver *sc_get_esteid2018_driver(void) {
  304|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  305|       |
  306|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (306:6): [True: 1, False: 16.2k]
  ------------------
  307|      1|		iso_ops = iso_drv->ops;
  308|       |
  309|  16.2k|	esteid_ops = *iso_drv->ops;
  310|  16.2k|	esteid_ops.match_card = esteid_match_card;
  311|  16.2k|	esteid_ops.init = esteid_init;
  312|  16.2k|	esteid_ops.finish = esteid_finish;
  313|       |
  314|  16.2k|	esteid_ops.select_file = esteid_select_file;
  315|       |
  316|  16.2k|	esteid_ops.set_security_env = esteid_set_security_env;
  317|  16.2k|	esteid_ops.compute_signature = esteid_compute_signature;
  318|  16.2k|	esteid_ops.pin_cmd = esteid_pin_cmd;
  319|  16.2k|	esteid_ops.logout = esteid_logout;
  320|       |
  321|  16.2k|	return &esteid2018_driver;
  322|  16.2k|}
card-esteid2018.c:esteid_match_card:
   83|  8.31k|static int esteid_match_card(sc_card_t *card) {
   84|  8.31k|	int i = _sc_match_atr(card, esteid_atrs, &card->type);
   85|       |
   86|  8.31k|	if (i >= 0 && gp_select_aid(card, &IASECC_AID) == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (86:6): [True: 0, False: 8.31k]
  |  Branch (86:16): [True: 0, False: 0]
  ------------------
   87|      0|		card->name = esteid_atrs[i].name;
   88|      0|		return 1;
   89|      0|	}
   90|  8.31k|	return 0;
   91|  8.31k|}

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

sc_get_cryptoflex_driver:
 1203|  16.2k|{
 1204|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1204:6): [True: 0, False: 16.2k]
  ------------------
 1205|      0|		iso_ops = sc_get_iso7816_driver()->ops;
 1206|       |
 1207|  16.2k|	cryptoflex_ops = *iso_ops;
 1208|  16.2k|	cryptoflex_ops.match_card = cryptoflex_match_card;
 1209|  16.2k|	cryptoflex_ops.init = flex_init;
 1210|  16.2k|	cryptoflex_ops.finish = flex_finish;
 1211|  16.2k|	cryptoflex_ops.process_fci = cryptoflex_process_file_attrs;
 1212|  16.2k|	cryptoflex_ops.construct_fci = cryptoflex_construct_file_attrs;
 1213|  16.2k|	cryptoflex_ops.select_file = flex_select_file;
 1214|  16.2k|	cryptoflex_ops.list_files = cryptoflex_list_files;
 1215|  16.2k|	cryptoflex_ops.delete_file = flex_delete_file;
 1216|  16.2k|	cryptoflex_ops.create_file = flex_create_file;
 1217|  16.2k|	cryptoflex_ops.card_ctl = flex_card_ctl;
 1218|  16.2k|	cryptoflex_ops.set_security_env = flex_set_security_env;
 1219|  16.2k|	cryptoflex_ops.restore_security_env = flex_restore_security_env;
 1220|  16.2k|	cryptoflex_ops.compute_signature = cryptoflex_compute_signature;
 1221|  16.2k|	cryptoflex_ops.decipher = flex_decipher;
 1222|  16.2k|	cryptoflex_ops.pin_cmd = flex_pin_cmd;
 1223|  16.2k|	cryptoflex_ops.logout = flex_logout;
 1224|  16.2k|	return &cryptoflex_drv;
 1225|  16.2k|}
sc_get_cyberflex_driver:
 1228|  16.2k|{
 1229|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1229:6): [True: 1, False: 16.2k]
  ------------------
 1230|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1231|       |
 1232|  16.2k|	cyberflex_ops = *iso_ops;
 1233|  16.2k|	cyberflex_ops.match_card = cyberflex_match_card;
 1234|  16.2k|	cyberflex_ops.init = flex_init;
 1235|  16.2k|	cyberflex_ops.finish = flex_finish;
 1236|  16.2k|	cyberflex_ops.process_fci = cyberflex_process_file_attrs;
 1237|  16.2k|	cyberflex_ops.construct_fci = cyberflex_construct_file_attrs;
 1238|  16.2k|	cyberflex_ops.select_file = flex_select_file;
 1239|  16.2k|	cyberflex_ops.list_files = cyberflex_list_files;
 1240|  16.2k|	cyberflex_ops.delete_file = flex_delete_file;
 1241|  16.2k|	cyberflex_ops.create_file = flex_create_file;
 1242|  16.2k|	cyberflex_ops.card_ctl = flex_card_ctl;
 1243|  16.2k|	cyberflex_ops.set_security_env = flex_set_security_env;
 1244|  16.2k|	cyberflex_ops.restore_security_env = flex_restore_security_env;
 1245|  16.2k|	cyberflex_ops.compute_signature = cyberflex_compute_signature;
 1246|  16.2k|	cyberflex_ops.decipher = flex_decipher;
 1247|  16.2k|	cyberflex_ops.pin_cmd = flex_pin_cmd;
 1248|  16.2k|	cyberflex_ops.logout = flex_logout;
 1249|  16.2k|	return &cyberflex_drv;
 1250|  16.2k|}
card-flex.c:cryptoflex_match_card:
  134|  15.8k|{
  135|  15.8k|	int i;
  136|       |
  137|  15.8k|	i = _sc_match_atr(card, flex_atrs, NULL);
  138|  15.8k|	if (i < 0)
  ------------------
  |  Branch (138:6): [True: 15.6k, False: 142]
  ------------------
  139|  15.6k|		return 0;
  140|    142|	switch (flex_atrs[i].type) {
  ------------------
  |  Branch (140:10): [True: 142, False: 0]
  ------------------
  141|    142|	case SC_CARD_TYPE_FLEX_CRYPTO:
  ------------------
  |  Branch (141:2): [True: 142, False: 0]
  ------------------
  142|    142|	case SC_CARD_TYPE_FLEX_MULTI:
  ------------------
  |  Branch (142:2): [True: 0, False: 142]
  ------------------
  143|    142|		card->name = flex_atrs[i].name;
  144|    142|		card->type = flex_atrs[i].type;
  145|    142|		card->flags = flex_atrs[i].flags;
  146|    142|		return 1;
  147|    142|	}
  148|      0|	return 0;
  149|    142|}
card-flex.c:flex_init:
  169|    233|{
  170|    233|	struct flex_private_data *data;
  171|       |
  172|    233|	if (!(data = malloc(sizeof(*data))))
  ------------------
  |  Branch (172:6): [True: 0, False: 233]
  ------------------
  173|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  174|    233|	card->drv_data = data;
  175|       |
  176|    233|	card->cla = 0xC0;
  177|    233|	data->aak_key_ref = 1;
  178|       |
  179|       |	/* Override Cryptoflex defaults for specific card types */
  180|    233|	switch (card->type) {
  ------------------
  |  Branch (180:10): [True: 91, False: 142]
  ------------------
  181|     91|	case SC_CARD_TYPE_FLEX_CYBER:
  ------------------
  |  Branch (181:2): [True: 91, False: 142]
  ------------------
  182|     91|		card->cla = 0x00;
  183|     91|		data->aak_key_ref = 0;
  184|     91|		break;
  185|    233|	}
  186|       |
  187|       |	/* FIXME: Card type detection */
  188|    233|	if (1) {
  ------------------
  |  Branch (188:6): [True: 233, Folded]
  ------------------
  189|    233|		unsigned long flags;
  190|       |
  191|    233|		flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    233|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  192|    233|		flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    233|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  193|    233|		if (card->flags & FLAG_KEYGEN)
  ------------------
  |  |   31|    233|#define FLAG_KEYGEN		0x80000000
  ------------------
  |  Branch (193:7): [True: 142, False: 91]
  ------------------
  194|    142|			flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    142|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  195|       |
  196|    233|		_sc_card_add_rsa_alg(card, 512, flags, 0);
  197|    233|		_sc_card_add_rsa_alg(card, 768, flags, 0);
  198|    233|		_sc_card_add_rsa_alg(card, 1024, flags, 0);
  199|    233|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  200|    233|	}
  201|       |
  202|       |	/* SCardTransmit failed: 8010002f
  203|       |	 * this can be solved with a small delay. */
  204|    233|	msleep(100);
  ------------------
  |  |   60|    233|#define msleep(t)	usleep((t) * 1000)
  ------------------
  205|       |
  206|       |	/* State that we have an RNG */
  207|    233|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    233|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  208|       |
  209|    233|	return 0;
  210|    233|}
card-flex.c:flex_finish:
  128|    233|{
  129|    233|	free(card->drv_data);
  130|    233|	return 0;
  131|    233|}
card-flex.c:cryptoflex_process_file_attrs:
  270|    160|{
  271|    160|	sc_context_t *ctx = card->ctx;
  272|    160|	const u8 *p = buf + 2;
  273|    160|	u8 b1, b2;
  274|    160|	int is_mf = 0;
  275|       |
  276|    160|	if (buflen < 14)
  ------------------
  |  Branch (276:6): [True: 0, False: 160]
  ------------------
  277|      0|		return -1;
  278|    160|	b1 = *p++;
  279|    160|	b2 = *p++;
  280|    160|	file->size = (b1 << 8) + b2;
  281|    160|	b1 = *p++;
  282|    160|	b2 = *p++;
  283|    160|	file->id = (b1 << 8) + b2;
  284|    160|	if (file->id == 0x3F00)
  ------------------
  |  Branch (284:6): [True: 4, False: 156]
  ------------------
  285|      4|		is_mf = 1;
  286|    160|	switch (*p) {
  287|     24|	case 0x01:
  ------------------
  |  Branch (287:2): [True: 24, False: 136]
  ------------------
  288|     24|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     24|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  289|     24|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     24|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  290|     24|		break;
  291|     87|	case 0x02:
  ------------------
  |  Branch (291:2): [True: 87, False: 73]
  ------------------
  292|     87|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     87|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  293|     87|		file->ef_structure = SC_FILE_EF_LINEAR_FIXED;
  ------------------
  |  |  222|     87|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  294|     87|		break;
  295|      6|	case 0x04:
  ------------------
  |  Branch (295:2): [True: 6, False: 154]
  ------------------
  296|      6|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      6|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  297|      6|		file->ef_structure = SC_FILE_EF_LINEAR_VARIABLE;
  ------------------
  |  |  224|      6|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  298|      6|		break;
  299|      5|	case 0x06:
  ------------------
  |  Branch (299:2): [True: 5, False: 155]
  ------------------
  300|      5|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|      5|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  301|      5|		file->ef_structure = SC_FILE_EF_CYCLIC;
  ------------------
  |  |  226|      5|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  302|      5|		break;
  303|      5|	case 0x38:
  ------------------
  |  Branch (303:2): [True: 5, False: 155]
  ------------------
  304|      5|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      5|#define SC_FILE_TYPE_DF			0x04
  ------------------
  305|      5|		break;
  306|     33|	default:
  ------------------
  |  Branch (306:2): [True: 33, False: 127]
  ------------------
  307|     33|		sc_log(ctx,  "invalid file type: 0x%02X\n", *p);
  ------------------
  |  |   71|     33|#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|     33|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     33|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  309|    160|	}
  310|    127|	p += 2;
  311|    127|	if (file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|    127|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (311:6): [True: 5, False: 122]
  ------------------
  312|      5|		add_acl_entry(card, file, SC_AC_OP_LIST_FILES, (u8)(p[0] >> 4));
  ------------------
  |  |  172|      5|#define SC_AC_OP_LIST_FILES		6
  ------------------
  313|      5|		add_acl_entry(card, file, SC_AC_OP_DELETE, (u8)(p[1] >> 4));
  ------------------
  |  |  168|      5|#define SC_AC_OP_DELETE			2
  ------------------
  314|      5|		add_acl_entry(card, file, SC_AC_OP_CREATE, (u8)(p[1] & 0x0F));
  ------------------
  |  |  169|      5|#define SC_AC_OP_CREATE			3
  ------------------
  315|    122|	} else { /* EF */
  316|    122|		add_acl_entry(card, file, SC_AC_OP_READ, (u8)(p[0] >> 4));
  ------------------
  |  |  188|    122|#define SC_AC_OP_READ			22
  ------------------
  317|    122|		switch (file->ef_structure) {
  ------------------
  |  Branch (317:11): [True: 122, False: 0]
  ------------------
  318|     24|		case SC_FILE_EF_TRANSPARENT:
  ------------------
  |  |  221|     24|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (318:3): [True: 24, False: 98]
  ------------------
  319|     24|			add_acl_entry(card, file, SC_AC_OP_UPDATE, (u8)(p[0] & 0x0F));
  ------------------
  |  |  189|     24|#define SC_AC_OP_UPDATE			23
  ------------------
  320|     24|			break;
  321|     87|		case SC_FILE_EF_LINEAR_FIXED:
  ------------------
  |  |  222|     87|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  |  Branch (321:3): [True: 87, False: 35]
  ------------------
  322|     93|		case SC_FILE_EF_LINEAR_VARIABLE:
  ------------------
  |  |  224|     93|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (322:3): [True: 6, False: 116]
  ------------------
  323|     93|			add_acl_entry(card, file, SC_AC_OP_UPDATE, (u8)(p[0] & 0x0F));
  ------------------
  |  |  189|     93|#define SC_AC_OP_UPDATE			23
  ------------------
  324|     93|			break;
  325|      5|		case SC_FILE_EF_CYCLIC:
  ------------------
  |  |  226|      5|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  |  Branch (325:3): [True: 5, False: 117]
  ------------------
  326|      5|			break;
  327|    122|		}
  328|    122|	}
  329|    127|	if (file->type != SC_FILE_TYPE_DF || is_mf) {
  ------------------
  |  |  214|    254|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (329:6): [True: 122, False: 5]
  |  Branch (329:39): [True: 2, False: 3]
  ------------------
  330|    124|		add_acl_entry(card, file, SC_AC_OP_REHABILITATE, (u8)(p[2] >> 4));
  ------------------
  |  |  170|    124|#define SC_AC_OP_REHABILITATE		4
  ------------------
  331|    124|		add_acl_entry(card, file, SC_AC_OP_INVALIDATE, (u8)(p[2] & 0x0F));
  ------------------
  |  |  171|    124|#define SC_AC_OP_INVALIDATE		5
  ------------------
  332|    124|	}
  333|    127|	p += 3;
  334|    127|	if (*p)
  ------------------
  |  Branch (334:6): [True: 71, False: 56]
  ------------------
  335|     71|		file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|     71|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  336|     56|	else
  337|     56|		file->status = SC_FILE_STATUS_INVALIDATED;
  ------------------
  |  |  237|     56|#define SC_FILE_STATUS_INVALIDATED	0x01 /* ISO7816-4: Operational state (deactivated) (4, 6) */
  ------------------
  338|       |
  339|    127|	return cryptoflex_get_ac_keys(card, file);
  340|    127|}
card-flex.c:add_acl_entry:
  214|    708|{
  215|    708|	struct flex_private_data *prv = DRV_DATA(card);
  ------------------
  |  |  109|    708|#define DRV_DATA(card)	((struct flex_private_data *) (card)->drv_data)
  ------------------
  216|       |
  217|    708|	switch (nibble) {
  218|    178|	case 0:
  ------------------
  |  Branch (218:2): [True: 178, False: 530]
  ------------------
  219|    178|		sc_file_add_acl_entry(file, op, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|    178|#define SC_AC_NONE			0x00000000
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    178|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  220|    178|		break;
  221|     59|	case 1:
  ------------------
  |  Branch (221:2): [True: 59, False: 649]
  ------------------
  222|     59|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 1);
  ------------------
  |  |  151|     59|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  223|     59|		break;
  224|     53|	case 2:
  ------------------
  |  Branch (224:2): [True: 53, False: 655]
  ------------------
  225|     53|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 2);
  ------------------
  |  |  151|     53|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  226|     53|		break;
  227|     40|	case 3:
  ------------------
  |  Branch (227:2): [True: 40, False: 668]
  ------------------
  228|     40|		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  153|     40|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     40|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  229|     40|		break;
  230|     26|	case 4:
  ------------------
  |  Branch (230:2): [True: 26, False: 682]
  ------------------
  231|       |		/* Assume the key is the AAK */
  232|     26|		sc_file_add_acl_entry(file, op, SC_AC_AUT, prv->aak_key_ref);
  ------------------
  |  |  154|     26|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  233|     26|		break;
  234|     76|	case 6:
  ------------------
  |  Branch (234:2): [True: 76, False: 632]
  ------------------
  235|     76|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 1);
  ------------------
  |  |  151|     76|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  236|     76|		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  153|     76|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     76|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  237|     76|		break;
  238|     29|	case 7:
  ------------------
  |  Branch (238:2): [True: 29, False: 679]
  ------------------
  239|     29|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 2);
  ------------------
  |  |  151|     29|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  240|     29|		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  153|     29|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_PRO, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     29|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  241|     29|		break;
  242|     55|	case 8:
  ------------------
  |  Branch (242:2): [True: 55, False: 653]
  ------------------
  243|     55|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 1);
  ------------------
  |  |  151|     55|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  244|       |		/* Assume the key is the AAK */
  245|     55|		sc_file_add_acl_entry(file, op, SC_AC_AUT, prv->aak_key_ref);
  ------------------
  |  |  154|     55|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  246|     55|		break;
  247|     26|	case 9:
  ------------------
  |  Branch (247:2): [True: 26, False: 682]
  ------------------
  248|     26|		sc_file_add_acl_entry(file, op, SC_AC_CHV, 2);
  ------------------
  |  |  151|     26|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  249|       |		/* Assume the key is the AAK */
  250|     26|		sc_file_add_acl_entry(file, op, SC_AC_AUT, prv->aak_key_ref);
  ------------------
  |  |  154|     26|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  251|     26|		break;
  252|    100|	case 15:
  ------------------
  |  Branch (252:2): [True: 100, False: 608]
  ------------------
  253|    100|		sc_file_add_acl_entry(file, op, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  163|    100|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    100|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  254|    100|		break;
  255|     66|	default:
  ------------------
  |  Branch (255:2): [True: 66, False: 642]
  ------------------
  256|     66|		sc_file_add_acl_entry(file, op, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  162|     66|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     66|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  257|     66|		break;
  258|    708|	}
  259|    708|}
card-flex.c:cryptoflex_get_ac_keys:
  263|    127|{
  264|    127|	return 0;
  265|    127|}
card-flex.c:flex_select_file:
  491|  1.29k|{
  492|  1.29k|	int r;
  493|  1.29k|	const u8 *pathptr = path->value;
  494|  1.29k|	size_t pathlen = path->len;
  495|  1.29k|	int locked = 0;
  496|  1.29k|	u8 p1 = 0;
  497|       |
  498|  1.29k|	switch (path->type) {
  ------------------
  |  Branch (498:10): [True: 1.29k, False: 0]
  ------------------
  499|    777|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|    777|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (499:2): [True: 777, False: 518]
  ------------------
  500|    777|		if ((pathlen & 1) != 0) /* not divisible by 2 */
  ------------------
  |  Branch (500:7): [True: 0, False: 777]
  ------------------
  501|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  502|    777|		if (pathlen == 0)
  ------------------
  |  Branch (502:7): [True: 0, False: 777]
  ------------------
  503|      0|			return 0;
  504|    777|		if (pathlen != 2 || memcmp(pathptr, "\x3F\x00", 2) != 0) {
  ------------------
  |  Branch (504:7): [True: 621, False: 156]
  |  Branch (504:23): [True: 146, False: 10]
  ------------------
  505|    767|			locked = 1;
  506|    767|			r = sc_lock(card);
  507|    767|			LOG_TEST_RET(card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|    767|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    767|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    767|	int _ret = (r); \
  |  |  |  |  168|    767|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 767]
  |  |  |  |  ------------------
  |  |  |  |  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|    767|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 767]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  508|    767|			if (memcmp(pathptr, "\x3F\x00", 2) != 0) {
  ------------------
  |  Branch (508:8): [True: 146, False: 621]
  ------------------
  509|    146|				r = select_file_id(card, (const u8 *) "\x3F\x00", 2, 0, NULL);
  510|    146|				if (r)
  ------------------
  |  Branch (510:9): [True: 60, False: 86]
  ------------------
  511|     60|					sc_unlock(card);
  512|    146|				LOG_TEST_RET(card->ctx, r, "Unable to select Master File (MF)");
  ------------------
  |  |  174|    146|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    146|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    146|	int _ret = (r); \
  |  |  |  |  168|    146|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 60, False: 86]
  |  |  |  |  ------------------
  |  |  |  |  169|     60|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     60|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     60|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     60|		return _ret; \
  |  |  |  |  172|     60|	} \
  |  |  |  |  173|    146|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 86]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|    146|			}
  514|    998|			while (pathlen > 2) {
  ------------------
  |  Branch (514:11): [True: 631, False: 367]
  ------------------
  515|    631|				r = select_file_id(card, pathptr, 2, 0, NULL);
  516|    631|				if (r)
  ------------------
  |  Branch (516:9): [True: 340, False: 291]
  ------------------
  517|    340|					sc_unlock(card);
  518|    631|				LOG_TEST_RET(card->ctx, r, "Unable to select DF");
  ------------------
  |  |  174|    631|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    631|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    631|	int _ret = (r); \
  |  |  |  |  168|    631|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 340, False: 291]
  |  |  |  |  ------------------
  |  |  |  |  169|    340|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    340|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    340|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    340|		return _ret; \
  |  |  |  |  172|    340|	} \
  |  |  |  |  173|    631|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 291]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  519|    291|				pathptr += 2;
  520|    291|				pathlen -= 2;
  521|    291|			}
  522|    707|		}
  523|    377|		break;
  524|    518|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    518|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (524:2): [True: 518, False: 777]
  ------------------
  525|    518|		p1 = 0x04;
  526|    518|		break;
  527|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (527:2): [True: 0, False: 1.29k]
  ------------------
  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|  1.29k|	}
  532|    895|	r = select_file_id(card, pathptr, pathlen, p1, file_out);
  533|    895|	if (locked)
  ------------------
  |  Branch (533:6): [True: 367, False: 528]
  ------------------
  534|    367|		sc_unlock(card);
  535|    895|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 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|    523|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 523, False: 372]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  536|    895|}
card-flex.c:select_file_id:
  438|  1.67k|{
  439|  1.67k|	int r;
  440|  1.67k|	sc_apdu_t apdu;
  441|  1.67k|        u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  442|  1.67k|        sc_file_t *file;
  443|       |
  444|  1.67k|	sc_log(card->ctx,  "called, p1=%u\n", p1);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  445|  1.67k|	sc_log_hex(card->ctx, "path", buf, buflen);
  ------------------
  |  |  129|  1.67k|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|  1.67k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|       |
  447|  1.67k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, p1, 0);
  ------------------
  |  |  294|  1.67k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  448|  1.67k|	apdu.resp = rbuf;
  449|  1.67k|	apdu.resplen = sizeof(rbuf);
  450|  1.67k|	apdu.datalen = buflen;
  451|  1.67k|	apdu.data = buf;
  452|  1.67k|	apdu.lc = buflen;
  453|  1.67k|	apdu.le = 252;
  454|       |
  455|       |	/* No need to get file information, if file is NULL. */
  456|  1.67k|	if (file_out == NULL) {
  ------------------
  |  Branch (456:6): [True: 1.32k, False: 349]
  ------------------
  457|  1.32k|		apdu.cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  1.32k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  458|  1.32k|		apdu.le = 0;
  459|  1.32k|	}
  460|  1.67k|	r = sc_transmit_apdu(card, &apdu);
  461|  1.67k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  1.67k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.67k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.67k|	int _ret = (r); \
  |  |  |  |  168|  1.67k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 15, False: 1.65k]
  |  |  |  |  ------------------
  |  |  |  |  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|  1.67k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.65k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  462|  1.65k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  463|  1.65k|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  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: 774, False: 883]
  |  |  |  |  ------------------
  |  |  |  |  169|    774|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    774|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    774|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    774|		return _ret; \
  |  |  |  |  172|    774|	} \
  |  |  |  |  173|  1.65k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 883]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  464|       |
  465|    883|	if (file_out == NULL)
  ------------------
  |  Branch (465:6): [True: 573, False: 310]
  ------------------
  466|    573|		return 0;
  467|       |
  468|    310|	if (apdu.resplen < 14)
  ------------------
  |  Branch (468:6): [True: 62, False: 248]
  ------------------
  469|     62|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     62|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  470|    248|	if (apdu.resp[0] == 0x6F) {
  ------------------
  |  Branch (470:6): [True: 18, False: 230]
  ------------------
  471|     18|		sc_log(card->ctx,  "unsupported: card returned FCI\n");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  472|     18|		return SC_ERROR_UNKNOWN_DATA_RECEIVED; /* FIXME */
  ------------------
  |  |   63|     18|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  473|     18|	}
  474|    230|	file = sc_file_new();
  475|    230|	if (file == NULL)
  ------------------
  |  Branch (475:6): [True: 0, False: 230]
  ------------------
  476|    230|		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|    230|	r = card->ops->process_fci(card, file, apdu.resp, apdu.resplen);
  480|    230|	if (r) {
  ------------------
  |  Branch (480:6): [True: 54, False: 176]
  ------------------
  481|     54|		sc_file_free(file);
  482|     54|		return r;
  483|     54|	}
  484|       |
  485|    176|	*file_out = file;
  486|    176|	return 0;
  487|    230|}
card-flex.c:flex_card_ctl:
 1089|     54|{
 1090|     54|	switch (cmd) {
  ------------------
  |  Branch (1090:10): [True: 31, False: 23]
  ------------------
 1091|      0|	case SC_CARDCTL_GET_DEFAULT_KEY:
  ------------------
  |  Branch (1091:2): [True: 0, False: 54]
  ------------------
 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: 54]
  ------------------
 1095|      0|		return flex_generate_key(card,
 1096|      0|				(struct sc_cardctl_cryptoflex_genkey_info *) ptr);
 1097|     31|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1097:2): [True: 31, False: 23]
  ------------------
 1098|     31|		return flex_get_serialnr(card, (sc_serial_number_t *) ptr);
 1099|     54|	}
 1100|       |
 1101|     23|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     23|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1102|     54|}
card-flex.c:flex_get_serialnr:
 1051|     31|{
 1052|     31|	int       r;
 1053|     31|	u8        buf[16];
 1054|     31|	size_t    len;
 1055|     31|	sc_path_t tpath;
 1056|     31|	sc_file_t *tfile = NULL;
 1057|       |
 1058|     31|	if (!serial)
  ------------------
  |  Branch (1058:6): [True: 0, False: 31]
  ------------------
 1059|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1060|       |	/* see if we have cached serial number */
 1061|     31|	if (card->serialnr.len) {
  ------------------
  |  Branch (1061:6): [True: 0, False: 31]
  ------------------
 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|     31|	sc_format_path("3F000002", &tpath);
 1067|     31|	r = sc_select_file(card, &tpath, &tfile);
 1068|     31|	if (r < 0)
  ------------------
  |  Branch (1068:6): [True: 23, False: 8]
  ------------------
 1069|     23|		return r;
 1070|      8|	len = tfile->size;
 1071|      8|	sc_file_free(tfile);
 1072|      8|	if (len != 8) {
  ------------------
  |  Branch (1072:6): [True: 6, False: 2]
  ------------------
 1073|      6|		sc_log(card->ctx,  "unexpected file length of EF_ICCSN (%lu)\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__
  |  |  ------------------
  ------------------
 1074|      6|			(unsigned long) len);
 1075|      6|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      6|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1076|      6|	}
 1077|      2|	r = sc_read_binary(card, 0, buf, len, 0);
 1078|      2|	if (r < 0)
  ------------------
  |  Branch (1078:6): [True: 1, False: 1]
  ------------------
 1079|      1|		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|      2|}
card-flex.c:flex_pin_cmd:
 1151|     31|{
 1152|     31|	sc_apdu_t apdu;
 1153|     31|	int r;
 1154|     31|	int old_cla = -1;
 1155|       |
 1156|       |	/* Fix pin data */
 1157|     31|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     31|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1158|     31|	flex_init_pin_info(&data->pin1, 0);
 1159|     31|	flex_init_pin_info(&data->pin2, 1);
 1160|       |
 1161|     31|	if (data->cmd == SC_PIN_CMD_VERIFY) {
  ------------------
  |  |  415|     31|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (1161:6): [True: 0, False: 31]
  ------------------
 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|     31|	} else if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  416|     62|#define SC_PIN_CMD_CHANGE	1
  ------------------
              	} else if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|     31|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (1166:13): [True: 0, False: 31]
  |  Branch (1166:47): [True: 0, False: 31]
  ------------------
 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|     31|	r = iso_ops->pin_cmd(card, data);
 1178|     31|	if (old_cla != -1)
  ------------------
  |  Branch (1178:6): [True: 0, False: 31]
  ------------------
 1179|      0|		card->cla = old_cla;
 1180|       |	data->apdu = NULL;
 1181|     31|	return r;
 1182|     31|}
card-flex.c:flex_init_pin_info:
 1142|     62|{
 1143|     62|	pin->encoding   = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|     62|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1144|     62|	pin->min_length = 4;
 1145|     62|	pin->max_length = 8;
 1146|     62|	pin->pad_length = 8;
 1147|     62|	pin->offset     = 5 + num * 8;
 1148|     62|}
card-flex.c:cyberflex_match_card:
  152|  15.8k|{
  153|  15.8k|	int i;
  154|       |
  155|  15.8k|	i = _sc_match_atr(card, flex_atrs, NULL);
  156|  15.8k|	if (i < 0)
  ------------------
  |  Branch (156:6): [True: 15.6k, False: 233]
  ------------------
  157|  15.6k|		return 0;
  158|    233|	switch (flex_atrs[i].type) {
  ------------------
  |  Branch (158:10): [True: 91, False: 142]
  ------------------
  159|     91|	case SC_CARD_TYPE_FLEX_CYBER:
  ------------------
  |  Branch (159:2): [True: 91, False: 142]
  ------------------
  160|     91|		card->name = flex_atrs[i].name;
  161|     91|		card->type = flex_atrs[i].type;
  162|     91|		card->flags = flex_atrs[i].flags;
  163|     91|		return 1;
  164|    233|	}
  165|    142|	return 0;
  166|    233|}
card-flex.c:cyberflex_process_file_attrs:
  345|     70|{
  346|     70|	sc_context_t *ctx = card->ctx;
  347|     70|	const u8 *p = buf + 2;
  348|     70|	const u8 *pos;
  349|     70|	u8 b1, b2;
  350|     70|	int is_mf = 0;
  351|       |
  352|     70|	if (buflen < 14)
  ------------------
  |  Branch (352:6): [True: 0, False: 70]
  ------------------
  353|      0|		return -1;
  354|     70|	b1 = *p++;
  355|     70|	b2 = *p++;
  356|     70|	file->size = (b1 << 8) + b2;
  357|     70|	b1 = *p++;
  358|     70|	b2 = *p++;
  359|     70|	file->id = (b1 << 8) + b2;
  360|     70|	switch (*p) {
  361|     11|	case 0x01:
  ------------------
  |  Branch (361:2): [True: 11, False: 59]
  ------------------
  362|     11|		is_mf = 1;
  363|     11|		break;
  364|     17|	case 0x02:
  ------------------
  |  Branch (364:2): [True: 17, False: 53]
  ------------------
  365|     17|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     17|#define SC_FILE_TYPE_DF			0x04
  ------------------
  366|     17|		break;
  367|     33|	case 0x04:
  ------------------
  |  Branch (367:2): [True: 33, False: 37]
  ------------------
  368|     33|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|     33|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  369|     33|		break;
  370|      9|	default:
  ------------------
  |  Branch (370:2): [True: 9, False: 61]
  ------------------
  371|      9|		sc_log(ctx,  "invalid file type: 0x%02X\n", *p);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  372|      9|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|      9|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  373|     70|	}
  374|       |
  375|     61|	if (is_mf) {
  ------------------
  |  Branch (375:6): [True: 11, False: 50]
  ------------------
  376|     11|		sc_file_add_acl_entry(file, SC_AC_OP_LIST_FILES, SC_AC_AUT, 0);
  ------------------
  |  |  172|     11|#define SC_AC_OP_LIST_FILES		6
  ------------------
              		sc_file_add_acl_entry(file, SC_AC_OP_LIST_FILES, SC_AC_AUT, 0);
  ------------------
  |  |  154|     11|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  377|     11|		sc_file_add_acl_entry(file, SC_AC_OP_DELETE, SC_AC_AUT, 0);
  ------------------
  |  |  168|     11|#define SC_AC_OP_DELETE			2
  ------------------
              		sc_file_add_acl_entry(file, SC_AC_OP_DELETE, SC_AC_AUT, 0);
  ------------------
  |  |  154|     11|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  378|     11|		sc_file_add_acl_entry(file, SC_AC_OP_CREATE, SC_AC_AUT, 0);
  ------------------
  |  |  169|     11|#define SC_AC_OP_CREATE			3
  ------------------
              		sc_file_add_acl_entry(file, SC_AC_OP_CREATE, SC_AC_AUT, 0);
  ------------------
  |  |  154|     11|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  379|     50|	} else {
  380|     50|		p += 2;
  381|     50|		if (file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|     50|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (381:7): [True: 17, False: 33]
  ------------------
  382|     17|			add_acl_entry(card, file, SC_AC_OP_LIST_FILES, (u8)(p[0] >> 4));
  ------------------
  |  |  172|     17|#define SC_AC_OP_LIST_FILES		6
  ------------------
  383|     17|			add_acl_entry(card, file, SC_AC_OP_DELETE, (u8)(p[1] >> 4));
  ------------------
  |  |  168|     17|#define SC_AC_OP_DELETE			2
  ------------------
  384|     17|			add_acl_entry(card, file, SC_AC_OP_CREATE, (u8)(p[1] & 0x0F));
  ------------------
  |  |  169|     17|#define SC_AC_OP_CREATE			3
  ------------------
  385|     33|		} else { /* EF */
  386|     33|			add_acl_entry(card, file, SC_AC_OP_READ, (u8)(p[0] >> 4));
  ------------------
  |  |  188|     33|#define SC_AC_OP_READ			22
  ------------------
  387|     33|		}
  388|     50|	}
  389|     61|	if (file->type != SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|     61|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (389:6): [True: 44, False: 17]
  ------------------
  390|     44|		add_acl_entry(card, file, SC_AC_OP_REHABILITATE, (u8)(p[2] >> 4));
  ------------------
  |  |  170|     44|#define SC_AC_OP_REHABILITATE		4
  ------------------
  391|     44|		add_acl_entry(card, file, SC_AC_OP_INVALIDATE, (u8)(p[2] & 0x0F));
  ------------------
  |  |  171|     44|#define SC_AC_OP_INVALIDATE		5
  ------------------
  392|     44|	}
  393|     61|	pos = p;
  394|     61|	p += 3;
  395|     61|	if (*p++)
  ------------------
  |  Branch (395:6): [True: 46, False: 15]
  ------------------
  396|     46|		file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|     46|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  397|     15|	else
  398|     15|		file->status = SC_FILE_STATUS_INVALIDATED;
  ------------------
  |  |  237|     15|#define SC_FILE_STATUS_INVALIDATED	0x01 /* ISO7816-4: Operational state (deactivated) (4, 6) */
  ------------------
  399|     61|	p++;
  400|     61|	if (0 == is_mf) {
  ------------------
  |  Branch (400:6): [True: 50, False: 11]
  ------------------
  401|     50|		p++;
  402|     50|		switch (*p) {
  403|     28|		case  0x00:
  ------------------
  |  Branch (403:3): [True: 28, False: 22]
  ------------------
  404|     28|			file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|     28|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  405|     28|			break;
  406|      3|		case  0x01:
  ------------------
  |  Branch (406:3): [True: 3, False: 47]
  ------------------
  407|      3|			file->ef_structure = SC_FILE_EF_LINEAR_FIXED;
  ------------------
  |  |  222|      3|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  408|      3|			break;
  409|      3|		case  0x02:
  ------------------
  |  Branch (409:3): [True: 3, False: 47]
  ------------------
  410|      3|			file->ef_structure = SC_FILE_EF_LINEAR_VARIABLE;
  ------------------
  |  |  224|      3|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  411|      3|			break;
  412|      3|		case  0x03:
  ------------------
  |  Branch (412:3): [True: 3, False: 47]
  ------------------
  413|      3|			file->ef_structure = SC_FILE_EF_CYCLIC;
  ------------------
  |  |  226|      3|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  414|      3|			break;
  415|      1|		case  0x04:
  ------------------
  |  Branch (415:3): [True: 1, False: 49]
  ------------------
  416|      1|			break;
  417|     12|		default:
  ------------------
  |  Branch (417:3): [True: 12, False: 38]
  ------------------
  418|     12|			sc_log(ctx,  "invalid file type: 0x%02X\n", *p);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  419|     12|			return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     12|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  420|     50|		}
  421|     38|		switch (file->ef_structure) {
  ------------------
  |  Branch (421:11): [True: 37, False: 1]
  ------------------
  422|     28|		case SC_FILE_EF_TRANSPARENT:
  ------------------
  |  |  221|     28|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (422:3): [True: 28, False: 10]
  ------------------
  423|     28|			add_acl_entry(card, file, SC_AC_OP_UPDATE, (u8)(pos[0] & 0x0F));
  ------------------
  |  |  189|     28|#define SC_AC_OP_UPDATE			23
  ------------------
  424|     28|			break;
  425|      3|		case SC_FILE_EF_LINEAR_FIXED:
  ------------------
  |  |  222|      3|#define SC_FILE_EF_LINEAR_FIXED		0x02
  ------------------
  |  Branch (425:3): [True: 3, False: 35]
  ------------------
  426|      6|		case SC_FILE_EF_LINEAR_VARIABLE:
  ------------------
  |  |  224|      6|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (426:3): [True: 3, False: 35]
  ------------------
  427|      6|			add_acl_entry(card, file, SC_AC_OP_UPDATE, (u8)(pos[0] & 0x0F));
  ------------------
  |  |  189|      6|#define SC_AC_OP_UPDATE			23
  ------------------
  428|      6|			break;
  429|      3|		case SC_FILE_EF_CYCLIC:
  ------------------
  |  |  226|      3|#define SC_FILE_EF_CYCLIC		0x06
  ------------------
  |  Branch (429:3): [True: 3, False: 35]
  ------------------
  430|      3|			break;
  431|     38|		}
  432|     38|	}
  433|     49|	return 0;
  434|     61|}

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

sc_get_gids_driver:
 2185|  16.2k|{
 2186|  16.2k|	return sc_get_driver();
 2187|  16.2k|}
card-gids.c:sc_get_driver:
 2140|  16.2k|{
 2141|       |
 2142|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2142:6): [True: 1, False: 16.2k]
  ------------------
 2143|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 2144|       |
 2145|  16.2k|	gids_ops.match_card = gids_match_card;
 2146|  16.2k|	gids_ops.init = gids_init;
 2147|  16.2k|	gids_ops.finish = gids_finish;
 2148|  16.2k|	gids_ops.read_binary = gids_read_binary;
 2149|  16.2k|	gids_ops.write_binary = NULL;
 2150|  16.2k|	gids_ops.update_binary = NULL;
 2151|  16.2k|	gids_ops.erase_binary = NULL;
 2152|  16.2k|	gids_ops.read_record = NULL;
 2153|  16.2k|	gids_ops.write_record = NULL;
 2154|  16.2k|	gids_ops.append_record = NULL;
 2155|  16.2k|	gids_ops.update_record = NULL;
 2156|  16.2k|	gids_ops.select_file = gids_select_file;
 2157|  16.2k|	gids_ops.get_response = iso_ops->get_response;
 2158|  16.2k|	gids_ops.get_challenge = NULL;
 2159|  16.2k|	gids_ops.verify = NULL; // see pin_cmd
 2160|  16.2k|	gids_ops.logout = gids_logout;
 2161|  16.2k|	gids_ops.restore_security_env = NULL;
 2162|  16.2k|	gids_ops.set_security_env = gids_set_security_env;
 2163|  16.2k|	gids_ops.decipher = gids_decipher;
 2164|  16.2k|	gids_ops.compute_signature = iso_ops->compute_signature;
 2165|  16.2k|	gids_ops.change_reference_data = NULL; // see pin_cmd
 2166|  16.2k|	gids_ops.reset_retry_counter = NULL; // see pin_cmd
 2167|  16.2k|	gids_ops.create_file = iso_ops->create_file;
 2168|  16.2k|	gids_ops.delete_file = NULL;
 2169|  16.2k|	gids_ops.list_files = NULL;
 2170|  16.2k|	gids_ops.check_sw = iso_ops->check_sw;
 2171|  16.2k|	gids_ops.card_ctl = gids_card_ctl;
 2172|  16.2k|	gids_ops.process_fci = iso_ops->process_fci;
 2173|  16.2k|	gids_ops.construct_fci = iso_ops->construct_fci;
 2174|  16.2k|	gids_ops.pin_cmd = gids_pin_cmd;
 2175|  16.2k|	gids_ops.get_data = NULL;
 2176|  16.2k|	gids_ops.put_data = NULL;
 2177|  16.2k|	gids_ops.delete_record = NULL;
 2178|  16.2k|	gids_ops.read_public_key = gids_read_public_key;
 2179|  16.2k|	gids_ops.card_reader_lock_obtained = gids_card_reader_lock_obtained;
 2180|       |
 2181|  16.2k|	return &gids_drv;
 2182|  16.2k|}
card-gids.c:gids_match_card:
  563|  3.56k|{
  564|  3.56k|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  565|  3.56k|	int r,i;
  566|  3.56k|	size_t resplen = sizeof(rbuf);
  567|  3.56k|	const u8 *tag;
  568|  3.56k|	size_t taglen;
  569|  3.56k|	const u8 *aid;
  570|  3.56k|	size_t aidlen;
  571|       |
  572|  3.56k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.56k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.56k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.56k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.56k]
  |  |  ------------------
  ------------------
  573|       |
  574|       |	/* Detect by selecting applet */
  575|  3.56k|	r = gids_select_aid(card, gids_aid.value, gids_aid.len, rbuf, &resplen);
  576|  3.56k|	if (r<0) return 0;
  ------------------
  |  Branch (576:6): [True: 3.43k, False: 135]
  ------------------
  577|       |
  578|    135|	card->type = SC_CARD_TYPE_GIDS_GENERIC;
  579|    135|	if (resplen > 2) {
  ------------------
  |  Branch (579:6): [True: 14, False: 121]
  ------------------
  580|     14|		tag = sc_asn1_find_tag(card->ctx, rbuf, resplen, GIDS_APPLICATION_TEMPLATE_TAG, &taglen);
  ------------------
  |  |  105|     14|#define GIDS_APPLICATION_TEMPLATE_TAG 0x61
  ------------------
  581|     14|		if (tag != NULL) {
  ------------------
  |  Branch (581:7): [True: 7, False: 7]
  ------------------
  582|      7|			aid = sc_asn1_find_tag(card->ctx, tag, taglen, GIDS_APPLICATION_AID_TAG, &aidlen);
  ------------------
  |  |  106|      7|#define GIDS_APPLICATION_AID_TAG 0x4F
  ------------------
  583|      7|			if (aid != NULL ) {
  ------------------
  |  Branch (583:8): [True: 6, False: 1]
  ------------------
  584|      6|				sc_log(card->ctx, "found AID");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  585|     15|				for (i = 0; gids_aids[i].len_long != 0; i++) {
  ------------------
  |  Branch (585:17): [True: 11, False: 4]
  ------------------
  586|     11|					if ( aidlen > gids_aids[i].len_long && memcmp(aid, gids_aids[i].value,
  ------------------
  |  Branch (586:11): [True: 9, False: 2]
  |  Branch (586:45): [True: 2, False: 7]
  ------------------
  587|      9|									gids_aids[i].len_long) == 0) {
  588|      2|						card->type = gids_aids[i].enumtag;
  589|      2|						break;
  590|      2|					}
  591|     11|				}
  592|      6|			}
  593|      7|		}
  594|     14|	}
  595|       |
  596|    135|	return 1;
  597|  3.56k|}
card-gids.c:gids_select_aid:
  280|  3.56k|{
  281|  3.56k|	sc_apdu_t apdu;
  282|  3.56k|	int r;
  283|       |
  284|  3.56k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.56k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.56k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.56k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.56k]
  |  |  ------------------
  ------------------
  285|  3.56k|	sc_log(card->ctx, "Got args: aid=%p, aidlen=%zu, response=%p, responselen=%zu",
  ------------------
  |  |   71|  7.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__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 3.56k, False: 0]
  |  |  ------------------
  ------------------
  286|  3.56k|			aid, aidlen, response, responselen ? *responselen : 0);
  287|       |
  288|  3.56k|	sc_format_apdu(card, &apdu,
  289|  3.56k|		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.56k|#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.56k|#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.56k|#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.56k|#define P2_SELECT_FIRST_OR_ONLY_OCCURENCE 0x00
  ------------------
  |  Branch (289:3): [True: 0, False: 3.56k]
  ------------------
  290|  3.56k|	apdu.lc = aidlen;
  291|  3.56k|	apdu.data = aid;
  292|  3.56k|	apdu.datalen = aidlen;
  293|  3.56k|	apdu.resp = response;
  294|  3.56k|	apdu.resplen = responselen ? *responselen : 0;
  ------------------
  |  Branch (294:17): [True: 3.56k, False: 0]
  ------------------
  295|  3.56k|	apdu.le = response == NULL ? 0 : 256; /* could be 21 for fci */
  ------------------
  |  Branch (295:12): [True: 0, False: 3.56k]
  ------------------
  296|       |
  297|  3.56k|	r = sc_transmit_apdu(card, &apdu);
  298|  3.56k|	if (responselen)
  ------------------
  |  Branch (298:6): [True: 3.56k, False: 0]
  ------------------
  299|  3.56k|		*responselen = apdu.resplen;
  300|  3.56k|	LOG_TEST_RET(card->ctx, r, "gids select failed");
  ------------------
  |  |  174|  3.56k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.56k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.56k|	int _ret = (r); \
  |  |  |  |  168|  3.56k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 8, False: 3.55k]
  |  |  |  |  ------------------
  |  |  |  |  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|  3.56k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.55k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  301|  3.55k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  153|  3.55k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  3.55k|	int _ret = r; \
  |  |  155|  3.55k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 3.55k, False: 0]
  |  |  ------------------
  |  |  156|  3.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|  3.42k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 3.42k, False: 135]
  |  |  ------------------
  |  |  157|  3.55k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  3.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|  3.55k|	return _ret; \
  |  |  163|  3.55k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  302|  3.55k|}
card-gids.c:gids_init:
  631|    135|{
  632|    135|	unsigned long flags;
  633|    135|	struct gids_private_data *data;
  634|    135|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    135|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    135|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    135|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 135]
  |  |  ------------------
  ------------------
  635|       |
  636|       |	// cache some data in memory
  637|    135|	data = (struct gids_private_data*) calloc(1, sizeof(struct gids_private_data));
  638|    135|	if (!data) {
  ------------------
  |  Branch (638:6): [True: 0, False: 135]
  ------------------
  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|    135|	memset(data, 0, sizeof(struct gids_private_data));
  642|    135|	card->drv_data = data;
  643|       |	// invalidate the master file and cmap file cache
  644|    135|	data->cmapfilesize = sizeof(data->cmapfile);
  645|    135|	data->masterfilesize = sizeof(data->masterfile);
  646|       |
  647|       |	/* supported RSA keys and how padding is done */
  648|    135|	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  111|    135|#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|    135|#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|    135|#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|    135|#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|    135|#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|    135|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  652|    135|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  653|    135|	_sc_card_add_rsa_alg(card, 3072, flags, 0);
  654|    135|	_sc_card_add_rsa_alg(card, 4096, flags, 0);
  655|       |
  656|    135|	return SC_SUCCESS;
  ------------------
  |  |   28|    135|#define SC_SUCCESS				0
  ------------------
  657|    135|}
card-gids.c:gids_finish:
  661|    135|{
  662|    135|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    135|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    135|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    135|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 135]
  |  |  ------------------
  ------------------
  663|       |	/* free the private data */
  664|    135|	if (card->drv_data) {
  ------------------
  |  Branch (664:6): [True: 135, False: 0]
  ------------------
  665|    135|		free(card->drv_data);
  666|       |		card->drv_data = NULL;
  667|    135|	}
  668|    135|	return 0;
  669|    135|}
card-gids.c:gids_read_binary:
 1032|      8|		unsigned char *buf, size_t count, unsigned long *flags) {
 1033|      8|	struct gids_private_data *data = (struct gids_private_data *) card->drv_data;
 1034|      8|	struct sc_context *ctx = card->ctx;
 1035|      8|	int r;
 1036|      8|	int size;
 1037|       |
 1038|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1039|       |
 1040|      8|	if (! data->currentDO || ! data->currentEFID) {
  ------------------
  |  Branch (1040:6): [True: 8, False: 0]
  |  Branch (1040:27): [True: 0, False: 0]
  ------------------
 1041|      8|		LOG_FUNC_RETURN(ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1042|      8|	}
 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|    143|static int gids_get_DO(sc_card_t* card, int fileIdentifier, int dataObjectIdentifier, u8* response, size_t *responselen) {
  211|    143|	sc_apdu_t apdu;
  212|    143|	int r;
  213|    143|	u8 data[4] = {0x5C, 0x02, (dataObjectIdentifier&0xFF00)>>8, (dataObjectIdentifier&0xFF)};
  214|    143|	size_t datasize = 0;
  215|    143|	const u8* p;
  216|    143|	u8 buffer[MAX_GIDS_FILE_SIZE];
  217|    143|	size_t buffer_len = sizeof(buffer);
  218|       |
  219|    143|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    143|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    143|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    143|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 143]
  |  |  ------------------
  ------------------
  220|    143|	sc_log(card->ctx, "Got args: fileIdentifier=%x, dataObjectIdentifier=%x, response=%p, responselen=%zu",
  ------------------
  |  |   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__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 143, False: 0]
  |  |  ------------------
  ------------------
  221|    143|			fileIdentifier, dataObjectIdentifier, response, responselen ? *responselen : 0);
  222|       |
  223|    143|	sc_format_apdu(card, &apdu,
  224|    143|		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|    143|#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|    143|#define INS_GET_DATA 0xCB
  ------------------
  |  Branch (224:3): [True: 0, False: 143]
  ------------------
  225|    143|	apdu.lc = 04;
  226|    143|	apdu.data = data;
  227|    143|	apdu.datalen = 04;
  228|    143|	apdu.resp = buffer;
  229|    143|	apdu.resplen = buffer_len;
  230|    143|	apdu.le = 256;
  231|       |
  232|    143|	r = sc_transmit_apdu(card, &apdu);
  233|    143|	LOG_TEST_RET(card->ctx, r, "gids get data failed");
  ------------------
  |  |  174|    143|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    143|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    143|	int _ret = (r); \
  |  |  |  |  168|    143|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 137]
  |  |  |  |  ------------------
  |  |  |  |  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|    143|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 137]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|    137|	LOG_TEST_RET(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2), "invalid return");
  ------------------
  |  |  174|    137|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    137|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    137|	int _ret = (r); \
  |  |  |  |  168|    137|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 34, False: 103]
  |  |  |  |  ------------------
  |  |  |  |  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|    137|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 103]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  235|    103|	buffer_len = apdu.resplen;
  236|       |
  237|    103|	p = sc_asn1_find_tag(card->ctx, buffer, buffer_len, dataObjectIdentifier, &datasize);
  238|    103|	if (!p) {
  ------------------
  |  Branch (238:6): [True: 6, False: 97]
  ------------------
  239|      6|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  240|      6|	}
  241|     97|	if (response && responselen) {
  ------------------
  |  Branch (241:6): [True: 97, False: 0]
  |  Branch (241:18): [True: 97, False: 0]
  ------------------
  242|     97|		if (datasize > *responselen) {
  ------------------
  |  Branch (242:7): [True: 0, False: 97]
  ------------------
  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|     97|		memcpy(response, p, datasize);
  246|     97|		*responselen = datasize;
  247|     97|	}
  248|     97|	return SC_SUCCESS;
  ------------------
  |  |   28|     97|#define SC_SUCCESS				0
  ------------------
  249|     97|}
card-gids.c:gids_select_file:
  964|    696|			   struct sc_file **file_out) {
  965|    696|	struct sc_file *file = NULL;
  966|    696|	struct sc_context *ctx = card->ctx;
  967|    696|	struct gids_private_data *data = (struct gids_private_data *) card->drv_data;
  968|       |
  969|    696|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    696|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    696|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    696|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    696|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 696]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  970|       |
  971|    696|	data->state = GIDS_STATE_NONE;
  ------------------
  |  |   57|    696|#define GIDS_STATE_NONE 0
  ------------------
  972|    696|	data->currentDO = 0;
  973|    696|	data->currentEFID = 0;
  974|    696|	if (in_path->len == 4 && in_path->value[0] == 0xA0) {
  ------------------
  |  Branch (974:6): [True: 393, False: 303]
  |  Branch (974:27): [True: 0, False: 393]
  ------------------
  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|    696|	} 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: 393, False: 303]
  |  Branch (991:34): [True: 393, False: 0]
  |  Branch (991:63): [True: 0, False: 393]
  |  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|    696|	} else {
 1002|    696|		return iso_ops->select_file(card, in_path, file_out);
 1003|    696|	}
 1004|    696|}
card-gids.c:gids_card_ctl:
 2089|    168|{
 2090|    168|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    168|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    168|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    168|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    168|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 168]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2091|    168|	switch (cmd) {
 2092|     12|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (2092:3): [True: 12, False: 156]
  ------------------
 2093|     12|			return gids_get_serialnr(card, (sc_serial_number_t *) ptr);
 2094|    133|		case SC_CARDCTL_GIDS_GET_ALL_CONTAINERS:
  ------------------
  |  Branch (2094:3): [True: 133, False: 35]
  ------------------
 2095|    133|			return gids_get_all_containers(card, (size_t*) ptr);
 2096|      0|		case SC_CARDCTL_GIDS_GET_CONTAINER_DETAIL:
  ------------------
  |  Branch (2096:3): [True: 0, False: 168]
  ------------------
 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: 168]
  ------------------
 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: 168]
  ------------------
 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: 168]
  ------------------
 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: 168]
  ------------------
 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: 168]
  ------------------
 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: 168]
  ------------------
 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: 168]
  ------------------
 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: 168]
  ------------------
 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: 168]
  ------------------
 2116|      0|			return gids_set_administrator_key(card, (u8*) ptr);
 2117|      0|		case SC_CARDCTL_GIDS_AUTHENTICATE_ADMIN:
  ------------------
  |  Branch (2117:3): [True: 0, False: 168]
  ------------------
 2118|      0|			return gids_authenticate_admin(card, (u8*) ptr);
 2119|     23|		default:
  ------------------
  |  Branch (2119:3): [True: 23, False: 145]
  ------------------
 2120|     23|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     23|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2121|    168|	}
 2122|    168|}
card-gids.c:gids_get_serialnr:
  602|     12|{
  603|     12|	int r;
  604|     12|	u8 buffer[SC_MAX_EXT_APDU_BUFFER_SIZE];
  605|     12|	size_t buffersize;
  606|       |
  607|     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]
  |  |  ------------------
  ------------------
  608|       |
  609|     12|	buffersize = sizeof(buffer);
  610|     12|	r = gids_read_gidsfile(card, "", "cardid", buffer, &buffersize);
  611|     12|	LOG_TEST_RET(card->ctx, r, "unable to read cardid");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|    104|static int gids_read_gidsfile(sc_card_t* card, char *directory, char *filename, u8* response, size_t *responselen) {
  386|    104|	struct gids_private_data* privatedata = (struct gids_private_data*) card->drv_data;
  387|    104|	int r;
  388|    104|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    104|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    104|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    104|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 104]
  |  |  ------------------
  ------------------
  389|    104|	if (privatedata->masterfilesize == sizeof(privatedata->masterfile)) {
  ------------------
  |  Branch (389:6): [True: 9, False: 95]
  ------------------
  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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|      9|	}
  393|     95|	r = gids_read_gidsfile_without_cache(card, privatedata->masterfile, privatedata->masterfilesize,
  394|     95|		directory, filename, response, responselen);
  395|     95|	LOG_TEST_RET(card->ctx, r, "unable to read the file");
  ------------------
  |  |  174|     95|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     95|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     95|	int _ret = (r); \
  |  |  |  |  168|     95|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 95, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     95|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     95|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     95|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     95|		return _ret; \
  |  |  |  |  172|     95|	} \
  |  |  |  |  173|     95|} 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|    142|static int gids_read_masterfile(sc_card_t* card) {
  341|    142|	struct gids_private_data* data = (struct gids_private_data*) card->drv_data;
  342|    142|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    142|#define SC_SUCCESS				0
  ------------------
  343|       |
  344|    142|	data->masterfilesize = sizeof(data->masterfile);
  345|    142|	r = gids_get_DO(card, MF_FI, MF_DO, data->masterfile, &data->masterfilesize);
  ------------------
  |  |   66|    142|#define MF_FI UserCreateDeleteDirAc_FI
  |  |  ------------------
  |  |  |  |   63|    142|#define UserCreateDeleteDirAc_FI 0xA000
  |  |  ------------------
  ------------------
              	r = gids_get_DO(card, MF_FI, MF_DO, data->masterfile, &data->masterfilesize);
  ------------------
  |  |   67|    142|#define MF_DO 0xDF1F
  ------------------
  346|    142|	if (r<0) {
  ------------------
  |  Branch (346:6): [True: 45, False: 97]
  ------------------
  347|     45|		data->masterfilesize = sizeof(data->masterfile);
  348|     45|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  349|     45|	}
  350|     97|	if (data->masterfilesize < 1 || data->masterfile[0] != 1) {
  ------------------
  |  Branch (350:6): [True: 1, False: 96]
  |  Branch (350:34): [True: 4, False: 92]
  ------------------
  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|     92|	return r;
  355|     97|}
card-gids.c:gids_read_gidsfile_without_cache:
  308|     95|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|     95|	int r;
  310|     95|	int fileIdentifier;
  311|     95|	int dataObjectIdentifier;
  312|       |
  313|     95|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     95|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     95|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     95|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 95]
  |  |  ------------------
  ------------------
  314|     95|	r = gids_get_identifiers(card, masterfile, masterfilesize, directory, filename, &fileIdentifier, &dataObjectIdentifier);
  315|     95|	LOG_TEST_RET(card->ctx, r, "unable to get the identifier for the gids file");
  ------------------
  |  |  174|     95|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     95|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     95|	int _ret = (r); \
  |  |  |  |  168|     95|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 94, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  169|     94|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     94|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     94|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     94|		return _ret; \
  |  |  |  |  172|     94|	} \
  |  |  |  |  173|     95|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|      1|	r = gids_get_DO(card, fileIdentifier, dataObjectIdentifier, response, responselen);
  317|      1|	LOG_TEST_RET(card->ctx, r, "unable to get the data from the file");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|      0|	return r;
  319|      1|}
card-gids.c:gids_get_identifiers:
  163|     95|static int gids_get_identifiers(sc_card_t* card, u8* masterfile, size_t masterfilesize, char *directory, char *filename, int *fileIdentifier, int *dataObjectIdentifier) {
  164|     95|	gids_mf_record_t *records = (gids_mf_record_t *) (masterfile+1);
  165|     95|	size_t recordcount = ((masterfilesize-1) / sizeof(gids_mf_record_t));
  166|     95|	size_t i;
  167|     95|	if (masterfilesize < 1)
  ------------------
  |  Branch (167:6): [True: 0, False: 95]
  ------------------
  168|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  169|       |
  170|    212|	for (i = 0; i < recordcount; i++) {
  ------------------
  |  Branch (170:14): [True: 118, False: 94]
  ------------------
  171|    118|		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: 62, False: 56]
  |  Branch (171:86): [True: 1, False: 61]
  ------------------
  172|      1|			*fileIdentifier = records[i].fileIdentifier;
  173|      1|			*dataObjectIdentifier = records[i].dataObjectIdentifier;
  174|      1|			sc_log(card->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__
  |  |  ------------------
  ------------------
  175|      1|		"Identifiers of %s %s is fileIdentifier=%x, dataObjectIdentifier=%x\n", directory, filename, *fileIdentifier, *dataObjectIdentifier);
  176|      1|			return 0;
  177|      1|		}
  178|    118|	}
  179|     94|	sc_log(card->ctx, "file %s %s not found\n", directory, filename);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  180|     94|	return SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|     94|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  181|     95|}
card-gids.c:gids_get_all_containers:
 1074|    133|gids_get_all_containers(sc_card_t* card, size_t *recordsnum) {
 1075|    133|	int r;
 1076|    133|	struct gids_private_data *privatedata = (struct gids_private_data *) card->drv_data;
 1077|    133|	r = gids_read_masterfile(card);
 1078|    133|	LOG_TEST_RET(card->ctx, r, "unable to read the masterfile");
  ------------------
  |  |  174|    133|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    133|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    133|	int _ret = (r); \
  |  |  |  |  168|    133|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 41, False: 92]
  |  |  |  |  ------------------
  |  |  |  |  169|     41|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     41|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     41|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     41|		return _ret; \
  |  |  |  |  172|     41|	} \
  |  |  |  |  173|    133|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1079|     92|	r = gids_read_cmapfile(card);
 1080|     92|	LOG_TEST_RET(card->ctx, r, "unable to read the cmapfile");
  ------------------
  |  |  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: 92, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     92|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     92|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     92|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     92|		return _ret; \
  |  |  |  |  172|     92|	} \
  |  |  |  |  173|     92|} 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|     92|}
card-gids.c:gids_read_cmapfile:
  427|     92|static int gids_read_cmapfile(sc_card_t* card) {
  428|     92|	struct gids_private_data* data = (struct gids_private_data*) card->drv_data;
  429|     92|	int r = SC_SUCCESS;
  ------------------
  |  |   28|     92|#define SC_SUCCESS				0
  ------------------
  430|       |
  431|     92|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  432|     92|	data->cmapfilesize = sizeof(data->cmapfile);
  433|     92|	r = gids_read_gidsfile(card, "mscp", "cmapfile", data->cmapfile, &data->cmapfilesize);
  434|     92|	if (r<0) {
  ------------------
  |  Branch (434:6): [True: 92, False: 0]
  ------------------
  435|     92|		data->cmapfilesize = sizeof(data->cmapfile);
  436|     92|	}
  437|     92|	LOG_TEST_RET(card->ctx, r, "unable to get the cmapfile");
  ------------------
  |  |  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: 92, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     92|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     92|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     92|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     92|		return _ret; \
  |  |  |  |  172|     92|	} \
  |  |  |  |  173|     92|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  438|      0|	return r;
  439|     92|}
card-gids.c:gids_pin_cmd:
 1022|     12|gids_pin_cmd(struct sc_card *card, struct sc_pin_cmd_data *data) {
 1023|     12|	if (data->cmd == SC_PIN_CMD_GET_INFO) {
  ------------------
  |  |  418|     12|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1023:6): [True: 12, False: 0]
  ------------------
 1024|     12|		return gids_get_pin_policy(card, data);
 1025|     12|	} else {
 1026|      0|		return iso_ops->pin_cmd(card, data);
 1027|      0|	}
 1028|     12|}
card-gids.c:gids_get_pin_policy:
 1006|     12|static int gids_get_pin_policy(struct sc_card *card, struct sc_pin_cmd_data *data) {
 1007|     12|	int r;
 1008|     12|	if (data->pin_type != SC_AC_CHV) {
  ------------------
  |  |  151|     12|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1008:6): [True: 0, False: 12]
  ------------------
 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|     12|	r = gids_get_pin_status(card, data->pin_reference, &(data->pin1.tries_left), &(data->pin1.max_tries));
 1012|     12|	LOG_TEST_RET(card->ctx, r, "gids_get_pin_status 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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|     12|}
card-gids.c:gids_get_pin_status:
  516|     12|static int gids_get_pin_status(sc_card_t *card, int pinreference, int *tries_left, int *max_tries) {
  517|     12|	int dataObjectIdentifier, r;
  518|     12|	u8 buffer[100];
  519|     12|	const u8* p;
  520|     12|	size_t buffersize = sizeof(buffer);
  521|     12|	size_t datasize;
  522|       |
  523|     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]
  |  |  ------------------
  ------------------
  524|     12|	if (tries_left) *tries_left = -1;
  ------------------
  |  Branch (524:6): [True: 12, False: 0]
  ------------------
  525|     12|	if (max_tries) *max_tries = -1;
  ------------------
  |  Branch (525:6): [True: 12, False: 0]
  ------------------
  526|     12|	switch(pinreference) {
  527|      0|	case GIDS_PIN_IDENTIFIER:
  ------------------
  |  |  100|      0|#define GIDS_PIN_IDENTIFIER 0x80
  ------------------
  |  Branch (527:2): [True: 0, False: 12]
  ------------------
  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: 12]
  ------------------
  531|      0|		dataObjectIdentifier = GIDS_PUK_STATUS_OBJECT_IDENTIFIER;
  ------------------
  |  |   81|      0|#define GIDS_PUK_STATUS_OBJECT_IDENTIFIER 0x7F73
  ------------------
  532|      0|		break;
  533|     12|	default:
  ------------------
  |  Branch (533:2): [True: 12, False: 0]
  ------------------
  534|     12|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_OBJECT_NOT_FOUND);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|     12|	}
  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.84k|{
 2126|  3.84k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  3.84k|#define SC_SUCCESS				0
  ------------------
 2127|       |
 2128|  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]
  |  |  ------------------
  ------------------
 2129|       |
 2130|  3.84k|	if (was_reset > 0) {
  ------------------
  |  Branch (2130:6): [True: 0, False: 3.84k]
  ------------------
 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.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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2137|  3.84k|}

sc_invalidate_cache:
  164|  2.88k|{
  165|  2.88k|	if (card) {
  ------------------
  |  Branch (165:6): [True: 2.88k, False: 0]
  ------------------
  166|  2.88k|		struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
  167|  2.88k|		sc_file_free(prv->cache.current_ef);
  168|  2.88k|		sc_file_free(prv->cache.current_df);
  169|  2.88k|		memset(&prv->cache, 0, sizeof(prv->cache));
  170|  2.88k|		prv->cache.valid = 0;
  171|  2.88k|	}
  172|  2.88k|}
iasecc_se_get_info:
 1609|    139|{
 1610|    139|	struct sc_context *ctx = card->ctx;
 1611|    139|	struct sc_apdu apdu;
 1612|    139|	unsigned char rbuf[0x100];
 1613|    139|	unsigned char sbuf_iasecc[10] = {
 1614|    139|		0x4D, 0x08, IASECC_SDO_TEMPLATE_TAG, 0x06,
  ------------------
  |  |   29|    139|#define IASECC_SDO_TEMPLATE_TAG	0x70
  ------------------
 1615|    139|		IASECC_SDO_TAG_HEADER, IASECC_SDO_CLASS_SE | IASECC_OBJECT_REF_LOCAL,
  ------------------
  |  |   27|    139|#define IASECC_SDO_TAG_HEADER	0xBF
  ------------------
              		IASECC_SDO_TAG_HEADER, IASECC_SDO_CLASS_SE | IASECC_OBJECT_REF_LOCAL,
  ------------------
  |  |  102|    139|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
              		IASECC_SDO_TAG_HEADER, IASECC_SDO_CLASS_SE | IASECC_OBJECT_REF_LOCAL,
  ------------------
  |  |   59|    139|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
 1616|    139|		se->reference & 0x3F,
 1617|    139|		0x02, IASECC_SDO_CLASS_SE, 0x80
  ------------------
  |  |  102|    139|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
 1618|    139|	};
 1619|    139|	int rv;
 1620|       |
 1621|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1622|       |
 1623|    139|	if (iasecc_is_cpx(card)) {
  ------------------
  |  Branch (1623:6): [True: 22, False: 117]
  ------------------
 1624|     22|		rv = iasecc_select_mf(card, NULL);
 1625|     22|		LOG_TEST_RET(ctx, rv, "MF invalid");
  ------------------
  |  |  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: 8, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  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|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1626|     22|	}
 1627|       |
 1628|    131|	if (se->reference > IASECC_SE_REF_MAX)
  ------------------
  |  |   66|    131|#define IASECC_SE_REF_MAX	0x0F
  ------------------
  |  Branch (1628:6): [True: 0, False: 131]
  ------------------
 1629|    131|                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|    131|	rv = iasecc_se_get_info_from_cache(card, se);
 1632|    131|	if (rv == SC_ERROR_OBJECT_NOT_FOUND)   {
  ------------------
  |  |   88|    131|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  |  Branch (1632:6): [True: 131, False: 0]
  ------------------
 1633|    131|		sc_log(ctx, "No SE#%X info in cache, try to use 'GET DATA'", se->reference);
  ------------------
  |  |   71|    131|#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|    131|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xCB, 0x3F, 0xFF);
  ------------------
  |  |  294|    131|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1636|    131|		apdu.data = sbuf_iasecc;
 1637|    131|		apdu.datalen = sizeof(sbuf_iasecc);
 1638|    131|		apdu.lc = apdu.datalen;
 1639|    131|		apdu.resp = rbuf;
 1640|    131|		apdu.resplen = sizeof(rbuf);
 1641|    131|		apdu.le = sizeof(rbuf);
 1642|       |
 1643|    131|		rv = sc_transmit_apdu(card, &apdu);
 1644|    131|		LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    131|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    131|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    131|	int _ret = (r); \
  |  |  |  |  168|    131|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 7, False: 124]
  |  |  |  |  ------------------
  |  |  |  |  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|    131|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 124]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1645|    124|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1646|    124|		LOG_TEST_RET(ctx, rv, "get SE data  error");
  ------------------
  |  |  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: 17, False: 107]
  |  |  |  |  ------------------
  |  |  |  |  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|    124|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 107]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1647|       |
 1648|    107|		rv = iasecc_se_parse(card, apdu.resp, apdu.resplen, se);
 1649|    107|		LOG_TEST_RET(ctx, rv, "cannot parse SE data");
  ------------------
  |  |  174|    107|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    107|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    107|	int _ret = (r); \
  |  |  |  |  168|    107|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 98, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|     98|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     98|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     98|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     98|		return _ret; \
  |  |  |  |  172|     98|	} \
  |  |  |  |  173|    107|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1650|       |
 1651|      9|		rv = iasecc_se_cache_info(card, se);
 1652|      9|		LOG_TEST_RET(ctx, rv, "failed to put SE data into cache");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1653|      9|	}
 1654|       |
 1655|      9|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1656|      9|}
sc_get_iasecc_driver:
 3638|  16.2k|{
 3639|  16.2k|	return sc_get_driver();
 3640|  16.2k|}
card-iasecc.c:iasecc_is_cpx:
  586|  10.8k|{
  587|  10.8k|	switch(card->type) {
  588|  2.35k|		case SC_CARD_TYPE_IASECC_CPX:
  ------------------
  |  Branch (588:3): [True: 2.35k, False: 8.53k]
  ------------------
  589|  2.62k|		case SC_CARD_TYPE_IASECC_CPXCL:
  ------------------
  |  Branch (589:3): [True: 266, False: 10.6k]
  ------------------
  590|  2.62k|			return 1;
  591|  8.27k|		default:
  ------------------
  |  Branch (591:3): [True: 8.27k, False: 2.62k]
  ------------------
  592|  8.27k|			return 0;
  593|  10.8k|	}
  594|       |
  595|      0|	return 0;
  596|  10.8k|}
card-iasecc.c:iasecc_select_mf:
  283|  2.82k|{
  284|  2.82k|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
  285|  2.82k|	struct sc_context *ctx = card->ctx;
  286|  2.82k|	struct sc_file *mf_file = NULL;
  287|  2.82k|	struct sc_path path;
  288|  2.82k|	int rv;
  289|       |
  290|  2.82k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  2.82k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.82k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.82k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.82k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.82k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  291|       |
  292|  2.82k|	if (file_out)
  ------------------
  |  Branch (292:6): [True: 1.89k, False: 924]
  ------------------
  293|  1.89k|		*file_out = NULL;
  294|       |
  295|  2.82k|	memset(&path, 0, sizeof(struct sc_path));
  296|  2.82k|	if (!card->ef_atr || !card->ef_atr->aid.len)   {
  ------------------
  |  Branch (296:6): [True: 599, False: 2.22k]
  |  Branch (296:23): [True: 2.04k, False: 178]
  ------------------
  297|  2.64k|		struct sc_apdu apdu;
  298|  2.64k|		unsigned char apdu_resp[SC_MAX_APDU_BUFFER_SIZE];
  299|       |
  300|       |		/* ISO 'select' command fails when not FCP data returned */
  301|  2.64k|		sc_format_path("3F00", &path);
  302|  2.64k|		path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|  2.64k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  303|       |
  304|  2.64k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 0x00, 0x0C);
  ------------------
  |  |  293|  2.64k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  305|  2.64k|		apdu.lc = path.len;
  306|  2.64k|		apdu.data = path.value;
  307|  2.64k|		apdu.datalen = path.len;
  308|  2.64k|		apdu.resplen = sizeof(apdu_resp);
  309|  2.64k|		apdu.resp = apdu_resp;
  310|       |
  311|       |		/* TODO: this might be obsolete now that 0x0c (no data) is default for p2 */
  312|  2.64k|		if (card->type == SC_CARD_TYPE_IASECC_MI2)
  ------------------
  |  Branch (312:7): [True: 0, False: 2.64k]
  ------------------
  313|      0|			apdu.p2 = 0x04;
  314|       |
  315|  2.64k|		rv = sc_transmit_apdu(card, &apdu);
  316|  2.64k|		LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  2.64k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.64k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.64k|	int _ret = (r); \
  |  |  |  |  168|  2.64k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 2.63k]
  |  |  |  |  ------------------
  |  |  |  |  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.64k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.63k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  317|  2.63k|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  318|  2.63k|		LOG_TEST_RET(card->ctx, rv, "Cannot select MF");
  ------------------
  |  |  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: 1.65k, False: 975]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.65k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.65k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.65k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.65k|		return _ret; \
  |  |  |  |  172|  1.65k|	} \
  |  |  |  |  173|  2.63k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 975]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  319|  2.63k|	}
  320|    178|	else   {
  321|    178|		memset(&path, 0, sizeof(path));
  322|    178|		path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    178|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  323|    178|		memcpy(path.value, card->ef_atr->aid.value, card->ef_atr->aid.len);
  324|    178|		path.len = card->ef_atr->aid.len;
  325|    178|		rv = iasecc_select_file(card, &path, file_out);
  326|    178|		LOG_TEST_RET(ctx, rv, "Unable to ROOT selection");
  ------------------
  |  |  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: 86, False: 92]
  |  |  |  |  ------------------
  |  |  |  |  169|     86|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     86|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     86|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     86|		return _ret; \
  |  |  |  |  172|     86|	} \
  |  |  |  |  173|    178|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 92]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  327|    178|	}
  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|  1.06k|	mf_file = sc_file_new();
  334|  1.06k|	if (mf_file == NULL)
  ------------------
  |  Branch (334:6): [True: 0, False: 1.06k]
  ------------------
  335|  1.06k|		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|  1.06k|	mf_file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|  1.06k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  337|  1.06k|	mf_file->path = path;
  338|       |
  339|  1.06k|	sc_invalidate_cache(card);
  340|  1.06k|	sc_file_dup(&prv->cache.current_df, mf_file);
  341|  1.06k|	prv->cache.valid = 1;
  342|       |
  343|  1.06k|	if (file_out && *file_out == NULL)
  ------------------
  |  Branch (343:6): [True: 888, False: 179]
  |  Branch (343:18): [True: 867, False: 21]
  ------------------
  344|    867|		*file_out = mf_file;
  345|    200|	else
  346|    200|		sc_file_free(mf_file);
  347|       |
  348|  1.06k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  1.06k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.06k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.06k|	int _ret = r; \
  |  |  |  |  155|  1.06k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.06k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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: 1.06k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.06k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.06k|	return _ret; \
  |  |  |  |  163|  1.06k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  349|  1.06k|}
card-iasecc.c:iasecc_select_file:
  863|  6.30k|{
  864|  6.30k|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
  865|  6.30k|	struct sc_context *ctx = card->ctx;
  866|  6.30k|	struct sc_path lpath;
  867|  6.30k|	int rv, ii;
  868|       |
  869|  6.30k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  6.30k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  6.30k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  6.30k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  6.30k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 6.30k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  870|  6.30k|	memcpy(&lpath, path, sizeof(struct sc_path));
  871|  6.30k|	if (file_out)
  ------------------
  |  Branch (871:6): [True: 3.05k, False: 3.25k]
  ------------------
  872|  3.05k|		*file_out = NULL;
  873|       |
  874|  6.30k|	sc_log(ctx, "iasecc_select_file(card:%p) path.len %zu; path.type %i; aid_len %zu",
  ------------------
  |  |   71|  6.30k|#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|  6.30k|			card, path->len, path->type, path->aid.len);
  876|  6.30k|	sc_log(ctx, "iasecc_select_file() path:%s", sc_print_path(path));
  ------------------
  |  |   71|  6.30k|#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|  6.30k|	if ((!iasecc_is_cpx(card)) &&
  ------------------
  |  Branch (878:6): [True: 5.49k, False: 815]
  ------------------
  879|  5.49k|	    (card->type != SC_CARD_TYPE_IASECC_GEMALTO) &&
  ------------------
  |  Branch (879:6): [True: 4.43k, False: 1.05k]
  ------------------
  880|  4.43k|	    (path->type != SC_PATH_TYPE_DF_NAME
  ------------------
  |  |  118|  8.86k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (880:7): [True: 2.97k, False: 1.45k]
  ------------------
  881|  2.97k|			&& lpath.len >= 2
  ------------------
  |  Branch (881:7): [True: 2.96k, False: 10]
  ------------------
  882|  2.96k|			&& lpath.value[0] == 0x3F && lpath.value[1] == 0x00))   {
  ------------------
  |  Branch (882:7): [True: 2.78k, False: 185]
  |  Branch (882:33): [True: 2.74k, False: 33]
  ------------------
  883|  2.74k|		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.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__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 2.15k, False: 588]
  |  |  ------------------
  ------------------
  884|       |
  885|  2.74k|		rv = iasecc_select_mf(card, file_out);
  886|  2.74k|		LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  174|  2.74k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.74k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.74k|	int _ret = (r); \
  |  |  |  |  168|  2.74k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.72k, False: 1.01k]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.72k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.72k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.72k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.72k|		return _ret; \
  |  |  |  |  172|  1.72k|	} \
  |  |  |  |  173|  2.74k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.01k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  887|       |
  888|  1.01k|		memmove(&lpath.value[0], &lpath.value[2], lpath.len - 2);
  889|  1.01k|		lpath.len -=  2;
  890|  1.01k|	}
  891|       |
  892|  4.57k|	if (lpath.aid.len)	{
  ------------------
  |  Branch (892:6): [True: 213, False: 4.36k]
  ------------------
  893|    213|		struct sc_file *file = NULL;
  894|    213|		struct sc_path ppath;
  895|       |
  896|    213|		sc_log(ctx, "iasecc_select_file() select parent AID:%p/%zu", lpath.aid.value, lpath.aid.len);
  ------------------
  |  |   71|    213|#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|    213|		sc_log(ctx, "iasecc_select_file() select parent AID:%s", sc_dump_hex(lpath.aid.value, lpath.aid.len));
  ------------------
  |  |   71|    213|#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|    213|		memset(&ppath, 0, sizeof(ppath));
  899|    213|		memcpy(ppath.value, lpath.aid.value, lpath.aid.len);
  900|    213|		ppath.len = lpath.aid.len;
  901|    213|		ppath.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    213|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  902|       |
  903|    213|		rv = iasecc_select_file(card, &ppath, &file);
  904|    213|		LOG_TEST_GOTO_ERR(ctx, rv, "select AID path failed");
  ------------------
  |  |  184|    213|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    213|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    213|	int _ret = (r); \
  |  |  |  |  178|    213|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 88, False: 125]
  |  |  |  |  ------------------
  |  |  |  |  179|     88|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     88|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     88|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     88|		goto err; \
  |  |  |  |  182|     88|	} \
  |  |  |  |  183|    213|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 125]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  905|       |
  906|    125|		if (file_out) {
  ------------------
  |  Branch (906:7): [True: 125, False: 0]
  ------------------
  907|    125|			sc_file_free(*file_out);
  908|    125|			*file_out = file;
  909|    125|		} else {
  910|      0|			sc_file_free(file);
  911|      0|		}
  912|       |
  913|    125|		if (lpath.type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|    125|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (913:7): [True: 0, False: 125]
  ------------------
  914|      0|			lpath.type = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|      0|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  915|    125|	}
  916|       |
  917|  4.48k|	if (lpath.type == SC_PATH_TYPE_PATH)
  ------------------
  |  |  119|  4.48k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (917:6): [True: 2.06k, False: 2.42k]
  ------------------
  918|  2.06k|		lpath.type = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|  2.06k|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  919|       |
  920|  4.48k|	if (!lpath.len) {
  ------------------
  |  Branch (920:6): [True: 11, False: 4.47k]
  ------------------
  921|     11|		if (file_out) {
  ------------------
  |  Branch (921:7): [True: 10, False: 1]
  ------------------
  922|     10|			sc_file_free(*file_out);
  923|     10|			*file_out = NULL;
  924|     10|		}
  925|     11|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  926|     11|	}
  927|       |
  928|  4.47k|	do   {
  929|  4.47k|		struct sc_apdu apdu;
  930|  4.47k|		struct sc_file *file = NULL;
  931|  4.47k|		unsigned char rbuf[SC_MAX_APDU_BUFFER_SIZE];
  932|  4.47k|		size_t pathlen = lpath.len;
  933|       |
  934|  4.47k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|  4.47k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  935|       |
  936|  4.47k|		if (card->type != SC_CARD_TYPE_IASECC_GEMALTO
  ------------------
  |  Branch (936:7): [True: 3.47k, False: 1.00k]
  ------------------
  937|  3.47k|				&& card->type != SC_CARD_TYPE_IASECC_OBERTHUR
  ------------------
  |  Branch (937:8): [True: 3.22k, False: 254]
  ------------------
  938|  3.22k|				&& card->type != SC_CARD_TYPE_IASECC_SAGEM
  ------------------
  |  Branch (938:8): [True: 800, False: 2.42k]
  ------------------
  939|    800|				&& card->type != SC_CARD_TYPE_IASECC_AMOS
  ------------------
  |  Branch (939:8): [True: 800, False: 0]
  ------------------
  940|    800|				&& card->type != SC_CARD_TYPE_IASECC_MI
  ------------------
  |  Branch (940:8): [True: 800, False: 0]
  ------------------
  941|    800|				&& card->type != SC_CARD_TYPE_IASECC_MI2
  ------------------
  |  Branch (941:8): [True: 800, False: 0]
  ------------------
  942|    800|				&& !iasecc_is_cpx(card)) {
  ------------------
  |  Branch (942:8): [True: 0, False: 800]
  ------------------
  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|  4.47k|		if (lpath.type == SC_PATH_TYPE_FILE_ID)   {
  ------------------
  |  |  117|  4.47k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (947:7): [True: 15, False: 4.46k]
  ------------------
  948|     15|			apdu.p1 = 0x02;
  949|     15|			if (card->type == SC_CARD_TYPE_IASECC_OBERTHUR)
  ------------------
  |  Branch (949:8): [True: 0, False: 15]
  ------------------
  950|      0|				apdu.p1 = 0x01;
  951|     15|			if (card->type == SC_CARD_TYPE_IASECC_OBERTHUR ||
  ------------------
  |  Branch (951:8): [True: 0, False: 15]
  ------------------
  952|     15|			    card->type == SC_CARD_TYPE_IASECC_AMOS ||
  ------------------
  |  Branch (952:8): [True: 0, False: 15]
  ------------------
  953|     15|			    card->type == SC_CARD_TYPE_IASECC_MI ||
  ------------------
  |  Branch (953:8): [True: 0, False: 15]
  ------------------
  954|     15|			    card->type == SC_CARD_TYPE_IASECC_MI2 ||
  ------------------
  |  Branch (954:8): [True: 0, False: 15]
  ------------------
  955|     15|			    card->type == SC_CARD_TYPE_IASECC_GEMALTO ||
  ------------------
  |  Branch (955:8): [True: 1, False: 14]
  ------------------
  956|     14|			    iasecc_is_cpx(card)
  ------------------
  |  Branch (956:8): [True: 4, False: 10]
  ------------------
  957|     15|			    )   {
  958|      5|				apdu.p2 = 0x04;
  959|      5|			}
  960|     15|		}
  961|  4.46k|		else if (lpath.type == SC_PATH_TYPE_FROM_CURRENT)  {
  ------------------
  |  |  122|  4.46k|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (961:12): [True: 2.05k, False: 2.40k]
  ------------------
  962|  2.05k|			apdu.p1 = 0x09;
  963|  2.05k|			if (card->type == SC_CARD_TYPE_IASECC_OBERTHUR ||
  ------------------
  |  Branch (963:8): [True: 68, False: 1.98k]
  ------------------
  964|  1.98k|			    card->type == SC_CARD_TYPE_IASECC_AMOS ||
  ------------------
  |  Branch (964:8): [True: 0, False: 1.98k]
  ------------------
  965|  1.98k|			    card->type == SC_CARD_TYPE_IASECC_MI ||
  ------------------
  |  Branch (965:8): [True: 0, False: 1.98k]
  ------------------
  966|  1.98k|			    card->type == SC_CARD_TYPE_IASECC_MI2 ||
  ------------------
  |  Branch (966:8): [True: 0, False: 1.98k]
  ------------------
  967|  1.98k|			    card->type == SC_CARD_TYPE_IASECC_GEMALTO ||
  ------------------
  |  Branch (967:8): [True: 386, False: 1.60k]
  ------------------
  968|  1.60k|			    iasecc_is_cpx(card)) {
  ------------------
  |  Branch (968:8): [True: 464, False: 1.13k]
  ------------------
  969|    918|				apdu.p2 = 0x04;
  970|    918|			}
  971|  2.05k|		}
  972|  2.40k|		else if (lpath.type == SC_PATH_TYPE_PARENT)   {
  ------------------
  |  |  123|  2.40k|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (972:12): [True: 0, False: 2.40k]
  ------------------
  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|  2.40k|		else if (lpath.type == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|  2.40k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (977:12): [True: 2.40k, False: 0]
  ------------------
  978|  2.40k|			apdu.p1 = 0x04;
  979|  2.40k|			if (card->type == SC_CARD_TYPE_IASECC_AMOS ||
  ------------------
  |  Branch (979:8): [True: 0, False: 2.40k]
  ------------------
  980|  2.40k|			    card->type == SC_CARD_TYPE_IASECC_MI2 ||
  ------------------
  |  Branch (980:8): [True: 0, False: 2.40k]
  ------------------
  981|  2.40k|			    card->type == SC_CARD_TYPE_IASECC_OBERTHUR ||
  ------------------
  |  Branch (981:8): [True: 186, False: 2.22k]
  ------------------
  982|  2.22k|			    card->type == SC_CARD_TYPE_IASECC_GEMALTO ||
  ------------------
  |  Branch (982:8): [True: 616, False: 1.60k]
  ------------------
  983|  1.60k|			    iasecc_is_cpx(card)) {
  ------------------
  |  Branch (983:8): [True: 332, False: 1.27k]
  ------------------
  984|  1.13k|				apdu.p2 = 0x04;
  985|  1.13k|			}
  986|  2.40k|		}
  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|  4.68k|		for (ii=0; ii<2; ii++)   {
  ------------------
  |  Branch (993:14): [True: 4.68k, False: 0]
  ------------------
  994|  4.68k|			apdu.lc = pathlen;
  995|  4.68k|			apdu.data = lpath.value;
  996|  4.68k|			apdu.datalen = pathlen;
  997|       |
  998|  4.68k|			apdu.resp = rbuf;
  999|  4.68k|			apdu.resplen = sizeof(rbuf);
 1000|  4.68k|			apdu.le = 256;
 1001|       |
 1002|  4.68k|			rv = sc_transmit_apdu(card, &apdu);
 1003|  4.68k|			LOG_TEST_GOTO_ERR(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  184|  4.68k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  4.68k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  4.68k|	int _ret = (r); \
  |  |  |  |  178|  4.68k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 116, False: 4.57k]
  |  |  |  |  ------------------
  |  |  |  |  179|    116|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    116|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    116|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    116|		goto err; \
  |  |  |  |  182|    116|	} \
  |  |  |  |  183|  4.68k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 4.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1004|  4.57k|			rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1005|  4.57k|			if (rv == SC_ERROR_INCORRECT_PARAMETERS &&
  ------------------
  |  |   55|  9.14k|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (1005:8): [True: 271, False: 4.30k]
  ------------------
 1006|    271|					lpath.type == SC_PATH_TYPE_DF_NAME && apdu.p2 == 0x00)   {
  ------------------
  |  |  118|  4.84k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1006:6): [True: 246, False: 25]
  |  Branch (1006:44): [True: 210, False: 36]
  ------------------
 1007|    210|				sc_log(ctx, "Warning: SC_ERROR_INCORRECT_PARAMETERS for SC_PATH_TYPE_DF_NAME, try again with P2=0x0C");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1008|    210|				apdu.p2 = 0x0C;
 1009|    210|				continue;
 1010|    210|			}
 1011|       |
 1012|  4.36k|			if (ii)   {
  ------------------
  |  Branch (1012:8): [True: 210, False: 4.15k]
  ------------------
 1013|       |				/* 'SELECT AID' do not returned FCP. Try to emulate. */
 1014|    210|				apdu.resplen = sizeof(rbuf);
 1015|    210|				rv = iasecc_emulate_fcp(ctx, &apdu);
 1016|    210|				LOG_TEST_GOTO_ERR(ctx, rv, "Failed to emulate DF FCP");
  ------------------
  |  |  184|    210|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    210|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    210|	int _ret = (r); \
  |  |  |  |  178|    210|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 210]
  |  |  |  |  ------------------
  |  |  |  |  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|    210|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 210]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1017|    210|			}
 1018|       |
 1019|  4.36k|			break;
 1020|  4.36k|		}
 1021|       |
 1022|  4.36k|		LOG_TEST_GOTO_ERR(ctx, rv, "iasecc_select_file() check SW failed");
  ------------------
  |  |  184|  4.36k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  4.36k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  4.36k|	int _ret = (r); \
  |  |  |  |  178|  4.36k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 1.43k, False: 2.92k]
  |  |  |  |  ------------------
  |  |  |  |  179|  1.43k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.43k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  1.43k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  1.43k|		goto err; \
  |  |  |  |  182|  1.43k|	} \
  |  |  |  |  183|  4.36k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.92k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1023|       |
 1024|  2.92k|		sc_log(ctx, "iasecc_select_file() apdu.resp %zu", apdu.resplen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1025|  2.92k|		if (apdu.resplen)   {
  ------------------
  |  Branch (1025:7): [True: 1.33k, False: 1.59k]
  ------------------
 1026|  1.33k|			sc_log(ctx, "apdu.resp %02X:%02X:%02X...", apdu.resp[0], apdu.resp[1], apdu.resp[2]);
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
 1027|       |
 1028|  1.33k|			switch (apdu.resp[0]) {
 1029|    246|			case 0x62:
  ------------------
  |  Branch (1029:4): [True: 246, False: 1.08k]
  ------------------
 1030|  1.12k|			case 0x6F:
  ------------------
  |  Branch (1030:4): [True: 877, False: 458]
  ------------------
 1031|  1.12k|				file = sc_file_new();
 1032|  1.12k|				if (file == NULL) {
  ------------------
  |  Branch (1032:9): [True: 0, False: 1.12k]
  ------------------
 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|  1.12k|				file->path = lpath;
 1040|       |
 1041|  1.12k|				rv = iasecc_process_fci(card, file, apdu.resp, apdu.resplen);
 1042|  1.12k|				if (rv) {
  ------------------
  |  Branch (1042:9): [True: 121, False: 1.00k]
  ------------------
 1043|    121|					sc_file_free(file);
 1044|    121|					if (file_out) {
  ------------------
  |  Branch (1044:10): [True: 39, False: 82]
  ------------------
 1045|     39|						sc_file_free(*file_out);
 1046|     39|						*file_out = NULL;
 1047|     39|					}
 1048|    121|					LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    121|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    121|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    121|	int _ret = r; \
  |  |  |  |  155|    121|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 121, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    121|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    121|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 121, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    121|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    121|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    121|	return _ret; \
  |  |  |  |  163|    121|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1049|    121|				}
 1050|  1.00k|				break;
 1051|  1.00k|			default:
  ------------------
  |  Branch (1051:4): [True: 212, False: 1.12k]
  ------------------
 1052|    212|				if (file_out) {
  ------------------
  |  Branch (1052:9): [True: 64, False: 148]
  ------------------
 1053|     64|					sc_file_free(*file_out);
 1054|     64|					*file_out = NULL;
 1055|     64|				}
 1056|    212|				LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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: 212, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    212|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    212|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 212, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    212|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    212|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    212|	return _ret; \
  |  |  |  |  163|    212|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1057|  1.33k|			}
 1058|       |
 1059|  1.00k|			sc_log(ctx, "FileType %i", file->type);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1060|  1.00k|			if (file->type == SC_FILE_TYPE_DF)   {
  ------------------
  |  |  214|  1.00k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (1060:8): [True: 225, False: 777]
  ------------------
 1061|    225|				sc_invalidate_cache(card);
 1062|    225|				sc_file_dup(&prv->cache.current_df, file);
 1063|    225|				prv->cache.valid = 1;
 1064|    225|			}
 1065|    777|			else   {
 1066|    777|				sc_file_free(prv->cache.current_ef);
 1067|    777|				sc_file_dup(&prv->cache.current_ef, file);
 1068|    777|				prv->cache.valid = 1;
 1069|    777|			}
 1070|       |
 1071|  1.00k|			if (file_out)   {
  ------------------
  |  Branch (1071:8): [True: 621, False: 381]
  ------------------
 1072|    621|				sc_file_free(*file_out);
 1073|    621|				*file_out = file;
 1074|    621|			}
 1075|    381|			else   {
 1076|    381|				sc_file_free(file);
 1077|    381|			}
 1078|  1.00k|		}
 1079|  1.59k|		else if (lpath.type == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|  1.59k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1079:12): [True: 735, False: 856]
  ------------------
 1080|    735|			sc_invalidate_cache(card);
 1081|    735|			prv->cache.valid = 1;
 1082|    735|		}
 1083|  2.92k|	} while(0);
  ------------------
  |  Branch (1083:10): [Folded, False: 2.59k]
  ------------------
 1084|       |
 1085|  2.59k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.59k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.59k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.59k|	int _ret = r; \
  |  |  |  |  155|  2.59k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.59k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 2.59k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.59k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.59k|	return _ret; \
  |  |  |  |  163|  2.59k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1086|  1.64k|err:
 1087|  1.64k|	if (file_out) {
  ------------------
  |  Branch (1087:6): [True: 443, False: 1.19k]
  ------------------
 1088|    443|		sc_file_free(*file_out);
 1089|       |		*file_out = NULL;
 1090|    443|	}
 1091|  1.64k|	return rv;
 1092|  2.59k|}
card-iasecc.c:iasecc_emulate_fcp:
  828|    210|{
  829|    210|	unsigned char dummy_df_fcp[] = {
  830|    210|		0x62,0xFF,
  831|    210|			0x82,0x01,0x38,
  832|    210|			0x8A,0x01,0x05,
  833|    210|			0xA1,0x04,0x8C,0x02,0x02,0x00,
  834|    210|			0x84,0xFF,
  835|    210|				0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  836|    210|				0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF
  837|    210|	};
  838|       |
  839|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  840|       |
  841|    210|	if (apdu->p1 != 0x04)
  ------------------
  |  Branch (841:6): [True: 0, False: 210]
  ------------------
  842|    210|		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|    210|	if (apdu->datalen > 16)
  ------------------
  |  Branch (843:6): [True: 0, False: 210]
  ------------------
  844|    210|		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|    210|	if (apdu->resplen < apdu->datalen + 16)
  ------------------
  |  Branch (845:6): [True: 0, False: 210]
  ------------------
  846|    210|		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|    210|	memcpy(dummy_df_fcp + 16, apdu->data, apdu->datalen);
  849|    210|	dummy_df_fcp[15] = apdu->datalen;
  850|    210|	dummy_df_fcp[1] = apdu->datalen + 14;
  851|    210|	apdu->resplen = apdu->datalen + 16;
  852|    210|	memcpy(apdu->resp, dummy_df_fcp, apdu->resplen);
  853|       |
  854|    210|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    210|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    210|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    210|	int _ret = r; \
  |  |  |  |  155|    210|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 210, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    210|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 210]
  |  |  |  |  ------------------
  |  |  |  |  157|    210|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    210|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    210|	return _ret; \
  |  |  |  |  163|    210|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  855|    210|}
card-iasecc.c:iasecc_process_fci:
 1098|  1.12k|{
 1099|  1.12k|	struct sc_context *ctx = card->ctx;
 1100|  1.12k|	size_t taglen, offs, ii;
 1101|  1.12k|	int rv;
 1102|  1.12k|	const unsigned char *acls = NULL, *tag = NULL;
 1103|  1.12k|	unsigned char mask;
 1104|  1.12k|	unsigned char ops_DF[7] = {
 1105|  1.12k|		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_CREATE, 0xFF
  ------------------
  |  |  168|  1.12k|#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|  1.12k|#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|  1.12k|#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|  1.12k|#define SC_AC_OP_CREATE			3
  ------------------
 1106|  1.12k|	};
 1107|  1.12k|	unsigned char ops_EF[7] = {
 1108|  1.12k|		SC_AC_OP_DELETE, 0xFF, SC_AC_OP_ACTIVATE, SC_AC_OP_DEACTIVATE, 0xFF, SC_AC_OP_UPDATE, SC_AC_OP_READ
  ------------------
  |  |  168|  1.12k|#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|  1.12k|#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|  1.12k|#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|  1.12k|#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|  1.12k|#define SC_AC_OP_READ			22
  ------------------
 1109|  1.12k|	};
 1110|       |
 1111|  1.12k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.12k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.12k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.12k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.12k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.12k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1112|       |
 1113|  1.12k|	tag = sc_asn1_find_tag(ctx,  buf, buflen, 0x6F, &taglen);
 1114|  1.12k|	sc_log(ctx, "processing FCI: 0x6F tag %p", tag);
  ------------------
  |  |   71|  1.12k|#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|  1.12k|	if (tag != NULL) {
  ------------------
  |  Branch (1115:6): [True: 843, False: 280]
  ------------------
 1116|    843|		sc_log(ctx, "  FCP length %zu", taglen);
  ------------------
  |  |   71|    843|#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|    843|		buf = tag;
 1118|    843|		buflen = taglen;
 1119|    843|	}
 1120|       |
 1121|  1.12k|	tag = sc_asn1_find_tag(ctx,  buf, buflen, 0x62, &taglen);
 1122|  1.12k|	sc_log(ctx, "processing FCI: 0x62 tag %p", tag);
  ------------------
  |  |   71|  1.12k|#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|  1.12k|	if (tag != NULL) {
  ------------------
  |  Branch (1123:6): [True: 229, False: 894]
  ------------------
 1124|    229|		sc_log(ctx, "  FCP length %zu", taglen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1125|    229|		buf = tag;
 1126|    229|		buflen = taglen;
 1127|    229|	}
 1128|       |
 1129|  1.12k|	rv = iso_ops->process_fci(card, file, buf, buflen);
 1130|  1.12k|	LOG_TEST_RET(ctx, rv, "ISO parse FCI failed");
  ------------------
  |  |  174|  1.12k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.12k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.12k|	int _ret = (r); \
  |  |  |  |  168|  1.12k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 1.12k]
  |  |  |  |  ------------------
  |  |  |  |  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.12k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.12k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|  1.12k|	sc_log(ctx, "iasecc_process_fci() type %i; let's parse file ACLs", file->type);
  ------------------
  |  |   71|  1.12k|#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|  1.12k|	tag = sc_asn1_find_tag(ctx, buf, buflen, IASECC_DOCP_TAG_ACLS, &taglen);
  ------------------
  |  |   39|  1.12k|#define IASECC_DOCP_TAG_ACLS			0xA1
  ------------------
 1139|  1.12k|	if (tag)
  ------------------
  |  Branch (1139:6): [True: 211, False: 912]
  ------------------
 1140|    211|		acls = sc_asn1_find_tag(ctx, tag, taglen, IASECC_DOCP_TAG_ACLS_CONTACT, &taglen);
  ------------------
  |  |   40|    211|#define IASECC_DOCP_TAG_ACLS_CONTACT		0x8C
  ------------------
 1141|    912|	else
 1142|    912|		acls = sc_asn1_find_tag(ctx, buf, buflen, IASECC_DOCP_TAG_ACLS_CONTACT, &taglen);
  ------------------
  |  |   40|    912|#define IASECC_DOCP_TAG_ACLS_CONTACT		0x8C
  ------------------
 1143|       |
 1144|  1.12k|	if (!acls)   {
  ------------------
  |  Branch (1144:6): [True: 121, False: 1.00k]
  ------------------
 1145|    121|		sc_log(ctx, "ACLs not found in data(%zu) %s", buflen, sc_dump_hex(buf, buflen));
  ------------------
  |  |   71|    121|#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|    121|		LOG_TEST_RET(ctx, SC_ERROR_OBJECT_NOT_FOUND, "ACLs tag missing");
  ------------------
  |  |  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: 121, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|    121|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1147|    121|	}
 1148|       |
 1149|  1.00k|	sc_log(ctx, "ACLs(%zu) '%s'", taglen, sc_dump_hex(acls, taglen));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1150|  1.00k|	mask = 0x40, offs = 1;
 1151|  7.00k|	for (ii = 0; ii < 7; ii++, mask /= 2)  {
  ------------------
  |  Branch (1151:15): [True: 6.35k, False: 647]
  ------------------
 1152|  6.35k|		unsigned char op = file->type == SC_FILE_TYPE_DF ? ops_DF[ii] : ops_EF[ii];
  ------------------
  |  |  214|  6.35k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (1152:22): [True: 1.55k, False: 4.80k]
  ------------------
 1153|       |
 1154|       |		/* avoid any access to acls[offs] beyond the taglen */
 1155|  6.35k|		if (offs >= taglen) {
  ------------------
  |  Branch (1155:7): [True: 355, False: 6.00k]
  ------------------
 1156|    355|			sc_log(ctx, "Warning: Invalid offset reached during ACL parsing");
  ------------------
  |  |   71|    355|#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|    355|			break;
 1158|    355|		}
 1159|  6.00k|		if (!(mask & acls[0]))
  ------------------
  |  Branch (1159:7): [True: 3.05k, False: 2.94k]
  ------------------
 1160|  3.05k|			continue;
 1161|       |
 1162|  2.94k|		sc_log(ctx, "ACLs mask 0x%X, offs %zu, op 0x%X, acls[offs] 0x%X", mask, offs, op, acls[offs]);
  ------------------
  |  |   71|  2.94k|#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.94k|		if (op == 0xFF)   {
  ------------------
  |  Branch (1163:7): [True: 763, False: 2.18k]
  ------------------
 1164|    763|			;
 1165|    763|		}
 1166|  2.18k|		else if (acls[offs] == 0)   {
  ------------------
  |  Branch (1166:12): [True: 350, False: 1.83k]
  ------------------
 1167|    350|			sc_file_add_acl_entry(file, op, SC_AC_NONE, 0);
  ------------------
  |  |  150|    350|#define SC_AC_NONE			0x00000000
  ------------------
 1168|    350|		}
 1169|  1.83k|		else if (acls[offs] == 0xFF)   {
  ------------------
  |  Branch (1169:12): [True: 236, False: 1.60k]
  ------------------
 1170|    236|			sc_file_add_acl_entry(file, op, SC_AC_NEVER, 0);
  ------------------
  |  |  163|    236|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 1171|    236|		}
 1172|  1.60k|		else if ((acls[offs] & IASECC_SCB_METHOD_MASK) == IASECC_SCB_METHOD_USER_AUTH)   {
  ------------------
  |  |   89|  1.60k|#define IASECC_SCB_METHOD_MASK		0x70
  ------------------
              		else if ((acls[offs] & IASECC_SCB_METHOD_MASK) == IASECC_SCB_METHOD_USER_AUTH)   {
  ------------------
  |  |   93|  1.60k|#define IASECC_SCB_METHOD_USER_AUTH	0x10
  ------------------
  |  Branch (1172:12): [True: 104, False: 1.49k]
  ------------------
 1173|    104|			sc_file_add_acl_entry(file, op, SC_AC_SEN, acls[offs] & IASECC_SCB_METHOD_MASK_REF);
  ------------------
  |  |  156|    104|#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|    104|#define IASECC_SCB_METHOD_MASK_REF	0x0F
  ------------------
 1174|    104|		}
 1175|  1.49k|		else if (acls[offs] & IASECC_SCB_METHOD_MASK)   {
  ------------------
  |  |   89|  1.49k|#define IASECC_SCB_METHOD_MASK		0x70
  ------------------
  |  Branch (1175:12): [True: 1.26k, False: 233]
  ------------------
 1176|  1.26k|			sc_file_add_acl_entry(file, op, SC_AC_SCB, acls[offs]);
  ------------------
  |  |  157|  1.26k|#define SC_AC_SCB                       0x00000040 /* IAS/ECC SCB byte. */
  ------------------
 1177|  1.26k|		}
 1178|    233|		else   {
 1179|    233|			sc_log(ctx, "Warning: non supported SCB method: %X", acls[offs]);
  ------------------
  |  |   71|    233|#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|    233|			sc_file_add_acl_entry(file, op, SC_AC_NEVER, 0);
  ------------------
  |  |  163|    233|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 1181|    233|		}
 1182|       |
 1183|  2.94k|		offs++;
 1184|  2.94k|	}
 1185|       |
 1186|  1.00k|	LOG_FUNC_RETURN(ctx, 0);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1187|  1.00k|}
card-iasecc.c:iasecc_se_get_info_from_cache:
 1568|    131|{
 1569|    131|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
 1570|    131|	struct sc_context *ctx = card->ctx;
 1571|    131|	struct iasecc_se_info *si = NULL;
 1572|    131|	int rv;
 1573|       |
 1574|    131|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    131|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    131|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    131|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    131|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 131]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1575|       |
 1576|    131|	for(si = prv->se_info; si; si = si->next)   {
  ------------------
  |  Branch (1576:25): [True: 0, False: 131]
  ------------------
 1577|      0|		if (si->reference != se->reference)
  ------------------
  |  Branch (1577:7): [True: 0, False: 0]
  ------------------
 1578|      0|			continue;
 1579|      0|		if (!(prv->cache.valid && prv->cache.current_df) && si->df)
  ------------------
  |  Branch (1579:9): [True: 0, False: 0]
  |  Branch (1579:29): [True: 0, False: 0]
  |  Branch (1579:55): [True: 0, False: 0]
  ------------------
 1580|      0|			continue;
 1581|      0|		if (prv->cache.valid && prv->cache.current_df && !si->df)
  ------------------
  |  Branch (1581:7): [True: 0, False: 0]
  |  Branch (1581:27): [True: 0, False: 0]
  |  Branch (1581:52): [True: 0, False: 0]
  ------------------
 1582|      0|			continue;
 1583|      0|		if (prv->cache.valid && prv->cache.current_df && si->df)
  ------------------
  |  Branch (1583:7): [True: 0, False: 0]
  |  Branch (1583:27): [True: 0, False: 0]
  |  Branch (1583:52): [True: 0, False: 0]
  ------------------
 1584|      0|			if (memcmp(&prv->cache.current_df->path, &si->df->path, sizeof(struct sc_path)))
  ------------------
  |  Branch (1584:8): [True: 0, False: 0]
  ------------------
 1585|      0|				continue;
 1586|      0|		break;
 1587|      0|	}
 1588|       |
 1589|    131|	if (!si)
  ------------------
  |  Branch (1589:6): [True: 131, False: 0]
  ------------------
 1590|    131|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|    131|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1591|       |
 1592|      0|	memcpy(se, si, sizeof(struct iasecc_se_info));
 1593|       |
 1594|      0|	if (si->df)   {
  ------------------
  |  Branch (1594:6): [True: 0, False: 0]
  ------------------
 1595|      0|		sc_file_dup(&se->df, si->df);
 1596|      0|		if (se->df == NULL)
  ------------------
  |  Branch (1596:7): [True: 0, False: 0]
  ------------------
 1597|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1598|      0|	}
 1599|       |
 1600|      0|	rv = iasecc_docp_copy(ctx, &si->docp, &se->docp);
 1601|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1602|       |
 1603|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1604|      0|}
card-iasecc.c:iasecc_se_cache_info:
 1525|      9|{
 1526|      9|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
 1527|      9|	struct sc_context *ctx = card->ctx;
 1528|      9|	struct iasecc_se_info *se_info = NULL, *si = NULL;
 1529|      9|	int rv;
 1530|       |
 1531|      9|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|      9|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      9|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      9|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      9|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1532|       |
 1533|      9|	se_info = calloc(1, sizeof(struct iasecc_se_info));
 1534|      9|	if (!se_info)
  ------------------
  |  Branch (1534:6): [True: 0, False: 9]
  ------------------
 1535|      9|		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|      9|	memcpy(se_info, se, sizeof(struct iasecc_se_info));
 1537|       |
 1538|      9|	if (prv->cache.valid && prv->cache.current_df) {
  ------------------
  |  Branch (1538:6): [True: 9, False: 0]
  |  Branch (1538:26): [True: 8, False: 1]
  ------------------
 1539|      8|		sc_file_dup(&se_info->df, prv->cache.current_df);
 1540|      8|		if (se_info->df == NULL)   {
  ------------------
  |  Branch (1540:7): [True: 0, False: 8]
  ------------------
 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|      8|	}
 1545|       |
 1546|      9|	rv = iasecc_docp_copy(ctx, &se->docp, &se_info->docp);
 1547|      9|	if (rv < 0)   {
  ------------------
  |  Branch (1547:6): [True: 0, False: 9]
  ------------------
 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|      9|	if (!prv->se_info)   {
  ------------------
  |  Branch (1553:6): [True: 9, False: 0]
  ------------------
 1554|      9|		prv->se_info = se_info;
 1555|      9|	}
 1556|      0|	else    {
 1557|      0|		for (si = prv->se_info; si->next; si = si->next)
  ------------------
  |  Branch (1557:27): [True: 0, False: 0]
  ------------------
 1558|      0|			;
 1559|      0|		si->next = se_info;
 1560|      0|	}
 1561|       |
 1562|      9|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1563|      9|}
card-iasecc.c:sc_get_driver:
 3591|  16.2k|{
 3592|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 3593|       |
 3594|  16.2k|	if (!iso_ops)
  ------------------
  |  Branch (3594:6): [True: 1, False: 16.2k]
  ------------------
 3595|      1|		iso_ops = iso_drv->ops;
 3596|       |
 3597|  16.2k|	iasecc_ops = *iso_ops;
 3598|       |
 3599|  16.2k|	iasecc_ops.match_card = iasecc_match_card;
 3600|  16.2k|	iasecc_ops.init = iasecc_init;
 3601|  16.2k|	iasecc_ops.finish = iasecc_finish;
 3602|  16.2k|	iasecc_ops.read_binary = iasecc_read_binary;
 3603|       |	/*	write_binary: ISO7816 implementation works	*/
 3604|       |	/*	update_binary: ISO7816 implementation works	*/
 3605|  16.2k|	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.2k|	iasecc_ops.select_file = iasecc_select_file;
 3612|       |	/*	get_response: Untested	*/
 3613|  16.2k|	iasecc_ops.get_challenge = iasecc_get_challenge;
 3614|  16.2k|	iasecc_ops.logout = iasecc_logout;
 3615|       |	/*	restore_security_env	*/
 3616|  16.2k|	iasecc_ops.set_security_env = iasecc_set_security_env;
 3617|  16.2k|	iasecc_ops.decipher = iasecc_decipher;
 3618|  16.2k|	iasecc_ops.compute_signature = iasecc_compute_signature;
 3619|  16.2k|	iasecc_ops.create_file = iasecc_create_file;
 3620|  16.2k|	iasecc_ops.delete_file = iasecc_delete_file;
 3621|       |	/*	list_files	*/
 3622|  16.2k|	iasecc_ops.check_sw = iasecc_check_sw;
 3623|  16.2k|	iasecc_ops.card_ctl = iasecc_card_ctl;
 3624|  16.2k|	iasecc_ops.process_fci = iasecc_process_fci;
 3625|       |	/*	construct_fci: Not needed	*/
 3626|  16.2k|	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.2k|	iasecc_ops.read_public_key = iasecc_read_public_key;
 3632|       |
 3633|  16.2k|	return &iasecc_drv;
 3634|  16.2k|}
card-iasecc.c:iasecc_match_card:
  353|  11.6k|{
  354|  11.6k|	struct sc_context *ctx = card->ctx;
  355|  11.6k|	int i;
  356|       |
  357|  11.6k|	i = _sc_match_atr(card, iasecc_known_atrs, &card->type);
  358|  11.6k|	if (i < 0)   {
  ------------------
  |  Branch (358:6): [True: 10.7k, False: 855]
  ------------------
  359|  10.7k|		sc_log(ctx, "card not matched");
  ------------------
  |  |   71|  10.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__
  |  |  ------------------
  ------------------
  360|  10.7k|		return 0;
  361|  10.7k|	}
  362|       |
  363|    855|	sc_log(ctx, "'%s' card matched", iasecc_known_atrs[i].name);
  ------------------
  |  |   71|    855|#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|    855|	return 1;
  365|  11.6k|}
card-iasecc.c:iasecc_init:
  624|    855|{
  625|    855|	struct sc_context *ctx = card->ctx;
  626|    855|	struct iasecc_private_data *private_data = NULL;
  627|    855|	int rv = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|    855|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
  628|    855|	void *old_drv_data = card->drv_data;
  629|       |
  630|    855|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    855|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    855|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    855|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    855|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 855]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  631|    855|	private_data = (struct iasecc_private_data *) calloc(1, sizeof(struct iasecc_private_data));
  632|    855|	if (private_data == NULL)
  ------------------
  |  Branch (632:6): [True: 0, False: 855]
  ------------------
  633|    855|		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|    855|	card->cla  = 0x00;
  636|    855|	card->drv_data = private_data;
  637|       |
  638|    855|	if (card->type == SC_CARD_TYPE_IASECC_GEMALTO)
  ------------------
  |  Branch (638:6): [True: 110, False: 745]
  ------------------
  639|    110|		rv = iasecc_init_gemalto(card);
  640|    745|	else if (card->type == SC_CARD_TYPE_IASECC_OBERTHUR)
  ------------------
  |  Branch (640:11): [True: 42, False: 703]
  ------------------
  641|     42|		rv = iasecc_init_oberthur(card);
  642|    703|	else if (card->type == SC_CARD_TYPE_IASECC_SAGEM)
  ------------------
  |  Branch (642:11): [True: 542, False: 161]
  ------------------
  643|    542|		rv = iasecc_init_amos_or_sagem(card);
  644|    161|	else if (card->type == SC_CARD_TYPE_IASECC_AMOS)
  ------------------
  |  Branch (644:11): [True: 0, False: 161]
  ------------------
  645|      0|		rv = iasecc_init_amos_or_sagem(card);
  646|    161|	else if (card->type == SC_CARD_TYPE_IASECC_MI)
  ------------------
  |  Branch (646:11): [True: 0, False: 161]
  ------------------
  647|      0|		rv = iasecc_init_amos_or_sagem(card);
  648|    161|	else if (iasecc_is_cpx(card))
  ------------------
  |  Branch (648:11): [True: 161, False: 0]
  ------------------
  649|    161|		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|    855|	if (!rv)   {
  ------------------
  |  Branch (655:6): [True: 576, False: 279]
  ------------------
  656|    576|		if (card->ef_atr && card->ef_atr->aid.len)   {
  ------------------
  |  Branch (656:7): [True: 576, False: 0]
  |  Branch (656:23): [True: 27, False: 549]
  ------------------
  657|     27|			struct sc_path path;
  658|       |
  659|     27|			memset(&path, 0, sizeof(struct sc_path));
  660|     27|			path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|     27|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  661|     27|			memcpy(path.value, card->ef_atr->aid.value, card->ef_atr->aid.len);
  662|     27|			path.len = card->ef_atr->aid.len;
  663|       |
  664|     27|			rv = iasecc_select_file(card, &path, NULL);
  665|     27|			sc_log(ctx, "Select ECC ROOT with the AID from EF.ATR: rv %i", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  666|     27|			LOG_TEST_GOTO_ERR(ctx, rv, "Select EF.ATR AID failed");
  ------------------
  |  |  184|     27|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     27|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     27|	int _ret = (r); \
  |  |  |  |  178|     27|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 5, False: 22]
  |  |  |  |  ------------------
  |  |  |  |  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|     27|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 22]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|     27|		}
  668|       |
  669|    571|		iasecc_get_serialnr(card, NULL);
  670|    571|	}
  671|       |
  672|    850|#ifdef ENABLE_SM
  673|    850|	card->sm_ctx.ops.read_binary = _iasecc_sm_read_binary;
  674|    850|	card->sm_ctx.ops.update_binary = _iasecc_sm_update_binary;
  675|    850|#endif
  676|       |
  677|    850|	if (!rv && card->ef_atr && card->ef_atr->aid.len)   {
  ------------------
  |  Branch (677:6): [True: 571, False: 279]
  |  Branch (677:13): [True: 571, False: 0]
  |  Branch (677:29): [True: 22, False: 549]
  ------------------
  678|     22|		sc_log(ctx, "EF.ATR(aid:'%s')", sc_dump_hex(card->ef_atr->aid.value, card->ef_atr->aid.len));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  679|     22|	}
  680|       |
  681|    855|err:
  682|    855|	if (rv < 0) {
  ------------------
  |  Branch (682:6): [True: 284, False: 571]
  ------------------
  683|    284|		sc_invalidate_cache(card);
  684|    284|		free(private_data);
  685|    284|		card->drv_data = old_drv_data;
  686|    571|	} else {
  687|    571|		free(old_drv_data);
  688|    571|	}
  689|       |
  690|    855|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    855|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    855|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    855|	int _ret = r; \
  |  |  |  |  155|    855|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 855, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    855|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    284|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 284, False: 571]
  |  |  |  |  ------------------
  |  |  |  |  157|    855|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    855|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    855|	return _ret; \
  |  |  |  |  163|    855|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  691|    855|}
card-iasecc.c:iasecc_init_gemalto:
  419|    110|{
  420|    110|	struct sc_context *ctx = card->ctx;
  421|    110|	struct sc_path path;
  422|    110|	unsigned int flags;
  423|    110|	int rv = 0;
  424|       |
  425|    110|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    110|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    110|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    110|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    110|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 110]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|       |
  427|    110|	flags = IASECC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   53|    110|#define IASECC_CARD_DEFAULT_FLAGS ( 0			\
  |  |   54|    110|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|    110|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   55|    110|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|    110|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   56|    110|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|    110|#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|    110|#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|    110|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   57|    110|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|    110|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   58|    110|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|    110|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   59|    110|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|    110|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  428|       |
  429|    110|	card->caps = IASECC_CARD_DEFAULT_CAPS;
  ------------------
  |  |   61|    110|#define IASECC_CARD_DEFAULT_CAPS ( 0 			\
  |  |   62|    110|		| SC_CARD_CAP_RNG			\
  |  |  ------------------
  |  |  |  |  550|    110|#define SC_CARD_CAP_RNG			0x00000004
  |  |  ------------------
  |  |   63|    110|		| SC_CARD_CAP_APDU_EXT			\
  |  |  ------------------
  |  |  |  |  547|    110|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  ------------------
  |  |   64|    110|		| SC_CARD_CAP_USE_FCI_AC		\
  |  |  ------------------
  |  |  |  |  557|    110|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  |  |  ------------------
  |  |   65|    110|		| SC_CARD_CAP_ISO7816_PIN_INFO)
  |  |  ------------------
  |  |  |  |  553|    110|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  |  |  ------------------
  ------------------
  430|       |
  431|    110|	sc_format_path("3F00", &path);
  432|    110|	if (SC_SUCCESS != sc_select_file(card, &path, NULL)) {
  ------------------
  |  |   28|    110|#define SC_SUCCESS				0
  ------------------
  |  Branch (432:6): [True: 85, False: 25]
  ------------------
  433|       |		/* Result ignored*/
  434|     85|		sc_log(card->ctx, "Warning, MF select failed");
  ------------------
  |  |   71|     85|#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|     85|	}
  436|       |
  437|    110|	rv = iasecc_parse_ef_atr(card);
  438|    110|	sc_log(ctx, "rv %i", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  439|    110|	if (rv == SC_ERROR_FILE_NOT_FOUND)   {
  ------------------
  |  |   51|    110|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (439:6): [True: 4, False: 106]
  ------------------
  440|      4|		sc_log(ctx, "Select MF");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  441|      4|		rv = iasecc_select_mf(card, NULL);
  442|      4|		sc_log(ctx, "rv %i", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  443|      4|		LOG_TEST_RET(ctx, rv, "MF selection 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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|    107|	sc_log(ctx, "rv %i", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  449|    107|	LOG_TEST_RET(ctx, rv, "Cannot read/parse EF.ATR");
  ------------------
  |  |  174|    107|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    107|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    107|	int _ret = (r); \
  |  |  |  |  168|    107|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 51, False: 56]
  |  |  |  |  ------------------
  |  |  |  |  169|     51|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     51|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     51|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     51|		return _ret; \
  |  |  |  |  172|     51|	} \
  |  |  |  |  173|    107|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 56]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  450|       |
  451|     56|	_sc_card_add_rsa_alg(card, 1024, flags, 0x10001);
  452|     56|	_sc_card_add_rsa_alg(card, 2048, flags, 0x10001);
  453|       |
  454|     56|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 56]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  455|     56|}
card-iasecc.c:iasecc_parse_ef_atr:
  369|    890|{
  370|    890|	struct sc_context *ctx = card->ctx;
  371|    890|	struct iasecc_private_data *pdata = (struct iasecc_private_data *) card->drv_data;
  372|    890|	struct iasecc_version *version = &pdata->version;
  373|    890|	struct iasecc_io_buffer_sizes *sizes = &pdata->max_sizes;
  374|    890|	int rv;
  375|       |
  376|    890|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    890|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    890|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    890|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    890|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 890]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  377|    890|	rv = sc_parse_ef_atr(card);
  378|    890|	LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  174|    890|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    890|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    890|	int _ret = (r); \
  |  |  |  |  168|    890|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 203, False: 687]
  |  |  |  |  ------------------
  |  |  |  |  169|    203|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    203|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    203|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    203|		return _ret; \
  |  |  |  |  172|    203|	} \
  |  |  |  |  173|    890|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 687]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|       |
  380|    687|	if (card->ef_atr->pre_issuing_len < 4)
  ------------------
  |  Branch (380:6): [True: 104, False: 583]
  ------------------
  381|    687|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Invalid pre-issuing data");
  ------------------
  |  |  174|    104|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    104|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    104|	int _ret = (r); \
  |  |  |  |  168|    104|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 104, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    104|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    104|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    104|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    104|		return _ret; \
  |  |  |  |  172|    104|	} \
  |  |  |  |  173|    104|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|       |
  383|    583|	version->ic_manufacturer =	card->ef_atr->pre_issuing[0];
  384|    583|	version->ic_type =		card->ef_atr->pre_issuing[1];
  385|    583|	version->os_version =		card->ef_atr->pre_issuing[2];
  386|    583|	version->iasecc_version =	card->ef_atr->pre_issuing[3];
  387|    583|	sc_log(ctx, "EF.ATR: IC manufacturer/type %X/%X, OS/IasEcc versions %X/%X",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  388|    583|		version->ic_manufacturer, version->ic_type, version->os_version, version->iasecc_version);
  389|       |
  390|    583|	if (card->ef_atr->issuer_data_len < 16)
  ------------------
  |  Branch (390:6): [True: 7, False: 576]
  ------------------
  391|    583|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "Invalid issuer 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|       |
  393|    576|	sizes->send =	 card->ef_atr->issuer_data[2] * 0x100 + card->ef_atr->issuer_data[3];
  394|    576|	sizes->send_sc = card->ef_atr->issuer_data[6] * 0x100 + card->ef_atr->issuer_data[7];
  395|    576|	sizes->recv =	 card->ef_atr->issuer_data[10] * 0x100 + card->ef_atr->issuer_data[11];
  396|    576|	sizes->recv_sc = card->ef_atr->issuer_data[14] * 0x100 + card->ef_atr->issuer_data[15];
  397|       |
  398|    576|	sc_log(ctx, "EF.ATR: IO Buffer Size send/sc %zd/%zd recv/sc %zd/%zd",
  ------------------
  |  |   71|    576|#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|    576|			sizes->send, sizes->send_sc, sizes->recv, sizes->recv_sc);
  400|       |
  401|    576|	card->max_send_size = sizes->send;
  402|    576|	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|    576|	if (card->max_send_size > 0xFF)
  ------------------
  |  Branch (408:6): [True: 247, False: 329]
  ------------------
  409|    247|		card->max_send_size -= 5;
  410|       |
  411|    576|	sc_log(ctx, "EF.ATR: max send/recv sizes %zX/%zX", card->max_send_size, card->max_recv_size);
  ------------------
  |  |   71|    576|#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|    576|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    576|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    576|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    576|	int _ret = r; \
  |  |  |  |  155|    576|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 576, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    576|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 576]
  |  |  |  |  ------------------
  |  |  |  |  157|    576|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    576|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    576|	return _ret; \
  |  |  |  |  163|    576|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  414|    576|}
card-iasecc.c:iasecc_init_oberthur:
  488|     42|{
  489|     42|	struct sc_context *ctx = card->ctx;
  490|     42|	unsigned int flags;
  491|     42|	int rv = 0;
  492|       |
  493|     42|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  494|       |
  495|     42|	flags = IASECC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   53|     42|#define IASECC_CARD_DEFAULT_FLAGS ( 0			\
  |  |   54|     42|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|     42|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   55|     42|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|     42|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   56|     42|		| 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 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   57|     42|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|     42|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   58|     42|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|     42|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   59|     42|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|     42|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  496|       |
  497|     42|	_sc_card_add_rsa_alg(card, 1024, flags, 0x10001);
  498|     42|	_sc_card_add_rsa_alg(card, 2048, flags, 0x10001);
  499|       |
  500|     42|	card->caps = IASECC_CARD_DEFAULT_CAPS;
  ------------------
  |  |   61|     42|#define IASECC_CARD_DEFAULT_CAPS ( 0 			\
  |  |   62|     42|		| SC_CARD_CAP_RNG			\
  |  |  ------------------
  |  |  |  |  550|     42|#define SC_CARD_CAP_RNG			0x00000004
  |  |  ------------------
  |  |   63|     42|		| SC_CARD_CAP_APDU_EXT			\
  |  |  ------------------
  |  |  |  |  547|     42|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  ------------------
  |  |   64|     42|		| SC_CARD_CAP_USE_FCI_AC		\
  |  |  ------------------
  |  |  |  |  557|     42|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  |  |  ------------------
  |  |   65|     42|		| SC_CARD_CAP_ISO7816_PIN_INFO)
  |  |  ------------------
  |  |  |  |  553|     42|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  |  |  ------------------
  ------------------
  501|       |
  502|     42|	iasecc_parse_ef_atr(card);
  503|       |
  504|       |	/* if we fail to select CM, */
  505|     42|	if (gp_select_card_manager(card)) {
  ------------------
  |  Branch (505:6): [True: 15, False: 27]
  ------------------
  506|     15|		gp_select_isd_rid(card);
  507|     15|	}
  508|       |
  509|     42|	rv = iasecc_oberthur_match(card);
  510|     42|	LOG_TEST_RET(ctx, rv, "unknown Oberthur's IAS/ECC card");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|       |
  512|     42|	rv = iasecc_select_mf(card, NULL);
  513|     42|	LOG_TEST_RET(ctx, rv, "MF selection error");
  ------------------
  |  |  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: 12, False: 30]
  |  |  |  |  ------------------
  |  |  |  |  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|     42|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 30]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|       |
  515|     30|	rv = iasecc_parse_ef_atr(card);
  516|     30|	LOG_TEST_RET(ctx, rv, "EF.ATR read or parse error");
  ------------------
  |  |  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: 16, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  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|     30|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  517|       |
  518|     14|	sc_log(ctx, "EF.ATR(aid:'%s')", sc_dump_hex(card->ef_atr->aid.value, card->ef_atr->aid.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__
  |  |  ------------------
  ------------------
  519|     14|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  520|     14|}
card-iasecc.c:iasecc_oberthur_match:
  460|     42|{
  461|     42|	struct sc_context *ctx = card->ctx;
  462|     42|	unsigned char *hist = card->reader->atr_info.hist_bytes;
  463|       |
  464|     42|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  465|       |
  466|     42|	if (*hist != 0x80 || ((*(hist+1)&0xF0) != 0xF0))
  ------------------
  |  Branch (466:6): [True: 0, False: 42]
  |  Branch (466:23): [True: 0, False: 42]
  ------------------
  467|     42|		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|     42|	sc_log_hex(ctx, "AID in historical_bytes", hist + 2, *(hist+1) & 0x0F);
  ------------------
  |  |  129|     42|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     42|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  470|       |
  471|     42|	if (memcmp(hist + 2, OberthurIASECC_AID.value, *(hist+1) & 0x0F))
  ------------------
  |  Branch (471:6): [True: 0, False: 42]
  ------------------
  472|     42|		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|     42|	if (!card->ef_atr)
  ------------------
  |  Branch (474:6): [True: 39, False: 3]
  ------------------
  475|     39|		card->ef_atr = calloc(1, sizeof(struct sc_ef_atr));
  476|     42|	if (!card->ef_atr)
  ------------------
  |  Branch (476:6): [True: 0, False: 42]
  ------------------
  477|     42|		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|     42|	memcpy(card->ef_atr->aid.value, OberthurIASECC_AID.value, OberthurIASECC_AID.len);
  480|     42|	card->ef_atr->aid.len = OberthurIASECC_AID.len;
  481|       |
  482|     42|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  483|     42|}
card-iasecc.c:iasecc_init_amos_or_sagem:
  550|    542|{
  551|    542|	struct sc_context *ctx = card->ctx;
  552|    542|	unsigned int flags;
  553|    542|	int rv = 0;
  554|       |
  555|    542|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    542|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    542|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    542|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    542|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 542]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|       |
  557|    542|	flags = IASECC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   53|    542|#define IASECC_CARD_DEFAULT_FLAGS ( 0			\
  |  |   54|    542|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|    542|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   55|    542|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|    542|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   56|    542|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|    542|#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|    542|#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|    542|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   57|    542|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|    542|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   58|    542|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|    542|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   59|    542|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|    542|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  558|       |
  559|    542|	_sc_card_add_rsa_alg(card, 1024, flags, 0x10001);
  560|    542|	_sc_card_add_rsa_alg(card, 2048, flags, 0x10001);
  561|       |
  562|    542|	card->caps = IASECC_CARD_DEFAULT_CAPS;
  ------------------
  |  |   61|    542|#define IASECC_CARD_DEFAULT_CAPS ( 0 			\
  |  |   62|    542|		| SC_CARD_CAP_RNG			\
  |  |  ------------------
  |  |  |  |  550|    542|#define SC_CARD_CAP_RNG			0x00000004
  |  |  ------------------
  |  |   63|    542|		| SC_CARD_CAP_APDU_EXT			\
  |  |  ------------------
  |  |  |  |  547|    542|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  ------------------
  |  |   64|    542|		| SC_CARD_CAP_USE_FCI_AC		\
  |  |  ------------------
  |  |  |  |  557|    542|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  |  |  ------------------
  |  |   65|    542|		| SC_CARD_CAP_ISO7816_PIN_INFO)
  |  |  ------------------
  |  |  |  |  553|    542|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  |  |  ------------------
  ------------------
  563|       |
  564|    542|	if (card->type == SC_CARD_TYPE_IASECC_MI)   {
  ------------------
  |  Branch (564:6): [True: 0, False: 542]
  ------------------
  565|      0|		rv = iasecc_mi_match(card);
  566|      0|		if (rv)
  ------------------
  |  Branch (566:7): [True: 0, False: 0]
  ------------------
  567|      0|			card->type = SC_CARD_TYPE_IASECC_MI2;
  568|      0|		else
  569|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  570|      0|	}
  571|       |
  572|    542|	rv = iasecc_parse_ef_atr(card);
  573|    542|	if (rv == SC_ERROR_FILE_NOT_FOUND)   {
  ------------------
  |  |   51|    542|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (573:6): [True: 7, False: 535]
  ------------------
  574|      7|		rv = iasecc_select_mf(card, NULL);
  575|      7|		LOG_TEST_RET(ctx, rv, "MF selection 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: 3, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  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|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  576|       |
  577|      4|		rv = iasecc_parse_ef_atr(card);
  578|      4|	}
  579|    539|	LOG_TEST_RET(ctx, rv, "IASECC: ATR parse failed");
  ------------------
  |  |  174|    539|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    539|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    539|	int _ret = (r); \
  |  |  |  |  168|    539|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 107, False: 432]
  |  |  |  |  ------------------
  |  |  |  |  169|    107|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    107|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    107|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    107|		return _ret; \
  |  |  |  |  172|    107|	} \
  |  |  |  |  173|    539|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 432]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  580|       |
  581|    432|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    432|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    432|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    432|	int _ret = r; \
  |  |  |  |  155|    432|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 432, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    432|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 432]
  |  |  |  |  ------------------
  |  |  |  |  157|    432|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    432|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    432|	return _ret; \
  |  |  |  |  163|    432|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  582|    432|}
card-iasecc.c:iasecc_init_cpx:
  600|    161|{
  601|    161|	struct sc_context *ctx = card->ctx;
  602|    161|	unsigned int flags;
  603|    161|	int rv = 0;
  604|       |
  605|    161|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    161|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    161|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    161|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    161|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 161]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  606|       |
  607|    161|	card->caps = IASECC_CARD_DEFAULT_CAPS;
  ------------------
  |  |   61|    161|#define IASECC_CARD_DEFAULT_CAPS ( 0 			\
  |  |   62|    161|		| SC_CARD_CAP_RNG			\
  |  |  ------------------
  |  |  |  |  550|    161|#define SC_CARD_CAP_RNG			0x00000004
  |  |  ------------------
  |  |   63|    161|		| SC_CARD_CAP_APDU_EXT			\
  |  |  ------------------
  |  |  |  |  547|    161|#define SC_CARD_CAP_APDU_EXT		0x00000001
  |  |  ------------------
  |  |   64|    161|		| SC_CARD_CAP_USE_FCI_AC		\
  |  |  ------------------
  |  |  |  |  557|    161|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  |  |  ------------------
  |  |   65|    161|		| SC_CARD_CAP_ISO7816_PIN_INFO)
  |  |  ------------------
  |  |  |  |  553|    161|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  |  |  ------------------
  ------------------
  608|       |
  609|    161|	flags = IASECC_CARD_DEFAULT_FLAGS;
  ------------------
  |  |   53|    161|#define IASECC_CARD_DEFAULT_FLAGS ( 0			\
  |  |   54|    161|		| SC_ALGORITHM_ONBOARD_KEY_GEN		\
  |  |  ------------------
  |  |  |  |   93|    161|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  |  |  ------------------
  |  |   55|    161|		| SC_ALGORITHM_RSA_PAD_ISO9796		\
  |  |  ------------------
  |  |  |  |  106|    161|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  |  |  ------------------
  |  |   56|    161|		| SC_ALGORITHM_RSA_PAD_PKCS1		\
  |  |  ------------------
  |  |  |  |  111|    161|#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|    161|#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|    161|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  |  |  ------------------
  |  |  ------------------
  |  |   57|    161|		| SC_ALGORITHM_RSA_HASH_NONE		\
  |  |  ------------------
  |  |  |  |  133|    161|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  |  |   58|    161|		| SC_ALGORITHM_RSA_HASH_SHA1		\
  |  |  ------------------
  |  |  |  |  134|    161|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  |  |   59|    161|		| SC_ALGORITHM_RSA_HASH_SHA256)
  |  |  ------------------
  |  |  |  |  138|    161|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  610|       |
  611|    161|	_sc_card_add_rsa_alg(card, 512, flags, 0);
  612|    161|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  613|    161|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  614|       |
  615|    161|	rv = iasecc_parse_ef_atr(card);
  616|    161|	LOG_TEST_RET(ctx, rv, "Parse EF.ATR");
  ------------------
  |  |  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: 87, False: 74]
  |  |  |  |  ------------------
  |  |  |  |  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|    161|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 74]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  617|       |
  618|     74|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|     74|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     74|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     74|	int _ret = r; \
  |  |  |  |  155|     74|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 74, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     74|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 74]
  |  |  |  |  ------------------
  |  |  |  |  157|     74|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     74|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     74|	return _ret; \
  |  |  |  |  163|     74|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  619|     74|}
card-iasecc.c:iasecc_get_serialnr:
 2464|    864|{
 2465|    864|	struct sc_context *ctx = card->ctx;
 2466|    864|	struct sc_iin *iin = &card->serialnr.iin;
 2467|    864|	struct sc_apdu apdu;
 2468|    864|	unsigned char rbuf[0xC0];
 2469|    864|	size_t ii, offs, len;
 2470|    864|	int rv;
 2471|       |
 2472|    864|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    864|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    864|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    864|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    864|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 864]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2473|    864|	if (card->serialnr.len)
  ------------------
  |  Branch (2473:6): [True: 8, False: 856]
  ------------------
 2474|      8|		goto end;
 2475|       |
 2476|    856|	memset(&card->serialnr, 0, sizeof(card->serialnr));
 2477|       |
 2478|    856|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, 0x80 | IASECC_SFI_EF_SN, 0);
  ------------------
  |  |  292|    856|#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|    856|#define IASECC_SFI_EF_SN	0x1C
  ------------------
 2479|    856|	apdu.le = sizeof(rbuf);
 2480|    856|	apdu.resp = rbuf;
 2481|    856|	apdu.resplen = sizeof(rbuf);
 2482|       |
 2483|    856|	rv = sc_transmit_apdu(card, &apdu);
 2484|    856|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    856|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    856|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    856|	int _ret = (r); \
  |  |  |  |  168|    856|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 846]
  |  |  |  |  ------------------
  |  |  |  |  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|    856|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 846]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2485|    846|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2486|    846|	LOG_TEST_RET(ctx, rv, "Get 'serial number' data failed");
  ------------------
  |  |  174|    846|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    846|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    846|	int _ret = (r); \
  |  |  |  |  168|    846|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 521, False: 325]
  |  |  |  |  ------------------
  |  |  |  |  169|    521|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    521|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    521|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    521|		return _ret; \
  |  |  |  |  172|    521|	} \
  |  |  |  |  173|    846|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 325]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2487|       |
 2488|    325|	if (apdu.resplen < 2 || rbuf[0] != ISO7812_PAN_SN_TAG || rbuf[1] > (apdu.resplen-2))
  ------------------
  |  |   29|    377|#define ISO7812_PAN_SN_TAG	0x5A
  ------------------
  |  Branch (2488:6): [True: 273, False: 52]
  |  Branch (2488:26): [True: 33, False: 19]
  |  Branch (2488:59): [True: 4, False: 15]
  ------------------
 2489|    325|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "serial number parse error");
  ------------------
  |  |  174|    310|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    310|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    310|	int _ret = (r); \
  |  |  |  |  168|    310|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 310, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    310|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    310|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    310|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    310|		return _ret; \
  |  |  |  |  172|    310|	} \
  |  |  |  |  173|    310|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2490|     15|	len = rbuf[1];
 2491|       |
 2492|     15|	iin->mii = (rbuf[2] >> 4) & 0x0F;
 2493|       |
 2494|     15|	iin->country = 0;
 2495|     60|	for (ii=5; ii<8; ii++)   {
  ------------------
  |  Branch (2495:13): [True: 45, False: 15]
  ------------------
 2496|     45|		iin->country *= 10;
 2497|     45|		iin->country += (rbuf[ii/2] >> ((ii & 0x01) ? 0 : 4)) & 0x0F;
  ------------------
  |  Branch (2497:35): [True: 30, False: 15]
  ------------------
 2498|     45|	}
 2499|       |
 2500|     15|	iin->issuer_id = 0;
 2501|     45|	for (ii=8; ii<10; ii++)   {
  ------------------
  |  Branch (2501:13): [True: 30, False: 15]
  ------------------
 2502|     30|		iin->issuer_id *= 10;
 2503|     30|		iin->issuer_id += (rbuf[ii/2] >> (ii & 0x01 ? 0 : 4)) & 0x0F;
  ------------------
  |  Branch (2503:37): [True: 15, False: 15]
  ------------------
 2504|     30|	}
 2505|       |
 2506|       |	/* Copy the serial number from the last 8 bytes (at most) */
 2507|     15|	offs = len > 8 ? len - 8 : 0;
  ------------------
  |  Branch (2507:9): [True: 6, False: 9]
  ------------------
 2508|     15|	if (card->type == SC_CARD_TYPE_IASECC_SAGEM)   {
  ------------------
  |  Branch (2508:6): [True: 5, 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: 20, False: 5]
  ------------------
 2512|     20|			*(card->serialnr.value + ii) = ((rbuf[ii + offs + 1] & 0x0F) << 4)
 2513|     20|				+ ((rbuf[ii + offs + 2] & 0xF0) >> 4) ;
 2514|      5|		card->serialnr.len = ii;
 2515|      5|	}
 2516|     10|	else   {
 2517|     70|		for (ii=0; ii < len - offs; ii++)
  ------------------
  |  Branch (2517:14): [True: 60, False: 10]
  ------------------
 2518|     60|			*(card->serialnr.value + ii) = rbuf[ii + offs + 2];
 2519|     10|		card->serialnr.len = ii;
 2520|     10|	}
 2521|       |
 2522|     15|	do  {
 2523|     15|		char txt[0x200];
 2524|       |
 2525|     95|		for (ii=0;ii<card->serialnr.len;ii++)
  ------------------
  |  Branch (2525:13): [True: 80, False: 15]
  ------------------
 2526|     80|			sprintf(txt + ii*2, "%02X", *(card->serialnr.value + ii));
 2527|       |
 2528|     15|		sc_log(ctx, "serial number '%s'; mii %i; country %i; issuer_id %li", txt, iin->mii, iin->country, iin->issuer_id);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2529|     15|	} while(0);
  ------------------
  |  Branch (2529:10): [Folded, False: 15]
  ------------------
 2530|       |
 2531|     23|end:
 2532|     23|	if (serial)
  ------------------
  |  Branch (2532:6): [True: 12, False: 11]
  ------------------
 2533|     12|		memcpy(serial, &card->serialnr, sizeof(*serial));
 2534|       |
 2535|     23|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2536|     23|}
card-iasecc.c:_iasecc_sm_read_binary:
  760|    194|{
  761|    194|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
  762|    194|	struct sc_context *ctx = card->ctx;
  763|    194|	const struct sc_acl_entry *entry = NULL;
  764|    194|	int rv;
  765|       |
  766|    194|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    194|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    194|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    194|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    194|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 194]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  767|    194|	sc_log(ctx, "iasecc_sm_read_binary() card:%p offs:%i count:%zu ", card, offs, count);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  768|    194|	if (offs > 0x7fff)
  ------------------
  |  Branch (768:6): [True: 0, False: 194]
  ------------------
  769|    194|		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|    194|	if (count == 0)
  ------------------
  |  Branch (771:6): [True: 0, False: 194]
  ------------------
  772|      0|		return 0;
  773|       |
  774|    194|	if (prv->cache.valid && prv->cache.current_ef) {
  ------------------
  |  Branch (774:6): [True: 194, False: 0]
  |  Branch (774:26): [True: 193, False: 1]
  ------------------
  775|    193|		entry = sc_file_get_acl_entry(prv->cache.current_ef, SC_AC_OP_READ);
  ------------------
  |  |  188|    193|#define SC_AC_OP_READ			22
  ------------------
  776|    193|		if (!entry)
  ------------------
  |  Branch (776:7): [True: 22, False: 171]
  ------------------
  777|    193|			LOG_TEST_RET(ctx, SC_ERROR_OBJECT_NOT_FOUND, "iasecc_sm_read() 'READ' ACL not present");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  778|       |
  779|    171|		sc_log(ctx, "READ method/reference %X/%X", entry->method, entry->key_ref);
  ------------------
  |  |   71|    171|#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|    171|		if ((entry->method == SC_AC_SCB) && (entry->key_ref & IASECC_SCB_METHOD_SM))   {
  ------------------
  |  |  157|    171|#define SC_AC_SCB                       0x00000040 /* IAS/ECC SCB byte. */
  ------------------
              		if ((entry->method == SC_AC_SCB) && (entry->key_ref & IASECC_SCB_METHOD_SM))   {
  ------------------
  |  |   91|    147|#define IASECC_SCB_METHOD_SM		0x40
  ------------------
  |  Branch (780:7): [True: 147, False: 24]
  |  Branch (780:39): [True: 139, False: 8]
  ------------------
  781|    139|			unsigned char se_num = entry->key_ref & IASECC_SCB_METHOD_MASK_REF;
  ------------------
  |  |   90|    139|#define IASECC_SCB_METHOD_MASK_REF	0x0F
  ------------------
  782|       |
  783|    139|			rv = iasecc_sm_read_binary(card, se_num, offs, buff, count);
  784|    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|    139|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 139, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|    139|		}
  786|    171|	}
  787|       |
  788|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  789|     33|}
card-iasecc.c:iasecc_finish:
 1414|    571|{
 1415|    571|	struct sc_context *ctx = card->ctx;
 1416|    571|	struct iasecc_private_data *private_data = (struct iasecc_private_data *)card->drv_data;
 1417|    571|	struct iasecc_se_info *se_info = private_data->se_info, *next;
 1418|       |
 1419|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1420|       |
 1421|    571|	sc_invalidate_cache(card);
 1422|       |
 1423|    580|	while (se_info)   {
  ------------------
  |  Branch (1423:9): [True: 9, False: 571]
  ------------------
 1424|      9|		sc_file_free(se_info->df);
 1425|      9|		next = se_info->next;
 1426|      9|		free(se_info);
 1427|      9|		se_info = next;
 1428|      9|	}
 1429|       |
 1430|    571|	free(card->drv_data);
 1431|    571|	card->drv_data = NULL;
 1432|       |
 1433|    571|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 571]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1434|    571|}
card-iasecc.c:iasecc_read_binary:
  697|  2.12k|{
  698|  2.12k|	struct sc_context *ctx = card->ctx;
  699|  2.12k|	struct sc_apdu apdu;
  700|  2.12k|	int rv;
  701|       |
  702|  2.12k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  2.12k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.12k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.12k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.12k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.12k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  703|  2.12k|	sc_log(ctx, "iasecc_read_binary(card:%p) offs %i; count %zu", card, offs, count);
  ------------------
  |  |   71|  2.12k|#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|  2.12k|	if (offs > 0x7fff) {
  ------------------
  |  Branch (704:6): [True: 1, False: 2.12k]
  ------------------
  705|      1|		sc_log(ctx, "invalid EF offset: 0x%X > 0x7FFF", offs);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  706|      1|		return SC_ERROR_OFFSET_TOO_LARGE;
  ------------------
  |  |   96|      1|#define SC_ERROR_OFFSET_TOO_LARGE		-1415
  ------------------
  707|      1|	}
  708|       |
  709|  2.12k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB0, (offs >> 8) & 0x7F, offs & 0xFF);
  ------------------
  |  |  292|  2.12k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  710|  2.12k|	apdu.le = count < 0x100 ? count : 0x100;
  ------------------
  |  Branch (710:12): [True: 275, False: 1.85k]
  ------------------
  711|  2.12k|	apdu.resplen = count;
  712|  2.12k|	apdu.resp = buf;
  713|       |
  714|  2.12k|	rv = sc_transmit_apdu(card, &apdu);
  715|  2.12k|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  2.12k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.12k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.12k|	int _ret = (r); \
  |  |  |  |  168|  2.12k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 15, False: 2.11k]
  |  |  |  |  ------------------
  |  |  |  |  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|  2.12k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.11k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|  2.11k|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  717|  2.11k|	LOG_TEST_RET(ctx, rv, "iasecc_read_binary() failed");
  ------------------
  |  |  174|  2.11k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.11k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.11k|	int _ret = (r); \
  |  |  |  |  168|  2.11k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 525, False: 1.58k]
  |  |  |  |  ------------------
  |  |  |  |  169|    525|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    525|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    525|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    525|		return _ret; \
  |  |  |  |  172|    525|	} \
  |  |  |  |  173|  2.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.58k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  718|  1.58k|	sc_log(ctx, "iasecc_read_binary() apdu.resplen %zu", apdu.resplen);
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  719|       |
  720|  1.58k|	if (apdu.resplen == IASECC_READ_BINARY_LENGTH_MAX && apdu.resplen < count)   {
  ------------------
  |  |   76|  3.17k|#define IASECC_READ_BINARY_LENGTH_MAX	0xE7
  ------------------
  |  Branch (720:6): [True: 25, False: 1.56k]
  |  Branch (720:55): [True: 24, False: 1]
  ------------------
  721|     24|		rv = iasecc_read_binary(card, (int)(offs + apdu.resplen), buf + apdu.resplen, count - apdu.resplen, flags);
  722|     24|		if (rv != SC_ERROR_WRONG_LENGTH)   {
  ------------------
  |  |   56|     24|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  |  Branch (722:7): [True: 23, False: 1]
  ------------------
  723|     23|			LOG_TEST_RET(ctx, rv, "iasecc_read_binary() read tail failed");
  ------------------
  |  |  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: 11, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  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|     23|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  724|     12|			apdu.resplen += rv;
  725|     12|		}
  726|     24|	}
  727|       |
  728|  1.57k|	LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  164|  1.57k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.57k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.57k|	int _ret = r; \
  |  |  |  |  155|  1.57k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 239, False: 1.33k]
  |  |  |  |  ------------------
  |  |  |  |  156|    239|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 239]
  |  |  |  |  ------------------
  |  |  |  |  157|    239|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.33k|	} else { \
  |  |  |  |  159|  1.33k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.33k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.33k|	} \
  |  |  |  |  162|  1.57k|	return _ret; \
  |  |  |  |  163|  1.57k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  729|  1.57k|}
card-iasecc.c:iasecc_get_challenge:
 1367|    348|{
 1368|       |	/* As IAS/ECC cannot handle other data length than 0x08 */
 1369|    348|	u8 rbuf[8];
 1370|    348|	size_t out_len;
 1371|    348|	int r;
 1372|       |
 1373|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1374|       |
 1375|    348|	r = iso_ops->get_challenge(card, rbuf, sizeof rbuf);
 1376|    348|	LOG_TEST_RET(card->ctx, r, "GET CHALLENGE cmd 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: 236, False: 112]
  |  |  |  |  ------------------
  |  |  |  |  169|    236|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    236|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    236|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    236|		return _ret; \
  |  |  |  |  172|    236|	} \
  |  |  |  |  173|    348|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 112]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1377|       |
 1378|    112|	if (len < (size_t) r) {
  ------------------
  |  Branch (1378:6): [True: 1, False: 111]
  ------------------
 1379|      1|		out_len = len;
 1380|    111|	} else {
 1381|    111|		out_len = (size_t) r;
 1382|    111|	}
 1383|    112|	memcpy(rnd, rbuf, out_len);
 1384|       |
 1385|    112|	LOG_FUNC_RETURN(card->ctx, (int) out_len);
  ------------------
  |  |  164|    112|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    112|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    112|	int _ret = r; \
  |  |  |  |  155|    112|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5, False: 107]
  |  |  |  |  ------------------
  |  |  |  |  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|    107|	} else { \
  |  |  |  |  159|    107|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    107|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    107|	} \
  |  |  |  |  162|    112|	return _ret; \
  |  |  |  |  163|    112|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1386|    112|}
card-iasecc.c:iasecc_sdo_get_data:
 2848|    256|{
 2849|    256|	struct sc_context *ctx = card->ctx;
 2850|    256|	int rv, sdo_tag;
 2851|       |
 2852|    256|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    256|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2853|       |
 2854|    256|	sdo_tag = iasecc_sdo_tag_from_class(sdo->sdo_class);
 2855|       |
 2856|    256|	rv = iasecc_sdo_get_tagged_data(card, sdo_tag, sdo);
 2857|       |	/* When there is no public data 'GET DATA' returns error */
 2858|    256|	if (rv != SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|    256|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (2858:6): [True: 247, False: 9]
  ------------------
 2859|    256|		LOG_TEST_RET(ctx, rv, "cannot parse ECC SDO data");
  ------------------
  |  |  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: 243, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  169|    243|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    243|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    243|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    243|		return _ret; \
  |  |  |  |  172|    243|	} \
  |  |  |  |  173|    247|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2860|       |
 2861|     13|	rv = iasecc_sdo_get_tagged_data(card, IASECC_DOCP_TAG, sdo);
  ------------------
  |  |   31|     13|#define IASECC_DOCP_TAG				0xA0
  ------------------
 2862|     13|	LOG_TEST_RET(ctx, rv, "cannot parse ECC DOCP data");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|    256|{
 2750|    256|	switch (sdo_class & ~IASECC_OBJECT_REF_LOCAL)   {
  ------------------
  |  |   59|    256|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
  |  Branch (2750:10): [True: 256, False: 0]
  ------------------
 2751|    256|	case IASECC_SDO_CLASS_CHV:
  ------------------
  |  |   98|    256|#define IASECC_SDO_CLASS_CHV		0x01
  ------------------
  |  Branch (2751:2): [True: 256, False: 0]
  ------------------
 2752|    256|		return IASECC_SDO_CHV_TAG;
  ------------------
  |  |   63|    256|#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: 256]
  ------------------
 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: 256]
  ------------------
 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: 256]
  ------------------
 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: 256]
  ------------------
 2760|      0|		return IASECC_SDO_KEYSET_TAG;
  ------------------
  |  |   83|      0|#define IASECC_SDO_KEYSET_TAG			0xA2
  ------------------
 2761|    256|	}
 2762|       |
 2763|      0|	return -1;
 2764|    256|}
card-iasecc.c:iasecc_sdo_get_tagged_data:
 2769|    269|{
 2770|    269|	struct sc_context *ctx = card->ctx;
 2771|    269|	struct sc_apdu apdu;
 2772|    269|	unsigned char sbuf[0x100];
 2773|    269|	size_t offs = sizeof(sbuf) - 1;
 2774|    269|	unsigned char rbuf[0x400];
 2775|    269|	int rv;
 2776|       |
 2777|    269|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2778|       |
 2779|    269|	sc_log(ctx, "sdo_tag=0x%x sdo_ref=0x%x sdo_class=0x%x", sdo_tag,
  ------------------
  |  |   71|    269|#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|    269|			sdo->sdo_ref, sdo->sdo_class);
 2781|       |
 2782|       |	/* XXX: for the CPx, the SDO are available from some specific path */
 2783|    269|	if (iasecc_is_cpx(card)) {
  ------------------
  |  Branch (2783:6): [True: 27, False: 242]
  ------------------
 2784|     27|		struct sc_path path;
 2785|     27|		char *path_str = NULL;
 2786|     27|		switch(sdo_tag) {
 2787|      0|			case IASECC_SDO_PRVKEY_TAG:
  ------------------
  |  |   68|      0|#define IASECC_SDO_PRVKEY_TAG			0x7F48
  ------------------
  |  Branch (2787:4): [True: 0, False: 27]
  ------------------
 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|     20|			case IASECC_SDO_CHV_TAG:
  ------------------
  |  |   63|     20|#define IASECC_SDO_CHV_TAG		0x7F41
  ------------------
  |  Branch (2791:4): [True: 20, False: 7]
  ------------------
 2792|       |			/* APDU 00 CB 3F FF 0B 4D 09 70 07 BF 81 01 03 7F 41 80 */
 2793|     20|			path_str = "3F00";
 2794|     20|			break;
 2795|      7|			default:
  ------------------
  |  Branch (2795:4): [True: 7, False: 20]
  ------------------
 2796|      7|			path_str = NULL;
 2797|      7|			break;
 2798|     27|		}
 2799|     27|		if (path_str) {
  ------------------
  |  Branch (2799:7): [True: 20, False: 7]
  ------------------
 2800|     20|			sc_log(ctx, "Warning: Enforce the path=%s", path_str);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2801|     20|			sc_format_path(path_str, &path);
 2802|     20|			rv = iasecc_select_file(card, &path, NULL);
 2803|     20|			LOG_TEST_RET(ctx, rv, "path 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2804|     20|		}
 2805|     27|	}
 2806|       |
 2807|    259|	sbuf[offs--] = 0x80;
 2808|    259|	sbuf[offs--] = sdo_tag & 0xFF;
 2809|    259|	if ((sdo_tag >> 8) & 0xFF)
  ------------------
  |  Branch (2809:6): [True: 246, False: 13]
  ------------------
 2810|    246|		sbuf[offs--] = (sdo_tag >> 8) & 0xFF;
 2811|    259|	sbuf[offs] = sizeof(sbuf) - offs - 1;
 2812|    259|	offs--;
 2813|       |
 2814|    259|	sbuf[offs--] = sdo->sdo_ref & 0x9F;
 2815|    259|	sbuf[offs--] = sdo->sdo_class | IASECC_OBJECT_REF_LOCAL;
  ------------------
  |  |   59|    259|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
 2816|    259|	sbuf[offs--] = IASECC_SDO_TAG_HEADER;
  ------------------
  |  |   27|    259|#define IASECC_SDO_TAG_HEADER	0xBF
  ------------------
 2817|       |
 2818|    259|	sbuf[offs] = sizeof(sbuf) - offs - 1;
 2819|    259|	offs--;
 2820|    259|	sbuf[offs--] = IASECC_SDO_TEMPLATE_TAG;
  ------------------
  |  |   29|    259|#define IASECC_SDO_TEMPLATE_TAG	0x70
  ------------------
 2821|       |
 2822|    259|	sbuf[offs] = sizeof(sbuf) - offs - 1;
 2823|    259|	offs--;
 2824|    259|	sbuf[offs] = 0x4D;
 2825|       |
 2826|    259|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xCB, 0x3F, 0xFF);
  ------------------
  |  |  294|    259|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 2827|    259|	apdu.data = sbuf + offs;
 2828|    259|	apdu.datalen = sizeof(sbuf) - offs;
 2829|    259|	apdu.lc = sizeof(sbuf) - offs;
 2830|    259|	apdu.resp = rbuf;
 2831|    259|	apdu.resplen = sizeof(rbuf);
 2832|    259|	apdu.le = 0x100;
 2833|       |
 2834|    259|	rv = sc_transmit_apdu(card, &apdu);
 2835|    259|	LOG_TEST_RET(ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    259|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    259|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    259|	int _ret = (r); \
  |  |  |  |  168|    259|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 247]
  |  |  |  |  ------------------
  |  |  |  |  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|    259|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 247]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2836|    247|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2837|    247|	LOG_TEST_RET(ctx, rv, "SDO get 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: 34, False: 213]
  |  |  |  |  ------------------
  |  |  |  |  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|    247|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 213]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2838|       |
 2839|    213|	rv = iasecc_sdo_parse(card, apdu.resp, apdu.resplen, sdo);
 2840|    213|	LOG_TEST_RET(ctx, rv, "cannot parse SDO data");
  ------------------
  |  |  174|    213|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    213|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    213|	int _ret = (r); \
  |  |  |  |  168|    213|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 209, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  169|    209|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    209|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    209|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    209|		return _ret; \
  |  |  |  |  172|    209|	} \
  |  |  |  |  173|    213|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2841|       |
 2842|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2843|      4|}
card-iasecc.c:iasecc_check_sw:
 1487|  14.3k|{
 1488|  14.3k|	if (sw1 == 0x62 && sw2 == 0x82)
  ------------------
  |  Branch (1488:6): [True: 1.95k, False: 12.3k]
  |  Branch (1488:21): [True: 1.89k, False: 63]
  ------------------
 1489|  1.89k|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.89k|#define SC_SUCCESS				0
  ------------------
 1490|       |
 1491|  12.4k|	return iso_ops->check_sw(card, sw1, sw2);
 1492|  14.3k|}
card-iasecc.c:iasecc_card_ctl:
 2973|    544|{
 2974|    544|	struct sc_context *ctx = card->ctx;
 2975|    544|	struct iasecc_sdo *sdo = (struct iasecc_sdo *) ptr;
 2976|       |
 2977|    544|	switch (cmd) {
  ------------------
  |  Branch (2977:10): [True: 293, False: 251]
  ------------------
 2978|    293|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (2978:2): [True: 293, False: 251]
  ------------------
 2979|    293|		return iasecc_get_serialnr(card, (struct sc_serial_number *)ptr);
 2980|      0|	case SC_CARDCTL_IASECC_SDO_CREATE:
  ------------------
  |  Branch (2980:2): [True: 0, False: 544]
  ------------------
 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: 544]
  ------------------
 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: 544]
  ------------------
 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: 544]
  ------------------
 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: 544]
  ------------------
 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: 544]
  ------------------
 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: 544]
  ------------------
 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: 544]
  ------------------
 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: 544]
  ------------------
 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|    544|	}
 3008|    251|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    251|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 3009|    544|}
card-iasecc.c:iasecc_pin_cmd:
 2428|    293|{
 2429|    293|	struct sc_context *ctx = card->ctx;
 2430|    293|	int rv;
 2431|       |
 2432|    293|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    293|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    293|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    293|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    293|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 293]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2433|    293|	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|    293|#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|    293|			data->cmd, data->pin_type, data->pin_reference,
 2435|    293|			data->pin1.data, data->pin1.len, data->pin2.data, data->pin2.len);
 2436|       |
 2437|    293|	switch (data->cmd)   {
 2438|      0|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (2438:2): [True: 0, False: 293]
  ------------------
 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: 293]
  ------------------
 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: 293]
  ------------------
 2448|      0|		rv = iasecc_pin_reset(card, data);
 2449|      0|		break;
 2450|    293|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|    293|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (2450:2): [True: 293, False: 0]
  ------------------
 2451|    293|		rv = iasecc_pin_get_info(card, data);
 2452|    293|		break;
 2453|      0|	default:
  ------------------
  |  Branch (2453:2): [True: 0, False: 293]
  ------------------
 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|    293|	}
 2457|       |
 2458|    293|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    293|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    293|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    293|	int _ret = r; \
  |  |  |  |  155|    293|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 293, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    293|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    293|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 293, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    293|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    293|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    293|	return _ret; \
  |  |  |  |  163|    293|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2459|    293|}
card-iasecc.c:iasecc_pin_get_status:
 1895|    293|{
 1896|    293|	struct sc_context *ctx = card->ctx;
 1897|    293|	struct sc_pin_cmd_data info;
 1898|    293|	int rv;
 1899|       |
 1900|    293|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    293|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    293|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    293|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    293|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 293]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1901|       |
 1902|    293|	if (data->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|    293|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1902:6): [True: 0, False: 293]
  ------------------
 1903|    293|		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|    293|	memset(&info, 0, sizeof(info));
 1906|    293|	info.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|    293|#define SC_PIN_CMD_GET_INFO	3
  ------------------
 1907|    293|	info.pin_type = data->pin_type;
 1908|    293|	info.pin_reference = data->pin_reference;
 1909|       |
 1910|    293|	rv = iso_ops->pin_cmd(card, &info);
 1911|    293|	LOG_TEST_RET(ctx, rv, "Failed to get PIN info");
  ------------------
  |  |  174|    293|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    293|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    293|	int _ret = (r); \
  |  |  |  |  168|    293|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 30, False: 263]
  |  |  |  |  ------------------
  |  |  |  |  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|    293|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 263]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1912|       |
 1913|    263|	data->pin1.max_tries = info.pin1.max_tries;
 1914|    263|	data->pin1.tries_left = info.pin1.tries_left;
 1915|    263|	data->pin1.logged_in = info.pin1.logged_in;
 1916|       |
 1917|    263|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    263|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 263]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1918|    263|}
card-iasecc.c:iasecc_pin_get_policy:
 2014|    263|{
 2015|    263|	struct iasecc_private_data *prv = (struct iasecc_private_data *)card->drv_data;
 2016|    263|	struct sc_context *ctx = card->ctx;
 2017|    263|	struct sc_file *save_current_df = NULL, *save_current_ef = NULL;
 2018|    263|	struct iasecc_sdo sdo;
 2019|    263|	struct sc_path path;
 2020|    263|	int rv;
 2021|       |
 2022|    263|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2023|    263|	sc_log(ctx, "iasecc_pin_get_policy(card:%p)", card);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2024|       |
 2025|    263|	if (data->pin_type != SC_AC_CHV)   {
  ------------------
  |  |  151|    263|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (2025:6): [True: 0, False: 263]
  ------------------
 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|    263|	if (prv->cache.valid && prv->cache.current_df) {
  ------------------
  |  Branch (2030:6): [True: 263, False: 0]
  |  Branch (2030:26): [True: 9, False: 254]
  ------------------
 2031|      9|		sc_file_dup(&save_current_df, prv->cache.current_df);
 2032|      9|		if (save_current_df == NULL) {
  ------------------
  |  Branch (2032:7): [True: 0, False: 9]
  ------------------
 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|      9|	}
 2038|       |
 2039|    263|	if (prv->cache.valid && prv->cache.current_ef) {
  ------------------
  |  Branch (2039:6): [True: 263, False: 0]
  |  Branch (2039:26): [True: 35, False: 228]
  ------------------
 2040|     35|		sc_file_dup(&save_current_ef, prv->cache.current_ef);
 2041|     35|		if (save_current_ef == NULL) {
  ------------------
  |  Branch (2041:7): [True: 0, False: 35]
  ------------------
 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|     35|	}
 2047|       |
 2048|    263|	if (!(data->pin_reference & IASECC_OBJECT_REF_LOCAL) && prv->cache.valid && prv->cache.current_df) {
  ------------------
  |  |   59|    263|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
  |  Branch (2048:6): [True: 263, False: 0]
  |  Branch (2048:58): [True: 263, False: 0]
  |  Branch (2048:78): [True: 9, False: 254]
  ------------------
 2049|      9|		sc_format_path("3F00", &path);
 2050|      9|		path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|      9|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
 2051|      9|		rv = iasecc_select_file(card, &path, NULL);
 2052|      9|		LOG_TEST_GOTO_ERR(ctx, rv, "Unable to select MF");
  ------------------
  |  |  184|      9|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|      9|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|      9|	int _ret = (r); \
  |  |  |  |  178|      9|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 7, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  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|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2053|      9|	}
 2054|       |
 2055|    256|	memset(&sdo, 0, sizeof(sdo));
 2056|    256|	sdo.sdo_class = IASECC_SDO_CLASS_CHV;
  ------------------
  |  |   98|    256|#define IASECC_SDO_CLASS_CHV		0x01
  ------------------
 2057|       |
 2058|    256|	sdo.sdo_ref = data->pin_reference & ~IASECC_OBJECT_REF_LOCAL;
  ------------------
  |  |   59|    256|#define IASECC_OBJECT_REF_LOCAL		0x80
  ------------------
 2059|       |
 2060|    256|	sc_log(ctx, "iasecc_pin_get_policy() reference %i", sdo.sdo_ref);
  ------------------
  |  |   71|    256|#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|    256|	rv = iasecc_sdo_get_data(card, &sdo);
 2063|    256|	LOG_TEST_GOTO_ERR(ctx, rv, "Cannot get SDO PIN data");
  ------------------
  |  |  184|    256|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    256|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    256|	int _ret = (r); \
  |  |  |  |  178|    256|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 256, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|    256|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    256|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    256|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    256|		goto err; \
  |  |  |  |  182|    256|	} \
  |  |  |  |  183|    256|} 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|    263|err:
 2106|    263|	sc_file_free(save_current_df);
 2107|    263|	sc_file_free(save_current_ef);
 2108|       |
 2109|    263|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    263|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (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|    263|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 263, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2110|    263|}
card-iasecc.c:iasecc_pin_get_info:
 2115|    293|{
 2116|    293|	struct sc_context *ctx = card->ctx;
 2117|    293|	struct iasecc_pin_policy policy;
 2118|    293|	int rv;
 2119|       |
 2120|    293|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    293|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    293|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    293|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    293|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 293]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2121|    293|	sc_log(ctx, "iasecc_pin_get_info(card:%p)", card);
  ------------------
  |  |   71|    293|#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|    293|	rv = iasecc_pin_get_status(card, data);
 2130|    293|	LOG_TEST_RET(ctx, rv, "Failed to get PIN status");
  ------------------
  |  |  174|    293|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    293|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    293|	int _ret = (r); \
  |  |  |  |  168|    293|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 30, False: 263]
  |  |  |  |  ------------------
  |  |  |  |  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|    293|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 263]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2131|       |
 2132|    263|	rv = iasecc_pin_get_policy(card, data, &policy);
 2133|    263|	LOG_TEST_RET(ctx, rv, "Failed to get PIN policy");
  ------------------
  |  |  174|    263|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    263|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    263|	int _ret = (r); \
  |  |  |  |  168|    263|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 263, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    263|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    263|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    263|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    263|		return _ret; \
  |  |  |  |  172|    263|	} \
  |  |  |  |  173|    263|} 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|    484|{
  226|    484|	free(priv->cache_buf);
  227|    484|	list_destroy(&priv->pki_list);
  228|    484|	list_destroy(&priv->containers);
  229|    484|	list_destroy(&priv->keyrefmap);
  230|    484|	free(priv);
  231|    484|	return;
  232|    484|}
idprime_new_private_data:
  235|    484|{
  236|    484|	idprime_private_data_t *priv;
  237|       |
  238|    484|	priv = calloc(1, sizeof(idprime_private_data_t));
  239|    484|	if (priv == NULL)
  ------------------
  |  Branch (239:6): [True: 0, False: 484]
  ------------------
  240|      0|		return NULL;
  241|       |
  242|       |	/* Initialize PKI Applets list */
  243|    484|	if (list_init(&priv->pki_list) != 0 ||
  ------------------
  |  Branch (243:6): [True: 0, False: 484]
  ------------------
  244|    484|	    list_attributes_copy(&priv->pki_list, idprime_list_meter, 1) != 0) {
  ------------------
  |  Branch (244:6): [True: 0, False: 484]
  ------------------
  245|      0|		idprime_free_private_data(priv);
  246|      0|		return NULL;
  247|      0|	}
  248|       |
  249|       |	/* Initialize container list */
  250|    484|	if (list_init(&priv->containers) != 0 ||
  ------------------
  |  Branch (250:6): [True: 0, False: 484]
  ------------------
  251|    484|	    list_attributes_copy(&priv->containers, idprime_container_list_meter, 1) != 0 ||
  ------------------
  |  Branch (251:6): [True: 0, False: 484]
  ------------------
  252|    484|	    list_attributes_seeker(&priv->containers, idprime_container_list_seeker) != 0) {
  ------------------
  |  Branch (252:6): [True: 0, False: 484]
  ------------------
  253|      0|		idprime_free_private_data(priv);
  254|      0|		return NULL;
  255|      0|	}
  256|       |
  257|       |	/* Initialize keyref list */
  258|    484|	if (list_init(&priv->keyrefmap) != 0 ||
  ------------------
  |  Branch (258:6): [True: 0, False: 484]
  ------------------
  259|    484|	    list_attributes_copy(&priv->keyrefmap, idprime_keyref_list_meter, 1) != 0 ||
  ------------------
  |  Branch (259:6): [True: 0, False: 484]
  ------------------
  260|    484|	    list_attributes_seeker(&priv->keyrefmap, idprime_keyref_list_seeker) != 0) {
  ------------------
  |  Branch (260:6): [True: 0, False: 484]
  ------------------
  261|      0|		idprime_free_private_data(priv);
  262|      0|		return NULL;
  263|      0|	}
  264|    484|	return priv;
  265|    484|}
idprime_add_object_to_list:
  268|    640|{
  269|    640|	if (list_append(list, object) < 0)
  ------------------
  |  Branch (269:6): [True: 0, False: 640]
  ------------------
  270|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  271|    640|	return SC_SUCCESS;
  ------------------
  |  |   28|    640|#define SC_SUCCESS				0
  ------------------
  272|    640|}
sc_get_idprime_driver:
 1281|  16.2k|{
 1282|  16.2k|	return sc_get_driver();
 1283|  16.2k|}
card-idprime.c:idprime_list_meter:
  176|    640|static size_t idprime_list_meter(const void *el) {
  177|    640|	return sizeof(idprime_object_t);
  178|    640|}
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_keyref_list_meter:
  184|  22.0k|static size_t idprime_keyref_list_meter(const void *el) {
  185|  22.0k|	return sizeof(idprime_keyref_t);
  186|  22.0k|}
card-idprime.c:idprime_keyref_list_seeker:
  214|     46|{
  215|     46|	const idprime_keyref_t *keyref = (idprime_keyref_t *)el;
  216|       |
  217|     46|	if ((el == NULL) || (key == NULL))
  ------------------
  |  Branch (217:6): [True: 0, False: 46]
  |  Branch (217:22): [True: 0, False: 46]
  ------------------
  218|      0|		return 0;
  219|     46|	if (keyref->index == *(uint8_t *)key)
  ------------------
  |  Branch (219:6): [True: 11, False: 35]
  ------------------
  220|     11|		return 1;
  221|     35|	return 0;
  222|     46|}
card-idprime.c:sc_get_driver:
 1258|  16.2k|{
 1259|  16.2k|	if (iso_ops == NULL) {
  ------------------
  |  Branch (1259:6): [True: 1, False: 16.2k]
  ------------------
 1260|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1261|      1|	}
 1262|       |
 1263|  16.2k|	idprime_ops = *iso_ops;
 1264|  16.2k|	idprime_ops.match_card = idprime_match_card;
 1265|  16.2k|	idprime_ops.init = idprime_init;
 1266|  16.2k|	idprime_ops.finish = idprime_finish;
 1267|       |
 1268|  16.2k|	idprime_ops.read_binary = idprime_read_binary;
 1269|  16.2k|	idprime_ops.select_file = idprime_select_file;
 1270|  16.2k|	idprime_ops.card_ctl = idprime_card_ctl;
 1271|  16.2k|	idprime_ops.set_security_env = idprime_set_security_env;
 1272|  16.2k|	idprime_ops.compute_signature = idprime_compute_signature;
 1273|  16.2k|	idprime_ops.decipher = idprime_decipher;
 1274|       |
 1275|  16.2k|	idprime_ops.get_challenge = idprime_get_challenge;
 1276|       |
 1277|  16.2k|	return &idprime_drv;
 1278|  16.2k|}
card-idprime.c:idprime_match_card:
  754|  8.87k|{
  755|  8.87k|	int i, r;
  756|       |
  757|  8.87k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  758|  8.87k|	i = _sc_match_atr(card, idprime_atrs, &card->type);
  759|  8.87k|	if (i < 0)
  ------------------
  |  Branch (759:6): [True: 8.35k, False: 521]
  ------------------
  760|  8.35k|		return 0;
  761|       |
  762|    521|	r = idprime_select_file_by_path(card, "0101");
  763|    521|	LOG_FUNC_RETURN(card->ctx, r > 0);
  ------------------
  |  |  164|    521|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    521|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    521|	int _ret = r; \
  |  |  |  |  155|    521|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 37, False: 484]
  |  |  |  |  ------------------
  |  |  |  |  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|    484|	} else { \
  |  |  |  |  159|    484|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    484|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    484|	} \
  |  |  |  |  162|    521|	return _ret; \
  |  |  |  |  163|    521|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  764|    521|}
card-idprime.c:idprime_select_file_by_path:
  283|  1.44k|{
  284|  1.44k|	int r;
  285|  1.44k|	sc_file_t *file = NULL;
  286|  1.44k|	sc_path_t index_path;
  287|       |
  288|       |	/* First, we need to make sure the IDPrime AID is selected */
  289|  1.44k|	r = idprime_select_idprime(card);
  290|  1.44k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  1.44k|#define SC_SUCCESS				0
  ------------------
  |  Branch (290:6): [True: 130, False: 1.31k]
  ------------------
  291|    130|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    130|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    130|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    130|	int _ret = r; \
  |  |  |  |  155|    130|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 130, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    130|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    130|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 130, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    130|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    130|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    130|	return _ret; \
  |  |  |  |  163|    130|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  292|    130|	}
  293|       |
  294|       |	/* Returns FCI with expected length of data */
  295|  1.31k|	sc_format_path(str_path, &index_path);
  296|  1.31k|	r = iso_ops->select_file(card, &index_path, &file);
  297|       |
  298|  1.31k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  1.31k|#define SC_SUCCESS				0
  ------------------
  |  Branch (298:6): [True: 16, False: 1.29k]
  ------------------
  299|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  300|     16|	}
  301|       |	/* Ignore too large files */
  302|  1.29k|	if (file->size > MAX_FILE_SIZE) {
  ------------------
  |  |  220|  1.29k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (302:6): [True: 0, False: 1.29k]
  ------------------
  303|      0|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  304|  1.29k|	} else {
  305|  1.29k|		r = (int)file->size;
  306|  1.29k|	}
  307|  1.29k|	sc_file_free(file);
  308|  1.29k|	LOG_FUNC_RETURN(card->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: 4, False: 1.29k]
  |  |  |  |  ------------------
  |  |  |  |  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|  1.29k|	} else { \
  |  |  |  |  159|  1.29k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.29k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.29k|	} \
  |  |  |  |  162|  1.29k|	return _ret; \
  |  |  |  |  163|  1.29k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  309|  1.29k|}
card-idprime.c:idprime_select_idprime:
  277|  1.44k|{
  278|       |	return iso_ops->select_file(card, &idprime_path, NULL);
  279|  1.44k|}
card-idprime.c:idprime_init:
  565|    484|{
  566|    484|	int r;
  567|    484|	unsigned long flags, ext_flags;
  568|    484|	idprime_private_data_t *priv = NULL;
  569|    484|	struct sc_apdu apdu;
  570|    484|	u8 rbuf[CPLC_LENGTH];
  571|    484|	size_t rbuflen = sizeof(rbuf);
  572|       |
  573|    484|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    484|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    484|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    484|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 484]
  |  |  ------------------
  ------------------
  574|       |
  575|       |	/* We need to differentiate the OS version since they behave slightly differently */
  576|    484|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xCA, 0x9F, 0x7F);
  ------------------
  |  |  301|    484|#define SC_APDU_CASE_2			0x22
  ------------------
  577|    484|	apdu.resp = rbuf;
  578|    484|	apdu.resplen = rbuflen;
  579|    484|	apdu.le = rbuflen;
  580|    484|	r = sc_transmit_apdu(card, &apdu);
  581|    484|	if (r == SC_SUCCESS && apdu.resplen == CPLC_LENGTH) {
  ------------------
  |  |   28|    968|#define SC_SUCCESS				0
  ------------------
              	if (r == SC_SUCCESS && apdu.resplen == CPLC_LENGTH) {
  ------------------
  |  |  563|    478|#define CPLC_LENGTH 45
  ------------------
  |  Branch (581:6): [True: 478, False: 6]
  |  Branch (581:25): [True: 7, False: 471]
  ------------------
  582|       |		/* We are interested in the OS release level here */
  583|      7|		switch (rbuf[11]) {
  584|      1|		case 0x01:
  ------------------
  |  Branch (584:3): [True: 1, False: 6]
  ------------------
  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|      2|		case 0x02:
  ------------------
  |  Branch (587:3): [True: 2, False: 5]
  ------------------
  588|      2|			sc_log(card->ctx, "Detected IDPrime applet version 2");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  589|      2|			break;
  590|      1|		case 0x03:
  ------------------
  |  Branch (590:3): [True: 1, False: 6]
  ------------------
  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: 6]
  ------------------
  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|      2|		default:
  ------------------
  |  Branch (596:3): [True: 2, False: 5]
  ------------------
  597|      2|			sc_log(card->ctx, "Unknown OS version received: %d", rbuf[11]);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  598|      2|			break;
  599|      7|		}
  600|    477|	} else {
  601|    477|		sc_log(card->ctx, "Failed to get CPLC data or invalid length returned, err=%d, len=%zu",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  602|    477|				r, apdu.resplen);
  603|    477|	}
  604|       |
  605|       |	/* Proprietary data -- Applet version */
  606|    484|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xCA, 0xDF, 0x30);
  ------------------
  |  |  301|    484|#define SC_APDU_CASE_2			0x22
  ------------------
  607|    484|	apdu.resp = rbuf;
  608|    484|	apdu.resplen = rbuflen;
  609|    484|	apdu.le = rbuflen;
  610|    484|	r = sc_transmit_apdu(card, &apdu);
  611|    484|	if (r == SC_SUCCESS && apdu.resplen >= 10) {
  ------------------
  |  |   28|    968|#define SC_SUCCESS				0
  ------------------
  |  Branch (611:6): [True: 483, False: 1]
  |  Branch (611:25): [True: 12, False: 471]
  ------------------
  612|       |		/* Ber-TLV encoded */
  613|     12|		if (rbuf[0] == 0xDF && rbuf[1] == 0x30 && rbuf[2] == apdu.resplen - 3) {
  ------------------
  |  Branch (613:7): [True: 3, False: 9]
  |  Branch (613:26): [True: 2, False: 1]
  |  Branch (613:45): [True: 1, False: 1]
  ------------------
  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|     12|	}
  617|       |
  618|    484|	priv = idprime_new_private_data();
  619|    484|	if (!priv) {
  ------------------
  |  Branch (619:6): [True: 0, False: 484]
  ------------------
  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|    484|	r = idprime_select_file_by_path(card, "0204");;
  625|    484|	if (r <= 0) {
  ------------------
  |  Branch (625:6): [True: 43, False: 441]
  ------------------
  626|     43|		idprime_free_private_data(priv);
  627|     43|		if (r == 0)
  ------------------
  |  Branch (627:7): [True: 1, False: 42]
  ------------------
  628|      1|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  629|     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|     43|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 43, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  630|     43|	}
  631|       |
  632|    441|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Container file found");
  ------------------
  |  |   70|    441|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  633|       |
  634|    441|	r = idprime_process_containermap(card, priv, r);
  635|    441|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    441|#define SC_SUCCESS				0
  ------------------
  |  Branch (635:6): [True: 51, False: 390]
  ------------------
  636|     51|		idprime_free_private_data(priv);
  637|     51|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     51|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (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|     51|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 51, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|     51|	}
  639|       |
  640|    390|	if (card->type == SC_CARD_TYPE_IDPRIME_940) {
  ------------------
  |  Branch (640:6): [True: 83, False: 307]
  ------------------
  641|     83|		if ((r = idprime_select_file_by_path(card, "0005")) <= 0) {
  ------------------
  |  Branch (641:7): [True: 10, False: 73]
  ------------------
  642|     10|			idprime_free_private_data(priv);
  643|     10|			if (r == 0)
  ------------------
  |  Branch (643:8): [True: 1, False: 9]
  ------------------
  644|      1|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  645|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  646|     10|		}
  647|       |
  648|     73|		if ((r = idprime_process_keyrefmap(card, priv, r)) != SC_SUCCESS) {
  ------------------
  |  |   28|     73|#define SC_SUCCESS				0
  ------------------
  |  Branch (648:7): [True: 25, False: 48]
  ------------------
  649|     25|			idprime_free_private_data(priv);
  650|     25|			LOG_FUNC_RETURN(card->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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|     25|		}
  652|     73|	}
  653|       |
  654|       |	/* Select and process the index file */
  655|    355|	r = idprime_select_file_by_path(card, "0101");
  656|    355|	if (r <= 0) {
  ------------------
  |  Branch (656:6): [True: 60, False: 295]
  ------------------
  657|     60|		idprime_free_private_data(priv);
  658|     60|		if (r == 0)
  ------------------
  |  Branch (658:7): [True: 1, False: 59]
  ------------------
  659|      1|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  660|     60|		LOG_FUNC_RETURN(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  661|     60|	}
  662|       |
  663|    295|	sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Index file found");
  ------------------
  |  |   70|    295|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  664|       |
  665|    295|	r = idprime_process_index(card, priv, r);
  666|    295|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    295|#define SC_SUCCESS				0
  ------------------
  |  Branch (666:6): [True: 24, False: 271]
  ------------------
  667|     24|		idprime_free_private_data(priv);
  668|     24|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  669|     24|	}
  670|       |
  671|    271|	card->drv_data = priv;
  672|       |
  673|    271|	switch (card->type) {
  674|      1|	case SC_CARD_TYPE_IDPRIME_3810:
  ------------------
  |  Branch (674:2): [True: 1, False: 270]
  ------------------
  675|      1|		card->name = "Gemalto IDPrime 3810";
  676|      1|		break;
  677|      1|	case SC_CARD_TYPE_IDPRIME_830:
  ------------------
  |  Branch (677:2): [True: 1, False: 270]
  ------------------
  678|      1|		card->name = "Gemalto IDPrime MD 830";
  679|      1|		break;
  680|     52|	case SC_CARD_TYPE_IDPRIME_930:
  ------------------
  |  Branch (680:2): [True: 52, False: 219]
  ------------------
  681|     52|	case SC_CARD_TYPE_IDPRIME_930_PLUS:
  ------------------
  |  Branch (681:2): [True: 0, False: 271]
  ------------------
  682|     52|		card->name = "Gemalto IDPrime 930/3930";
  683|     52|		break;
  684|     11|	case SC_CARD_TYPE_IDPRIME_940:
  ------------------
  |  Branch (684:2): [True: 11, False: 260]
  ------------------
  685|     11|		card->name = "Gemalto IDPrime 940";
  686|     11|		break;
  687|      5|	case SC_CARD_TYPE_IDPRIME_840:
  ------------------
  |  Branch (687:2): [True: 5, False: 266]
  ------------------
  688|      5|		card->name = "Gemalto IDPrime MD 840";
  689|      5|		break;
  690|    201|	case SC_CARD_TYPE_IDPRIME_GENERIC:
  ------------------
  |  Branch (690:2): [True: 201, False: 70]
  ------------------
  691|    201|	default:
  ------------------
  |  Branch (691:2): [True: 0, False: 271]
  ------------------
  692|    201|		card->name = "Gemalto IDPrime (generic)";
  693|    201|		break;
  694|    271|	}
  695|    271|	card->cla = 0x00;
  696|       |
  697|       |	/* Set up algorithm info for RSA. */
  698|    271|	flags = SC_ALGORITHM_RSA_PAD_PKCS1
  ------------------
  |  |  111|    271|#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|    271|#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|    271|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  699|    271|		| SC_ALGORITHM_RSA_PAD_PSS
  ------------------
  |  |  107|    271|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  700|    271|		| SC_ALGORITHM_RSA_PAD_OAEP
  ------------------
  |  |  108|    271|#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|    271|		| (SC_ALGORITHM_RSA_HASH_SHA256 | SC_ALGORITHM_RSA_HASH_SHA384 | SC_ALGORITHM_RSA_HASH_SHA512)
  ------------------
  |  |  138|    271|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
              		| (SC_ALGORITHM_RSA_HASH_SHA256 | SC_ALGORITHM_RSA_HASH_SHA384 | SC_ALGORITHM_RSA_HASH_SHA512)
  ------------------
  |  |  139|    271|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
              		| (SC_ALGORITHM_RSA_HASH_SHA256 | SC_ALGORITHM_RSA_HASH_SHA384 | SC_ALGORITHM_RSA_HASH_SHA512)
  ------------------
  |  |  140|    271|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
  703|    271|		| (SC_ALGORITHM_MGF1_SHA256 | SC_ALGORITHM_MGF1_SHA384 | SC_ALGORITHM_MGF1_SHA512)
  ------------------
  |  |  146|    271|#define SC_ALGORITHM_MGF1_SHA256	0x00200000
  ------------------
              		| (SC_ALGORITHM_MGF1_SHA256 | SC_ALGORITHM_MGF1_SHA384 | SC_ALGORITHM_MGF1_SHA512)
  ------------------
  |  |  147|    271|#define SC_ALGORITHM_MGF1_SHA384	0x00400000
  ------------------
              		| (SC_ALGORITHM_MGF1_SHA256 | SC_ALGORITHM_MGF1_SHA384 | SC_ALGORITHM_MGF1_SHA512)
  ------------------
  |  |  148|    271|#define SC_ALGORITHM_MGF1_SHA512	0x00800000
  ------------------
  704|    271|		;
  705|       |
  706|    271|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  707|    271|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  708|    271|	switch (card->type) {
  709|      0|	case SC_CARD_TYPE_IDPRIME_930_PLUS:
  ------------------
  |  Branch (709:2): [True: 0, False: 271]
  ------------------
  710|     11|	case SC_CARD_TYPE_IDPRIME_940:
  ------------------
  |  Branch (710:2): [True: 11, False: 260]
  ------------------
  711|     11|		_sc_card_add_rsa_alg(card, 3072, flags, 0);
  712|       |		/* fallthrough */
  713|     63|	case SC_CARD_TYPE_IDPRIME_930:
  ------------------
  |  Branch (713:2): [True: 52, False: 219]
  ------------------
  714|     63|		_sc_card_add_rsa_alg(card, 4096, flags, 0);
  715|       |		/* fallthrough */
  716|     68|	case SC_CARD_TYPE_IDPRIME_840:
  ------------------
  |  Branch (716:2): [True: 5, False: 266]
  ------------------
  717|       |		/* Set up algorithm info for EC */
  718|     68|		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  174|     68|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|     68|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     68|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  719|     68|		if (card->type == SC_CARD_TYPE_IDPRIME_930_PLUS || card->type == SC_CARD_TYPE_IDPRIME_940) {
  ------------------
  |  Branch (719:7): [True: 0, False: 68]
  |  Branch (719:54): [True: 11, False: 57]
  ------------------
  720|     11|			flags |= SC_ALGORITHM_ECDH_CDH_RAW;
  ------------------
  |  |  173|     11|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  721|     11|		}
  722|     68|		ext_flags = SC_ALGORITHM_EXT_EC_F_P
  ------------------
  |  |  198|     68|#define SC_ALGORITHM_EXT_EC_F_P          0x00000001
  ------------------
  723|     68|			| SC_ALGORITHM_EXT_EC_ECPARAMETERS
  ------------------
  |  |  200|     68|#define SC_ALGORITHM_EXT_EC_ECPARAMETERS 0x00000004
  ------------------
  724|     68|			| SC_ALGORITHM_EXT_EC_NAMEDCURVE
  ------------------
  |  |  201|     68|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
  725|     68|			| SC_ALGORITHM_EXT_EC_UNCOMPRESES
  ------------------
  |  |  202|     68|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  726|     68|			;
  727|     68|		_sc_card_add_ec_alg(card, 256, flags, ext_flags, NULL);
  728|     68|		_sc_card_add_ec_alg(card, 384, flags, ext_flags, NULL);
  729|     68|		_sc_card_add_ec_alg(card, 521, flags, ext_flags, NULL);
  730|     68|		break;
  731|    203|	default:
  ------------------
  |  Branch (731:2): [True: 203, False: 68]
  ------------------
  732|    203|		break;
  733|    271|	}
  734|       |
  735|    271|	card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    271|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  736|       |
  737|    271|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    271|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  738|       |
  739|    271|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|    271|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    271|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    271|	int _ret = r; \
  |  |  |  |  155|    271|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 271, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    271|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 271]
  |  |  |  |  ------------------
  |  |  |  |  157|    271|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    271|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    271|	return _ret; \
  |  |  |  |  163|    271|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  740|    271|}
card-idprime.c:idprime_process_containermap:
  312|    441|{
  313|    441|	u8 *buf = NULL;
  314|    441|	int r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|    441|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  315|    441|	int i;
  316|    441|	uint8_t max_entries, container_index;
  317|       |
  318|    441|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    441|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    441|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    441|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 441]
  |  |  ------------------
  ------------------
  319|       |
  320|    441|	buf = malloc(length);
  321|    441|	if (buf == NULL) {
  ------------------
  |  Branch (321:6): [True: 0, False: 441]
  ------------------
  322|      0|		goto done;
  323|      0|	}
  324|       |
  325|    441|	r = 0;
  326|  1.06k|	do {
  327|       |		/* Read at most CONTAINER_OBJ_LEN bytes */
  328|  1.06k|		int read_length = length - r > CONTAINER_OBJ_LEN ? CONTAINER_OBJ_LEN : length - r;
  ------------------
  |  |  142|  1.06k|#define CONTAINER_OBJ_LEN 86
  ------------------
              		int read_length = length - r > CONTAINER_OBJ_LEN ? CONTAINER_OBJ_LEN : length - r;
  ------------------
  |  |  142|    590|#define CONTAINER_OBJ_LEN 86
  ------------------
  |  Branch (328:21): [True: 590, False: 478]
  ------------------
  329|  1.06k|		if (length == r) {
  ------------------
  |  Branch (329:7): [True: 0, False: 1.06k]
  ------------------
  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.06k|		const int got = iso_ops->read_binary(card, r, buf + r, read_length, 0);
  334|  1.06k|		if (got < 1) {
  ------------------
  |  Branch (334:7): [True: 51, False: 1.01k]
  ------------------
  335|     51|			if (got < 0) {
  ------------------
  |  Branch (335:8): [True: 50, False: 1]
  ------------------
  336|     50|				r = got;
  337|     50|			} else {
  338|      1|				r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      1|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  339|      1|			}
  340|     51|			goto done;
  341|     51|		}
  342|       |
  343|  1.01k|		r += got;
  344|       |
  345|       |		/* Try to read chunks of container size and stop when last container looks empty */
  346|  1.01k|		container_index = r > CONTAINER_OBJ_LEN ? (r / CONTAINER_OBJ_LEN - 1) * CONTAINER_OBJ_LEN : 0;
  ------------------
  |  |  142|  1.01k|#define CONTAINER_OBJ_LEN 86
  ------------------
              		container_index = r > CONTAINER_OBJ_LEN ? (r / CONTAINER_OBJ_LEN - 1) * CONTAINER_OBJ_LEN : 0;
  ------------------
  |  |  142|    383|#define CONTAINER_OBJ_LEN 86
  ------------------
              		container_index = r > CONTAINER_OBJ_LEN ? (r / CONTAINER_OBJ_LEN - 1) * CONTAINER_OBJ_LEN : 0;
  ------------------
  |  |  142|    383|#define CONTAINER_OBJ_LEN 86
  ------------------
  |  Branch (346:21): [True: 383, False: 634]
  ------------------
  347|  1.01k|	} while(length - r > 0 && buf[container_index] != 0);
  ------------------
  |  Branch (347:10): [True: 641, False: 376]
  |  Branch (347:28): [True: 627, False: 14]
  ------------------
  348|    390|	max_entries = r / CONTAINER_OBJ_LEN;
  ------------------
  |  |  142|    390|#define CONTAINER_OBJ_LEN 86
  ------------------
  349|       |
  350|    510|	for (i = 0; i < max_entries; i++) {
  ------------------
  |  Branch (350:14): [True: 121, False: 389]
  ------------------
  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.02k|		for (j = 0; j < MAX_CONTAINER_NAME_LEN; j++) {
  ------------------
  |  |  141|  2.02k|#define MAX_CONTAINER_NAME_LEN 39
  ------------------
  |  Branch (359:15): [True: 1.99k, False: 34]
  ------------------
  360|  1.99k|			if (start[2 * j] == 0)
  ------------------
  |  Branch (360:8): [True: 86, False: 1.90k]
  ------------------
  361|     86|				break;
  362|  1.90k|			new_container.guid[j] = start[2 * j];
  363|  1.90k|		}
  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|    390|	r = SC_SUCCESS;
  ------------------
  |  |   28|    390|#define SC_SUCCESS				0
  ------------------
  373|    441|done:
  374|    441|	free(buf);
  375|    441|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    441|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    441|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    441|	int _ret = r; \
  |  |  |  |  155|    441|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 441, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    441|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 51, False: 390]
  |  |  |  |  ------------------
  |  |  |  |  157|    441|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    441|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    441|	return _ret; \
  |  |  |  |  163|    441|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|    441|}
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|     73|{
  380|     73|	u8 *buf = NULL;
  381|     73|	int r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|     73|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  382|     73|	int i, max_entries;
  383|       |
  384|     73|	buf = malloc(length);
  385|     73|	if (buf == NULL) {
  ------------------
  |  Branch (385:6): [True: 0, False: 73]
  ------------------
  386|      0|		goto done;
  387|      0|	}
  388|       |
  389|     73|	r = 0;
  390|    356|	do {
  391|    356|		if (length == r) {
  ------------------
  |  Branch (391:7): [True: 0, False: 356]
  ------------------
  392|      0|			r = SC_ERROR_NOT_ENOUGH_MEMORY;
  ------------------
  |  |   67|      0|#define SC_ERROR_NOT_ENOUGH_MEMORY		-1217
  ------------------
  393|      0|			goto done;
  394|      0|		}
  395|    356|		const int got = iso_ops->read_binary(card, r, buf + r, length - r, 0);
  396|    356|		if (got < 1) {
  ------------------
  |  Branch (396:7): [True: 25, False: 331]
  ------------------
  397|     25|			r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     25|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  398|     25|			goto done;
  399|     25|		}
  400|       |
  401|    331|		r += got;
  402|    331|	} while(length - r > 0);
  ------------------
  |  Branch (402:10): [True: 283, False: 48]
  ------------------
  403|     48|	max_entries = r / KEYREF_OBJ_LEN;
  ------------------
  |  |  151|     48|#define KEYREF_OBJ_LEN 8
  ------------------
  404|       |
  405|  26.7k|	for (i = 0; i < max_entries; i++) {
  ------------------
  |  Branch (405:14): [True: 26.6k, False: 48]
  ------------------
  406|  26.6k|		idprime_keyref_t new_keyref;
  407|  26.6k|		u8 *start = &buf[i * KEYREF_OBJ_LEN];
  ------------------
  |  |  151|  26.6k|#define KEYREF_OBJ_LEN 8
  ------------------
  408|  26.6k|		if (start[0] == 0) /* Empty key ref */
  ------------------
  |  Branch (408:7): [True: 4.60k, False: 22.0k]
  ------------------
  409|  4.60k|			continue;
  410|       |
  411|  22.0k|		new_keyref.index = start[2];
  412|  22.0k|		new_keyref.key_reference = start[1];
  413|  22.0k|		new_keyref.pin_index = start[7];
  414|  22.0k|		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|  22.0k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  415|       |
  416|  22.0k|		if ((r = idprime_add_keyref_to_list(&priv->keyrefmap, &new_keyref)) != SC_SUCCESS) {
  ------------------
  |  |   28|  22.0k|#define SC_SUCCESS				0
  ------------------
  |  Branch (416:7): [True: 0, False: 22.0k]
  ------------------
  417|      0|			goto done;
  418|      0|		}
  419|  22.0k|	}
  420|     48|	r = SC_SUCCESS;
  ------------------
  |  |   28|     48|#define SC_SUCCESS				0
  ------------------
  421|     73|done:
  422|     73|	free(buf);
  423|     73|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|     73|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     73|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     73|	int _ret = r; \
  |  |  |  |  155|     73|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 73, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     73|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 48]
  |  |  |  |  ------------------
  |  |  |  |  157|     73|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     73|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     73|	return _ret; \
  |  |  |  |  163|     73|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  424|     73|}
card-idprime.c:idprime_add_keyref_to_list:
  207|  22.0k|{
  208|  22.0k|	if (list_append(list, keyref) < 0)
  ------------------
  |  Branch (208:6): [True: 0, False: 22.0k]
  ------------------
  209|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  210|  22.0k|	return SC_SUCCESS;
  ------------------
  |  |   28|  22.0k|#define SC_SUCCESS				0
  ------------------
  211|  22.0k|}
card-idprime.c:idprime_process_index:
  427|    295|{
  428|    295|	u8 *buf = NULL;
  429|    295|	int r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|    295|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  430|    295|	int i, num_entries;
  431|    295|	idprime_object_t new_object;
  432|       |
  433|    295|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    295|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    295|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    295|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 295]
  |  |  ------------------
  ------------------
  434|       |
  435|    295|	buf = malloc(length);
  436|    295|	if (buf == NULL) {
  ------------------
  |  Branch (436:6): [True: 0, False: 295]
  ------------------
  437|      0|		goto done;
  438|      0|	}
  439|       |
  440|    295|	r = 0;
  441|    545|	do {
  442|    545|		if (length == r) {
  ------------------
  |  Branch (442:7): [True: 2, False: 543]
  ------------------
  443|      2|			r = SC_ERROR_NOT_ENOUGH_MEMORY;
  ------------------
  |  |   67|      2|#define SC_ERROR_NOT_ENOUGH_MEMORY		-1217
  ------------------
  444|      2|			goto done;
  445|      2|		}
  446|    543|		const int got = iso_ops->read_binary(card, r, buf + r, length - r, 0);
  447|    543|		if (got < 1) {
  ------------------
  |  Branch (447:7): [True: 22, False: 521]
  ------------------
  448|     22|			r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|     22|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  449|     22|			goto done;
  450|     22|		}
  451|       |		/* First byte shows the number of entries, each of them 21 bytes long */
  452|    521|		num_entries = buf[0];
  453|    521|		r += got;
  454|    521|	} while(r < num_entries * 21 + 1);
  ------------------
  |  Branch (454:10): [True: 250, False: 271]
  ------------------
  455|       |
  456|    271|	new_object.fd = 0;
  457|  6.23k|	for (i = 0; i < num_entries; i++) {
  ------------------
  |  Branch (457:14): [True: 5.96k, False: 271]
  ------------------
  458|  5.96k|		u8 *start = &buf[i*21+1];
  459|       |
  460|       |		/* First two bytes specify the object DF */
  461|  5.96k|		new_object.df[0] = start[0];
  462|  5.96k|		new_object.df[1] = start[1];
  463|       |		/* Second two bytes refer to the object size */
  464|  5.96k|		new_object.length = bebytes2ushort(&start[2]);
  465|  5.96k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "df=%s, len=%u",
  ------------------
  |  |   70|  5.96k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  466|  5.96k|			sc_dump_hex(new_object.df, sizeof(new_object.df)), new_object.length);
  467|       |		/* in minidriver, mscp/kxcNN or kscNN lists certificates */
  468|  5.96k|		if (((memcmp(&start[4], "ksc", 3) == 0) || memcmp(&start[4], "kxc", 3) == 0)
  ------------------
  |  Branch (468:8): [True: 945, False: 5.01k]
  |  Branch (468:46): [True: 11, False: 5.00k]
  ------------------
  469|    956|			&& (memcmp(&start[12], "mscp", 5) == 0)) {
  ------------------
  |  Branch (469:7): [True: 640, False: 316]
  ------------------
  470|    640|			uint8_t cert_id = 0;
  471|    640|			idprime_container_t *container = NULL;
  472|       |
  473|    640|			if (start[7] >= '0' && start[7] <= '9' && start[8] >= '0' && start[8] <= '9') {
  ------------------
  |  Branch (473:8): [True: 593, False: 47]
  |  Branch (473:27): [True: 521, False: 72]
  |  Branch (473:46): [True: 141, False: 380]
  |  Branch (473:65): [True: 33, False: 108]
  ------------------
  474|     33|				cert_id = (start[7] - '0') * 10 + start[8] - '0';
  475|     33|			}
  476|    640|			new_object.fd++;
  477|    640|			new_object.key_reference = -1;
  478|    640|			new_object.valid_key_ref = 0;
  479|    640|			new_object.pin_index = 1;
  480|       |
  481|    640|			container = (idprime_container_t *) list_seek(&priv->containers, &cert_id);
  482|    640|			if (!container) {
  ------------------
  |  Branch (482:8): [True: 640, False: 0]
  ------------------
  483|       |				/* Container map missing container with certificate ID */
  484|    640|				sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "No corresponding container with private key found for certificate with id=%d", cert_id);
  ------------------
  |  |   70|    640|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  485|    640|				if (card->type != SC_CARD_TYPE_IDPRIME_940) {
  ------------------
  |  Branch (485:9): [True: 617, False: 23]
  ------------------
  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|    617|					sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Adding certificate with fd=%d", new_object.fd);
  ------------------
  |  |   70|    617|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  490|    617|					idprime_add_object_to_list(&priv->pki_list, &new_object);
  491|    617|					continue;
  492|    617|				}
  493|    640|			}
  494|       |
  495|     23|			switch (card->type) {
  496|      0|			case SC_CARD_TYPE_IDPRIME_3810:
  ------------------
  |  Branch (496:4): [True: 0, False: 23]
  ------------------
  497|      0|				new_object.key_reference = 0x31 + cert_id;
  498|      0|				break;
  499|      0|			case SC_CARD_TYPE_IDPRIME_830:
  ------------------
  |  Branch (499:4): [True: 0, False: 23]
  ------------------
  500|      0|				new_object.key_reference = 0x41 + cert_id;
  501|      0|				break;
  502|      0|			case SC_CARD_TYPE_IDPRIME_930:
  ------------------
  |  Branch (502:4): [True: 0, False: 23]
  ------------------
  503|      0|				new_object.key_reference = 0x11 + cert_id * 2;
  504|      0|				break;
  505|      0|			case SC_CARD_TYPE_IDPRIME_930_PLUS:
  ------------------
  |  Branch (505:4): [True: 0, False: 23]
  ------------------
  506|      0|				new_object.key_reference = 0x10 + cert_id * 2;
  507|      0|				break;
  508|     23|			case SC_CARD_TYPE_IDPRIME_940: {
  ------------------
  |  Branch (508:4): [True: 23, False: 0]
  ------------------
  509|     23|					idprime_keyref_t *keyref = (idprime_keyref_t *) list_seek(&priv->keyrefmap, &cert_id);
  510|     23|					if (!keyref) {
  ------------------
  |  Branch (510:10): [True: 12, False: 11]
  ------------------
  511|       |						/* Key reference file does not contain record of the key for given certificate */
  512|     12|						sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "No corresponding key reference found for certificate with id=%d", cert_id);
  ------------------
  |  |   70|     12|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  513|     12|						sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Adding certificate with fd=%d", new_object.fd);
  ------------------
  |  |   70|     12|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  514|     12|						idprime_add_object_to_list(&priv->pki_list, &new_object);
  515|     12|						continue;
  516|     12|					}
  517|     11|					new_object.key_reference = keyref->key_reference;
  518|     11|					new_object.pin_index = keyref->pin_index;
  519|     11|					break;
  520|     23|				}
  521|      0|			case SC_CARD_TYPE_IDPRIME_840:
  ------------------
  |  Branch (521:4): [True: 0, False: 23]
  ------------------
  522|      0|				new_object.key_reference = 0xf7 + cert_id;
  523|      0|				break;
  524|      0|			default:
  ------------------
  |  Branch (524:4): [True: 0, False: 23]
  ------------------
  525|      0|				new_object.key_reference = 0x56 + cert_id;
  526|      0|				break;
  527|     23|			}
  528|     11|			new_object.valid_key_ref = 1;
  529|     11|			if (container != NULL) {
  ------------------
  |  Branch (529:8): [True: 0, False: 11]
  ------------------
  530|      0|				sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found certificate with fd=%d, key_ref=%d corresponding to container \"%s\"",
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  531|      0|					new_object.fd, new_object.key_reference, container->guid);
  532|     11|			} else {
  533|     11|				sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found certificate with fd=%d, key_ref=%d without corresponding container",
  ------------------
  |  |   70|     11|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  534|     11|					new_object.fd, new_object.key_reference);
  535|     11|			}
  536|       |
  537|     11|			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.32k|		} else if ((memcmp(&start[4], "tinfo", 6) == 0) && (memcmp(&start[12], "p11", 4) == 0)) {
  ------------------
  |  Branch (540:14): [True: 63, False: 5.26k]
  |  Branch (540:54): [True: 30, False: 33]
  ------------------
  541|     30|			memcpy(priv->tinfo_df, new_object.df, sizeof(priv->tinfo_df));
  542|     30|			priv->tinfo_present = 1;
  543|     30|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found p11/tinfo object");
  ------------------
  |  |   70|     30|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  544|  5.29k|		} else if ((memcmp(&start[4], "cmapfile", 8) == 0) && (memcmp(&start[12], "mscp", 4) == 0)) {
  ------------------
  |  Branch (544:14): [True: 68, False: 5.22k]
  |  Branch (544:57): [True: 45, False: 23]
  ------------------
  545|     45|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found mscp/cmapfile object %s",
  ------------------
  |  |   70|    169|#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: 34, False: 11]
  |  |  |  Branch (70:115): [True: 6, False: 28]
  |  |  ------------------
  ------------------
  546|     45|					(start[0] == 02 && start[1] == 04 ? "(already processed)" : "(in non-standard path!)"));
  547|  5.24k|		} else if (memcmp(&start[4], "cardapps", 8) == 0) {
  ------------------
  |  Branch (547:14): [True: 19, False: 5.23k]
  ------------------
  548|     19|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found cardapps object");
  ------------------
  |  |   70|     19|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  549|  5.23k|		} else if (memcmp(&start[4], "cardid", 6) == 0) {
  ------------------
  |  Branch (549:14): [True: 12, False: 5.21k]
  ------------------
  550|     12|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found cardid object");
  ------------------
  |  |   70|     12|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  551|  5.21k|		} else if (memcmp(&start[4], "cardcf", 6) == 0) {
  ------------------
  |  Branch (551:14): [True: 15, False: 5.20k]
  ------------------
  552|     15|			sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE, "Found cardcf 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__
  |  |  ------------------
  ------------------
  553|     15|		}
  554|  5.96k|	}
  555|       |
  556|    271|	r = SC_SUCCESS;
  ------------------
  |  |   28|    271|#define SC_SUCCESS				0
  ------------------
  557|    295|done:
  558|    295|	free(buf);
  559|    295|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    295|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    295|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    295|	int _ret = r; \
  |  |  |  |  155|    295|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 295, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    295|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 271]
  |  |  |  |  ------------------
  |  |  |  |  157|    295|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    295|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    295|	return _ret; \
  |  |  |  |  163|    295|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  560|    295|}
card-idprime.c:idprime_finish:
  743|    271|{
  744|    271|	idprime_private_data_t * priv = card->drv_data;
  745|       |
  746|    271|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    271|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    271|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    271|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 271]
  |  |  ------------------
  ------------------
  747|    271|	if (priv) {
  ------------------
  |  Branch (747:6): [True: 271, False: 0]
  ------------------
  748|    271|		idprime_free_private_data(priv);
  749|    271|	}
  750|    271|	return SC_SUCCESS;
  ------------------
  |  |   28|    271|#define SC_SUCCESS				0
  ------------------
  751|    271|}
card-idprime.c:idprime_read_binary:
  968|    881|{
  969|    881|	struct idprime_private_data *priv = card->drv_data;
  970|    881|	int r = 0;
  971|    881|	int size;
  972|    881|	size_t sz;
  973|       |
  974|    881|	sc_log(card->ctx, "called; %zu bytes at offset %d", count, offset);
  ------------------
  |  |   71|    881|#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|    881|	if (!priv->cached && offset == 0) {
  ------------------
  |  Branch (976:6): [True: 116, False: 765]
  |  Branch (976:23): [True: 116, False: 0]
  ------------------
  977|       |		/* Read what was reported by FCI from select command */
  978|    116|		size_t left = priv->file_size;
  979|    116|		unsigned read = 0;
  980|       |
  981|       |		// this function is called to read and uncompress the certificate
  982|    116|		u8 buffer[SC_MAX_EXT_APDU_BUFFER_SIZE];
  983|    116|		u8 *data_buffer = buffer;
  984|    116|		if (sizeof(buffer) < count || sizeof(buffer) < priv->file_size) {
  ------------------
  |  Branch (984:7): [True: 0, False: 116]
  |  Branch (984:33): [True: 0, False: 116]
  ------------------
  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|    203|		while (left > 0) {
  ------------------
  |  Branch (987:10): [True: 130, False: 73]
  ------------------
  988|    130|			r = iso_ops->read_binary(card, read, buffer + read, priv->file_size - read, flags);
  989|    130|			if (r <= 0) {
  ------------------
  |  Branch (989:8): [True: 43, False: 87]
  ------------------
  990|     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|     42|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 42, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  991|     43|			}
  992|     87|			left -= r;
  993|     87|			read += r;
  994|     87|		}
  995|     73|		if (read < 4 || read != priv->file_size) {
  ------------------
  |  Branch (995:7): [True: 25, False: 48]
  |  Branch (995:19): [True: 0, False: 48]
  ------------------
  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|     48|		if (buffer[0] == 1 && buffer[1] == 0) {
  ------------------
  |  Branch (998:7): [True: 11, False: 37]
  |  Branch (998:25): [True: 10, False: 1]
  ------------------
  999|       |			/* Data will be decompressed later */
 1000|     10|			data_buffer += 4;
 1001|     10|			sz = priv->file_size - 4;
 1002|     10|			if (flags)
  ------------------
  |  Branch (1002:8): [True: 4, False: 6]
  ------------------
 1003|      4|				*flags |= SC_FILE_FLAG_COMPRESSED_AUTO;
  ------------------
  |  |  230|      4|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
 1004|     38|		} else {
 1005|     38|			sz = priv->file_size;
 1006|     38|		}
 1007|     48|		priv->cache_buf = malloc(sz);
 1008|     48|		if (priv->cache_buf == NULL) {
  ------------------
  |  Branch (1008:7): [True: 0, False: 48]
  ------------------
 1009|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1010|      0|		}
 1011|     48|		memcpy(priv->cache_buf, data_buffer, sz);
 1012|     48|		priv->cache_buf_len = sz;
 1013|     48|		priv->cached = 1;
 1014|     48|	}
 1015|    813|	if (offset >= priv->cache_buf_len) {
  ------------------
  |  Branch (1015:6): [True: 10, False: 803]
  ------------------
 1016|     10|		return 0;
 1017|     10|	}
 1018|    803|	size = (int) MIN((priv->cache_buf_len - offset), count);
  ------------------
  |  |   70|    803|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 10, False: 793]
  |  |  ------------------
  ------------------
 1019|    803|	memcpy(buf, priv->cache_buf + offset, size);
 1020|    803|	return size;
 1021|    813|}
card-idprime.c:idprime_select_file:
  942|  1.66k|{
  943|  1.66k|	int r;
  944|  1.66k|	idprime_private_data_t * priv = card->drv_data;
  945|       |
  946|  1.66k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.66k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.66k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.66k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.66k]
  |  |  ------------------
  ------------------
  947|       |
  948|       |	/* forget any old cached values */
  949|  1.66k|	if (priv->cache_buf) {
  ------------------
  |  Branch (949:6): [True: 31, False: 1.63k]
  ------------------
  950|     31|		free(priv->cache_buf);
  951|     31|		priv->cache_buf = NULL;
  952|     31|	}
  953|  1.66k|	priv->cache_buf_len = 0;
  954|  1.66k|	priv->cached = 0;
  955|       |
  956|  1.66k|	r = iso_ops->select_file(card, in_path, file_out);
  957|  1.66k|	if (r == SC_SUCCESS && file_out != NULL) {
  ------------------
  |  |   28|  3.33k|#define SC_SUCCESS				0
  ------------------
  |  Branch (957:6): [True: 285, False: 1.38k]
  |  Branch (957:25): [True: 220, False: 65]
  ------------------
  958|       | 	 	/* Cache the real file size for the caching read_binary() */
  959|    220| 	 	priv->file_size = (*file_out)->size;
  960|    220|	}
  961|       |	/* Return the exit code of the select command */
  962|  1.66k|	return r;
  963|  1.66k|}
card-idprime.c:idprime_card_ctl:
  909|  2.84k|{
  910|  2.84k|	idprime_private_data_t * priv = card->drv_data;
  911|       |
  912|  2.84k|	LOG_FUNC_CALLED(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  913|  2.84k|	sc_log(card->ctx, "cmd=%ld ptr=%p", cmd, ptr);
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
  914|       |
  915|  2.84k|	if (priv == NULL) {
  ------------------
  |  Branch (915:6): [True: 0, False: 2.84k]
  ------------------
  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|  2.84k|	switch (cmd) {
  ------------------
  |  Branch (918:10): [True: 2.53k, False: 309]
  ------------------
  919|    293|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (919:3): [True: 293, False: 2.55k]
  ------------------
  920|    293|			return idprime_get_serial(card, (sc_serial_number_t *) ptr);
  921|    293|		case SC_CARDCTL_IDPRIME_GET_TOKEN_NAME:
  ------------------
  |  Branch (921:3): [True: 293, False: 2.55k]
  ------------------
  922|    293|			return idprime_get_token_name(card, (char **) ptr);
  923|    293|		case SC_CARDCTL_IDPRIME_INIT_GET_OBJECTS:
  ------------------
  |  Branch (923:3): [True: 293, False: 2.55k]
  ------------------
  924|    293|			return idprime_get_init_and_get_count(&priv->pki_list, &priv->pki_current,
  925|    293|				(int *)ptr);
  926|    682|		case SC_CARDCTL_IDPRIME_GET_NEXT_OBJECT:
  ------------------
  |  Branch (926:3): [True: 682, False: 2.16k]
  ------------------
  927|    682|			return idprime_fill_prkey_info(&priv->pki_list, &priv->pki_current,
  928|    682|				(sc_pkcs15_prkey_info_t *)ptr);
  929|    293|		case SC_CARDCTL_IDPRIME_FINAL_GET_OBJECTS:
  ------------------
  |  Branch (929:3): [True: 293, False: 2.55k]
  ------------------
  930|    293|			return idprime_final_iterator(&priv->pki_list);
  931|    682|		case SC_CARDCTL_IDPRIME_GET_PIN_ID:
  ------------------
  |  Branch (931:3): [True: 682, False: 2.16k]
  ------------------
  932|    682|			return idprime_get_pin_id(&priv->pki_list, &priv->pki_current,
  933|    682|				(const char **)ptr);
  934|  2.84k|	}
  935|       |
  936|    309|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    309|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    309|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    309|	int _ret = r; \
  |  |  |  |  155|    309|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 309, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    309|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    309|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 309, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    309|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    309|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    309|	return _ret; \
  |  |  |  |  163|    309|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  937|    309|}
card-idprime.c:idprime_get_serial:
  826|    293|{
  827|    293|	sc_path_t cardid_path;
  828|    293|	sc_file_t *file = NULL;
  829|    293|	u8 buf[IDPRIME_CARDID_LEN];
  830|    293|	int r;
  831|       |
  832|    293|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    293|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    293|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    293|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    293|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 293]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  833|       |
  834|       |	/* XXX this is assumed to be cardid for windows. It can be read from the index file */
  835|    293|	sc_format_path("0201", &cardid_path);
  836|    293|	r = iso_ops->select_file(card, &cardid_path, &file);
  837|    293|	if (r != SC_SUCCESS || file->size != IDPRIME_CARDID_LEN) { /* The cardid is always 16 B */
  ------------------
  |  |   28|    586|#define SC_SUCCESS				0
  ------------------
              	if (r != SC_SUCCESS || file->size != IDPRIME_CARDID_LEN) { /* The cardid is always 16 B */
  ------------------
  |  |  823|     22|#define IDPRIME_CARDID_LEN 16
  ------------------
  |  Branch (837:6): [True: 271, False: 22]
  |  Branch (837:25): [True: 16, False: 6]
  ------------------
  838|    287|		sc_file_free(file);
  839|    287|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_LENGTH);
  ------------------
  |  |  164|    287|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    287|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    287|	int _ret = r; \
  |  |  |  |  155|    287|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 287, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    287|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    287|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 287, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    287|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    287|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    287|	return _ret; \
  |  |  |  |  163|    287|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  840|    287|	}
  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: 3, False: 3]
  ------------------
  845|      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|      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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  846|      3|	} else if (r != IDPRIME_CARDID_LEN) {
  ------------------
  |  |  823|      3|#define IDPRIME_CARDID_LEN 16
  ------------------
  |  Branch (846:13): [True: 2, False: 1]
  ------------------
  847|      2|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  848|      2|	}
  849|       |
  850|      1|	serial->len = MIN(IDPRIME_CARDID_LEN, SC_MAX_SERIALNR);
  ------------------
  |  |   70|      1|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 1, Folded]
  |  |  ------------------
  ------------------
  851|      1|	memcpy(serial->value, buf, serial->len);
  852|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  853|      1|}
card-idprime.c:idprime_get_token_name:
  856|    293|{
  857|    293|	idprime_private_data_t * priv = card->drv_data;
  858|    293|	sc_path_t tinfo_path = {"\x00\x00", 2, 0, 0, SC_PATH_TYPE_PATH, {"", 0}};
  ------------------
  |  |  119|    293|#define SC_PATH_TYPE_PATH		2
  ------------------
  859|    293|	sc_file_t *file = NULL;
  860|    293|	u8 buf[2];
  861|    293|	char *name;
  862|    293|	int r;
  863|       |
  864|    293|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    293|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    293|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    293|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    293|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 293]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  865|       |
  866|    293|	if (tname == NULL) {
  ------------------
  |  Branch (866:6): [True: 0, False: 293]
  ------------------
  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|    293|	if (!priv->tinfo_present) {
  ------------------
  |  Branch (870:6): [True: 268, False: 25]
  ------------------
  871|    268|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    268|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    268|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    268|	int _ret = r; \
  |  |  |  |  155|    268|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 268, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    268|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    268|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 268, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    268|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    268|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    268|	return _ret; \
  |  |  |  |  163|    268|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  872|    268|	}
  873|       |
  874|     25|	memcpy(tinfo_path.value, priv->tinfo_df, 2);
  875|     25|	r = iso_ops->select_file(card, &tinfo_path, &file);
  876|     25|	if (r != SC_SUCCESS || file->size == 0) {
  ------------------
  |  |   28|     50|#define SC_SUCCESS				0
  ------------------
  |  Branch (876:6): [True: 13, False: 12]
  |  Branch (876:25): [True: 1, False: 11]
  ------------------
  877|     14|		sc_file_free(file);
  878|     14|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  879|     14|	}
  880|       |
  881|       |	/* First two bytes lists 0x01, the second indicates length */
  882|     11|	r = iso_ops->read_binary(card, 0, buf, 2, 0);
  883|     11|	if (r < 2 || buf[1] > file->size) { /* make sure we do not overrun */
  ------------------
  |  Branch (883:6): [True: 1, False: 10]
  |  Branch (883:15): [True: 1, False: 9]
  ------------------
  884|      2|		sc_file_free(file);
  885|      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: 1, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|      1|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      1|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      1|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  886|      2|	}
  887|      9|	sc_file_free(file);
  888|       |
  889|      9|	name = malloc(buf[1]);
  890|      9|	if (name == NULL) {
  ------------------
  |  Branch (890:6): [True: 0, False: 9]
  ------------------
  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|      9|	r = iso_ops->read_binary(card, 2, (unsigned char *)name, buf[1], 0);
  895|      9|	if (r < 1) {
  ------------------
  |  Branch (895:6): [True: 5, False: 4]
  ------------------
  896|      5|		free(name);
  897|      5|		LOG_FUNC_RETURN(card->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|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  898|      5|	}
  899|       |
  900|      4|	if (name[r-1] != '\0') {
  ------------------
  |  Branch (900:6): [True: 2, False: 2]
  ------------------
  901|      2|		name[r-1] = '\0';
  902|      2|	}
  903|      4|	*tname = name;
  904|       |
  905|      4|	LOG_FUNC_RETURN(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  906|      4|}
card-idprime.c:idprime_get_init_and_get_count:
  768|    293|{
  769|    293|	if (countp == NULL || entry == NULL) {
  ------------------
  |  Branch (769:6): [True: 0, False: 293]
  |  Branch (769:24): [True: 0, False: 293]
  ------------------
  770|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  771|      0|	}
  772|    293|	*countp = list_size(list);
  773|    293|	list_iterator_start(list);
  774|    293|	*entry = list_iterator_next(list);
  775|    293|	return SC_SUCCESS;
  ------------------
  |  |   28|    293|#define SC_SUCCESS				0
  ------------------
  776|    293|}
card-idprime.c:idprime_fill_prkey_info:
  787|    682|{
  788|    682|	memset(prkey_info, 0, sizeof(sc_pkcs15_prkey_info_t));
  789|    682|	if (*entry == NULL) {
  ------------------
  |  Branch (789:6): [True: 0, False: 682]
  ------------------
  790|      0|		return SC_ERROR_FILE_END_REACHED;
  ------------------
  |  |   69|      0|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  791|      0|	}
  792|       |
  793|    682|	prkey_info->path.len = sizeof((*entry)->df);
  794|    682|	memcpy(prkey_info->path.value, (*entry)->df, sizeof((*entry)->df));
  795|    682|	prkey_info->path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    682|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  796|       |	/* Do not specify the length -- it will be read from the FCI */
  797|    682|	prkey_info->path.count = -1;
  798|       |
  799|       |	/* TODO figure out the IDs as the original driver? */
  800|    682|	prkey_info->id.value[0] = ((*entry)->fd >> 8) & 0xff;
  801|    682|	prkey_info->id.value[1] = (*entry)->fd & 0xff;
  802|    682|	prkey_info->id.len = 2;
  803|    682|	if ((*entry)->valid_key_ref)
  ------------------
  |  Branch (803:6): [True: 11, False: 671]
  ------------------
  804|     11|		prkey_info->key_reference = (*entry)->key_reference;
  805|    671|	else
  806|    671|		prkey_info->key_reference = -1;
  807|    682|	*entry = list_iterator_next(list);
  808|    682|	return SC_SUCCESS;
  ------------------
  |  |   28|    682|#define SC_SUCCESS				0
  ------------------
  809|    682|}
card-idprime.c:idprime_final_iterator:
  780|    293|{
  781|    293|	list_iterator_stop(list);
  782|    293|	return SC_SUCCESS;
  ------------------
  |  |   28|    293|#define SC_SUCCESS				0
  ------------------
  783|    293|}
card-idprime.c:idprime_get_pin_id:
  813|    682|{
  814|    682|	if (pin_id == NULL || entry == NULL) {
  ------------------
  |  Branch (814:6): [True: 0, False: 682]
  |  Branch (814:24): [True: 0, False: 682]
  ------------------
  815|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  816|      0|	}
  817|    682|	*pin_id = "11"; // normal PIN id
  818|    682|	if ((*entry)->pin_index != 1)
  ------------------
  |  Branch (818:6): [True: 11, False: 671]
  ------------------
  819|     11|		*pin_id = "83"; // signature PIN id
  820|    682|	return SC_SUCCESS;
  ------------------
  |  |   28|    682|#define SC_SUCCESS				0
  ------------------
  821|    682|}
card-idprime.c:idprime_get_challenge:
 1226|    400|{
 1227|    400|	u8 rbuf[16];
 1228|    400|	size_t out_len;
 1229|    400|	struct sc_apdu apdu;
 1230|    400|	int r;
 1231|       |
 1232|    400|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    400|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    400|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    400|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    400|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 400]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1233|       |
 1234|    400|	if (len <= 8) {
  ------------------
  |  Branch (1234:6): [True: 19, False: 381]
  ------------------
 1235|       |		/* official closed driver always calls this regardless the length */
 1236|     19|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0x84, 0x00, 0x01);
  ------------------
  |  |  301|     19|#define SC_APDU_CASE_2			0x22
  ------------------
 1237|     19|		apdu.le = apdu.resplen = 8;
 1238|    381|	} else {
 1239|       |		/* this was discovered accidentally - all 16 bytes seem random */
 1240|    381|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0x84, 0x00, 0x00);
  ------------------
  |  |  301|    381|#define SC_APDU_CASE_2			0x22
  ------------------
 1241|    381|		apdu.le = apdu.resplen = 16;
 1242|    381|	}
 1243|    400|	apdu.resp = rbuf;
 1244|       |
 1245|    400|	r = sc_transmit_apdu(card, &apdu);
 1246|    400|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    400|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    400|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    400|	int _ret = (r); \
  |  |  |  |  168|    400|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 398]
  |  |  |  |  ------------------
  |  |  |  |  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|    400|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 398]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1247|       |
 1248|    398|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1249|    398|	LOG_TEST_RET(card->ctx, r, "GET CHALLENGE failed");
  ------------------
  |  |  174|    398|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    398|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    398|	int _ret = (r); \
  |  |  |  |  168|    398|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 147, False: 251]
  |  |  |  |  ------------------
  |  |  |  |  169|    147|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    147|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    147|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    147|		return _ret; \
  |  |  |  |  172|    147|	} \
  |  |  |  |  173|    398|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 251]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1250|       |
 1251|    251|	out_len = len < apdu.resplen ? len : apdu.resplen;
  ------------------
  |  Branch (1251:12): [True: 1, False: 250]
  ------------------
 1252|    251|	memcpy(rnd, rbuf, out_len);
 1253|       |
 1254|    251|	LOG_FUNC_RETURN(card->ctx, (int) out_len);
  ------------------
  |  |  164|    251|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    251|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    251|	int _ret = r; \
  |  |  |  |  155|    251|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4, False: 247]
  |  |  |  |  ------------------
  |  |  |  |  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|    247|	} else { \
  |  |  |  |  159|    247|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    247|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    247|	} \
  |  |  |  |  162|    251|	return _ret; \
  |  |  |  |  163|    251|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1255|    251|}

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

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

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

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

sc_get_masktech_driver:
  374|  16.2k|{
  375|  16.2k|	return sc_get_driver();
  376|  16.2k|}
card-masktech.c:sc_get_driver:
  355|  16.2k|{
  356|       |
  357|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (357:6): [True: 1, False: 16.2k]
  ------------------
  358|      1|		iso_ops = sc_get_iso7816_driver()->ops;
  359|       |
  360|  16.2k|	masktech_ops = *iso_ops;
  361|       |
  362|  16.2k|	masktech_ops.match_card = masktech_match_card;
  363|  16.2k|	masktech_ops.init = masktech_init;
  364|  16.2k|	masktech_ops.finish = masktech_finish;
  365|  16.2k|	masktech_ops.set_security_env = masktech_set_security_env;
  366|  16.2k|	masktech_ops.compute_signature = masktech_compute_signature;
  367|  16.2k|	masktech_ops.decipher = masktech_decipher;
  368|  16.2k|	masktech_ops.pin_cmd = masktech_pin_cmd;
  369|  16.2k|	masktech_ops.card_ctl = masktech_card_ctl;
  370|  16.2k|	return &masktech_drv;
  371|  16.2k|}
card-masktech.c:masktech_match_card:
   62|  8.89k|{
   63|       |	/* check if the ATR is in the known ATR */
   64|  8.89k|	if (_sc_match_atr(card, masktech_atrs, &card->type) < 0)
  ------------------
  |  Branch (64:6): [True: 8.87k, False: 25]
  ------------------
   65|  8.87k|		return 0;
   66|       |
   67|     25|	return 1;
   68|  8.89k|}
card-masktech.c:masktech_init:
   71|     25|{
   72|     25|	unsigned long flags;
   73|     25|	struct masktech_private_data *data;
   74|       |
   75|     25|	sc_log(card->ctx,  "masktech_init()\n");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   76|       |
   77|       |	/* private data kept during the live of the driver */
   78|     25|	if (!(data = (struct masktech_private_data *) malloc(sizeof(*data))))
  ------------------
  |  Branch (78:6): [True: 0, False: 25]
  ------------------
   79|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
   80|     25|	card->drv_data = data;
   81|       |
   82|       |	/* supported RSA keys and how padding is done */
   83|     25|	flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  111|     25|#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|#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|#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|     25|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
   84|     25|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
   85|     25|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
   86|     25|	_sc_card_add_rsa_alg(card, 3072, flags, 0);
   87|     25|	card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|     25|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
   88|     25|	return SC_SUCCESS;
  ------------------
  |  |   28|     25|#define SC_SUCCESS				0
  ------------------
   89|     25|}
card-masktech.c:masktech_finish:
   93|     25|{
   94|       |	/* free the private data */
   95|     25|	if (card->drv_data) {
  ------------------
  |  Branch (95:6): [True: 25, False: 0]
  ------------------
   96|     25|		free(card->drv_data);
   97|       |		card->drv_data = NULL;
   98|     25|	}
   99|     25|	return 0;
  100|     25|}
card-masktech.c:masktech_pin_cmd:
  283|     19|{
  284|     19|	int       rv;
  285|     19|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     19|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     19|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     19|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 19]
  |  |  ------------------
  ------------------
  286|       |
  287|     19|	switch(data->cmd)
  288|     19|	{
  289|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (289:2): [True: 0, False: 19]
  ------------------
  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: 19]
  ------------------
  293|      0|		rv = masktech_pin_change(card, data);
  294|      0|		break;
  295|     19|	default:
  ------------------
  |  Branch (295:2): [True: 19, False: 0]
  ------------------
  296|     19|		rv = iso_ops->pin_cmd(card, data);
  297|     19|		break;
  298|     19|	}
  299|     19|	return rv;
  300|       |
  301|       |
  302|     19|}
card-masktech.c:masktech_card_ctl:
  344|     42|{
  345|     42|	sc_log(card->ctx,  "masktech_card_ctl()\n");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  346|     42|	switch (cmd) {
  347|     19|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (347:3): [True: 19, False: 23]
  ------------------
  348|     19|			return masktech_get_serialnr(card, (sc_serial_number_t *) ptr);
  349|     23|		default:
  ------------------
  |  Branch (349:3): [True: 23, False: 19]
  ------------------
  350|     23|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     23|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  351|     42|	}
  352|     42|}
card-masktech.c:masktech_get_serialnr:
  305|     19|{
  306|     19|	struct sc_apdu apdu;
  307|     19|	unsigned char apdu_resp[SC_MAX_APDU_BUFFER_SIZE-2];
  308|     19|	int rv;
  309|       |
  310|     19|	if (!serial)
  ------------------
  |  Branch (310:6): [True: 0, False: 19]
  ------------------
  311|     19|		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|     19|	card->cla = 0x80;
  315|     19|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0x08, 0x00, 0x00);
  ------------------
  |  |  292|     19|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  316|     19|	apdu.resplen = sizeof(apdu_resp);
  317|     19|	apdu.resp = apdu_resp;
  318|       |
  319|     19|	rv = sc_transmit_apdu(card, &apdu);
  320|     19|	card->cla = 0x00;
  321|       |
  322|     19|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  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: 2, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  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|     19|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  323|       |
  324|     17|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (324:6): [True: 8, False: 9]
  |  Branch (324:26): [True: 2, False: 7]
  ------------------
  325|     10|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     10|#define SC_ERROR_INTERNAL			-1400
  ------------------
  326|       |
  327|      7|	if (SC_MAX_SERIALNR < apdu.resplen)
  ------------------
  |  |  372|      7|#define SC_MAX_SERIALNR         32
  ------------------
  |  Branch (327:6): [True: 1, False: 6]
  ------------------
  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|      6|	card->serialnr.len = apdu.resplen;
  333|      6|	memcpy(card->serialnr.value, apdu.resp, card->serialnr.len);
  334|       |
  335|       |	/* copy and return serial number */
  336|      6|	if (serial)
  ------------------
  |  Branch (336:6): [True: 6, False: 0]
  ------------------
  337|      6|		memcpy(serial, &card->serialnr, sizeof(*serial));
  338|       |
  339|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  340|      6|}

sc_get_mcrd_driver:
 1066|  16.2k|{
 1067|  16.2k|	return sc_get_driver();
 1068|  16.2k|}
card-mcrd.c:sc_get_driver:
 1047|  16.2k|{
 1048|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1049|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1049:6): [True: 1, False: 16.2k]
  ------------------
 1050|      1|		iso_ops = iso_drv->ops;
 1051|       |
 1052|  16.2k|	mcrd_ops = *iso_drv->ops;
 1053|  16.2k|	mcrd_ops.match_card = mcrd_match_card;
 1054|  16.2k|	mcrd_ops.init = mcrd_init;
 1055|  16.2k|	mcrd_ops.finish = mcrd_finish;
 1056|  16.2k|	mcrd_ops.select_file = mcrd_select_file;
 1057|  16.2k|	mcrd_ops.set_security_env = mcrd_set_security_env;
 1058|  16.2k|	mcrd_ops.compute_signature = mcrd_compute_signature;
 1059|  16.2k|	mcrd_ops.pin_cmd = mcrd_pin_cmd;
 1060|  16.2k|	mcrd_ops.logout = mcrd_logout;
 1061|       |
 1062|  16.2k|	return &mcrd_drv;
 1063|  16.2k|}
card-mcrd.c:mcrd_match_card:
  191|  15.6k|{
  192|  15.6k|	int i = 0;
  193|       |
  194|  15.6k|	i = _sc_match_atr(card, mcrd_atrs, &card->type);
  195|  15.6k|	if (i >= 0) {
  ------------------
  |  Branch (195:6): [True: 0, False: 15.6k]
  ------------------
  196|      0|		card->name = mcrd_atrs[i].name;
  197|      0|		return 1;
  198|      0|	}
  199|       |
  200|  15.6k|	return 0;
  201|  15.6k|}

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

sc_get_myeid_driver:
 2176|  16.2k|{
 2177|  16.2k|	return sc_get_driver();
 2178|  16.2k|}
card-myeid.c:sc_get_driver:
 2141|  16.2k|{
 2142|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 2143|       |
 2144|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2144:6): [True: 1, False: 16.2k]
  ------------------
 2145|      1|		iso_ops = iso_drv->ops;
 2146|       |
 2147|  16.2k|	myeid_ops			= *iso_drv->ops;
 2148|  16.2k|	myeid_ops.match_card		= myeid_match_card;
 2149|  16.2k|	myeid_ops.init			= myeid_init;
 2150|  16.2k|	myeid_ops.finish		= myeid_finish;
 2151|       |	/* no record oriented file services */
 2152|  16.2k|	myeid_ops.read_record		= NULL;
 2153|  16.2k|	myeid_ops.write_record		= NULL;
 2154|  16.2k|	myeid_ops.append_record		= NULL;
 2155|       |	myeid_ops.update_record		= NULL;
 2156|  16.2k|	myeid_ops.select_file		= myeid_select_file;
 2157|  16.2k|	myeid_ops.get_response		= iso_ops->get_response;
 2158|  16.2k|	myeid_ops.logout		= myeid_logout;
 2159|  16.2k|	myeid_ops.create_file		= myeid_create_file;
 2160|  16.2k|	myeid_ops.delete_file		= myeid_delete_file;
 2161|  16.2k|	myeid_ops.list_files		= myeid_list_files;
 2162|  16.2k|	myeid_ops.set_security_env	= myeid_set_security_env;
 2163|  16.2k|	myeid_ops.compute_signature	= myeid_compute_signature;
 2164|  16.2k|	myeid_ops.decipher		= myeid_decipher;
 2165|  16.2k|	myeid_ops.process_fci		= myeid_process_fci;
 2166|  16.2k|	myeid_ops.card_ctl		= myeid_card_ctl;
 2167|  16.2k|	myeid_ops.pin_cmd		= myeid_pin_cmd;
 2168|  16.2k|	myeid_ops.wrap			= myeid_wrap_key;
 2169|  16.2k|	myeid_ops.unwrap		= myeid_unwrap_key;
 2170|  16.2k|	myeid_ops.encrypt_sym		= myeid_encrypt_sym;
 2171|  16.2k|	myeid_ops.decrypt_sym		= myeid_decrypt_sym;
 2172|  16.2k|	return &myeid_drv;
 2173|  16.2k|}
card-myeid.c:myeid_match_card:
  122|  9.73k|{
  123|  9.73k|	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.73k|	if (len >= 5) {
  ------------------
  |  Branch (126:6): [True: 3.64k, False: 6.09k]
  ------------------
  127|  3.64k|		if (!memcmp(&card->reader->atr_info.hist_bytes[len - 5], "MyEID", 5)) {
  ------------------
  |  Branch (127:7): [True: 156, False: 3.48k]
  ------------------
  128|    156|			sc_log(card->ctx, "Matched MyEID card");
  ------------------
  |  |   71|    156|#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|    156|			card->type = SC_CARD_TYPE_MYEID_GENERIC;
  130|    156|			return 1;
  131|    156|		}
  132|       |		/* The software implementation of MyEID is identified by OsEID bytes */
  133|  3.48k|		if (!memcmp(&card->reader->atr_info.hist_bytes[len - 5], "OsEID", 5)) {
  ------------------
  |  Branch (133:7): [True: 115, False: 3.36k]
  ------------------
  134|    115|			sc_log(card->ctx, "Matched OsEID card");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  135|    115|			card->type = SC_CARD_TYPE_MYEID_OSEID;
  136|    115|			return 1;
  137|    115|		}
  138|  3.48k|	}
  139|  9.46k|	return 0;
  140|  9.73k|}
card-myeid.c:myeid_init:
  171|    271|{
  172|    271|	unsigned long flags = 0, ext_flags = 0;
  173|    271|	myeid_private_data_t *priv;
  174|    271|	u8 appletInfo[20];
  175|    271|	size_t appletInfoLen;
  176|    271|	myeid_card_caps_t card_caps;
  177|    271|	static struct sc_aid myeid_aid = { "\xA0\x00\x00\x00\x63\x50\x4B\x43\x53\x2D\x31\x35", 0x0C };
  178|    271|	int rv = 0;
  179|    271|	void *old_drv_data = card->drv_data;
  180|       |
  181|    271|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    271|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    271|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    271|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    271|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 271]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|       |
  183|    271|	switch (card->type) {
  184|    115|	case SC_CARD_TYPE_MYEID_OSEID:
  ------------------
  |  Branch (184:2): [True: 115, False: 156]
  ------------------
  185|    115|		card->name = oseid_card_name;
  186|    115|		break;
  187|    156|	case SC_CARD_TYPE_MYEID_GENERIC:
  ------------------
  |  Branch (187:2): [True: 156, False: 115]
  ------------------
  188|    156|		card->name = myeid_card_name;
  189|    156|		break;
  190|      0|	default:
  ------------------
  |  Branch (190:2): [True: 0, False: 271]
  ------------------
  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|    271|	}
  193|       |
  194|    271|	priv = calloc(1, sizeof(myeid_private_data_t));
  195|       |
  196|    271|	if (!priv)
  ------------------
  |  Branch (196:6): [True: 0, False: 271]
  ------------------
  197|    271|		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|    271|	rv = myeid_load_options (card->ctx, priv);
  200|    271|	LOG_TEST_GOTO_ERR(card->ctx, rv, "Unable to read options from opensc.conf");
  ------------------
  |  |  184|    271|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    271|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    271|	int _ret = (r); \
  |  |  |  |  178|    271|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 271]
  |  |  |  |  ------------------
  |  |  |  |  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|    271|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 271]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  201|       |
  202|    271|	priv->card_state = SC_FILE_STATUS_CREATION;
  ------------------
  |  |  240|    271|#define SC_FILE_STATUS_CREATION		0x02 /* ISO7816-4: Creation state, (1) */
  ------------------
  203|    271|	card->drv_data = priv;
  204|       |
  205|       |	/* Ensure that the MyEID applet is selected. */
  206|    271|	rv = iso7816_select_aid(card, myeid_aid.value, myeid_aid.len, NULL, NULL);
  207|    271|	LOG_TEST_GOTO_ERR(card->ctx, rv, "Failed to select MyEID applet.");
  ------------------
  |  |  184|    271|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    271|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    271|	int _ret = (r); \
  |  |  |  |  178|    271|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 10, False: 261]
  |  |  |  |  ------------------
  |  |  |  |  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|    271|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 261]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  208|       |
  209|       |	/* find out MyEID version */
  210|       |
  211|    261|	appletInfoLen = 20;
  212|       |
  213|    261|	if (0 > myeid_get_info(card, appletInfo, appletInfoLen))
  ------------------
  |  Branch (213:6): [True: 90, False: 171]
  ------------------
  214|    261|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_CARD, "Failed to get MyEID applet information.");
  ------------------
  |  |  184|     90|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     90|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     90|	int _ret = (r); \
  |  |  |  |  178|     90|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 90, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     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
  |  |  |  |  ------------------
  |  |  |  |  180|     90|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     90|		goto err; \
  |  |  |  |  182|     90|	} \
  |  |  |  |  183|     90|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  215|       |
  216|    171|	priv->change_counter = appletInfo[19] | appletInfo[18] << 8;
  217|       |
  218|    171|	memset(&card_caps, 0, sizeof(myeid_card_caps_t));
  219|    171|	card_caps.max_ecc_key_length = 256;
  220|    171|	card_caps.max_rsa_key_length = 2048;
  221|       |
  222|    171|	if (card->version.fw_major >= 40) {
  ------------------
  |  Branch (222:6): [True: 77, False: 94]
  ------------------
  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|     77|	    if (myeid_get_card_caps(card, &card_caps) != SC_SUCCESS) {
  ------------------
  |  |   28|     77|#define SC_SUCCESS				0
  ------------------
  |  Branch (225:10): [True: 35, False: 42]
  ------------------
  226|     35|			sc_log(card->ctx, "Failed to get card capabilities. Using default max ECC key length 256.");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  227|     35|	    }
  228|     77|	}
  229|       |
  230|    171|	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  102|    171|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    171|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  231|    171|	if (priv->disable_hw_pkcs1_padding == 0)
  ------------------
  |  Branch (231:6): [True: 171, False: 0]
  ------------------
  232|    171|		flags |= SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|    171|#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|    171|#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|    171|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  233|    171|	flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    171|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  234|       |
  235|    171|	_sc_card_add_rsa_alg(card,  512, flags, 0);
  236|    171|	_sc_card_add_rsa_alg(card,  768, flags, 0);
  237|    171|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  238|    171|	_sc_card_add_rsa_alg(card, 1536, flags, 0);
  239|    171|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  240|       |
  241|    171|	if (card_caps.card_supported_features & MYEID_CARD_CAP_RSA) {
  ------------------
  |  |   50|    171|#define MYEID_CARD_CAP_RSA		0x01
  ------------------
  |  Branch (241:6): [True: 41, False: 130]
  ------------------
  242|     41|		if (card_caps.max_rsa_key_length >= 3072)
  ------------------
  |  Branch (242:7): [True: 32, False: 9]
  ------------------
  243|     32|			_sc_card_add_rsa_alg(card, 3072, flags, 0);
  244|     41|		if (card_caps.max_rsa_key_length >= 4096)
  ------------------
  |  Branch (244:7): [True: 28, False: 13]
  ------------------
  245|     28|			_sc_card_add_rsa_alg(card, 4096, flags, 0);
  246|     41|	}
  247|       |
  248|       |	/* show ECC algorithms if the applet version of the inserted card supports them */
  249|    171|	if (card->version.fw_major >= 35) {
  ------------------
  |  Branch (249:6): [True: 80, False: 91]
  ------------------
  250|     80|		int i;
  251|       |
  252|     80|		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  174|     80|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |  173|     80|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     80|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  253|     80|		flags |= SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|     80|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     80|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  254|     80|		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|     80|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|     80|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  255|       |
  256|    400|		for (i=0; ec_curves[i].curve_name != NULL; i++) {
  ------------------
  |  Branch (256:13): [True: 320, False: 80]
  ------------------
  257|    320|			if (card_caps.max_ecc_key_length >= ec_curves[i].size)
  ------------------
  |  Branch (257:8): [True: 198, False: 122]
  ------------------
  258|    198|				_sc_card_add_ec_alg(card, ec_curves[i].size, flags, ext_flags, &ec_curves[i].curve_oid);
  259|    320|		}
  260|     80|	}
  261|       |
  262|       |	/* show supported symmetric algorithms */
  263|    171|	flags = 0;
  264|    171|	if (card_caps.card_supported_features & MYEID_CARD_CAP_3DES) {
  ------------------
  |  |   51|    171|#define MYEID_CARD_CAP_3DES		0x02
  ------------------
  |  Branch (264:6): [True: 38, False: 133]
  ------------------
  265|     38|		if (card_caps.max_des_key_length >= 64)
  ------------------
  |  Branch (265:7): [True: 33, False: 5]
  ------------------
  266|     33|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_DES, 64, flags);
  ------------------
  |  |   76|     33|#define SC_ALGORITHM_DES		64
  ------------------
  267|     38|		if (card_caps.max_des_key_length >= 128)
  ------------------
  |  Branch (267:7): [True: 31, False: 7]
  ------------------
  268|     31|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_3DES, 128, flags);
  ------------------
  |  |   77|     31|#define SC_ALGORITHM_3DES		65
  ------------------
  269|     38|		if (card_caps.max_des_key_length >= 192)
  ------------------
  |  Branch (269:7): [True: 28, False: 10]
  ------------------
  270|     28|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_3DES, 192, flags);
  ------------------
  |  |   77|     28|#define SC_ALGORITHM_3DES		65
  ------------------
  271|     38|	}
  272|    171|	if (card_caps.card_supported_features & MYEID_CARD_CAP_AES) {
  ------------------
  |  |   52|    171|#define MYEID_CARD_CAP_AES		0x04
  ------------------
  |  Branch (272:6): [True: 36, False: 135]
  ------------------
  273|     36|		if (card_caps.max_aes_key_length >= 128)
  ------------------
  |  Branch (273:7): [True: 30, False: 6]
  ------------------
  274|     30|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_AES, 128, flags);
  ------------------
  |  |   79|     30|#define SC_ALGORITHM_AES		67
  ------------------
  275|     36|		if (card_caps.max_aes_key_length >= 256)
  ------------------
  |  Branch (275:7): [True: 22, False: 14]
  ------------------
  276|     22|			_sc_card_add_symmetric_alg(card, SC_ALGORITHM_AES, 256, flags);
  ------------------
  |  |   79|     22|#define SC_ALGORITHM_AES		67
  ------------------
  277|     36|	}
  278|       |
  279|       |	/* State that we have an RNG */
  280|    171|	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    171|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    171|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  281|       |
  282|    171|	if ((card->version.fw_major == 40 && card->version.fw_minor >= 10 )
  ------------------
  |  Branch (282:7): [True: 13, False: 158]
  |  Branch (282:39): [True: 9, False: 4]
  ------------------
  283|    162|		|| card->version.fw_major >= 41)
  ------------------
  |  Branch (283:6): [True: 64, False: 98]
  ------------------
  284|     73|		card->caps |= SC_CARD_CAP_WRAP_KEY | SC_CARD_CAP_UNWRAP_KEY
  ------------------
  |  |  572|     73|#define SC_CARD_CAP_WRAP_KEY			0x00000800
  ------------------
              		card->caps |= SC_CARD_CAP_WRAP_KEY | SC_CARD_CAP_UNWRAP_KEY
  ------------------
  |  |  574|     73|#define SC_CARD_CAP_UNWRAP_KEY			0x00001000
  ------------------
  285|     73|			   | SC_CARD_CAP_ONCARD_SESSION_OBJECTS;
  ------------------
  |  |  569|     73|#define SC_CARD_CAP_ONCARD_SESSION_OBJECTS	0x00000400
  ------------------
  286|       |
  287|    171|	if (card->version.fw_major >= 45)
  ------------------
  |  Branch (287:6): [True: 59, False: 112]
  ------------------
  288|     59|		priv->cap_chaining = 1;
  289|    171|	if (card->version.fw_major >= 40)
  ------------------
  |  Branch (289:6): [True: 77, False: 94]
  ------------------
  290|     77|		card->max_recv_size = 256;
  291|     94|	else
  292|     94|		card->max_recv_size = 255;
  293|    171|	card->max_send_size = 255;
  294|       |
  295|    171|	rv = SC_SUCCESS;
  ------------------
  |  |   28|    171|#define SC_SUCCESS				0
  ------------------
  296|       |
  297|    271|err:
  298|    271|	if (rv < 0) {
  ------------------
  |  Branch (298:6): [True: 10, False: 261]
  ------------------
  299|     10|		free(priv);
  300|     10|		card->drv_data = old_drv_data;
  301|     10|	}
  302|       |
  303|    271|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    271|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    271|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    271|	int _ret = r; \
  |  |  |  |  155|    271|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 271, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    271|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 261]
  |  |  |  |  ------------------
  |  |  |  |  157|    271|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    271|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    271|	return _ret; \
  |  |  |  |  163|    271|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  304|    271|}
card-myeid.c:myeid_load_options:
  143|    271|{
  144|    271|	int r;
  145|    271|	size_t i, j;
  146|    271|	scconf_block **found_blocks, *block;
  147|       |
  148|    271|	if (!ctx || !priv) {
  ------------------
  |  Branch (148:6): [True: 0, False: 271]
  |  Branch (148:14): [True: 0, False: 271]
  ------------------
  149|      0|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  150|      0|		goto err;
  151|      0|	}
  152|    271|	priv->disable_hw_pkcs1_padding = 0;
  153|    542|	for (i = 0; ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (153:14): [True: 271, False: 271]
  ------------------
  154|    271|		found_blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i],
  155|    271|				"card_driver", "myeid");
  156|    271|		if (!found_blocks)
  ------------------
  |  Branch (156:7): [True: 0, False: 271]
  ------------------
  157|      0|			continue;
  158|    271|		for (j = 0, block = found_blocks[j]; block; j++, block = found_blocks[j]) {
  ------------------
  |  Branch (158:40): [True: 0, False: 271]
  ------------------
  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|    271|		free(found_blocks);
  163|    271|	}
  164|    271|	r = SC_SUCCESS;
  ------------------
  |  |   28|    271|#define SC_SUCCESS				0
  ------------------
  165|       |
  166|    271|err:
  167|    271|	return r;
  168|    271|}
card-myeid.c:myeid_get_info:
 1733|    378|{
 1734|    378|	sc_apdu_t apdu;
 1735|    378|	int r;
 1736|       |
 1737|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1738|       |
 1739|    378|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0xA0);
  ------------------
  |  |  292|    378|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1740|    378|	apdu.resp    = rbuf;
 1741|    378|	apdu.resplen = buflen;
 1742|    378|	apdu.le      = buflen;
 1743|       |
 1744|    378|	r = sc_transmit_apdu(card, &apdu);
 1745|    378|	LOG_TEST_RET(card->ctx, r,  "APDU transmit failed");
  ------------------
  |  |  174|    378|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    378|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    378|	int _ret = (r); \
  |  |  |  |  168|    378|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 367]
  |  |  |  |  ------------------
  |  |  |  |  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|    378|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 367]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1746|       |
 1747|    367|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1747:6): [True: 155, False: 212]
  |  Branch (1747:26): [True: 15, False: 197]
  ------------------
 1748|    170|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    170|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1749|       |
 1750|    197|	if (apdu.resplen != 20)
  ------------------
  |  Branch (1750:6): [True: 19, False: 178]
  ------------------
 1751|     19|	{
 1752|     19|		sc_log(card->ctx, "Unexpected response to GET DATA (applet info)");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1753|     19|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     19|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1754|     19|	}
 1755|       |
 1756|       |	/* store the applet version */
 1757|    178|	card->version.fw_major = rbuf[5] * 10 + rbuf[6];
 1758|    178|	card->version.fw_minor = rbuf[7];
 1759|       |	/* add version to name */
 1760|    178|	snprintf(card_name_buf, sizeof(card_name_buf),
 1761|    178|			"%s %d.%d.%d", card->name, rbuf[5], rbuf[6], rbuf[7]);
 1762|    178|	card->name = card_name_buf;
 1763|       |
 1764|    178|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1765|    178|}
card-myeid.c:myeid_get_card_caps:
 1816|     77|{
 1817|     77|	sc_apdu_t apdu;
 1818|     77|	int r;
 1819|     77|	unsigned char rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1820|       |
 1821|     77|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     77|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     77|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     77|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     77|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 77]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1822|       |
 1823|     77|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0xAA);
  ------------------
  |  |  292|     77|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1824|     77|	apdu.resp    = rbuf;
 1825|     77|	apdu.resplen = sizeof(myeid_card_caps_t);
 1826|     77|	apdu.le      = sizeof(myeid_card_caps_t);
 1827|       |
 1828|     77|	r = sc_transmit_apdu(card, &apdu);
 1829|     77|	LOG_TEST_RET(card->ctx, r,  "APDU transmit 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: 1, False: 76]
  |  |  |  |  ------------------
  |  |  |  |  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|     77|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 76]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1830|       |
 1831|     76|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (1831:6): [True: 26, False: 50]
  |  Branch (1831:26): [True: 4, False: 46]
  ------------------
 1832|     30|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     30|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1833|       |
 1834|     46|	if (apdu.resplen < 11) {
  ------------------
  |  Branch (1834:6): [True: 4, False: 42]
  ------------------
 1835|      4|		sc_log(card->ctx, "Unexpected response to GET DATA (MyEIC card capabilities)");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1836|      4|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      4|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1837|      4|	}
 1838|       |
 1839|     42|	card_caps->card_caps_ver = rbuf[0];
 1840|       |	/* the card returns big endian values */
 1841|     42|	card_caps->card_supported_features = (unsigned short) rbuf[1] << 8 | rbuf[2];
 1842|     42|	card_caps->max_rsa_key_length = (unsigned short) rbuf[3] << 8 | rbuf[4];
 1843|     42|	card_caps->max_des_key_length = (unsigned short) rbuf[5] << 8 | rbuf[6];
 1844|     42|	card_caps->max_aes_key_length = (unsigned short) rbuf[7] << 8 | rbuf[8];
 1845|     42|	card_caps->max_ecc_key_length = (unsigned short) rbuf[9] << 8 | rbuf[10];
 1846|       |
 1847|     42|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1848|     42|}
card-myeid.c:myeid_finish:
 1886|    261|{
 1887|    261|	struct myeid_private_data *priv = (struct myeid_private_data *) card->drv_data;
 1888|    261|	free(priv);
 1889|    261|	return SC_SUCCESS;
  ------------------
  |  |   28|    261|#define SC_SUCCESS				0
  ------------------
 1890|    261|}
card-myeid.c:myeid_select_file:
  392|  1.79k|{
  393|  1.79k|	int r;
  394|       |
  395|  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|  1.79k|	r = iso_ops->select_file(card, in_path, file);
  397|       |
  398|  1.79k|	if (r == 0 && file != NULL && *file != NULL)
  ------------------
  |  Branch (398:6): [True: 416, False: 1.37k]
  |  Branch (398:16): [True: 80, False: 336]
  |  Branch (398:32): [True: 80, False: 0]
  ------------------
  399|     80|		parse_sec_attr(*file, (*file)->sec_attr, (*file)->sec_attr_len);
  400|       |
  401|  1.79k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|  1.37k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.37k, False: 416]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|  1.79k|}
card-myeid.c:parse_sec_attr:
  350|     80|{
  351|     80|	int i;
  352|     80|	const int df_ops[4] =
  353|     80|		{ SC_AC_OP_CREATE, SC_AC_OP_CREATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  169|     80|#define SC_AC_OP_CREATE			3
  ------------------
              		{ SC_AC_OP_CREATE, SC_AC_OP_CREATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  169|     80|#define SC_AC_OP_CREATE			3
  ------------------
              		{ SC_AC_OP_CREATE, SC_AC_OP_CREATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  168|     80|#define SC_AC_OP_DELETE			2
  ------------------
  354|     80|	const int ef_ops[4] =
  355|     80|		{ SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  188|     80|#define SC_AC_OP_READ			22
  ------------------
              		{ SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  189|     80|#define SC_AC_OP_UPDATE			23
  ------------------
              		{ SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, -1 };
  ------------------
  |  |  168|     80|#define SC_AC_OP_DELETE			2
  ------------------
  356|     80|	const int key_ops[4] =
  357|     80|		{ SC_AC_OP_CRYPTO, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, SC_AC_OP_GENERATE };
  ------------------
  |  |  173|     80|#define SC_AC_OP_CRYPTO			7
  ------------------
              		{ SC_AC_OP_CRYPTO, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, SC_AC_OP_GENERATE };
  ------------------
  |  |  189|     80|#define SC_AC_OP_UPDATE			23
  ------------------
              		{ SC_AC_OP_CRYPTO, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, SC_AC_OP_GENERATE };
  ------------------
  |  |  168|     80|#define SC_AC_OP_DELETE			2
  ------------------
              		{ SC_AC_OP_CRYPTO, SC_AC_OP_UPDATE, SC_AC_OP_DELETE, SC_AC_OP_GENERATE };
  ------------------
  |  |  192|     80|#define SC_AC_OP_GENERATE		26
  ------------------
  358|       |
  359|     80|	const int *ops;
  360|       |
  361|     80|	if (len < 2)
  ------------------
  |  Branch (361:6): [True: 41, False: 39]
  ------------------
  362|     41|		return;
  363|       |
  364|     39|	switch (file->type) {
  365|      8|	case SC_FILE_TYPE_WORKING_EF:
  ------------------
  |  |  216|      8|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  |  Branch (365:2): [True: 8, False: 31]
  ------------------
  366|      8|		ops = ef_ops;
  367|      8|		break;
  368|      6|	case SC_FILE_TYPE_INTERNAL_EF:
  ------------------
  |  |  215|      6|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  |  Branch (368:2): [True: 6, False: 33]
  ------------------
  369|      6|		ops = key_ops;
  370|      6|		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: 13, False: 143]
  ------------------
  382|     13|			continue;
  383|    143|		if ((i & 1) == 0)
  ------------------
  |  Branch (383:7): [True: 78, False: 65]
  ------------------
  384|     78|			add_acl_entry(file, ops[i], (u8)(buf[i / 2] >> 4));
  385|     65|		else
  386|     65|			add_acl_entry(file, ops[i], (u8)(buf[i / 2] & 0x0F));
  387|    143|	}
  388|     39|}
card-myeid.c:add_acl_entry:
  330|    143|{
  331|    143|	unsigned int method, key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|    143|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  332|       |
  333|    143|	switch (byte)
  334|    143|	{
  335|     40|	case 0:
  ------------------
  |  Branch (335:2): [True: 40, False: 103]
  ------------------
  336|     40|		method = SC_AC_NONE;
  ------------------
  |  |  150|     40|#define SC_AC_NONE			0x00000000
  ------------------
  337|     40|		break;
  338|     18|	case 15:
  ------------------
  |  Branch (338:2): [True: 18, False: 125]
  ------------------
  339|     18|		method = SC_AC_NEVER;
  ------------------
  |  |  163|     18|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  340|     18|		break;
  341|     85|	default:
  ------------------
  |  Branch (341:2): [True: 85, False: 58]
  ------------------
  342|     85|		method = SC_AC_CHV;
  ------------------
  |  |  151|     85|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  343|     85|		key_ref = byte;
  344|     85|		break;
  345|    143|	}
  346|    143|	sc_file_add_acl_entry(file, op, method, key_ref);
  347|    143|}
card-myeid.c:myeid_set_security_env:
  978|     88|{
  979|     88|	struct sc_context *ctx = card->ctx;
  980|     88|	myeid_private_data_t* priv;
  981|       |
  982|     88|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     88|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     88|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     88|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     88|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 88]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  983|       |
  984|     88|	priv = (myeid_private_data_t*) card->drv_data;
  985|       |	/* store security environment to differentiate between ECDH and RSA in decipher - Hannu*/
  986|     88|	priv->sec_env = env;
  987|       |
  988|       |	/* for symmetric operation save algo and algo flags */
  989|     88|	priv->algorithm_flags = env->algorithm_flags;
  990|     88|	priv->algorithm = env->algorithm;
  991|       |
  992|     88|	if (env->flags & SC_SEC_ENV_ALG_PRESENT)
  ------------------
  |  |   60|     88|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
  |  Branch (992:6): [True: 88, False: 0]
  ------------------
  993|     88|	{
  994|     88|		sc_security_env_t tmp;
  995|       |
  996|     88|		tmp = *env;
  997|     88|		tmp.flags &= ~SC_SEC_ENV_ALG_PRESENT;
  ------------------
  |  |   60|     88|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
  998|     88|		tmp.flags |= SC_SEC_ENV_ALG_REF_PRESENT;
  ------------------
  |  |   56|     88|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  999|       |
 1000|     88|		if (tmp.algorithm == SC_ALGORITHM_RSA)
  ------------------
  |  |   69|     88|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1000:7): [True: 88, False: 0]
  ------------------
 1001|     88|		{
 1002|     88|			if (tmp.operation == SC_SEC_OPERATION_UNWRAP || tmp.operation == SC_SEC_OPERATION_WRAP)
  ------------------
  |  |   52|    176|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
              			if (tmp.operation == SC_SEC_OPERATION_UNWRAP || tmp.operation == SC_SEC_OPERATION_WRAP)
  ------------------
  |  |   51|     88|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (1002:8): [True: 0, False: 88]
  |  Branch (1002:52): [True: 0, False: 88]
  ------------------
 1003|      0|			{
 1004|      0|			    tmp.algorithm_ref = 0x0A;
 1005|      0|			}
 1006|     88|			else
 1007|     88|			{
 1008|     88|				tmp.algorithm_ref = 0x00;
 1009|       |				/* potential FIXME: return an error, if an unsupported
 1010|       |				* pad or hash was requested, although this shouldn't happen */
 1011|     88|				if ((env->operation == SC_SEC_OPERATION_SIGN && env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |   48|    176|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
              				if ((env->operation == SC_SEC_OPERATION_SIGN && env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |  109|     42|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (1011:10): [True: 42, False: 46]
  |  Branch (1011:53): [True: 18, False: 24]
  ------------------
 1012|     70|					|| (env->operation == SC_SEC_OPERATION_DECIPHER && env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02))
  ------------------
  |  |   47|    140|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
              					|| (env->operation == SC_SEC_OPERATION_DECIPHER && env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02))
  ------------------
  |  |  110|     46|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (1012:10): [True: 46, False: 24]
  |  Branch (1012:57): [True: 0, False: 46]
  ------------------
 1013|     18|					tmp.algorithm_ref = 0x02;
 1014|     88|				if (tmp.algorithm_flags & SC_ALGORITHM_RSA_HASH_SHA1)
  ------------------
  |  |  134|     88|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  |  Branch (1014:9): [True: 0, False: 88]
  ------------------
 1015|      0|					tmp.algorithm_ref |= 0x10;
 1016|     88|			}
 1017|       |
 1018|     88|			return myeid_set_security_env_rsa(card, &tmp, se_num);
 1019|     88|		}
 1020|      0|		else if (tmp.algorithm == SC_ALGORITHM_EC)
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1020:12): [True: 0, False: 0]
  ------------------
 1021|      0|		{
 1022|      0|			tmp.algorithm_ref = 0x04;
 1023|      0|			tmp.algorithm_flags = 0;
 1024|      0|			return myeid_set_security_env_ec(card, &tmp, se_num);
 1025|      0|		}
 1026|      0|		else if (tmp.algorithm == SC_ALGORITHM_AES)
  ------------------
  |  |   79|      0|#define SC_ALGORITHM_AES		67
  ------------------
  |  Branch (1026:12): [True: 0, False: 0]
  ------------------
 1027|      0|		{
 1028|      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 (1028:8): [True: 0, False: 0]
  |  Branch (1028:52): [True: 0, False: 0]
  ------------------
 1029|      0|			{
 1030|      0|				tmp.algorithm_ref = 0x0A;
 1031|      0|			}
 1032|      0|			else
 1033|      0|			{
 1034|      0|				tmp.algorithm_ref = 0x00;
 1035|      0|			}
 1036|       |
 1037|      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 (1037:8): [True: 0, False: 0]
  ------------------
 1038|      0|				tmp.algorithm_ref |= 0x80;		/* set PKCS#7 padding */
 1039|       |			/* Tag 0x80 algorithm_ref - value 0x80 or 0x8A is working only for UNWRAP/WRAP
 1040|       |			 * AES is supported from version 4.0 but without pkcs#7 padding.
 1041|       |			 * For SC_SEC_OPERATION_ENCRYPT_SYM and SC_SEC_OPERATION_DECRYPT_SYM we running
 1042|       |			 * PKCS#7 in software, here we fix the algorithm_ref variable.
 1043|       |			 */
 1044|      0|			if (IS_SYMETRIC_CRYPT(env->operation))
  ------------------
  |  |  732|      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 (732:31): [True: 0, False: 0]
  |  |  |  Branch (732:70): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1045|      0|				tmp.algorithm_ref &= ~0x80; /* do not handle padding in card */
 1046|       |
 1047|       |			/* from this point, there's no difference to RSA SE */
 1048|      0|			return myeid_set_security_env_rsa(card, &tmp, se_num);
 1049|      0|		}
 1050|      0|		else
 1051|      0|		{
 1052|       |
 1053|      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__
  |  |  ------------------
  ------------------
 1054|      0|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1055|      0|		}
 1056|     88|	}
 1057|      0|	return myeid_set_security_env_rsa(card, env, se_num);
 1058|     88|}
card-myeid.c:myeid_set_security_env_rsa:
  736|    105|{
  737|    105|	sc_apdu_t apdu;
  738|    105|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
  739|    105|	u8 *p;
  740|    105|	int r;
  741|    105|	size_t i, sz;
  742|    105|	sc_path_t *target_file;
  743|       |
  744|    105|	if (card == NULL || env == NULL)
  ------------------
  |  Branch (744:6): [True: 0, False: 105]
  |  Branch (744:22): [True: 0, False: 105]
  ------------------
  745|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  746|    105|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    105|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    105|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    105|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    105|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 105]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  747|       |
  748|    105|	if (env->flags & SC_SEC_ENV_KEY_REF_SYMMETRIC)
  ------------------
  |  |   59|    105|#define SC_SEC_ENV_KEY_REF_SYMMETRIC	0x0008
  ------------------
  |  Branch (748:6): [True: 0, False: 105]
  ------------------
  749|      0|	{
  750|      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__
  |  |  ------------------
  ------------------
  751|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  752|      0|	}
  753|    105|	if (se_num > 0)
  ------------------
  |  Branch (753:6): [True: 0, False: 105]
  ------------------
  754|      0|	{
  755|      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__
  |  |  ------------------
  ------------------
  756|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  757|      0|	}
  758|       |
  759|    105|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0, 0);
  ------------------
  |  |  293|    105|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  760|    105|	switch (env->operation)
  761|    105|	{
  762|     63|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|     63|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (762:2): [True: 63, False: 42]
  ------------------
  763|     63|		apdu.p1 = 0x41;
  764|     63|		apdu.p2 = 0xB8;
  765|     63|		break;
  766|     42|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|     42|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (766:2): [True: 42, False: 63]
  ------------------
  767|     42|		apdu.p1 = 0x41;
  768|     42|		apdu.p2 = 0xB6;
  769|     42|		break;
  770|      0|	case SC_SEC_OPERATION_UNWRAP:
  ------------------
  |  |   52|      0|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
  |  Branch (770:2): [True: 0, False: 105]
  ------------------
  771|      0|		apdu.p1 = 0x41;
  772|      0|		apdu.p2 = 0xB8;
  773|      0|		break;
  774|      0|	case SC_SEC_OPERATION_WRAP:
  ------------------
  |  |   51|      0|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (774:2): [True: 0, False: 105]
  ------------------
  775|      0|		apdu.p1 = 0x81;
  776|      0|		apdu.p2 = 0xB8;
  777|      0|		break;
  778|      0|	case SC_SEC_OPERATION_ENCRYPT_SYM:
  ------------------
  |  |   53|      0|#define SC_SEC_OPERATION_ENCRYPT_SYM	0x0007
  ------------------
  |  Branch (778:2): [True: 0, False: 105]
  ------------------
  779|      0|		apdu.p1 = 0x81;
  780|      0|		apdu.p2 = 0xB8;
  781|      0|		break;
  782|      0|	case SC_SEC_OPERATION_DECRYPT_SYM:
  ------------------
  |  |   54|      0|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  ------------------
  |  Branch (782:2): [True: 0, False: 105]
  ------------------
  783|      0|		apdu.p1 = 0x41;
  784|      0|		apdu.p2 = 0xB8;
  785|      0|		break;
  786|      0|	default:
  ------------------
  |  Branch (786:2): [True: 0, False: 105]
  ------------------
  787|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  788|    105|	}
  789|    105|	apdu.le = 0;
  790|    105|	p = sbuf;
  791|    105|	if (env->flags & SC_SEC_ENV_ALG_REF_PRESENT)
  ------------------
  |  |   56|    105|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (791:6): [True: 105, False: 0]
  ------------------
  792|    105|	{
  793|    105|		*p++ = 0x80;	/* algorithm reference */
  794|    105|		*p++ = 0x01;
  795|    105|		*p++ = env->algorithm_ref & 0xFF;
  796|    105|	}
  797|    105|	if (env->flags & SC_SEC_ENV_FILE_REF_PRESENT)
  ------------------
  |  |   57|    105|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (797:6): [True: 17, False: 88]
  ------------------
  798|     17|	{
  799|     17|		*p++ = 0x81;
  800|     17|		*p++ = 2;
  801|     17|		memcpy(p, env->file_ref.value, 2);
  802|     17|		p += 2;
  803|     17|	}
  804|       |	/* symmetric operations: we need to set the key reference */
  805|    105|	if (IS_SYMETRIC_CRYPT(env->operation)) {
  ------------------
  |  |  732|    105|#define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   53|    210|#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|    105|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  |  |  ------------------
  |  |  |  Branch (732:31): [True: 0, False: 105]
  |  |  |  Branch (732:70): [True: 0, False: 105]
  |  |  ------------------
  ------------------
  806|      0|		*p++ = 0x83;
  807|      0|		*p++ = 1;
  808|      0|		*p++ = 0;
  809|      0|	}
  810|    105|	if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT && env->operation != SC_SEC_OPERATION_UNWRAP &&
  ------------------
  |  |   58|    210|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
              	if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT && env->operation != SC_SEC_OPERATION_UNWRAP &&
  ------------------
  |  |   52|    210|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
  |  Branch (810:6): [True: 105, False: 0]
  |  Branch (810:49): [True: 105, False: 0]
  ------------------
  811|    105|			env->operation != SC_SEC_OPERATION_WRAP &&
  ------------------
  |  |   51|    210|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (811:4): [True: 105, False: 0]
  ------------------
  812|    105|			env->operation != SC_SEC_OPERATION_ENCRYPT_SYM &&
  ------------------
  |  |   53|    210|#define SC_SEC_OPERATION_ENCRYPT_SYM	0x0007
  ------------------
  |  Branch (812:4): [True: 105, False: 0]
  ------------------
  813|    105|			env->operation != SC_SEC_OPERATION_DECRYPT_SYM) {
  ------------------
  |  |   54|    105|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  ------------------
  |  Branch (813:4): [True: 105, False: 0]
  ------------------
  814|    105|		*p++ = 0x84;
  815|    105|		*p++ = 1;
  816|    105|		*p++ = 0;
  817|    105|	}
  818|  1.15k|	for (i = 0; i < SC_SEC_ENV_MAX_PARAMS; i++)
  ------------------
  |  |   64|  1.15k|#define SC_SEC_ENV_MAX_PARAMS		10
  ------------------
  |  Branch (818:14): [True: 1.05k, False: 105]
  ------------------
  819|  1.05k|	    if (env->params[i].param_type == SC_SEC_ENV_PARAM_TARGET_FILE) {
  ------------------
  |  |   66|  1.05k|#define SC_SEC_ENV_PARAM_TARGET_FILE	2
  ------------------
  |  Branch (819:10): [True: 0, False: 1.05k]
  ------------------
  820|      0|			target_file = (sc_path_t*) env->params[i].value;
  821|      0|			if (env->params[i].value_len < sizeof(sc_path_t) || target_file->len != 2) {
  ------------------
  |  Branch (821:8): [True: 0, False: 0]
  |  Branch (821:56): [True: 0, False: 0]
  ------------------
  822|      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__
  |  |  ------------------
  ------------------
  823|      0|				return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  824|      0|			}
  825|      0|			*p++ = 0x83;
  826|      0|			*p++ = 2;
  827|      0|			memcpy(p, target_file->value, 2);
  828|      0|			p+= 2;
  829|      0|			break;
  830|      0|	    }
  831|       |
  832|    105|	r = 0;
  833|    105|	if (env->operation == SC_SEC_OPERATION_UNWRAP || env->operation == SC_SEC_OPERATION_WRAP ||
  ------------------
  |  |   52|    210|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
              	if (env->operation == SC_SEC_OPERATION_UNWRAP || env->operation == SC_SEC_OPERATION_WRAP ||
  ------------------
  |  |   51|    210|#define SC_SEC_OPERATION_WRAP		0x0005
  ------------------
  |  Branch (833:6): [True: 0, False: 105]
  |  Branch (833:51): [True: 0, False: 105]
  ------------------
  834|    105|			IS_SYMETRIC_CRYPT(env->operation)) {
  ------------------
  |  |  732|    105|#define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   53|    210|#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|    105|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  |  |  ------------------
  |  |  |  Branch (732:31): [True: 0, False: 105]
  |  |  |  Branch (732:70): [True: 0, False: 105]
  |  |  ------------------
  ------------------
  835|       |		/* add IV if present */
  836|      0|		for (i = 0; i < SC_SEC_ENV_MAX_PARAMS; i++)
  ------------------
  |  |   64|      0|#define SC_SEC_ENV_MAX_PARAMS		10
  ------------------
  |  Branch (836:15): [True: 0, False: 0]
  ------------------
  837|      0|			if (env->params[i].param_type == SC_SEC_ENV_PARAM_IV) {
  ------------------
  |  |   65|      0|#define SC_SEC_ENV_PARAM_IV		1
  ------------------
  |  Branch (837:8): [True: 0, False: 0]
  ------------------
  838|      0|				r = 1;
  839|      0|				*p++ = 0x87;
  840|      0|				*p++ = (unsigned char) env->params[i].value_len;
  841|      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 (841:9): [True: 0, False: 0]
  ------------------
  842|      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__
  |  |  ------------------
  ------------------
  843|      0|					return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  844|      0|				}
  845|      0|				memcpy(p, env->params[i].value, env->params[i].value_len);
  846|      0|				p+=(unsigned char) env->params[i].value_len;
  847|      0|				break;
  848|      0|			}
  849|      0|	}
  850|       |	/* for AES_ECB we need to reset the IV but we respect if the IV is already present */
  851|    105|	if (IS_SYMETRIC_CRYPT(env->operation) && env->algorithm == SC_ALGORITHM_AES &&
  ------------------
  |  |  732|    210|#define IS_SYMETRIC_CRYPT(x) ((x) == SC_SEC_OPERATION_ENCRYPT_SYM || (x) == SC_SEC_OPERATION_DECRYPT_SYM)
  |  |  ------------------
  |  |  |  |   53|    210|#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|    105|#define SC_SEC_OPERATION_DECRYPT_SYM	0x0008
  |  |  ------------------
  |  |  |  Branch (732:31): [True: 0, False: 105]
  |  |  |  Branch (732:70): [True: 0, False: 105]
  |  |  ------------------
  ------------------
              	if (IS_SYMETRIC_CRYPT(env->operation) && env->algorithm == SC_ALGORITHM_AES &&
  ------------------
  |  |   79|    105|#define SC_ALGORITHM_AES		67
  ------------------
  |  Branch (851:43): [True: 0, False: 0]
  ------------------
  852|      0|			env->algorithm_flags == SC_ALGORITHM_AES_ECB && r == 0) {
  ------------------
  |  |  206|    105|#define SC_ALGORITHM_AES_ECB		 0x01000000
  ------------------
  |  Branch (852:4): [True: 0, False: 0]
  |  Branch (852:52): [True: 0, False: 0]
  ------------------
  853|      0|		*p++ = 0x87;
  854|      0|		*p++ = 16;
  855|      0|		memset(p, 0, 16);
  856|      0|		p += 16;
  857|      0|	}
  858|       |
  859|    105|	sz = p - sbuf;
  860|    105|	apdu.lc = sz;
  861|    105|	apdu.datalen = sz;
  862|    105|	apdu.data = sbuf;
  863|    105|	apdu.resplen = 0;
  864|    105|	r = (int)sz;
  865|    105|	if (apdu.datalen != 0)
  ------------------
  |  Branch (865:6): [True: 105, False: 0]
  ------------------
  866|    105|	{
  867|    105|		r = sc_transmit_apdu(card, &apdu);
  868|    105|		if (r)
  ------------------
  |  Branch (868:7): [True: 1, False: 104]
  ------------------
  869|      1|		{
  870|      1|			sc_log(card->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__
  |  |  ------------------
  ------------------
  871|      1|				"%s: APDU transmit failed", sc_strerror(r));
  872|      1|			goto err;
  873|      1|		}
  874|    104|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  875|    104|		if (r)
  ------------------
  |  Branch (875:7): [True: 20, False: 84]
  ------------------
  876|     20|		{
  877|     20|			sc_log(card->ctx,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  878|     20|				"%s: Card returned error", sc_strerror(r));
  879|     20|			goto err;
  880|     20|		}
  881|    104|	}
  882|    105|err:
  883|    105|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    105|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    105|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    105|	int _ret = r; \
  |  |  |  |  155|    105|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 105, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    105|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 84]
  |  |  |  |  ------------------
  |  |  |  |  157|    105|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    105|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    105|	return _ret; \
  |  |  |  |  163|    105|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  884|    105|}
card-myeid.c:myeid_compute_signature:
 1191|     30|{
 1192|     30|	struct sc_context *ctx;
 1193|     30|	struct sc_apdu apdu;
 1194|     30|	u8 rbuf[MYEID_MAX_EXT_APDU_BUFFER_SIZE];
 1195|     30|	u8 sbuf[MYEID_MAX_EXT_APDU_BUFFER_SIZE];
 1196|     30|	struct myeid_private_data* priv;
 1197|     30|	int r;
 1198|     30|	size_t field_length = 0;
 1199|     30|	size_t pad_chars = 0;
 1200|       |
 1201|     30|	if (card == NULL || data == NULL || out == NULL)
  ------------------
  |  Branch (1201:6): [True: 0, False: 30]
  |  Branch (1201:22): [True: 0, False: 30]
  |  Branch (1201:38): [True: 0, False: 30]
  ------------------
 1202|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1203|     30|	ctx = card->ctx;
 1204|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1205|       |
 1206|     30|	priv = (myeid_private_data_t*) card->drv_data;
 1207|     30|	sc_log(ctx, "key type %lu, key length %lu", priv->sec_env->algorithm, priv->sec_env->algorithm_ref);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1208|       |
 1209|     30|	if (priv->sec_env->algorithm == SC_ALGORITHM_EC ) {
  ------------------
  |  |   70|     30|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1209:6): [True: 0, False: 30]
  ------------------
 1210|       |
 1211|      0|	    field_length = priv->sec_env->algorithm_ref;
 1212|       |
 1213|       |	    /* pad with zeros if needed */
 1214|      0|		if (datalen < BYTES4BITS(field_length)) {
  ------------------
  |  |  146|      0|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  |  Branch (1214:7): [True: 0, False: 0]
  ------------------
 1215|      0|			pad_chars = BYTES4BITS(field_length) - datalen;
  ------------------
  |  |  146|      0|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
 1216|       |
 1217|      0|			memset(sbuf, 0, pad_chars);
 1218|      0|		}
 1219|      0|	}
 1220|       |
 1221|     30|	if ((datalen + pad_chars) > sizeof(sbuf))
  ------------------
  |  Branch (1221:6): [True: 0, False: 30]
  ------------------
 1222|     30|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1223|       |
 1224|     30|	if (priv->sec_env->algorithm == SC_ALGORITHM_RSA && datalen == 256 && !priv->cap_chaining)
  ------------------
  |  |   69|     60|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1224:6): [True: 30, False: 0]
  |  Branch (1224:54): [True: 18, False: 12]
  |  Branch (1224:72): [True: 17, False: 1]
  ------------------
 1225|     17|		return myeid_compute_raw_2048_signature(card, data, datalen, out, outlen);
 1226|       |
 1227|       |	/* INS: 0x2A  PERFORM SECURITY OPERATION
 1228|       |		* P1:  0x9E  Resp: Digital Signature
 1229|       |		* P2:  0x9A  Cmd: Input for Digital Signature */
 1230|     13|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x9E, 0x9A);
  ------------------
  |  |  294|     13|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1231|     13|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|     13|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 1232|     13|	apdu.resp = rbuf;
 1233|     13|	apdu.resplen = sizeof(rbuf);
 1234|     13|	apdu.le = 256;
 1235|     13|	memcpy(sbuf + pad_chars, data, datalen);
 1236|     13|	apdu.lc = datalen + pad_chars;
 1237|     13|	apdu.datalen = datalen + pad_chars;
 1238|       |
 1239|     13|	apdu.data = sbuf;
 1240|     13|	r = sc_transmit_apdu(card, &apdu);
 1241|     13|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  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: 2, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  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|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1242|     11|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1243|     11|	LOG_TEST_RET(ctx, r, "compute_signature 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: 6, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  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|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 5]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1244|       |
 1245|      5|	if (priv->sec_env->algorithm == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|      5|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1245:6): [True: 0, False: 5]
  ------------------
 1246|      0|		r = myeid_convert_ec_signature(ctx, priv->sec_env->algorithm_ref, apdu.resp, apdu.resplen);
 1247|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1248|      0|		apdu.resplen = r;
 1249|      0|	}
 1250|       |
 1251|      5|	if (apdu.resplen > outlen)
  ------------------
  |  Branch (1251:6): [True: 1, False: 4]
  ------------------
 1252|      5|		LOG_FUNC_RETURN(ctx, SC_ERROR_BUFFER_TOO_SMALL);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1253|       |
 1254|      4|	memcpy(out, apdu.resp, apdu.resplen);
 1255|      4|	LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  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: 1, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  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|      3|	} 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|      4|	return _ret; \
  |  |  |  |  163|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1256|      4|}
card-myeid.c:myeid_compute_raw_2048_signature:
 1128|     17|{
 1129|     17|	int r;
 1130|     17|	struct sc_context *ctx;
 1131|     17|	struct myeid_private_data *priv;
 1132|     17|	struct sc_apdu apdu;
 1133|     17|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 1134|     17|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
 1135|     17|	sc_security_env_t env;
 1136|       |
 1137|     17|	ctx = card->ctx;
 1138|     17|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1139|       |
 1140|     17|	priv = (myeid_private_data_t *) card->drv_data;
 1141|       |
 1142|       |/* security env change - use DECIPHER operation */
 1143|     17|	memcpy(&env, priv->sec_env, sizeof(sc_security_env_t));
 1144|     17|	env.flags |= SC_SEC_ENV_ALG_REF_PRESENT;
  ------------------
  |  |   56|     17|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
 1145|     17|	env.flags |= SC_SEC_ENV_FILE_REF_PRESENT;
  ------------------
  |  |   57|     17|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
 1146|     17|	env.flags |= SC_SEC_ENV_KEY_REF_PRESENT;
  ------------------
  |  |   58|     17|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
 1147|     17|	env.operation = SC_SEC_OPERATION_DECIPHER;
  ------------------
  |  |   47|     17|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
 1148|     17|	myeid_set_security_env_rsa(card, &env, 0);
 1149|       |
 1150|     17|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  293|     17|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1151|     17|	apdu.resp = rbuf;
 1152|     17|	apdu.resplen = sizeof(rbuf);
 1153|     17|	apdu.le = 0;	/* there is no response to 1st part of data */
 1154|       |
 1155|       |/* prepare 1st part of data */
 1156|     17|	sbuf[0] = 0x81;
 1157|     17|	memcpy(sbuf + 1, data, datalen / 2);
 1158|     17|	apdu.lc = datalen / 2 + 1;
 1159|     17|	apdu.datalen = apdu.lc;
 1160|     17|	apdu.data = sbuf;
 1161|       |
 1162|     17|	r = sc_transmit_apdu(card, &apdu);
 1163|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1164|     16|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1164:6): [True: 10, False: 6]
  |  Branch (1164:26): [True: 9, False: 1]
  ------------------
 1165|       |/* prepare 2nd part of data */
 1166|      9|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, 0x80, 0x86);
  ------------------
  |  |  294|      9|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
 1167|      9|		apdu.resp = rbuf;
 1168|      9|		apdu.resplen = sizeof(rbuf);
 1169|      9|		apdu.le = datalen;
 1170|      9|		sbuf[0] = 0x82;
 1171|      9|		memcpy(sbuf + 1, data + datalen / 2, datalen / 2);
 1172|      9|		apdu.lc = datalen / 2 + 1;
 1173|      9|		apdu.datalen = apdu.lc;
 1174|      9|		apdu.data = sbuf;
 1175|       |
 1176|      9|		r = sc_transmit_apdu(card, &apdu);
 1177|      9|		LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  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: 1, False: 8]
  |  |  |  |  ------------------
  |  |  |  |  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|      9|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1178|       |
 1179|      8|		if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1179:7): [True: 7, False: 1]
  |  Branch (1179:27): [True: 6, False: 1]
  ------------------
 1180|      6|			size_t len = apdu.resplen > outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (1180:17): [True: 0, False: 6]
  ------------------
 1181|      6|			memcpy(out, apdu.resp, len);
 1182|      6|			LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  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: 1, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  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|      5|	} else { \
  |  |  |  |  159|      5|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      5|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      5|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1183|      6|		}
 1184|      8|	}
 1185|      9|	LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1186|      9|}
card-myeid.c:myeid_decipher:
 1413|     41|{
 1414|     41|	int r;
 1415|     41|	myeid_private_data_t* priv;
 1416|       |
 1417|     41|	if (card == NULL || crgram == NULL || out == NULL)
  ------------------
  |  Branch (1417:6): [True: 0, False: 41]
  |  Branch (1417:22): [True: 0, False: 41]
  |  Branch (1417:40): [True: 0, False: 41]
  ------------------
 1418|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1419|       |
 1420|     41|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     41|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     41|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     41|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     41|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 41]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1421|       |
 1422|     41|	priv = (myeid_private_data_t*)card->drv_data;
 1423|       |
 1424|     41|	if (priv->sec_env && priv->sec_env->algorithm == SC_ALGORITHM_EC
  ------------------
  |  |   70|     82|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1424:6): [True: 41, False: 0]
  |  Branch (1424:23): [True: 0, False: 41]
  ------------------
 1425|      0|		&& priv->sec_env->operation == SC_SEC_OPERATION_DERIVE
  ------------------
  |  |   50|     41|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
  |  Branch (1425:6): [True: 0, False: 0]
  ------------------
 1426|      0|		&& priv->sec_env->algorithm_flags & SC_ALGORITHM_ECDH_CDH_RAW)
  ------------------
  |  |  173|      0|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  |  Branch (1426:6): [True: 0, False: 0]
  ------------------
 1427|      0|	{
 1428|      0|		r = myeid_ecdh_derive(card, crgram, crgram_len, out, outlen);
 1429|      0|		priv->sec_env = NULL; /* clear after operation */
 1430|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1431|      0|	}
 1432|       |
 1433|     41|	r = myeid_transmit_decipher(card, 0x80, 0x86, crgram, crgram_len, out, outlen);
 1434|     41|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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: 16, False: 25]
  |  |  |  |  ------------------
  |  |  |  |  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|     15|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 15, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|     16|			"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|     41|	return _ret; \
  |  |  |  |  163|     41|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1435|     41|}
card-myeid.c:myeid_transmit_decipher:
 1358|     41|{
 1359|     41|	myeid_private_data_t *priv = card->drv_data;
 1360|     41|	struct sc_apdu apdu;
 1361|     41|	u8 rbuf[SC_MAX_EXT_APDU_BUFFER_SIZE];
 1362|     41|	u8 sbuf[SC_MAX_EXT_APDU_BUFFER_SIZE];
 1363|     41|	int r;
 1364|       |
 1365|     41|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     41|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     41|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     41|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     41|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 41]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1366|       |
 1367|       |	/* INS: 0x2A  PERFORM SECURITY OPERATION
 1368|       |	 * P1:  0x00  Resp: No response (unwrapping)
 1369|       |	 * P1:  0x80  Resp: Plain value
 1370|       |	 * P2:  0x84  Cmd: Cryptogram (no padding byte)
 1371|       |	 * P2:  0x86  Cmd: Padding indicator byte followed by cryptogram */
 1372|     41|	sc_format_apdu(card, &apdu, p1 ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT, 0x2A, p1, p2);
  ------------------
  |  |  294|     41|#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 (1372:30): [True: 41, False: 0]
  ------------------
 1373|     41|	if (p2 == 0x86) {
  ------------------
  |  Branch (1373:6): [True: 41, False: 0]
  ------------------
 1374|     41|		if (crgram_len+1 > sizeof(sbuf))
  ------------------
  |  Branch (1374:7): [True: 0, False: 41]
  ------------------
 1375|     41|			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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1376|     41|		sbuf[0] = 0; /* Padding indicator: 0x00 = No further indication */
 1377|     41|		memcpy(sbuf + 1, crgram, crgram_len);
 1378|     41|		apdu.data = sbuf;
 1379|     41|		apdu.datalen = apdu.lc = crgram_len + 1;
 1380|     41|	} else {
 1381|      0|		apdu.data = crgram;
 1382|      0|		apdu.datalen = apdu.lc = crgram_len;
 1383|      0|	}
 1384|     41|	if (p1 != 0x00) {
  ------------------
  |  Branch (1384:6): [True: 41, False: 0]
  ------------------
 1385|     41|		apdu.resp = rbuf;
 1386|     41|		apdu.resplen = sizeof(rbuf);
 1387|     41|		apdu.le = MIN(card->max_recv_size, crgram_len);
  ------------------
  |  |   70|     41|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 2, False: 39]
  |  |  ------------------
  ------------------
 1388|     41|	}
 1389|       |
 1390|       |	/* 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. */
 1391|     41|	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|      1|#define SC_SEC_OPERATION_UNWRAP		0x0006
  ------------------
  |  Branch (1391:6): [True: 41, False: 0]
  |  Branch (1391:20): [True: 8, False: 33]
  |  Branch (1391:41): [True: 8, False: 0]
  |  Branch (1391:50): [True: 6, False: 2]
  |  Branch (1391:74): [True: 1, False: 1]
  |  Branch (1391:106): [True: 1, False: 0]
  |  Branch (1391:131): [True: 0, False: 1]
  ------------------
 1392|      6|		r = myeid_transmit_decipher_pi_split(card, &apdu, sbuf);
 1393|     35|	} else {
 1394|     35|		apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|     35|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
 1395|     35|		r = sc_transmit_apdu(card, &apdu);
 1396|     35|	}
 1397|     41|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     41|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     41|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     41|	int _ret = (r); \
  |  |  |  |  168|     41|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 4, False: 37]
  |  |  |  |  ------------------
  |  |  |  |  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|     41|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 37]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1398|       |
 1399|     37|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1400|     37|	LOG_TEST_RET(card->ctx, r, "DECIPHER returned 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: 11, False: 26]
  |  |  |  |  ------------------
  |  |  |  |  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|     37|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 26]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1401|       |
 1402|     26|	if (out && outlen) {
  ------------------
  |  Branch (1402:6): [True: 26, False: 0]
  |  Branch (1402:13): [True: 26, False: 0]
  ------------------
 1403|     26|		outlen = MIN(apdu.resplen, outlen);
  ------------------
  |  |   70|     26|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 10, False: 16]
  |  |  ------------------
  ------------------
 1404|     26|		memcpy(out, apdu.resp, outlen);
 1405|     26|	} else {
 1406|      0|		outlen = 0;
 1407|      0|	}
 1408|     26|	LOG_FUNC_RETURN(card->ctx, (int)outlen);
  ------------------
  |  |  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: 1, False: 25]
  |  |  |  |  ------------------
  |  |  |  |  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|     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|     26|	return _ret; \
  |  |  |  |  163|     26|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1409|     26|}
card-myeid.c:myeid_transmit_decipher_pi_split:
 1317|      6|{
 1318|       |	/* MyEID before 4.5.x does not support APDU chaining. The payload
 1319|       |	 * is split to two regular APDUs and Padding Indicator field is used to
 1320|       |	 * describe which slice it is. */
 1321|      6|	size_t crgram_len = apdu->lc - 1;
 1322|      6|	size_t crgram_half = crgram_len / 2;
 1323|      6|	size_t resplen = apdu->resplen;
 1324|      6|	unsigned char *resp = apdu->resp;
 1325|      6|	int r;
 1326|       |
 1327|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1328|       |
 1329|       |	/* Send 1st part, no response */
 1330|      6|	apdu->cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|      6|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1331|      6|	apdu->data = &sbuf[0];
 1332|      6|	apdu->datalen = apdu->lc = crgram_half + 1;
 1333|      6|	apdu->resp = 0;
 1334|      6|	apdu->resplen = 0;
 1335|      6|	apdu->le = 0;
 1336|      6|	sbuf[0] = 0x81;			/* Padding Indicator, 0x81 = First half */
 1337|       |
 1338|      6|	r = sc_transmit_apdu(card, apdu);
 1339|      6|	LOG_TEST_RET(card->ctx, r, "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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1340|      5|	if (apdu->sw1 != 0x90 || apdu->sw2 != 0x00)
  ------------------
  |  Branch (1340:6): [True: 2, False: 3]
  |  Branch (1340:27): [True: 1, False: 2]
  ------------------
 1341|      3|		return 0;
 1342|       |
 1343|       |	/* Send 2nd part, expect response */
 1344|      2|	apdu->cse = resplen ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  294|      2|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              	apdu->cse = resplen ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|      2|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (1344:14): [True: 2, False: 0]
  ------------------
 1345|      2|	apdu->data = &sbuf[crgram_half];
 1346|      2|	apdu->datalen = apdu->lc = crgram_len - crgram_half + 1;
 1347|      2|	apdu->resp = resp;
 1348|      2|	apdu->resplen = resplen;
 1349|      2|	apdu->le = resplen ? MIN(card->max_recv_size, crgram_len) : 0;
  ------------------
  |  |   70|      2|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 1, False: 1]
  |  |  ------------------
  ------------------
  |  Branch (1349:13): [True: 2, False: 0]
  ------------------
 1350|      2|	sbuf[crgram_half] = 0x82;	/* Padding Indicator, 0x82 = Second half */
 1351|       |
 1352|      2|	r = sc_transmit_apdu(card, apdu);
 1353|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1354|      2|}
card-myeid.c:myeid_process_fci:
  442|     74|{
  443|     74|	myeid_private_data_t *priv = (myeid_private_data_t *) card->drv_data;
  444|     74|	size_t taglen = 0;
  445|     74|	const u8 *tag = NULL;
  446|     74|	int r;
  447|       |
  448|     74|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     74|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     74|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     74|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     74|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 74]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  449|     74|	r = iso_ops->process_fci(card, file, buf, buflen);
  450|     74|	if (r < 0)
  ------------------
  |  Branch (450:6): [True: 0, False: 74]
  ------------------
  451|     74|	 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|     74|	if(file->type == SC_FILE_EF_UNKNOWN)
  ------------------
  |  |  220|     74|#define SC_FILE_EF_UNKNOWN		0x00
  ------------------
  |  Branch (453:5): [True: 50, False: 24]
  ------------------
  454|     50|	{
  455|     50|		tag = sc_asn1_find_tag(NULL, buf, buflen, 0x82, &taglen);
  456|     50|		if (tag != NULL && taglen > 0 && *tag == 17)
  ------------------
  |  Branch (456:7): [True: 24, False: 26]
  |  Branch (456:22): [True: 18, False: 6]
  |  Branch (456:36): [True: 6, False: 12]
  ------------------
  457|      6|		{
  458|      6|			file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|      6|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  459|      6|		}
  460|     50|	}
  461|     74|	if(file->sec_attr_len >= 3)
  ------------------
  |  Branch (461:5): [True: 33, False: 41]
  ------------------
  462|     33|	{
  463|     33|		sc_log(card->ctx, "id (%X) sec_attr (%X %X %X)", file->id,
  ------------------
  |  |   71|     33|#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|     33|			file->sec_attr[0],file->sec_attr[1],file->sec_attr[2]);
  465|     33|	}
  466|       |
  467|     74|	priv->card_state = file->status;
  468|     74|	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: 71]
  ------------------
  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: 73]
  ------------------
  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|     70|		default:
  ------------------
  |  Branch (476:3): [True: 70, False: 4]
  ------------------
  477|     70|			sc_log(card->ctx, "File id (%X) unusual status (0x%X)", file->id, file->status);
  ------------------
  |  |   71|     70|#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|     74|	}
  479|       |
  480|     74|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|     74|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     74|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     74|	int _ret = r; \
  |  |  |  |  155|     74|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 74, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     74|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 74]
  |  |  |  |  ------------------
  |  |  |  |  157|     74|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     74|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     74|	return _ret; \
  |  |  |  |  163|     74|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  481|     74|}
card-myeid.c:myeid_card_ctl:
 1851|    233|{
 1852|    233|	int r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    233|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1853|    233|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    233|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    233|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    233|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    233|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 233]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1854|       |
 1855|    233|	switch(cmd) {
  ------------------
  |  Branch (1855:9): [True: 119, False: 114]
  ------------------
 1856|      0|	case SC_CARDCTL_MYEID_PUTDATA:
  ------------------
  |  Branch (1856:2): [True: 0, False: 233]
  ------------------
 1857|      0|		r = myeid_putdata(card,
 1858|      0|			(struct sc_cardctl_myeid_data_obj*) ptr);
 1859|      0|		break;
 1860|      0|	case SC_CARDCTL_MYEID_GETDATA:
  ------------------
  |  Branch (1860:2): [True: 0, False: 233]
  ------------------
 1861|      0|		r = myeid_getdata(card,
 1862|      0|			(struct sc_cardctl_myeid_data_obj*) ptr);
 1863|      0|		break;
 1864|      0|	case SC_CARDCTL_MYEID_GENERATE_STORE_KEY:
  ------------------
  |  Branch (1864:2): [True: 0, False: 233]
  ------------------
 1865|      0|		r = myeid_generate_store_key(card,
 1866|      0|			(struct sc_cardctl_myeid_gen_store_key_info *) ptr);
 1867|      0|		break;
 1868|      0|	case SC_CARDCTL_MYEID_ACTIVATE_CARD:
  ------------------
  |  Branch (1868:2): [True: 0, False: 233]
  ------------------
 1869|      0|		r = myeid_activate_card(card);
 1870|      0|		break;
 1871|    111|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1871:2): [True: 111, False: 122]
  ------------------
 1872|    111|		r = myeid_get_serialnr(card, (sc_serial_number_t *)ptr);
 1873|    111|		break;
 1874|      6|	case SC_CARDCTL_GET_CHANGE_COUNTER:
  ------------------
  |  Branch (1874:2): [True: 6, False: 227]
  ------------------
 1875|      6|		r = myeid_get_change_counter(card, (size_t *)ptr);
 1876|      6|		break;
 1877|      0|	case SC_CARDCTL_GET_DEFAULT_KEY:
  ------------------
  |  Branch (1877:2): [True: 0, False: 233]
  ------------------
 1878|      2|	case SC_CARDCTL_LIFECYCLE_SET:
  ------------------
  |  Branch (1878:2): [True: 2, False: 231]
  ------------------
 1879|      2|	case SC_CARDCTL_LIFECYCLE_GET:
  ------------------
  |  Branch (1879:2): [True: 0, False: 233]
  ------------------
 1880|      2|		break;
 1881|    233|	}
 1882|    233|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    233|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    233|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    233|	int _ret = r; \
  |  |  |  |  155|    233|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 233, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    233|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    226|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 226, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  157|    233|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    233|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    233|	return _ret; \
  |  |  |  |  163|    233|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1883|    233|}
card-myeid.c:myeid_get_serialnr:
 1768|    111|{
 1769|    111|	int r;
 1770|    111|	u8  rbuf[256];
 1771|       |
 1772|    111|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    111|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    111|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    111|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    111|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 111]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1773|       |
 1774|       |	/* if number cached, get it
 1775|       |	if(card->serialnr.value) {
 1776|       |		memcpy(serial, &card->serialnr, sizeof(*serial));
 1777|       |		LOG_FUNC_RETURN(card->ctx, r);
 1778|       |	}*/
 1779|       |
 1780|       |	/* get number from card */
 1781|    111|	r = myeid_get_info(card, rbuf, sizeof(rbuf));
 1782|    111|	LOG_TEST_RET(card->ctx, r,  "Get applet info failed");
  ------------------
  |  |  174|    111|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    111|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    111|	int _ret = (r); \
  |  |  |  |  168|    111|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 105, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  169|    105|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    105|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    105|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    105|		return _ret; \
  |  |  |  |  172|    105|	} \
  |  |  |  |  173|    111|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1783|       |
 1784|       |	/* cache serial number */
 1785|      6|	memcpy(card->serialnr.value, &rbuf[8], 10);
 1786|      6|	card->serialnr.len = 10;
 1787|       |
 1788|       |	/* copy and return serial number */
 1789|      6|	memcpy(serial, &card->serialnr, sizeof(*serial));
 1790|       |
 1791|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1792|      6|}
card-myeid.c:myeid_get_change_counter:
 1796|      6|{
 1797|      6|	int r;
 1798|      6|	u8 rbuf[256];
 1799|       |
 1800|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1801|       |
 1802|       |	/* get change counter from card */
 1803|      6|	r = myeid_get_info(card, rbuf, sizeof(rbuf));
 1804|      6|	LOG_TEST_RET(card->ctx, r, "Get applet info 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: 5, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1805|       |
 1806|      1|	*change_counter = rbuf[18] * 256 + rbuf[19];
 1807|       |
 1808|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1809|      1|}
card-myeid.c:myeid_pin_cmd:
  666|    181|{
  667|    181|	myeid_private_data_t *priv = (myeid_private_data_t *) card->drv_data;
  668|       |
  669|    181|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    181|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    181|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    181|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    181|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 181]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  670|       |
  671|    181|	sc_log(card->ctx, "cmd (%d), ref (%d), pin1 len(%zu), pin2 len (%zu), puk ref (%d)\n",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  672|    181|			data->cmd, data->pin_reference, data->pin1.len, data->pin2.len, data->puk_reference);
  673|       |
  674|    181|	if(data->pin1.len > 8 || data->pin2.len > 8)
  ------------------
  |  Branch (674:5): [True: 0, False: 181]
  |  Branch (674:27): [True: 0, False: 181]
  ------------------
  675|    181|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  676|       |
  677|    181|	data->pin1.pad_length = data->pin2.pad_length = 8;
  678|    181|	data->pin1.pad_char = data->pin2.pad_char = 0xFF;
  679|       |
  680|    181|	if (data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|    181|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (680:6): [True: 0, False: 181]
  ------------------
  681|       |		/* In case the PUK reference is set, the PIN is being unblocked implicitly using a global unblocker PIN instead of the
  682|       |		directly associated PUK. In this case, we must issue a VERIFY command first and then the RESET RETRY COUNTER command with only
  683|       |		the new PIN in the data field. */
  684|       |
  685|      0|		struct sc_pin_cmd_data global_unblocker_verif_data;
  686|      0|		int r;
  687|       |
  688|      0|		if (data->puk_reference != 0) {
  ------------------
  |  Branch (688:7): [True: 0, False: 0]
  ------------------
  689|       |			/* Call the iso driver to do the VERIFY */
  690|      0|			memset(&global_unblocker_verif_data, 0, sizeof(global_unblocker_verif_data));
  691|      0|			global_unblocker_verif_data.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  692|      0|			global_unblocker_verif_data.cmd = SC_PIN_CMD_VERIFY;
  ------------------
  |  |  415|      0|#define SC_PIN_CMD_VERIFY	0
  ------------------
  693|      0|			global_unblocker_verif_data.pin1 = data->pin1;
  694|      0|			global_unblocker_verif_data.pin_reference = data->puk_reference;
  695|      0|			global_unblocker_verif_data.flags = data->flags;
  696|      0|			r = iso_ops->pin_cmd(card, &global_unblocker_verif_data);
  697|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  698|       |
  699|      0|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (699:8): [True: 0, False: 0]
  ------------------
  700|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  701|       |
  702|      0|			memset(&data->pin1, 0, sizeof(struct sc_pin_cmd_pin));
  703|      0|			data->flags |= SC_PIN_CMD_IMPLICIT_CHANGE;
  ------------------
  |  |  423|      0|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
  704|      0|			struct sc_apdu apdu;
  705|      0|			u8 buf[SC_MAX_APDU_BUFFER_SIZE];
  706|       |
  707|       |			/* Let iso driver build the RESET RETRY COUNTER APDU, but we'll have to modify it before transmitting it. */
  708|      0|			r = iso7816_build_pin_apdu(card, &apdu, data, buf, sizeof(buf));
  709|       |
  710|      0|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (710:8): [True: 0, False: 0]
  ------------------
  711|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  712|       |
  713|       |			/* MyEID's implementation of unblocking a PIN implicitly contradicts with ISO 7816-4 here. The iso driver properly sets P2=0x02
  714|       |			while MyEID expects 0x00 */
  715|      0|			apdu.p1 = 0x00;
  716|       |
  717|      0|			r = sc_transmit_apdu(card, &apdu);
  718|       |
  719|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  720|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  721|      0|		}
  722|      0|	}
  723|       |
  724|    181|	if (data->cmd == SC_PIN_CMD_VERIFY && priv->card_state == SC_FILE_STATUS_CREATION) {
  ------------------
  |  |  415|    362|#define SC_PIN_CMD_VERIFY	0
  ------------------
              	if (data->cmd == SC_PIN_CMD_VERIFY && priv->card_state == SC_FILE_STATUS_CREATION) {
  ------------------
  |  |  240|     22|#define SC_FILE_STATUS_CREATION		0x02 /* ISO7816-4: Creation state, (1) */
  ------------------
  |  Branch (724:6): [True: 22, False: 159]
  |  Branch (724:40): [True: 15, False: 7]
  ------------------
  725|     15|		sc_log(card->ctx, "Card in creation state, no need to verify");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  726|     15|		return SC_SUCCESS;
  ------------------
  |  |   28|     15|#define SC_SUCCESS				0
  ------------------
  727|     15|	}
  728|       |
  729|    166|	LOG_FUNC_RETURN(card->ctx, iso_ops->pin_cmd(card, data));
  ------------------
  |  |  164|    166|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    166|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    166|	int _ret = r; \
  |  |  |  |  155|    166|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 166, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    166|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 101]
  |  |  |  |  ------------------
  |  |  |  |  157|    166|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    166|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    166|	return _ret; \
  |  |  |  |  163|    166|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  730|    166|}

sc_get_npa_driver:
  810|  16.2k|{
  811|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
  812|       |
  813|  16.2k|	npa_ops = *iso_drv->ops;
  814|  16.2k|	npa_ops.match_card = npa_match_card;
  815|  16.2k|	npa_ops.init = npa_init;
  816|  16.2k|	npa_ops.finish = npa_finish;
  817|  16.2k|	npa_ops.set_security_env = npa_set_security_env;
  818|  16.2k|	npa_ops.pin_cmd = npa_pin_cmd;
  819|  16.2k|	npa_ops.logout = npa_logout;
  820|       |
  821|  16.2k|	return &npa_drv;
  822|  16.2k|}
card-npa.c:npa_match_card:
  153|  2.71k|{
  154|  2.71k|	unsigned char dir_content[sizeof dir_content_ref];
  155|  2.71k|	unsigned char id[] = {0x2F, 0x00};
  156|  2.71k|	sc_apdu_t select_ef_dir;
  157|       |
  158|  2.71k|	sc_format_apdu_ex(&select_ef_dir, 0x00, 0xA4, 0x02, 0x0C, id, sizeof id, NULL, 0);
  159|       |
  160|  2.71k|	if (SC_SUCCESS == sc_select_file(card, sc_get_mf_path(), NULL)
  ------------------
  |  |   28|  2.71k|#define SC_SUCCESS				0
  ------------------
  |  Branch (160:6): [True: 34, False: 2.67k]
  ------------------
  161|     34|			&& SC_SUCCESS == sc_transmit_apdu(card, &select_ef_dir)
  ------------------
  |  |   28|     34|#define SC_SUCCESS				0
  ------------------
  |  Branch (161:7): [True: 33, False: 1]
  ------------------
  162|     33|			&& select_ef_dir.sw1 == 0x90 && select_ef_dir.sw2 == 0x00
  ------------------
  |  Branch (162:7): [True: 19, False: 14]
  |  Branch (162:36): [True: 17, False: 2]
  ------------------
  163|     17|			&& sizeof dir_content == sc_read_binary(card, 0, dir_content, sizeof dir_content, 0)
  ------------------
  |  Branch (163:7): [True: 8, False: 9]
  ------------------
  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.71k|	return 0;
  168|  2.71k|}

nqapplet_set_security_env:
  259|     48|{
  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|     48|	nqapplet_driver_data_ptr data;
  263|     48|	u8 key_reference = KEY_REFERENCE_NO_KEY;
  ------------------
  |  |   47|     48|#define KEY_REFERENCE_NO_KEY   0x00
  ------------------
  264|       |
  265|     48|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     48|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     48|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     48|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     48|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 48]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|       |
  267|     48|	data = (nqapplet_driver_data_ptr)card->drv_data;
  268|     48|	data->key_reference = KEY_REFERENCE_NO_KEY;
  ------------------
  |  |   47|     48|#define KEY_REFERENCE_NO_KEY   0x00
  ------------------
  269|       |
  270|     48|	if (se_num != 0) {
  ------------------
  |  Branch (270:6): [True: 0, False: 48]
  ------------------
  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|     48|	if (env->key_ref_len == 1) {
  ------------------
  |  Branch (274:6): [True: 48, False: 0]
  ------------------
  275|     48|		key_reference = env->key_ref[0];
  276|     48|	}
  277|       |
  278|     48|	switch (env->operation) {
  279|     26|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|     26|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (279:2): [True: 26, False: 22]
  ------------------
  280|     26|		if (key_reference != KEY_REFERENCE_AUTH_KEY && key_reference != KEY_REFERENCE_ENCR_KEY) {
  ------------------
  |  |   48|     52|#define KEY_REFERENCE_AUTH_KEY 0x01
  ------------------
              		if (key_reference != KEY_REFERENCE_AUTH_KEY && key_reference != KEY_REFERENCE_ENCR_KEY) {
  ------------------
  |  |   49|      1|#define KEY_REFERENCE_ENCR_KEY 0x02
  ------------------
  |  Branch (280:7): [True: 1, False: 25]
  |  Branch (280:50): [True: 0, False: 1]
  ------------------
  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|     26|		data->key_reference = key_reference;
  285|     26|		break;
  286|     22|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|     22|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (286:2): [True: 22, False: 26]
  ------------------
  287|     22|		if (key_reference != KEY_REFERENCE_AUTH_KEY) {
  ------------------
  |  |   48|     22|#define KEY_REFERENCE_AUTH_KEY 0x01
  ------------------
  |  Branch (287:7): [True: 0, False: 22]
  ------------------
  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|     22|		data->key_reference = key_reference;
  292|     22|		break;
  293|      0|	default:
  ------------------
  |  Branch (293:2): [True: 0, False: 48]
  ------------------
  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|     48|	}
  296|       |
  297|     48|	LOG_FUNC_RETURN(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  298|     48|}
sc_get_nqApplet_driver:
  471|  16.2k|{
  472|  16.2k|	sc_card_driver_t *iso_driver = sc_get_iso7816_driver();
  473|       |
  474|  16.2k|	if (iso_operations == NULL) {
  ------------------
  |  Branch (474:6): [True: 1, False: 16.2k]
  ------------------
  475|      1|		iso_operations = iso_driver->ops;
  476|      1|	}
  477|       |
  478|  16.2k|	nqapplet_operations = *iso_driver->ops;
  479|       |
  480|       |	/* supported operations */
  481|  16.2k|	nqapplet_operations.match_card = nqapplet_match_card;
  482|  16.2k|	nqapplet_operations.init = nqapplet_init;
  483|  16.2k|	nqapplet_operations.finish = nqapplet_finish;
  484|  16.2k|	nqapplet_operations.get_response = nqapplet_get_response;
  485|  16.2k|	nqapplet_operations.get_challenge = nqapplet_get_challenge;
  486|  16.2k|	nqapplet_operations.logout = nqapplet_logout;
  487|  16.2k|	nqapplet_operations.set_security_env = nqapplet_set_security_env;
  488|  16.2k|	nqapplet_operations.decipher = nqapplet_decipher;
  489|  16.2k|	nqapplet_operations.compute_signature = nqapplet_compute_signature;
  490|  16.2k|	nqapplet_operations.check_sw = nqapplet_check_sw;
  491|  16.2k|	nqapplet_operations.get_data = nqapplet_get_data;
  492|  16.2k|	nqapplet_operations.select_file = nqapplet_select_file;
  493|  16.2k|	nqapplet_operations.card_ctl = nqapplet_card_ctl;
  494|  16.2k|	nqapplet_operations.pin_cmd = nqapplet_pin_cmd;
  495|       |
  496|       |	/* unsupported operations */
  497|  16.2k|	nqapplet_operations.read_binary = NULL;
  498|  16.2k|	nqapplet_operations.write_binary = NULL;
  499|  16.2k|	nqapplet_operations.update_binary = NULL;
  500|  16.2k|	nqapplet_operations.erase_binary = NULL;
  501|  16.2k|	nqapplet_operations.read_record = NULL;
  502|  16.2k|	nqapplet_operations.write_record = NULL;
  503|  16.2k|	nqapplet_operations.append_record = NULL;
  504|  16.2k|	nqapplet_operations.update_record = NULL;
  505|       |
  506|  16.2k|	nqapplet_operations.verify = NULL;
  507|  16.2k|	nqapplet_operations.restore_security_env = NULL;
  508|  16.2k|	nqapplet_operations.change_reference_data = NULL;
  509|  16.2k|	nqapplet_operations.reset_retry_counter = NULL;
  510|  16.2k|	nqapplet_operations.create_file = NULL;
  511|  16.2k|	nqapplet_operations.delete_file = NULL;
  512|  16.2k|	nqapplet_operations.list_files = NULL;
  513|  16.2k|	nqapplet_operations.process_fci = NULL;
  514|  16.2k|	nqapplet_operations.construct_fci = NULL;
  515|  16.2k|	nqapplet_operations.put_data = NULL;
  516|  16.2k|	nqapplet_operations.delete_record = NULL;
  517|  16.2k|	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.2k|	return &nqapplet_driver;
  526|  16.2k|}
card-nqApplet.c:nqapplet_match_card:
  143|  2.53k|{
  144|  2.53k|	int rv = _sc_match_atr(card, nqapplet_atrs, &card->type);
  145|  2.53k|	return (rv >= 0);
  146|  2.53k|}
card-nqApplet.c:nqapplet_init:
  149|    202|{
  150|    202|	u8 version_major;
  151|    202|	u8 version_minor;
  152|    202|	u8 serial_nr[APPLET_SERIALNR_LEN];
  153|    202|	size_t cb_serial_nr = sizeof(serial_nr);
  154|    202|	unsigned long rsa_flags = 0;
  155|       |
  156|    202|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    202|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    202|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    202|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    202|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 202]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  157|    202|	int rv =
  158|    202|		select_nqapplet(card, &version_major, &version_minor, serial_nr, cb_serial_nr, &cb_serial_nr);
  159|    202|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    202|#define SC_SUCCESS				0
  ------------------
  |  Branch (159:6): [True: 61, False: 141]
  ------------------
  160|     61|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_CARD, "Cannot select NQ-Applet.");
  ------------------
  |  |  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: 61, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     61|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     61|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     61|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     61|		return _ret; \
  |  |  |  |  172|     61|	} \
  |  |  |  |  173|     61|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  161|     61|	}
  162|       |
  163|    141|	rv = init_driver_data(card, version_major, version_minor);
  164|    141|	LOG_TEST_RET(card->ctx, rv, "Failed to initialize driver data.");
  ------------------
  |  |  174|    141|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    141|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    141|	int _ret = (r); \
  |  |  |  |  168|    141|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 141]
  |  |  |  |  ------------------
  |  |  |  |  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|    141|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 141]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|       |
  166|    141|	card->max_send_size = 255;
  167|    141|	card->max_recv_size = 256;
  168|    141|	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    141|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    141|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  169|    141|	rsa_flags |= SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|    141|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  170|    141|	_sc_card_add_rsa_alg(card, 3072, rsa_flags, 0);
  171|       |
  172|    141|	card->serialnr.len = MIN(sizeof(card->serialnr.value), cb_serial_nr);
  ------------------
  |  |   70|    141|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 141]
  |  |  ------------------
  ------------------
  173|    141|	memcpy(card->serialnr.value, serial_nr, card->serialnr.len);
  174|       |
  175|    141|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    141|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    141|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    141|	int _ret = r; \
  |  |  |  |  155|    141|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 141, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    141|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 141]
  |  |  |  |  ------------------
  |  |  |  |  157|    141|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    141|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    141|	return _ret; \
  |  |  |  |  163|    141|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  176|    141|}
card-nqApplet.c:select_nqapplet:
  110|    222|{
  111|    222|	int rv;
  112|    222|	sc_context_t *ctx = card->ctx;
  113|    222|	u8 buffer[APPLET_VERSION_LEN + APPLET_MEMTYPE_LEN + APPLET_SERIALNR_LEN + 2];
  114|    222|	size_t cb_buffer = sizeof(buffer);
  115|    222|	size_t cb_aid = sizeof(nqapplet_aid);
  116|       |
  117|    222|	LOG_FUNC_CALLED(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  118|       |
  119|    222|	rv = iso7816_select_aid(card, nqapplet_aid, cb_aid, buffer, &cb_buffer);
  120|    222|	LOG_TEST_RET(card->ctx, rv, "Failed to select NQ-Applet.");
  ------------------
  |  |  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: 53, False: 169]
  |  |  |  |  ------------------
  |  |  |  |  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|    222|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 169]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  121|       |
  122|    169|	if (cb_buffer < APPLET_VERSION_LEN + APPLET_MEMTYPE_LEN + APPLET_SERIALNR_LEN) {
  ------------------
  |  |   30|    169|#define APPLET_VERSION_LEN  2
  ------------------
              	if (cb_buffer < APPLET_VERSION_LEN + APPLET_MEMTYPE_LEN + APPLET_SERIALNR_LEN) {
  ------------------
  |  |   31|    169|#define APPLET_MEMTYPE_LEN  1
  ------------------
              	if (cb_buffer < APPLET_VERSION_LEN + APPLET_MEMTYPE_LEN + APPLET_SERIALNR_LEN) {
  ------------------
  |  |   32|    169|#define APPLET_SERIALNR_LEN 8
  ------------------
  |  Branch (122:6): [True: 17, False: 152]
  ------------------
  123|     17|		SC_FUNC_RETURN(ctx, SC_LOG_DEBUG_NORMAL, SC_ERROR_WRONG_LENGTH);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  124|     17|	}
  125|       |
  126|    152|	if (version_major != NULL) {
  ------------------
  |  Branch (126:6): [True: 141, False: 11]
  ------------------
  127|    141|		*version_major = buffer[0];
  128|    141|	}
  129|    152|	if (version_minor != NULL) {
  ------------------
  |  Branch (129:6): [True: 141, False: 11]
  ------------------
  130|    141|		*version_minor = buffer[1];
  131|    141|	}
  132|    152|	if (serial_nr != NULL && cb_serial_nr > 0 && serial_nr_len != NULL) {
  ------------------
  |  Branch (132:6): [True: 141, False: 11]
  |  Branch (132:27): [True: 141, False: 0]
  |  Branch (132:47): [True: 141, False: 0]
  ------------------
  133|    141|		size_t cb = MIN(APPLET_SERIALNR_LEN, cb_serial_nr);
  ------------------
  |  |   70|    141|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 141]
  |  |  ------------------
  ------------------
  134|    141|		memcpy(serial_nr, buffer + 3, cb);
  135|    141|		*serial_nr_len = cb;
  136|    141|	}
  137|       |
  138|    152|	LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  139|    152|}
card-nqApplet.c:init_driver_data:
   82|    141|{
   83|    141|	nqapplet_driver_data_ptr data = calloc(1, sizeof(struct nqapplet_driver_data));
   84|    141|	if (data == NULL) {
  ------------------
  |  Branch (84:6): [True: 0, False: 141]
  ------------------
   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|    141|	data->version_major = version_major;
   89|    141|	data->version_minor = version_minor;
   90|    141|	data->key_reference = KEY_REFERENCE_NO_KEY;
  ------------------
  |  |   47|    141|#define KEY_REFERENCE_NO_KEY   0x00
  ------------------
   91|    141|	card->drv_data = (void *)data;
   92|    141|	return SC_SUCCESS;
  ------------------
  |  |   28|    141|#define SC_SUCCESS				0
  ------------------
   93|    141|}
card-nqApplet.c:nqapplet_finish:
  179|    141|{
  180|    141|	nqapplet_driver_data_ptr data = (nqapplet_driver_data_ptr)card->drv_data;
  181|       |
  182|    141|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    141|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    141|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    141|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    141|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 141]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|    141|	if (data != NULL) {
  ------------------
  |  Branch (183:6): [True: 141, False: 0]
  ------------------
  184|    141|		free(data);
  185|    141|		card->drv_data = NULL;
  186|    141|	}
  187|    141|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    141|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    141|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    141|	int _ret = r; \
  |  |  |  |  155|    141|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 141, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    141|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 141]
  |  |  |  |  ------------------
  |  |  |  |  157|    141|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    141|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    141|	return _ret; \
  |  |  |  |  163|    141|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|    141|}
card-nqApplet.c:nqapplet_get_response:
  192|  1.85k|{
  193|  1.85k|	struct sc_apdu apdu = {0};
  194|  1.85k|	int rv;
  195|  1.85k|	size_t resplen;
  196|       |
  197|  1.85k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.85k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.85k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.85k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.85k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.85k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|  1.85k|	resplen = MIN(sc_get_max_recv_size(card), *cb_resp);
  ------------------
  |  |   70|  1.85k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 1.85k]
  |  |  ------------------
  ------------------
  199|       |
  200|  1.85k|	sc_format_apdu_ex(&apdu, 0x80, 0xC0, 0x00, 0x00, NULL, 0, resp, resplen);
  201|  1.85k|	apdu.flags |= SC_APDU_FLAGS_NO_GET_RESP;
  ------------------
  |  |  308|  1.85k|#define SC_APDU_FLAGS_NO_GET_RESP	0x00000002UL
  ------------------
  202|       |
  203|  1.85k|	rv = sc_transmit_apdu(card, &apdu);
  204|  1.85k|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  1.85k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.85k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.85k|	int _ret = (r); \
  |  |  |  |  168|  1.85k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 1.84k]
  |  |  |  |  ------------------
  |  |  |  |  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.85k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.84k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  205|       |
  206|  1.84k|	*cb_resp = apdu.resplen;
  207|       |
  208|  1.84k|	if (apdu.resplen == 0) {
  ------------------
  |  Branch (208:6): [True: 82, False: 1.76k]
  ------------------
  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|     49|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 49, False: 33]
  |  |  |  |  ------------------
  |  |  |  |  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.76k|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (211:6): [True: 97, False: 1.67k]
  |  Branch (211:26): [True: 56, False: 41]
  ------------------
  212|     56|		rv = SC_SUCCESS;
  ------------------
  |  |   28|     56|#define SC_SUCCESS				0
  ------------------
  213|  1.71k|	} else if (apdu.sw1 == 0x61) {
  ------------------
  |  Branch (213:13): [True: 1.32k, False: 384]
  ------------------
  214|  1.32k|		rv = apdu.sw2 == 0 ? 256 : apdu.sw2;
  ------------------
  |  Branch (214:8): [True: 587, False: 740]
  ------------------
  215|  1.32k|	} else if (apdu.sw1 == 0x62 && apdu.sw2 == 0x82) {
  ------------------
  |  Branch (215:13): [True: 129, False: 255]
  |  Branch (215:33): [True: 3, False: 126]
  ------------------
  216|      3|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  217|      3|	}
  218|       |
  219|  1.76k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  1.76k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.76k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.76k|	int _ret = r; \
  |  |  |  |  155|  1.76k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 440, False: 1.32k]
  |  |  |  |  ------------------
  |  |  |  |  156|    440|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 437]
  |  |  |  |  ------------------
  |  |  |  |  157|    440|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.32k|	} else { \
  |  |  |  |  159|  1.32k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.32k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.32k|	} \
  |  |  |  |  162|  1.76k|	return _ret; \
  |  |  |  |  163|  1.76k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|  1.76k|}
card-nqApplet.c:nqapplet_get_challenge:
  223|    574|{
  224|    574|	int r;
  225|    574|	struct sc_apdu apdu;
  226|       |
  227|    574|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    574|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    574|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    574|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    574|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 574]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  228|    574|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0x84, 0x00, 0x00);
  ------------------
  |  |  301|    574|#define SC_APDU_CASE_2			0x22
  ------------------
  229|    574|	apdu.le = count;
  230|    574|	apdu.resp = buf;
  231|    574|	apdu.resplen = count;
  232|       |
  233|    574|	r = sc_transmit_apdu(card, &apdu);
  234|    574|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    574|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    574|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    574|	int _ret = (r); \
  |  |  |  |  168|    574|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 564]
  |  |  |  |  ------------------
  |  |  |  |  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|    574|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 564]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  235|       |
  236|    564|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  237|    564|	LOG_TEST_RET(card->ctx, r, "GET CHALLENGE failed");
  ------------------
  |  |  174|    564|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    564|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    564|	int _ret = (r); \
  |  |  |  |  168|    564|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 49, False: 515]
  |  |  |  |  ------------------
  |  |  |  |  169|     49|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     49|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     49|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     49|		return _ret; \
  |  |  |  |  172|     49|	} \
  |  |  |  |  173|    564|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 515]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  238|       |
  239|    515|	if (count < apdu.resplen) {
  ------------------
  |  Branch (239:6): [True: 0, False: 515]
  ------------------
  240|      0|		return (int)count;
  241|      0|	}
  242|       |
  243|    515|	return (int)apdu.resplen;
  244|    515|}
card-nqApplet.c:nqapplet_decipher:
  301|     26|{
  302|     26|	int rv;
  303|     26|	struct sc_apdu apdu;
  304|     26|	u8 p1 = 0x80;
  305|     26|	u8 p2 = 0x86;
  306|     26|	nqapplet_driver_data_ptr drv_data;
  307|       |
  308|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  309|       |
  310|     26|	drv_data = (nqapplet_driver_data_ptr)card->drv_data;
  311|       |
  312|     26|	if (drv_data->key_reference == KEY_REFERENCE_AUTH_KEY) {
  ------------------
  |  |   48|     26|#define KEY_REFERENCE_AUTH_KEY 0x01
  ------------------
  |  Branch (312:6): [True: 25, False: 1]
  ------------------
  313|     25|		p1 = 0x9E;
  314|     25|		p2 = 0x9A;
  315|     25|	} else if (drv_data->key_reference != KEY_REFERENCE_ENCR_KEY) {
  ------------------
  |  |   49|      1|#define KEY_REFERENCE_ENCR_KEY 0x02
  ------------------
  |  Branch (315:13): [True: 0, False: 1]
  ------------------
  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|     26|	sc_format_apdu_ex(&apdu, 0x80, 0x2A, p1, p2, data, cb_data, out, outlen);
  323|     26|	apdu.le = 256;
  324|     26|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|     26|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  325|     26|	rv = sc_transmit_apdu(card, &apdu);
  326|     26|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|     26|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     26|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     26|	int _ret = (r); \
  |  |  |  |  168|     26|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  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|     26|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  327|       |
  328|     20|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (328:6): [True: 13, False: 7]
  |  Branch (328:26): [True: 12, False: 1]
  ------------------
  329|     12|		rv = (int)apdu.resplen;
  330|     12|	} else if (apdu.sw1 == 0x61) {
  ------------------
  |  Branch (330:13): [True: 0, False: 8]
  ------------------
  331|      0|		rv = apdu.sw2 == 0 ? 256 : apdu.sw2;
  ------------------
  |  Branch (331:8): [True: 0, False: 0]
  ------------------
  332|      8|	} else {
  333|      8|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  334|      8|	}
  335|       |
  336|     20|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|     20|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     20|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     20|	int _ret = r; \
  |  |  |  |  155|     20|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  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|     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|     20|	return _ret; \
  |  |  |  |  163|     20|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  337|     20|}
card-nqApplet.c:nqapplet_compute_signature:
  341|     22|{
  342|     22|	int rv;
  343|     22|	struct sc_apdu apdu;
  344|     22|	nqapplet_driver_data_ptr drv_data;
  345|       |
  346|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  347|     22|	drv_data = (nqapplet_driver_data_ptr)card->drv_data;
  348|       |
  349|     22|	if (drv_data->key_reference != KEY_REFERENCE_AUTH_KEY) {
  ------------------
  |  |   48|     22|#define KEY_REFERENCE_AUTH_KEY 0x01
  ------------------
  |  Branch (349:6): [True: 0, False: 22]
  ------------------
  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|     22|	sc_format_apdu_ex(&apdu, 0x80, 0x2A, 0x9E, 0x9A, data, cb_data, out, outlen);
  357|     22|	apdu.le = 256;
  358|     22|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|     22|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
  359|     22|	rv = sc_transmit_apdu(card, &apdu);
  360|     22|	LOG_TEST_RET(card->ctx, rv, "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: 12, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  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|     22|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  361|       |
  362|     10|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (362:6): [True: 2, False: 8]
  |  Branch (362:26): [True: 1, False: 1]
  ------------------
  363|      1|		rv = (int)apdu.resplen;
  364|      9|	} else if (apdu.sw1 == 0x61) {
  ------------------
  |  Branch (364:13): [True: 0, False: 9]
  ------------------
  365|      0|		rv = apdu.sw2 == 0 ? 256 : apdu.sw2;
  ------------------
  |  Branch (365:8): [True: 0, False: 0]
  ------------------
  366|      9|	} else {
  367|      9|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  368|      9|	}
  369|       |
  370|     10|	LOG_FUNC_RETURN(card->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: 9, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|      1|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      1|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      1|	} \
  |  |  |  |  162|     10|	return _ret; \
  |  |  |  |  163|     10|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  371|     10|}
card-nqApplet.c:nqapplet_check_sw:
  374|    970|{
  375|    970|	const int nqapplet_error_count = sizeof(nqapplet_errors) / sizeof(struct sc_card_error);
  376|    970|	int i;
  377|       |
  378|    970|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    970|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    970|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    970|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    970|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 970]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  379|    970|	sc_log(card->ctx, "Checking sw1 = 0x%02x, sw2 = 0x%02x\n", sw1, sw2);
  ------------------
  |  |   71|    970|#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|  10.2k|	for (i = 0; i < nqapplet_error_count; i++) {
  ------------------
  |  Branch (381:14): [True: 9.46k, False: 805]
  ------------------
  382|  9.46k|		if (nqapplet_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (382:7): [True: 165, False: 9.30k]
  ------------------
  383|    165|			LOG_TEST_RET(card->ctx, nqapplet_errors[i].errorno, nqapplet_errors[i].errorstr);
  ------------------
  |  |  174|    165|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    165|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    165|	int _ret = (r); \
  |  |  |  |  168|    165|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 165, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    165|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    165|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    165|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    165|		return _ret; \
  |  |  |  |  172|    165|	} \
  |  |  |  |  173|    165|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  384|    165|		}
  385|  9.46k|	}
  386|       |
  387|    805|	return iso_operations->check_sw(card, sw1, sw2);
  388|    970|}
card-nqApplet.c:nqapplet_get_data:
  391|    259|{
  392|    259|	struct sc_apdu apdu;
  393|    259|	int rv;
  394|       |
  395|    259|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    259|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    259|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    259|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    259|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 259]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|       |
  397|    259|	sc_format_apdu_ex(&apdu, 0x80, 0xB0, 0x00, (u8)id, NULL, 0, resp, cb_resp);
  398|    259|	apdu.le = 256;
  399|       |
  400|    259|	rv = sc_transmit_apdu(card, &apdu);
  401|    259|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    259|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    259|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    259|	int _ret = (r); \
  |  |  |  |  168|    259|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 21, False: 238]
  |  |  |  |  ------------------
  |  |  |  |  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|    259|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|       |
  403|    238|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (403:6): [True: 182, False: 56]
  |  Branch (403:26): [True: 169, False: 13]
  ------------------
  404|    169|		rv = (int)apdu.resplen;
  405|    169|	} else if (apdu.sw1 == 0x61) {
  ------------------
  |  Branch (405:13): [True: 0, False: 69]
  ------------------
  406|      0|		rv = apdu.sw2 == 0 ? 256 : apdu.sw2;
  ------------------
  |  Branch (406:8): [True: 0, False: 0]
  ------------------
  407|     69|	} else if (apdu.sw1 == 0x62 && apdu.sw2 == 0x82) {
  ------------------
  |  Branch (407:13): [True: 3, False: 66]
  |  Branch (407:33): [True: 1, False: 2]
  ------------------
  408|      1|		rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
  409|      1|	}
  410|       |
  411|    238|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  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: 70, False: 168]
  |  |  |  |  ------------------
  |  |  |  |  156|     70|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 69]
  |  |  |  |  ------------------
  |  |  |  |  157|     70|			"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|    238|	return _ret; \
  |  |  |  |  163|    238|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  412|    238|}
card-nqApplet.c:nqapplet_select_file:
  416|    469|{
  417|    469|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    469|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    469|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    469|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    469|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 469]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|    469|	if (in_path->type == SC_PATH_TYPE_PATH && in_path->len == 2 &&
  ------------------
  |  |  119|    938|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (421:6): [True: 187, False: 282]
  |  Branch (421:44): [True: 0, False: 187]
  ------------------
  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|    469|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    469|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    469|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    469|	int _ret = r; \
  |  |  |  |  155|    469|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 469, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    469|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    469|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 469, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    469|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    469|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    469|	return _ret; \
  |  |  |  |  163|    469|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  436|    469|}
card-nqApplet.c:nqapplet_card_ctl:
  439|    120|{
  440|    120|	switch (cmd) {
  ------------------
  |  Branch (440:10): [True: 0, False: 120]
  ------------------
  441|      0|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (441:2): [True: 0, False: 120]
  ------------------
  442|      0|		if (card->serialnr.len) {
  ------------------
  |  Branch (442:7): [True: 0, False: 0]
  ------------------
  443|      0|			sc_serial_number_t *serial = (sc_serial_number_t *)ptr;
  444|      0|			memcpy(serial->value, card->serialnr.value, card->serialnr.len);
  445|      0|			serial->len = card->serialnr.len;
  446|      0|			return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  447|      0|		}
  448|      0|		break;
  449|    120|	}
  450|    120|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    120|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  451|    120|}
card-nqApplet.c:nqapplet_pin_cmd:
  455|     66|{
  456|     66|	int r;
  457|       |
  458|     66|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     66|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     66|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     66|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     66|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 66]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  459|     66|	r = iso_operations->pin_cmd(card, data);
  460|     66|	if (r == SC_ERROR_OBJECT_NOT_FOUND) {
  ------------------
  |  |   88|     66|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  |  Branch (460:6): [True: 20, False: 46]
  ------------------
  461|       |		/* it is possible that the NQ-Applet is not active, try to activate it */
  462|     20|		r = select_nqapplet(card, NULL, NULL, NULL, 0, NULL);
  463|     20|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|     20|#define SC_SUCCESS				0
  ------------------
  |  Branch (463:7): [True: 11, False: 9]
  ------------------
  464|     11|			r = iso_operations->pin_cmd(card, data);
  465|     11|		}
  466|     20|	}
  467|     66|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  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|     43|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 43, False: 23]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  468|     66|}

sc_get_oberthur_driver:
 2319|  16.2k|{
 2320|  16.2k|	return sc_get_driver();
 2321|  16.2k|}
card-oberthur.c:sc_get_driver:
 2288|  16.2k|{
 2289|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (2289:6): [True: 1, False: 16.2k]
  ------------------
 2290|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 2291|       |
 2292|  16.2k|	auth_ops = *iso_ops;
 2293|  16.2k|	auth_ops.match_card = auth_match_card;
 2294|  16.2k|	auth_ops.init = auth_init;
 2295|  16.2k|	auth_ops.finish = auth_finish;
 2296|  16.2k|	auth_ops.select_file = auth_select_file;
 2297|  16.2k|	auth_ops.list_files = auth_list_files;
 2298|  16.2k|	auth_ops.delete_file = auth_delete_file;
 2299|  16.2k|	auth_ops.create_file = auth_create_file;
 2300|  16.2k|	auth_ops.read_binary = auth_read_binary;
 2301|  16.2k|	auth_ops.update_binary = auth_update_binary;
 2302|  16.2k|	auth_ops.read_record = auth_read_record;
 2303|  16.2k|	auth_ops.delete_record = auth_delete_record;
 2304|  16.2k|	auth_ops.card_ctl = auth_card_ctl;
 2305|  16.2k|	auth_ops.set_security_env = auth_set_security_env;
 2306|  16.2k|	auth_ops.restore_security_env = auth_restore_security_env;
 2307|  16.2k|	auth_ops.compute_signature = auth_compute_signature;
 2308|  16.2k|	auth_ops.decipher = auth_decipher;
 2309|  16.2k|	auth_ops.process_fci = auth_process_fci;
 2310|  16.2k|	auth_ops.pin_cmd = auth_pin_cmd;
 2311|  16.2k|	auth_ops.logout = auth_logout;
 2312|  16.2k|	auth_ops.check_sw = auth_check_sw;
 2313|  16.2k|	return &auth_drv;
 2314|  16.2k|}
card-oberthur.c:auth_match_card:
  204|  12.7k|{
  205|  12.7k|	if (_sc_match_atr(card, oberthur_atrs, &card->type) < 0)
  ------------------
  |  Branch (205:6): [True: 11.9k, False: 790]
  ------------------
  206|  11.9k|		return 0;
  207|    790|	else
  208|    790|		return 1;
  209|  12.7k|}
card-oberthur.c:auth_init:
  214|    790|{
  215|    790|	struct auth_private_data *data;
  216|    790|	struct sc_path path;
  217|    790|	unsigned long flags;
  218|    790|	int rv = 0;
  219|       |
  220|    790|	data = calloc(1, sizeof(struct auth_private_data));
  221|    790|	if (!data)
  ------------------
  |  Branch (221:6): [True: 0, False: 790]
  ------------------
  222|    790|		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|    790|	card->cla = 0x00;
  225|    790|	card->drv_data = data;
  226|       |
  227|    790|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    790|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  228|    790|	card->caps |= SC_CARD_CAP_USE_FCI_AC;
  ------------------
  |  |  557|    790|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  ------------------
  229|       |
  230|    790|	if (auth_select_aid(card)) {
  ------------------
  |  Branch (230:6): [True: 40, False: 750]
  ------------------
  231|     40|		sc_log(card->ctx, "Failed to initialize %s", card->name);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  232|     40|		rv = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|     40|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  233|     40|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_CARD, "Failed to initialize");
  ------------------
  |  |  184|     40|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     40|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     40|	int _ret = (r); \
  |  |  |  |  178|     40|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 40, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     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
  |  |  |  |  ------------------
  |  |  |  |  180|     40|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     40|		goto err; \
  |  |  |  |  182|     40|	} \
  |  |  |  |  183|     40|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|     40|	}
  235|       |
  236|    750|	sc_format_path("3F00", &path);
  237|    750|	rv = auth_select_file(card, &path, NULL);
  238|       |
  239|    790|err:
  240|    790|	if (rv == SC_SUCCESS) {
  ------------------
  |  |   28|    790|#define SC_SUCCESS				0
  ------------------
  |  Branch (240:6): [True: 750, False: 40]
  ------------------
  241|    750|		flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_PAD_ISO9796;
  ------------------
  |  |  111|    750|#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|    750|#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|    750|#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|    750|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  242|    750|		flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|    750|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  243|    750|		flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    750|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  244|       |
  245|    750|		_sc_card_add_rsa_alg(card, 512, flags, 0);
  246|    750|		_sc_card_add_rsa_alg(card, 1024, flags, 0);
  247|    750|		_sc_card_add_rsa_alg(card, 2048, flags, 0);
  248|    750|	} else {
  249|     40|		free(card->drv_data);
  250|     40|		card->drv_data = NULL;
  251|     40|	}
  252|       |
  253|    790|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    790|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    790|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    790|	int _ret = r; \
  |  |  |  |  155|    790|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 790, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    790|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 750]
  |  |  |  |  ------------------
  |  |  |  |  157|    790|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    790|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    790|	return _ret; \
  |  |  |  |  163|    790|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  254|    790|}
card-oberthur.c:auth_select_aid:
  145|    790|{
  146|    790|	struct sc_apdu apdu;
  147|    790|	unsigned char apdu_resp[SC_MAX_APDU_BUFFER_SIZE];
  148|    790|	struct auth_private_data *data = (struct auth_private_data *)card->drv_data;
  149|    790|	int rv, ii;
  150|    790|	struct sc_path tmp_path;
  151|       |
  152|       |	/* Select Card Manager (to deselect previously selected application) */
  153|    790|	rv = gp_select_card_manager(card);
  154|    790|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    790|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    790|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    790|	int _ret = (r); \
  |  |  |  |  168|    790|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 30, False: 760]
  |  |  |  |  ------------------
  |  |  |  |  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|    790|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 760]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|       |
  156|       |	/* Get smart card serial number */
  157|    760|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0x9F, 0x7F);
  ------------------
  |  |  292|    760|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  158|    760|	apdu.cla = 0x80;
  159|    760|	apdu.le = 0x2D;
  160|    760|	apdu.resplen = 0x30;
  161|    760|	apdu.resp = apdu_resp;
  162|       |
  163|    760|	rv = sc_transmit_apdu(card, &apdu);
  164|    760|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    760|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    760|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    760|	int _ret = (r); \
  |  |  |  |  168|    760|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 759]
  |  |  |  |  ------------------
  |  |  |  |  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|    760|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 759]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|    759|	if (apdu.resplen < 20) {
  ------------------
  |  Branch (165:6): [True: 2, False: 757]
  ------------------
  166|      2|		LOG_TEST_RET(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "Serial number has incorrect length");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|      2|	}
  168|    757|	card->serialnr.len = 4;
  169|    757|	memcpy(card->serialnr.value, apdu.resp+15, 4);
  170|       |
  171|  3.78k|	for (ii=0, data->sn = 0; ii < 4; ii++)
  ------------------
  |  Branch (171:27): [True: 3.02k, False: 757]
  ------------------
  172|  3.02k|		data->sn += (long int)(*(apdu.resp + 15 + ii)) << (3-ii)*8;
  173|       |
  174|    757|	sc_log(card->ctx, "serial number %li/0x%lX", data->sn, data->sn);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  175|       |
  176|    757|	memset(&tmp_path, 0, sizeof(struct sc_path));
  177|    757|	tmp_path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    757|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  178|    757|	memcpy(tmp_path.value, aidAuthentIC_V5, lenAidAuthentIC_V5);
  179|    757|	tmp_path.len = lenAidAuthentIC_V5;
  180|       |
  181|    757|	rv = iso_ops->select_file(card, &tmp_path, NULL);
  182|    757|	LOG_TEST_RET(card->ctx, rv, "select parent failed");
  ------------------
  |  |  174|    757|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    757|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    757|	int _ret = (r); \
  |  |  |  |  168|    757|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2, False: 755]
  |  |  |  |  ------------------
  |  |  |  |  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|    757|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 755]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|       |
  184|    755|	sc_format_path("3F00", &tmp_path);
  185|    755|	sc_file_free(auth_current_df);
  186|    755|	auth_current_df = NULL;
  187|    755|	rv = iso_ops->select_file(card, &tmp_path, &auth_current_df);
  188|    755|	LOG_TEST_RET(card->ctx, rv, "select parent failed");
  ------------------
  |  |  174|    755|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    755|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    755|	int _ret = (r); \
  |  |  |  |  168|    755|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 750]
  |  |  |  |  ------------------
  |  |  |  |  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|    755|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 750]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|       |
  190|    750|	sc_file_free(auth_current_ef);
  191|    750|	auth_current_ef = NULL;
  192|    750|	sc_file_dup(&auth_current_ef, auth_current_df);
  193|       |
  194|    750|	memcpy(data->aid, aidAuthentIC_V5, lenAidAuthentIC_V5);
  195|    750|	data->aid_len = lenAidAuthentIC_V5;
  196|    750|	card->name = nameAidAuthentIC_V5;
  197|       |
  198|    750|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 750]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|    750|}
card-oberthur.c:auth_finish:
  137|    750|{
  138|    750|	free(card->drv_data);
  139|    750|	return SC_SUCCESS;
  ------------------
  |  |   28|    750|#define SC_SUCCESS				0
  ------------------
  140|    750|}
card-oberthur.c:auth_select_file:
  443|  13.5k|{
  444|  13.5k|	struct sc_path path;
  445|  13.5k|	struct sc_file *tmp_file = NULL;
  446|  13.5k|	size_t offs, ii;
  447|  13.5k|	int rv;
  448|       |
  449|  13.5k|	if (card == NULL || in_path == NULL)
  ------------------
  |  Branch (449:6): [True: 0, False: 13.5k]
  |  Branch (449:22): [True: 0, False: 13.5k]
  ------------------
  450|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  451|       |
  452|  13.5k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  13.5k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.5k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  453|       |
  454|  13.5k|	memcpy(&path, in_path, sizeof(struct sc_path));
  455|       |
  456|  13.5k|	if (!auth_current_df)
  ------------------
  |  Branch (456:6): [True: 0, False: 13.5k]
  ------------------
  457|      0|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|      0|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  458|       |
  459|  13.5k|	sc_log(card->ctx, "in_path; type=%d, path=%s, out %p",
  ------------------
  |  |   71|  13.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__
  |  |  ------------------
  ------------------
  460|  13.5k|			in_path->type, sc_print_path(in_path), file_out);
  461|  13.5k|	sc_log(card->ctx, "current path; type=%d, path=%s",
  ------------------
  |  |   71|  13.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__
  |  |  ------------------
  ------------------
  462|  13.5k|			auth_current_df->path.type, sc_print_path(&auth_current_df->path));
  463|  13.5k|	if (auth_current_ef)
  ------------------
  |  Branch (463:6): [True: 8.44k, False: 5.12k]
  ------------------
  464|  8.44k|		sc_log(card->ctx, "current file; type=%d, path=%s",
  ------------------
  |  |   71|  8.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__
  |  |  ------------------
  ------------------
  465|  13.5k|				auth_current_ef->path.type, sc_print_path(&auth_current_ef->path));
  466|       |
  467|  13.5k|	if (path.type == SC_PATH_TYPE_PARENT || path.type == SC_PATH_TYPE_FILE_ID) {
  ------------------
  |  |  123|  27.1k|#define SC_PATH_TYPE_PARENT		5
  ------------------
              	if (path.type == SC_PATH_TYPE_PARENT || path.type == SC_PATH_TYPE_FILE_ID) {
  ------------------
  |  |  117|  13.4k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (467:6): [True: 63, False: 13.4k]
  |  Branch (467:42): [True: 6.56k, False: 6.93k]
  ------------------
  468|  6.62k|		sc_file_free(auth_current_ef);
  469|  6.62k|		auth_current_ef = NULL;
  470|       |
  471|  6.62k|		rv = iso_ops->select_file(card, &path, &tmp_file);
  472|  6.62k|		LOG_TEST_RET(card->ctx, rv, "select file failed");
  ------------------
  |  |  174|  6.62k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  6.62k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  6.62k|	int _ret = (r); \
  |  |  |  |  168|  6.62k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.33k, False: 4.29k]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.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|  2.33k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.33k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.33k|		return _ret; \
  |  |  |  |  172|  2.33k|	} \
  |  |  |  |  173|  6.62k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  473|  4.29k|		if (!tmp_file)
  ------------------
  |  Branch (473:7): [True: 0, False: 4.29k]
  ------------------
  474|      0|			return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|      0|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  475|       |
  476|  4.29k|		if (path.type == SC_PATH_TYPE_PARENT) {
  ------------------
  |  |  123|  4.29k|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (476:7): [True: 20, False: 4.27k]
  ------------------
  477|     20|			memcpy(&tmp_file->path, &auth_current_df->path, sizeof(struct sc_path));
  478|     20|			if (tmp_file->path.len > 2)
  ------------------
  |  Branch (478:8): [True: 20, False: 0]
  ------------------
  479|     20|				tmp_file->path.len -= 2;
  480|       |
  481|     20|			sc_file_free(auth_current_df);
  482|     20|			auth_current_df = NULL;
  483|     20|			sc_file_dup(&auth_current_df, tmp_file);
  484|  4.27k|		} else {
  485|  4.27k|			if (tmp_file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|  4.27k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (485:8): [True: 66, False: 4.20k]
  ------------------
  486|     66|				sc_concatenate_path(&tmp_file->path, &auth_current_df->path, &path);
  487|       |
  488|     66|				sc_file_free(auth_current_df);
  489|     66|				auth_current_df = NULL;
  490|     66|				sc_file_dup(&auth_current_df, tmp_file);
  491|  4.20k|			} else {
  492|  4.20k|				sc_file_free(auth_current_ef);
  493|  4.20k|				auth_current_ef = NULL;
  494|       |
  495|  4.20k|				sc_file_dup(&auth_current_ef, tmp_file);
  496|  4.20k|				sc_concatenate_path(&auth_current_ef->path, &auth_current_df->path, &path);
  497|  4.20k|			}
  498|  4.27k|		}
  499|  4.29k|		if (file_out) {
  ------------------
  |  Branch (499:7): [True: 3.75k, False: 537]
  ------------------
  500|  3.75k|			sc_file_free(*file_out);
  501|  3.75k|			sc_file_dup(file_out, tmp_file);
  502|  3.75k|		}
  503|       |
  504|  4.29k|		sc_file_free(tmp_file);
  505|  6.93k|	} else if (path.type == SC_PATH_TYPE_DF_NAME) {
  ------------------
  |  |  118|  6.93k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (505:13): [True: 1.43k, False: 5.50k]
  ------------------
  506|  1.43k|		rv = iso_ops->select_file(card, &path, NULL);
  507|  1.43k|		if (rv) {
  ------------------
  |  Branch (507:7): [True: 1.30k, False: 127]
  ------------------
  508|  1.30k|			sc_file_free(auth_current_ef);
  509|  1.30k|			auth_current_ef = NULL;
  510|  1.30k|		}
  511|  1.43k|		LOG_TEST_RET(card->ctx, rv, "select file 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: 1.30k, False: 127]
  |  |  |  |  ------------------
  |  |  |  |  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.43k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 127]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  512|  5.50k|	} else {
  513|  10.9k|		for (offs = 0; offs < path.len && offs < auth_current_df->path.len; offs += 2)
  ------------------
  |  Branch (513:18): [True: 10.1k, False: 798]
  |  Branch (513:37): [True: 5.64k, False: 4.53k]
  ------------------
  514|  5.64k|			if (path.value[offs] != auth_current_df->path.value[offs] ||
  ------------------
  |  Branch (514:8): [True: 147, False: 5.49k]
  ------------------
  515|  5.49k|					path.value[offs + 1] != auth_current_df->path.value[offs + 1])
  ------------------
  |  Branch (515:6): [True: 28, False: 5.46k]
  ------------------
  516|    175|				break;
  517|       |
  518|  5.50k|		sc_log(card->ctx, "offs %zu", offs);
  ------------------
  |  |   71|  5.50k|#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|  5.50k|		if (offs && offs < auth_current_df->path.len) {
  ------------------
  |  Branch (519:7): [True: 5.38k, False: 121]
  |  Branch (519:15): [True: 60, False: 5.32k]
  ------------------
  520|     60|			size_t deep = auth_current_df->path.len - offs;
  521|       |
  522|     60|			sc_log(card->ctx, "deep %zu", deep);
  ------------------
  |  |   71|     60|#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|     80|			for (ii = 0; ii < deep; ii += 2) {
  ------------------
  |  Branch (523:17): [True: 63, False: 17]
  ------------------
  524|     63|				struct sc_path tmp_path;
  525|       |
  526|     63|				memcpy(&tmp_path, &auth_current_df->path,  sizeof(struct sc_path));
  527|     63|				tmp_path.type = SC_PATH_TYPE_PARENT;
  ------------------
  |  |  123|     63|#define SC_PATH_TYPE_PARENT		5
  ------------------
  528|       |
  529|     63|				if (file_out) {
  ------------------
  |  Branch (529:9): [True: 10, False: 53]
  ------------------
  530|     10|					sc_file_free(*file_out);
  531|     10|					*file_out = NULL;
  532|     10|				}
  533|       |
  534|     63|				rv = auth_select_file (card, &tmp_path, file_out);
  535|     63|				LOG_TEST_RET(card->ctx, rv, "select file failed");
  ------------------
  |  |  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: 43, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  169|     43|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     43|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     43|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     43|		return _ret; \
  |  |  |  |  172|     43|	} \
  |  |  |  |  173|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  536|     63|			}
  537|     60|		}
  538|       |
  539|  5.46k|		if (path.len > offs) {
  ------------------
  |  Branch (539:7): [True: 4.66k, False: 798]
  ------------------
  540|  4.66k|			struct sc_path tmp_path;
  541|       |
  542|  4.66k|			memset(&tmp_path, 0, sizeof(struct sc_path));
  543|  4.66k|			tmp_path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|  4.66k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  544|  4.66k|			tmp_path.len = 2;
  545|       |
  546|  8.93k|			for (ii = 0; ii < path.len - offs; ii += 2) {
  ------------------
  |  Branch (546:17): [True: 6.56k, False: 2.36k]
  ------------------
  547|  6.56k|				memcpy(tmp_path.value, path.value + offs + ii, 2);
  548|       |
  549|  6.56k|				if (file_out) {
  ------------------
  |  Branch (549:9): [True: 5.07k, False: 1.48k]
  ------------------
  550|  5.07k|					sc_file_free(*file_out);
  551|  5.07k|					*file_out = NULL;
  552|  5.07k|				}
  553|       |
  554|  6.56k|				rv = auth_select_file(card, &tmp_path, file_out);
  555|  6.56k|				LOG_TEST_RET(card->ctx, rv, "select file failed");
  ------------------
  |  |  174|  6.56k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  6.56k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  6.56k|	int _ret = (r); \
  |  |  |  |  168|  6.56k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 2.29k, False: 4.27k]
  |  |  |  |  ------------------
  |  |  |  |  169|  2.29k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.29k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  2.29k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  2.29k|		return _ret; \
  |  |  |  |  172|  2.29k|	} \
  |  |  |  |  173|  6.56k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4.27k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  556|  6.56k|			}
  557|  4.66k|		} else if (path.len - offs == 0 && file_out) {
  ------------------
  |  Branch (557:14): [True: 798, False: 0]
  |  Branch (557:38): [True: 6, False: 792]
  ------------------
  558|      6|			if (sc_compare_path(&path, &auth_current_df->path) && file_out) {
  ------------------
  |  Branch (558:8): [True: 0, False: 6]
  |  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|      6|			} else  if (auth_current_ef && file_out) {
  ------------------
  |  Branch (561:16): [True: 6, False: 0]
  |  Branch (561:35): [True: 6, False: 0]
  ------------------
  562|      6|				sc_file_free(*file_out);
  563|      6|				sc_file_dup(file_out, auth_current_ef);
  564|      6|			} 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|      6|		}
  568|  5.46k|	}
  569|       |
  570|  7.58k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  7.58k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.58k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.58k|	int _ret = r; \
  |  |  |  |  155|  7.58k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.58k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 7.58k]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.58k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.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|  7.58k|	return _ret; \
  |  |  |  |  163|  7.58k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  571|  7.58k|}
card-oberthur.c:auth_read_binary:
 2102|  3.56k|{
 2103|  3.56k|	int rv;
 2104|  3.56k|	size_t sz;
 2105|  3.56k|	struct sc_pkcs15_bignum bn[2];
 2106|  3.56k|	unsigned char *out = NULL;
 2107|  3.56k|	bn[0].data = NULL;
 2108|  3.56k|	bn[1].data = NULL;
 2109|       |
 2110|  3.56k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  3.56k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.56k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.56k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.56k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.56k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2111|       |
 2112|  3.56k|	if (!auth_current_ef)
  ------------------
  |  Branch (2112:6): [True: 10, False: 3.55k]
  ------------------
 2113|  3.56k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS, "Invalid auth_current_ef");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2114|       |
 2115|  3.55k|	sc_log(card->ctx, "offset %i; size %zu; flags 0x%lX", offset, count, flags ? *flags : 0);
  ------------------
  |  |   71|  7.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__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 96, False: 3.45k]
  |  |  ------------------
  ------------------
 2116|  3.55k|	sc_log(card->ctx, "last selected : magic %X; ef %X",
  ------------------
  |  |   71|  3.55k|#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|  3.55k|			auth_current_ef->magic, auth_current_ef->ef_structure);
 2118|       |
 2119|  3.55k|	if (offset & ~0x7FFF)
  ------------------
  |  Branch (2119:6): [True: 0, False: 3.55k]
  ------------------
 2120|  3.55k|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_ARGUMENTS, "Invalid file offset");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2121|       |
 2122|  3.55k|	if (auth_current_ef->magic == SC_FILE_MAGIC &&
  ------------------
  |  |   57|  7.10k|#define SC_FILE_MAGIC			0x14426950
  ------------------
  |  Branch (2122:6): [True: 3.55k, False: 0]
  ------------------
 2123|  3.55k|			auth_current_ef->ef_structure == SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC) {
  ------------------
  |  Branch (2123:4): [True: 189, False: 3.36k]
  ------------------
 2124|    189|		int jj;
 2125|    189|		unsigned char resp[SC_MAX_APDU_RESP_SIZE];
 2126|    189|		size_t resp_len, out_len;
 2127|    189|		struct sc_pkcs15_pubkey_rsa key;
 2128|       |
 2129|    189|		resp_len = sizeof(resp);
 2130|    189|		rv = auth_read_component(card, SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC,
 2131|    189|				2, resp, resp_len);
 2132|    189|		LOG_TEST_RET(card->ctx, rv, "read component failed");
  ------------------
  |  |  174|    189|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    189|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    189|	int _ret = (r); \
  |  |  |  |  168|    189|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 44, False: 145]
  |  |  |  |  ------------------
  |  |  |  |  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|    189|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 145]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2133|       |
 2134|    493|		for (jj=0; jj<rv && *(resp+jj)==0; jj++)
  ------------------
  |  Branch (2134:14): [True: 483, False: 10]
  |  Branch (2134:23): [True: 348, False: 135]
  ------------------
 2135|    348|			;
 2136|       |
 2137|    145|		if (rv - jj == 0)
  ------------------
  |  Branch (2137:7): [True: 10, False: 135]
  ------------------
 2138|     10|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     10|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 2139|    135|		bn[0].data = calloc(1, rv - jj);
 2140|    135|		if (!bn[0].data) {
  ------------------
  |  Branch (2140:7): [True: 0, False: 135]
  ------------------
 2141|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2142|      0|			goto err;
 2143|      0|		}
 2144|    135|		bn[0].len = rv - jj;
 2145|    135|		memcpy(bn[0].data, resp + jj, rv - jj);
 2146|       |
 2147|    135|		rv = auth_read_component(card, SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC,
 2148|    135|				1, resp, resp_len);
 2149|    135|		LOG_TEST_GOTO_ERR(card->ctx, rv, "Cannot read RSA public key component");
  ------------------
  |  |  184|    135|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    135|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    135|	int _ret = (r); \
  |  |  |  |  178|    135|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 19, False: 116]
  |  |  |  |  ------------------
  |  |  |  |  179|     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
  |  |  |  |  ------------------
  |  |  |  |  180|     19|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     19|		goto err; \
  |  |  |  |  182|     19|	} \
  |  |  |  |  183|    135|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 116]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2150|       |
 2151|    116|		bn[1].data = calloc(1, rv);
 2152|    116|		if (!bn[1].data) {
  ------------------
  |  Branch (2152:7): [True: 0, False: 116]
  ------------------
 2153|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2154|      0|			goto err;
 2155|      0|		}
 2156|    116|		bn[1].len = rv;
 2157|    116|		memcpy(bn[1].data, resp, rv);
 2158|       |
 2159|    116|		key.exponent = bn[0];
 2160|    116|		key.modulus = bn[1];
 2161|       |
 2162|    116|		if (sc_pkcs15_encode_pubkey_rsa(card->ctx, &key, &out, &out_len) != SC_SUCCESS) {
  ------------------
  |  |   28|    116|#define SC_SUCCESS				0
  ------------------
  |  Branch (2162:7): [True: 5, False: 111]
  ------------------
 2163|      5|			rv = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      5|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 2164|      5|			LOG_TEST_GOTO_ERR(card->ctx, rv, "cannot encode RSA public key");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2165|      5|		}
 2166|    111|		else {
 2167|    111|			if (out_len < offset) {
  ------------------
  |  Branch (2167:8): [True: 14, False: 97]
  ------------------
 2168|     14|				rv = SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     14|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
 2169|     14|				goto err;
 2170|     14|			}
 2171|     97|			sz = MIN(out_len - offset, count);
  ------------------
  |  |   70|     97|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 63, False: 34]
  |  |  ------------------
  ------------------
 2172|     97|			memcpy(buf, out + offset, sz);
 2173|       |
 2174|     97|			sc_log_hex(card->ctx, "write_publickey", buf, sz);
  ------------------
  |  |  129|     97|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     97|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2175|     97|			rv = (int)sz;
 2176|     97|		}
 2177|  3.36k|	} else {
 2178|  3.36k|		rv = iso_ops->read_binary(card, offset, buf, count, 0);
 2179|  3.36k|	}
 2180|       |
 2181|  3.49k|err:
 2182|  3.49k|	free(bn[0].data);
 2183|  3.49k|	free(bn[1].data);
 2184|  3.49k|	free(out);
 2185|       |
 2186|  3.49k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  3.49k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.49k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.49k|	int _ret = r; \
  |  |  |  |  155|  3.49k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.12k, False: 2.37k]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|  1.00k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.00k, False: 122]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.12k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.37k|	} else { \
  |  |  |  |  159|  2.37k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  2.37k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  2.37k|	} \
  |  |  |  |  162|  3.49k|	return _ret; \
  |  |  |  |  163|  3.49k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2187|  3.49k|}
card-oberthur.c:auth_read_component:
 1463|    324|{
 1464|    324|	struct sc_apdu apdu;
 1465|    324|	int rv;
 1466|    324|	unsigned char resp[SC_MAX_APDU_RESP_SIZE];
 1467|       |
 1468|    324|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    324|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    324|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    324|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    324|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 324]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1469|    324|	sc_log(card->ctx, "num %i, outlen %zu, type %i", num, outlen, type);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1470|       |
 1471|    324|	if (!outlen || type!=SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC)
  ------------------
  |  Branch (1471:6): [True: 0, False: 324]
  |  Branch (1471:17): [True: 0, False: 324]
  ------------------
 1472|    324|		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|    324|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB4,	num, 0x00);
  ------------------
  |  |  292|    324|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 1475|    324|	apdu.cla |= 0x80;
 1476|    324|	apdu.le = outlen;
 1477|    324|	apdu.resp = resp;
 1478|    324|	apdu.resplen = sizeof(resp);
 1479|    324|	rv = sc_transmit_apdu(card, &apdu);
 1480|    324|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    324|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    324|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    324|	int _ret = (r); \
  |  |  |  |  168|    324|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3, False: 321]
  |  |  |  |  ------------------
  |  |  |  |  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|    324|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 321]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1481|       |
 1482|    321|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1483|    321|	LOG_TEST_RET(card->ctx, rv, "Card returned error");
  ------------------
  |  |  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: 60, False: 261]
  |  |  |  |  ------------------
  |  |  |  |  169|     60|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     60|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     60|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     60|		return _ret; \
  |  |  |  |  172|     60|	} \
  |  |  |  |  173|    321|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 261]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1484|       |
 1485|    261|	if (outlen < apdu.resplen)
  ------------------
  |  Branch (1485:6): [True: 0, False: 261]
  ------------------
 1486|    261|		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|    261|	memcpy(out, apdu.resp, apdu.resplen);
 1489|    261|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|    261|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    261|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    261|	int _ret = r; \
  |  |  |  |  155|    261|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9, False: 252]
  |  |  |  |  ------------------
  |  |  |  |  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|    252|	} else { \
  |  |  |  |  159|    252|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    252|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    252|	} \
  |  |  |  |  162|    261|	return _ret; \
  |  |  |  |  163|    261|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1490|    261|}
card-oberthur.c:auth_read_record:
 2193|    580|{
 2194|    580|	struct sc_apdu apdu;
 2195|    580|	int rv = 0;
 2196|    580|	unsigned char recvbuf[SC_MAX_APDU_BUFFER_SIZE];
 2197|       |
 2198|    580|	sc_log(card->ctx, "auth_read_record(): nr_rec %i; count %zu", nr_rec, count);
  ------------------
  |  |   71|    580|#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|    580|	if (nr_rec > 0xFF || idx != 0)
  ------------------
  |  Branch (2200:6): [True: 0, False: 580]
  |  Branch (2200:23): [True: 217, False: 363]
  ------------------
 2201|    580|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|    217|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    217|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    217|	int _ret = r; \
  |  |  |  |  155|    217|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 217, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    217|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    217|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 217, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    217|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    217|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    217|	return _ret; \
  |  |  |  |  163|    217|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2202|       |
 2203|    363|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xB2, nr_rec, 0);
  ------------------
  |  |  292|    363|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 2204|    363|	apdu.p2 = (flags & SC_RECORD_EF_ID_MASK) << 3;
  ------------------
  |  | 1293|    363|#define SC_RECORD_EF_ID_MASK		0x0001FUL
  ------------------
 2205|    363|	if (flags & SC_RECORD_BY_REC_NR)
  ------------------
  |  | 1298|    363|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  |  Branch (2205:6): [True: 363, False: 0]
  ------------------
 2206|    363|		apdu.p2 |= 0x04;
 2207|       |
 2208|    363|	apdu.le = MIN(count, SC_MAX_APDU_BUFFER_SIZE);
  ------------------
  |  |   70|    363|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 363, False: 0]
  |  |  ------------------
  ------------------
 2209|    363|	apdu.resplen = SC_MAX_APDU_BUFFER_SIZE;
  ------------------
  |  |   34|    363|#define SC_MAX_APDU_BUFFER_SIZE		261 /* takes account of: CLA INS P1 P2 Lc [255 byte of data] Le */
  ------------------
 2210|    363|	apdu.resp = recvbuf;
 2211|       |
 2212|    363|	rv = sc_transmit_apdu(card, &apdu);
 2213|    363|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    363|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    363|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    363|	int _ret = (r); \
  |  |  |  |  168|    363|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 358]
  |  |  |  |  ------------------
  |  |  |  |  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|    363|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 358]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2214|    358|	if (apdu.resplen == 0)
  ------------------
  |  Branch (2214:6): [True: 105, False: 253]
  ------------------
 2215|    358|		LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|    105|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    105|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    105|	int _ret = r; \
  |  |  |  |  155|    105|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 105, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    105|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     58|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 58, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  157|    105|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    105|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    105|	return _ret; \
  |  |  |  |  163|    105|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2216|    253|	if (count < apdu.resplen)
  ------------------
  |  Branch (2216:6): [True: 1, False: 252]
  ------------------
 2217|    253|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_LENGTH);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2218|    252|	memcpy(buf, recvbuf, apdu.resplen);
 2219|       |
 2220|    252|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 2221|    252|	LOG_TEST_RET(card->ctx, rv, "Card returned error");
  ------------------
  |  |  174|    252|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    252|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    252|	int _ret = (r); \
  |  |  |  |  168|    252|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 35, False: 217]
  |  |  |  |  ------------------
  |  |  |  |  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|    252|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 217]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2222|       |
 2223|    217|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|    217|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    217|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    217|	int _ret = r; \
  |  |  |  |  155|    217|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 217]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    217|	} else { \
  |  |  |  |  159|    217|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    217|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    217|	} \
  |  |  |  |  162|    217|	return _ret; \
  |  |  |  |  163|    217|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2224|    217|}
card-oberthur.c:auth_card_ctl:
 1435|     74|{
 1436|     74|	switch (cmd) {
 1437|      0|	case SC_CARDCTL_GET_DEFAULT_KEY:
  ------------------
  |  Branch (1437:2): [True: 0, False: 74]
  ------------------
 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: 74]
  ------------------
 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: 74]
  ------------------
 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: 74]
  ------------------
 1447|      0|		return auth_create_reference_data(card,
 1448|      0|				(struct sc_cardctl_oberthur_createpin_info *) ptr);
 1449|     11|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1449:2): [True: 11, False: 63]
  ------------------
 1450|     11|		return auth_get_serialnr(card, (struct sc_serial_number *)ptr);
 1451|      0|	case SC_CARDCTL_LIFECYCLE_GET:
  ------------------
  |  Branch (1451:2): [True: 0, False: 74]
  ------------------
 1452|      1|	case SC_CARDCTL_LIFECYCLE_SET:
  ------------------
  |  Branch (1452:2): [True: 1, False: 73]
  ------------------
 1453|      1|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      1|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1454|     62|	default:
  ------------------
  |  Branch (1454:2): [True: 62, False: 12]
  ------------------
 1455|     62|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|     62|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     62|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     62|	int _ret = r; \
  |  |  |  |  155|     62|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 62, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     62|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     62|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 62, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     62|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     62|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     62|	return _ret; \
  |  |  |  |  163|     62|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1456|     74|	}
 1457|     74|}
card-oberthur.c:auth_init_pin_info:
 1521|    960|{
 1522|    960|	pin->offset = 0;
 1523|    960|	pin->pad_char   = 0xFF;
 1524|    960|	pin->encoding   = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    960|#define SC_PIN_ENCODING_ASCII	0
  ------------------
 1525|       |
 1526|    960|	if (type == OBERTHUR_AUTH_TYPE_PIN) {
  ------------------
  |  |   92|    960|#define OBERTHUR_AUTH_TYPE_PIN		1
  ------------------
  |  Branch (1526:6): [True: 960, False: 0]
  ------------------
 1527|    960|		pin->max_length = OBERTHUR_AUTH_MAX_LENGTH_PIN;
  ------------------
  |  |   95|    960|#define OBERTHUR_AUTH_MAX_LENGTH_PIN	64
  ------------------
 1528|    960|		pin->pad_length = OBERTHUR_AUTH_MAX_LENGTH_PIN;
  ------------------
  |  |   95|    960|#define OBERTHUR_AUTH_MAX_LENGTH_PIN	64
  ------------------
 1529|    960|	} else {
 1530|      0|		pin->max_length = OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   96|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1531|      0|		pin->pad_length = OBERTHUR_AUTH_MAX_LENGTH_PUK;
  ------------------
  |  |   96|      0|#define OBERTHUR_AUTH_MAX_LENGTH_PUK	16
  ------------------
 1532|      0|	}
 1533|    960|}
card-oberthur.c:auth_get_serialnr:
 2249|     11|{
 2250|     11|	if (!serial)
  ------------------
  |  Branch (2250:6): [True: 0, False: 11]
  ------------------
 2251|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2252|       |
 2253|     11|	if (card->serialnr.len==0)
  ------------------
  |  Branch (2253:6): [True: 0, False: 11]
  ------------------
 2254|     11|		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|     11|	memcpy(serial, &card->serialnr, sizeof(*serial));
 2257|       |
 2258|     11|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2259|     11|}
card-oberthur.c:auth_process_fci:
  297|  4.36k|{
  298|  4.36k|	unsigned char type;
  299|  4.36k|	const unsigned char *attr;
  300|  4.36k|	size_t attr_len = 0;
  301|       |
  302|  4.36k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  4.36k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.36k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.36k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.36k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.36k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  303|  4.36k|	attr = sc_asn1_find_tag(card->ctx, buf, buflen, 0x82, &attr_len);
  304|  4.36k|	if (!attr || attr_len < 1)
  ------------------
  |  Branch (304:6): [True: 1.82k, False: 2.53k]
  |  Branch (304:15): [True: 260, False: 2.27k]
  ------------------
  305|  4.36k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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.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|  2.08k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.08k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  306|  2.27k|	type = attr[0];
  307|       |
  308|  2.27k|	attr = sc_asn1_find_tag(card->ctx, buf, buflen, 0x83, &attr_len);
  309|  2.27k|	if (!attr || attr_len < 2)
  ------------------
  |  Branch (309:6): [True: 294, False: 1.98k]
  |  Branch (309:15): [True: 17, False: 1.96k]
  ------------------
  310|  2.27k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    311|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    311|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    311|	int _ret = r; \
  |  |  |  |  155|    311|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 311, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    311|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    311|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 311, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    311|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    311|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    311|	return _ret; \
  |  |  |  |  163|    311|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  311|  1.96k|	file->id = attr[0]*0x100 + attr[1];
  312|       |
  313|  1.96k|	attr = sc_asn1_find_tag(card->ctx, buf, buflen, type==0x01 ? 0x80 : 0x85, &attr_len);
  ------------------
  |  Branch (313:50): [True: 1.47k, False: 493]
  ------------------
  314|  1.96k|	switch (type) {
  315|  1.47k|	case 0x01:
  ------------------
  |  Branch (315:2): [True: 1.47k, False: 493]
  ------------------
  316|  1.47k|		if (!attr || attr_len < 2)
  ------------------
  |  Branch (316:7): [True: 71, False: 1.40k]
  |  Branch (316:16): [True: 10, False: 1.39k]
  ------------------
  317|  1.47k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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|     81|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 81, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  318|  1.39k|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|  1.39k|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  319|  1.39k|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|  1.39k|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  320|  1.39k|		file->size = attr[0]*0x100 + attr[1];
  321|  1.39k|		break;
  322|    129|	case 0x04:
  ------------------
  |  Branch (322:2): [True: 129, False: 1.83k]
  ------------------
  323|    129|		if (!attr || attr_len < 1)
  ------------------
  |  Branch (323:7): [True: 10, False: 119]
  |  Branch (323:16): [True: 10, False: 109]
  ------------------
  324|    129|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     20|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  325|    109|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    109|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  326|    109|		file->ef_structure = SC_FILE_EF_LINEAR_VARIABLE;
  ------------------
  |  |  224|    109|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  327|    109|		file->size = attr[0];
  328|    109|		attr = sc_asn1_find_tag(card->ctx, buf, buflen, 0x82, &attr_len);
  329|    109|		if (!attr || attr_len < 5)
  ------------------
  |  Branch (329:7): [True: 0, False: 109]
  |  Branch (329:16): [True: 109, False: 0]
  ------------------
  330|    109|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  331|      0|		file->record_length = attr[2]*0x100+attr[3];
  332|      0|		file->record_count = attr[4];
  333|      0|		break;
  334|     22|	case 0x11:
  ------------------
  |  Branch (334:2): [True: 22, False: 1.94k]
  ------------------
  335|     22|		if (!attr || attr_len < 2)
  ------------------
  |  Branch (335:7): [True: 10, False: 12]
  |  Branch (335:16): [True: 10, False: 2]
  ------------------
  336|     22|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     20|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  337|      2|		file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|      2|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  338|      2|		file->ef_structure = SC_CARDCTL_OBERTHUR_KEY_DES;
  339|      2|		file->size = attr[0]*0x100 + attr[1];
  340|      2|		file->size /= 8;
  341|      2|		break;
  342|    200|	case 0x12:
  ------------------
  |  Branch (342:2): [True: 200, False: 1.76k]
  ------------------
  343|    200|		if (!attr || attr_len < 2)
  ------------------
  |  Branch (343:7): [True: 10, False: 190]
  |  Branch (343:16): [True: 11, False: 179]
  ------------------
  344|    200|			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|    179|		file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|    179|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  346|    179|		file->ef_structure = SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC;
  347|       |
  348|    179|		file->size = attr[0]*0x100 + attr[1];
  349|    179|		if (file->size==512)
  ------------------
  |  Branch (349:7): [True: 18, False: 161]
  ------------------
  350|     18|			file->size = PUBKEY_512_ASN1_SIZE;
  ------------------
  |  |  100|     18|#define PUBKEY_512_ASN1_SIZE	0x4A
  ------------------
  351|    161|		else if (file->size==1024)
  ------------------
  |  Branch (351:12): [True: 58, False: 103]
  ------------------
  352|     58|			file->size = PUBKEY_1024_ASN1_SIZE;
  ------------------
  |  |  101|     58|#define PUBKEY_1024_ASN1_SIZE	0x8C
  ------------------
  353|    103|		else if (file->size==2048)
  ------------------
  |  Branch (353:12): [True: 0, False: 103]
  ------------------
  354|      0|			file->size = PUBKEY_2048_ASN1_SIZE;
  ------------------
  |  |  102|      0|#define PUBKEY_2048_ASN1_SIZE	0x10E
  ------------------
  355|    103|		else {
  356|    103|			sc_log(card->ctx, "Not supported public key size: %zu", file->size);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  357|    103|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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|    103|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 103, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|    103|		}
  359|     76|		break;
  360|     76|	case 0x14:
  ------------------
  |  Branch (360:2): [True: 21, False: 1.94k]
  ------------------
  361|     21|		if (!attr || attr_len < 2)
  ------------------
  |  Branch (361:7): [True: 10, False: 11]
  |  Branch (361:16): [True: 10, False: 1]
  ------------------
  362|     21|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|     20|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|      1|		file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|      1|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  364|      1|		file->ef_structure = SC_CARDCTL_OBERTHUR_KEY_RSA_CRT;
  365|      1|		file->size = attr[0]*0x100 + attr[1];
  366|      1|		break;
  367|    100|	case 0x38:
  ------------------
  |  Branch (367:2): [True: 100, False: 1.86k]
  ------------------
  368|    100|		if (!attr || attr_len < 1)
  ------------------
  |  Branch (368:7): [True: 11, False: 89]
  |  Branch (368:16): [True: 10, False: 79]
  ------------------
  369|    100|			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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|     79|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|     79|#define SC_FILE_TYPE_DF			0x04
  ------------------
  371|     79|		file->size = attr[0];
  372|     79|		if (SC_SUCCESS != sc_file_set_type_attr(file,attr,attr_len))
  ------------------
  |  |   28|     79|#define SC_SUCCESS				0
  ------------------
  |  Branch (372:7): [True: 0, False: 79]
  ------------------
  373|     79|			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|     79|		break;
  375|     79|	default:
  ------------------
  |  Branch (375:2): [True: 21, False: 1.94k]
  ------------------
  376|     21|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  377|  1.96k|	}
  378|       |
  379|  1.55k|	attr = sc_asn1_find_tag(card->ctx, buf, buflen, 0x86, &attr_len);
  380|  1.55k|	if (!attr || attr_len < 8)
  ------------------
  |  Branch (380:6): [True: 1.40k, False: 141]
  |  Branch (380:15): [True: 20, False: 121]
  ------------------
  381|  1.55k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|  1.42k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.42k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.42k|	int _ret = r; \
  |  |  |  |  155|  1.42k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.42k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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.42k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.42k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.42k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.42k|	return _ret; \
  |  |  |  |  163|  1.42k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|       |
  383|    121|	if (file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|    121|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (383:6): [True: 1, False: 120]
  ------------------
  384|      1|		add_acl_entry(card, file, SC_AC_OP_CREATE, attr[0]);
  ------------------
  |  |  169|      1|#define SC_AC_OP_CREATE			3
  ------------------
  385|      1|		add_acl_entry(card, file, SC_AC_OP_CRYPTO, attr[1]);
  ------------------
  |  |  173|      1|#define SC_AC_OP_CRYPTO			7
  ------------------
  386|      1|		add_acl_entry(card, file, SC_AC_OP_LIST_FILES, attr[2]);
  ------------------
  |  |  172|      1|#define SC_AC_OP_LIST_FILES		6
  ------------------
  387|      1|		add_acl_entry(card, file, SC_AC_OP_DELETE, attr[3]);
  ------------------
  |  |  168|      1|#define SC_AC_OP_DELETE			2
  ------------------
  388|      1|		add_acl_entry(card, file, SC_AC_OP_PIN_DEFINE, attr[4]);
  ------------------
  |  |  183|      1|#define SC_AC_OP_PIN_DEFINE		17
  ------------------
  389|      1|		add_acl_entry(card, file, SC_AC_OP_PIN_CHANGE, attr[5]);
  ------------------
  |  |  184|      1|#define SC_AC_OP_PIN_CHANGE		18
  ------------------
  390|      1|		add_acl_entry(card, file, SC_AC_OP_PIN_RESET, attr[6]);
  ------------------
  |  |  185|      1|#define SC_AC_OP_PIN_RESET		19
  ------------------
  391|      1|		sc_log(card->ctx, "SC_FILE_TYPE_DF:CRYPTO %X", attr[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__
  |  |  ------------------
  ------------------
  392|    120|	} else if (file->type == SC_FILE_TYPE_INTERNAL_EF) { /* EF */
  ------------------
  |  |  215|    120|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  |  Branch (392:13): [True: 3, False: 117]
  ------------------
  393|      3|		switch (file->ef_structure) {
  ------------------
  |  Branch (393:11): [True: 3, False: 0]
  ------------------
  394|      1|		case SC_CARDCTL_OBERTHUR_KEY_DES:
  ------------------
  |  Branch (394:3): [True: 1, False: 2]
  ------------------
  395|      1|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[0]);
  ------------------
  |  |  189|      1|#define SC_AC_OP_UPDATE			23
  ------------------
  396|      1|			add_acl_entry(card, file, SC_AC_OP_PSO_DECRYPT, attr[1]);
  ------------------
  |  |  175|      1|#define SC_AC_OP_PSO_DECRYPT		9
  ------------------
  397|      1|			add_acl_entry(card, file, SC_AC_OP_PSO_ENCRYPT, attr[2]);
  ------------------
  |  |  176|      1|#define SC_AC_OP_PSO_ENCRYPT		10
  ------------------
  398|      1|			add_acl_entry(card, file, SC_AC_OP_PSO_COMPUTE_CHECKSUM, attr[3]);
  ------------------
  |  |  179|      1|#define SC_AC_OP_PSO_COMPUTE_CHECKSUM	13
  ------------------
  399|      1|			add_acl_entry(card, file, SC_AC_OP_PSO_VERIFY_CHECKSUM, attr[4]);
  ------------------
  |  |  180|      1|#define SC_AC_OP_PSO_VERIFY_CHECKSUM	14
  ------------------
  400|      1|			add_acl_entry(card, file, SC_AC_OP_INTERNAL_AUTHENTICATE, attr[5]);
  ------------------
  |  |  181|      1|#define SC_AC_OP_INTERNAL_AUTHENTICATE	15
  ------------------
  401|      1|			add_acl_entry(card, file, SC_AC_OP_EXTERNAL_AUTHENTICATE, attr[6]);
  ------------------
  |  |  182|      1|#define SC_AC_OP_EXTERNAL_AUTHENTICATE	16
  ------------------
  402|      1|			break;
  403|      1|		case SC_CARDCTL_OBERTHUR_KEY_RSA_PUBLIC:
  ------------------
  |  Branch (403:3): [True: 1, False: 2]
  ------------------
  404|      1|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[0]);
  ------------------
  |  |  189|      1|#define SC_AC_OP_UPDATE			23
  ------------------
  405|      1|			add_acl_entry(card, file, SC_AC_OP_PSO_ENCRYPT, attr[2]);
  ------------------
  |  |  176|      1|#define SC_AC_OP_PSO_ENCRYPT		10
  ------------------
  406|      1|			add_acl_entry(card, file, SC_AC_OP_PSO_VERIFY_SIGNATURE, attr[4]);
  ------------------
  |  |  178|      1|#define SC_AC_OP_PSO_VERIFY_SIGNATURE	12
  ------------------
  407|      1|			add_acl_entry(card, file, SC_AC_OP_EXTERNAL_AUTHENTICATE, attr[6]);
  ------------------
  |  |  182|      1|#define SC_AC_OP_EXTERNAL_AUTHENTICATE	16
  ------------------
  408|      1|			break;
  409|      1|		case SC_CARDCTL_OBERTHUR_KEY_RSA_CRT:
  ------------------
  |  Branch (409:3): [True: 1, False: 2]
  ------------------
  410|      1|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[0]);
  ------------------
  |  |  189|      1|#define SC_AC_OP_UPDATE			23
  ------------------
  411|      1|			add_acl_entry(card, file, SC_AC_OP_PSO_DECRYPT, attr[1]);
  ------------------
  |  |  175|      1|#define SC_AC_OP_PSO_DECRYPT		9
  ------------------
  412|      1|			add_acl_entry(card, file, SC_AC_OP_PSO_COMPUTE_SIGNATURE, attr[3]);
  ------------------
  |  |  177|      1|#define SC_AC_OP_PSO_COMPUTE_SIGNATURE	11
  ------------------
  413|      1|			add_acl_entry(card, file, SC_AC_OP_INTERNAL_AUTHENTICATE, attr[5]);
  ------------------
  |  |  181|      1|#define SC_AC_OP_INTERNAL_AUTHENTICATE	15
  ------------------
  414|      1|			break;
  415|      3|		}
  416|    117|	} else {
  417|    117|		switch (file->ef_structure) {
  ------------------
  |  Branch (417:11): [True: 117, False: 0]
  ------------------
  418|    117|		case SC_FILE_EF_TRANSPARENT:
  ------------------
  |  |  221|    117|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (418:3): [True: 117, False: 0]
  ------------------
  419|    117|			add_acl_entry(card, file, SC_AC_OP_WRITE, attr[0]);
  ------------------
  |  |  190|    117|#define SC_AC_OP_WRITE			24
  ------------------
  420|    117|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[1]);
  ------------------
  |  |  189|    117|#define SC_AC_OP_UPDATE			23
  ------------------
  421|    117|			add_acl_entry(card, file, SC_AC_OP_READ, attr[2]);
  ------------------
  |  |  188|    117|#define SC_AC_OP_READ			22
  ------------------
  422|    117|			add_acl_entry(card, file, SC_AC_OP_ERASE, attr[3]);
  ------------------
  |  |  202|    117|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|    117|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  423|    117|			break;
  424|      0|		case SC_FILE_EF_LINEAR_VARIABLE:
  ------------------
  |  |  224|      0|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (424:3): [True: 0, False: 117]
  ------------------
  425|      0|			add_acl_entry(card, file, SC_AC_OP_WRITE, attr[0]);
  ------------------
  |  |  190|      0|#define SC_AC_OP_WRITE			24
  ------------------
  426|      0|			add_acl_entry(card, file, SC_AC_OP_UPDATE, attr[1]);
  ------------------
  |  |  189|      0|#define SC_AC_OP_UPDATE			23
  ------------------
  427|      0|			add_acl_entry(card, file, SC_AC_OP_READ, attr[2]);
  ------------------
  |  |  188|      0|#define SC_AC_OP_READ			22
  ------------------
  428|      0|			add_acl_entry(card, file, SC_AC_OP_ERASE, attr[3]);
  ------------------
  |  |  202|      0|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|      0|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  429|      0|			break;
  430|    117|		}
  431|    117|	}
  432|       |
  433|    121|	file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|    121|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  434|    121|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|    121|#define SC_FILE_MAGIC			0x14426950
  ------------------
  435|       |
  436|    121|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    121|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    121|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    121|	int _ret = r; \
  |  |  |  |  155|    121|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 121, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    121|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 121]
  |  |  |  |  ------------------
  |  |  |  |  157|    121|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    121|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    121|	return _ret; \
  |  |  |  |  163|    121|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  437|    121|}
card-oberthur.c:add_acl_entry:
  260|    490|{
  261|    490|	if ((acl_byte & 0xE0) == 0x60) {
  ------------------
  |  Branch (261:6): [True: 54, False: 436]
  ------------------
  262|     54|		sc_log(card->ctx, "called; op 0x%X; SC_AC_PRO; ref 0x%X", op, acl_byte);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  263|     54|		sc_file_add_acl_entry(file, op, SC_AC_PRO, acl_byte);
  ------------------
  |  |  153|     54|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  264|     54|		return;
  265|     54|	}
  266|       |
  267|    436|	switch (acl_byte) {
  268|    107|	case 0x00:
  ------------------
  |  Branch (268:2): [True: 107, False: 329]
  ------------------
  269|    107|		sc_file_add_acl_entry(file, op, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|    107|#define SC_AC_NONE			0x00000000
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    107|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  270|    107|		break;
  271|       |	/* User and OneTime PINs are locals */
  272|     23|	case 0x21:
  ------------------
  |  Branch (272:2): [True: 23, False: 413]
  ------------------
  273|     33|	case 0x22:
  ------------------
  |  Branch (273:2): [True: 10, False: 426]
  ------------------
  274|     33|		sc_file_add_acl_entry(file, op, SC_AC_CHV, (acl_byte & 0x0F) | OBERTHUR_PIN_LOCAL);
  ------------------
  |  |  151|     33|#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|     33|#define OBERTHUR_PIN_LOCAL	0x80
  ------------------
  275|     33|		break;
  276|       |	/* Local SOPIN is only for the unblocking. */
  277|     16|	case 0x24:
  ------------------
  |  Branch (277:2): [True: 16, False: 420]
  ------------------
  278|     31|	case 0x25:
  ------------------
  |  Branch (278:2): [True: 15, False: 421]
  ------------------
  279|     31|		if (op == SC_AC_OP_PIN_RESET)
  ------------------
  |  |  185|     31|#define SC_AC_OP_PIN_RESET		19
  ------------------
  |  Branch (279:7): [True: 1, False: 30]
  ------------------
  280|      1|			sc_file_add_acl_entry(file, op, SC_AC_CHV, 0x84);
  ------------------
  |  |  151|      1|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  281|     30|		else
  282|     30|			sc_file_add_acl_entry(file, op, SC_AC_CHV, 0x04);
  ------------------
  |  |  151|     30|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  283|     31|		break;
  284|     53|	case 0xFF:
  ------------------
  |  Branch (284:2): [True: 53, False: 383]
  ------------------
  285|     53|		sc_file_add_acl_entry(file, op, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  163|     53|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_NEVER, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     53|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  286|     53|		break;
  287|    212|	default:
  ------------------
  |  Branch (287:2): [True: 212, False: 224]
  ------------------
  288|    212|		sc_file_add_acl_entry(file, op, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  162|    212|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
              		sc_file_add_acl_entry(file, op, SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    212|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  289|    212|		break;
  290|    436|	}
  291|    436|}
card-oberthur.c:auth_pin_cmd:
 1875|    971|{
 1876|    971|	int rv = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    971|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1877|       |
 1878|    971|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    971|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    971|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    971|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    971|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 971]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1879|    971|	if (data->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|    971|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1879:6): [True: 0, False: 971]
  ------------------
 1880|    971|		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|    971|	sc_log(card->ctx, "PIN CMD:%i; reference:%i; pin1:%p/%zu, pin2:%p/%zu", data->cmd,
  ------------------
  |  |   71|    971|#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|    971|			data->pin_reference, data->pin1.data, data->pin1.len,
 1884|    971|			data->pin2.data, data->pin2.len);
 1885|    971|	switch (data->cmd) {
 1886|    960|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|    960|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (1886:2): [True: 960, False: 11]
  ------------------
 1887|    960|		rv = auth_pin_verify(card, SC_AC_CHV, data);
  ------------------
  |  |  151|    960|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1888|    960|		LOG_TEST_RET(card->ctx, rv, "CMD 'PIN VERIFY' failed");
  ------------------
  |  |  174|    960|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    960|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    960|	int _ret = (r); \
  |  |  |  |  168|    960|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 162, False: 798]
  |  |  |  |  ------------------
  |  |  |  |  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|    960|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 798]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1889|    798|		break;
 1890|    798|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|      0|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (1890:2): [True: 0, False: 971]
  ------------------
 1891|      0|		rv = auth_pin_change(card, SC_AC_CHV, data);
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1892|      0|		LOG_TEST_RET(card->ctx, rv, "CMD 'PIN VERIFY' 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1893|      0|		break;
 1894|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (1894:2): [True: 0, False: 971]
  ------------------
 1895|      0|		rv = auth_pin_reset(card, SC_AC_CHV, data);
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1896|      0|		LOG_TEST_RET(card->ctx, rv, "CMD 'PIN VERIFY' 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1897|      0|		break;
 1898|     11|	default:
  ------------------
  |  Branch (1898:2): [True: 11, False: 960]
  ------------------
 1899|     11|		LOG_TEST_RET(card->ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported PIN operation");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1900|    971|	}
 1901|       |
 1902|    798|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 798]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1903|    798|}
card-oberthur.c:auth_pin_verify:
 1595|    960|{
 1596|    960|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1597|    960|	int rv;
 1598|       |
 1599|    960|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    960|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    960|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    960|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    960|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 960]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1600|       |
 1601|    960|	if (type != SC_AC_CHV)
  ------------------
  |  |  151|    960|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1601:6): [True: 0, False: 960]
  ------------------
 1602|    960|		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|    960|	data->flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|    960|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
 1605|       |
 1606|    960|	auth_init_pin_info(card, &data->pin1, OBERTHUR_AUTH_TYPE_PIN);
  ------------------
  |  |   92|    960|#define OBERTHUR_AUTH_TYPE_PIN		1
  ------------------
 1607|       |
 1608|       |	/* User PIN is always local. */
 1609|    960|	if (data->pin_reference == OBERTHUR_PIN_REFERENCE_USER
  ------------------
  |  |   42|  1.92k|#define OBERTHUR_PIN_REFERENCE_USER	0x81
  ------------------
  |  Branch (1609:6): [True: 428, False: 532]
  ------------------
 1610|    532|			|| data->pin_reference == OBERTHUR_PIN_REFERENCE_ONETIME)
  ------------------
  |  |   43|    532|#define OBERTHUR_PIN_REFERENCE_ONETIME	0x82
  ------------------
  |  Branch (1610:7): [True: 0, False: 532]
  ------------------
 1611|    428|		data->pin_reference  |= OBERTHUR_PIN_LOCAL;
  ------------------
  |  |   41|    428|#define OBERTHUR_PIN_LOCAL	0x80
  ------------------
 1612|       |
 1613|    960|        rv = auth_pin_is_verified(card, data->pin_reference, &data->pin1.tries_left);
 1614|    960|    	sc_log(card->ctx, "auth_pin_is_verified returned rv %i", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1615|       |
 1616|       |	/* Return if only PIN status has been asked. */
 1617|    960|	if (data->pin1.data && !data->pin1.len)
  ------------------
  |  Branch (1617:6): [True: 960, False: 0]
  |  Branch (1617:25): [True: 958, False: 2]
  ------------------
 1618|    960|		LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|    958|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    958|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    958|	int _ret = r; \
  |  |  |  |  155|    958|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 958, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    958|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    160|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 160, False: 798]
  |  |  |  |  ------------------
  |  |  |  |  157|    958|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    958|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    958|	return _ret; \
  |  |  |  |  163|    958|} 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|      2|	if (!rv && !data->pin1.data && !data->pin1.len)
  ------------------
  |  Branch (1622:6): [True: 1, False: 1]
  |  Branch (1622:13): [True: 0, False: 1]
  |  Branch (1622:33): [True: 0, False: 0]
  ------------------
 1623|      2|		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|      2|	if (!data->pin1.data && !data->pin1.len)
  ------------------
  |  Branch (1625:6): [True: 0, False: 2]
  |  Branch (1625:26): [True: 0, False: 0]
  ------------------
 1626|      0|		rv = auth_pin_verify_pinpad(card, data->pin_reference, &data->pin1.tries_left);
 1627|      2|	else
 1628|      2|		rv = iso_drv->ops->pin_cmd(card, data);
 1629|       |
 1630|      2|	LOG_FUNC_RETURN(card->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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1631|      2|}
card-oberthur.c:auth_pin_is_verified:
 1636|    960|{
 1637|    960|	struct sc_apdu apdu;
 1638|    960|	int rv;
 1639|       |
 1640|    960|	sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x20, 0, pin_reference);
  ------------------
  |  |  291|    960|#define SC_APDU_CASE_1			0x01
  ------------------
 1641|       |
 1642|    960|	rv = sc_transmit_apdu(card, &apdu);
 1643|    960|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|    960|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    960|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    960|	int _ret = (r); \
  |  |  |  |  168|    960|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 950]
  |  |  |  |  ------------------
  |  |  |  |  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|    960|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 950]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1644|       |
 1645|    950|	if (tries_left && apdu.sw1 == 0x63 && (apdu.sw2 & 0xF0) == 0xC0)
  ------------------
  |  Branch (1645:6): [True: 950, False: 0]
  |  Branch (1645:20): [True: 46, False: 904]
  |  Branch (1645:40): [True: 30, False: 16]
  ------------------
 1646|     30|		*tries_left = apdu.sw2 & 0x0F;
 1647|       |
 1648|       |	/* Replace 'no tries left' with 'auth method blocked' */
 1649|    950|	if (apdu.sw1 == 0x63 && apdu.sw2 == 0xC0) {
  ------------------
  |  Branch (1649:6): [True: 46, False: 904]
  |  Branch (1649:26): [True: 3, False: 43]
  ------------------
 1650|      3|		apdu.sw1 = 0x69;
 1651|      3|		apdu.sw2 = 0x83;
 1652|      3|	}
 1653|       |
 1654|    950|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1655|       |
 1656|    950|	return rv;
 1657|    960|}
card-oberthur.c:auth_check_sw:
 2272|  15.5k|{
 2273|  15.5k|	int ii;
 2274|       |
 2275|  30.8k|	for (ii = 0; auth_warnings[ii].SWs; ii++) {
  ------------------
  |  Branch (2275:15): [True: 15.5k, False: 15.3k]
  ------------------
 2276|  15.5k|		if (auth_warnings[ii].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (2276:7): [True: 203, False: 15.3k]
  ------------------
 2277|    203|			sc_log(card->ctx, "%s", auth_warnings[ii].errorstr);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2278|    203|			return auth_warnings[ii].errorno;
 2279|    203|		}
 2280|  15.5k|	}
 2281|       |
 2282|  15.3k|	return iso_ops->check_sw(card, sw1, sw2);
 2283|  15.5k|}

populate_blobs_to_mf:
  381|    651|{
  382|    651|	pgp_do_info_t	*info;
  383|       |
  384|    651|	if (priv->mf == NULL)
  ------------------
  |  Branch (384:6): [True: 0, False: 651]
  ------------------
  385|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  386|       |
  387|  38.6k|	for (info = priv->pgp_objects; (info != NULL) && (info->id > 0); info++) {
  ------------------
  |  Branch (387:33): [True: 38.6k, False: 0]
  |  Branch (387:51): [True: 38.0k, False: 651]
  ------------------
  388|  38.0k|		if (((info->access & READ_MASK) != READ_NEVER) && (info->get_fn != NULL)) {
  ------------------
  |  Branch (388:7): [True: 28.1k, False: 9.90k]
  |  Branch (388:53): [True: 12.2k, False: 15.9k]
  ------------------
  389|  12.2k|			pgp_blob_t *child = NULL;
  390|  12.2k|			sc_file_t *file = sc_file_new();
  391|       |
  392|  12.2k|			child = pgp_new_blob(card, priv->mf, info->id, file);
  393|       |
  394|       |			/* catch out of memory condition */
  395|  12.2k|			if (child == NULL) {
  ------------------
  |  Branch (395:8): [True: 0, False: 12.2k]
  ------------------
  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|  12.2k|		}
  400|  38.0k|	}
  401|    651|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    651|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    651|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    651|	int _ret = r; \
  |  |  |  |  155|    651|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 651, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    651|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 651]
  |  |  |  |  ------------------
  |  |  |  |  157|    651|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    651|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    651|	return _ret; \
  |  |  |  |  163|    651|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  402|    651|}
_pgp_add_algo:
  740|    889|{
  741|    889|	unsigned long flags = 0, ext_flags = 0;
  742|       |
  743|    889|	if (!card || !key_info)
  ------------------
  |  Branch (743:6): [True: 0, False: 889]
  |  Branch (743:15): [True: 0, False: 889]
  ------------------
  744|      0|		return 0;
  745|       |
  746|       |	/* [RFC 4880], [draft-ietf-openpgp-crypto-refresh] */
  747|    889|	switch (key_info->algorithm) {
  748|    889|	case SC_OPENPGP_KEYALGO_RSA:
  ------------------
  |  |  870|    889|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  |  Branch (748:2): [True: 889, 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|    889|		flags = SC_ALGORITHM_RSA_PAD_PKCS1 |
  ------------------
  |  |  111|    889|#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|    889|#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|    889|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  752|    889|			SC_ALGORITHM_RSA_HASH_NONE |
  ------------------
  |  |  133|    889|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  753|    889|			SC_ALGORITHM_ONBOARD_KEY_GEN;	/* key gen on card */
  ------------------
  |  |   93|    889|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  754|       |
  755|    889|		_sc_card_add_rsa_alg(card, key_info->u.rsa.modulus_len, flags, 0);
  756|    889|		sc_log(card->ctx, "DO %uX: Added RSA algorithm, mod_len = %zu",
  ------------------
  |  |   71|    889|#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|    889|				do_num, key_info->u.rsa.modulus_len);
  758|    889|		break;
  759|      0|	case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|      0|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (759:2): [True: 0, False: 889]
  ------------------
  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: 889]
  ------------------
  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: 889]
  ------------------
  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: 889]
  ------------------
  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|    889|	}
  798|       |	/* return true */
  799|    889|	return 1;
  800|    889|}
sc_get_openpgp_driver:
 4209|  16.2k|{
 4210|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 4211|       |
 4212|  16.2k|	iso_ops = iso_drv->ops;
 4213|       |
 4214|  16.2k|	pgp_ops = *iso_ops;
 4215|  16.2k|	pgp_ops.match_card	= pgp_match_card;
 4216|  16.2k|	pgp_ops.init		= pgp_init;
 4217|  16.2k|	pgp_ops.finish		= pgp_finish;
 4218|  16.2k|	pgp_ops.select_file	= pgp_select_file;
 4219|  16.2k|	pgp_ops.list_files	= pgp_list_files;
 4220|  16.2k|	pgp_ops.get_challenge	= pgp_get_challenge;
 4221|  16.2k|	pgp_ops.read_binary	= pgp_read_binary;
 4222|  16.2k|	pgp_ops.write_binary	= NULL;
 4223|  16.2k|	pgp_ops.pin_cmd		= pgp_pin_cmd;
 4224|  16.2k|	pgp_ops.logout		= pgp_logout;
 4225|  16.2k|	pgp_ops.get_data	= pgp_get_data;
 4226|  16.2k|	pgp_ops.put_data	= pgp_put_data;
 4227|  16.2k|	pgp_ops.set_security_env= pgp_set_security_env;
 4228|  16.2k|	pgp_ops.compute_signature= pgp_compute_signature;
 4229|  16.2k|	pgp_ops.decipher	= pgp_decipher;
 4230|  16.2k|	pgp_ops.card_ctl	= pgp_card_ctl;
 4231|  16.2k|	pgp_ops.delete_file	= pgp_delete_file;
 4232|  16.2k|	pgp_ops.update_binary	= pgp_update_binary;
 4233|  16.2k|	pgp_ops.card_reader_lock_obtained = pgp_card_reader_lock_obtained;
 4234|       |
 4235|  16.2k|	return &pgp_drv;
 4236|  16.2k|}
card-openpgp.c:pgp_new_blob:
 1240|  41.2k|{
 1241|  41.2k|	pgp_blob_t *blob = NULL;
 1242|       |
 1243|  41.2k|	if (file == NULL)
  ------------------
  |  Branch (1243:6): [True: 0, False: 41.2k]
  ------------------
 1244|      0|		return NULL;
 1245|       |
 1246|  41.2k|	if ((blob = calloc(1, sizeof(pgp_blob_t))) != NULL) {
  ------------------
  |  Branch (1246:6): [True: 41.2k, False: 0]
  ------------------
 1247|  41.2k|		struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  41.2k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1248|  41.2k|		pgp_do_info_t *info;
 1249|       |
 1250|  41.2k|		blob->file = file;
 1251|       |
 1252|  41.2k|		blob->file->type         = SC_FILE_TYPE_WORKING_EF; /* default */
  ------------------
  |  |  216|  41.2k|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
 1253|  41.2k|		blob->file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|  41.2k|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
 1254|  41.2k|		blob->file->id           = file_id;
 1255|       |
 1256|  41.2k|		blob->id     = file_id;
 1257|  41.2k|		blob->parent = parent;
 1258|       |
 1259|  41.2k|		if (parent != NULL) {
  ------------------
  |  Branch (1259:7): [True: 40.5k, False: 651]
  ------------------
 1260|  40.5k|			pgp_blob_t **p;
 1261|       |
 1262|       |			/* set file's path = parent's path + file's id */
 1263|  40.5k|			blob->file->path = parent->file->path;
 1264|  40.5k|			sc_append_file_id(&blob->file->path, file_id);
 1265|       |
 1266|       |			/* append blob to list of parent's children */
 1267|  7.41M|			for (p = &parent->files; *p != NULL; p = &(*p)->next)
  ------------------
  |  Branch (1267:29): [True: 7.37M, False: 40.5k]
  ------------------
 1268|  7.37M|				;
 1269|  40.5k|			*p = blob;
 1270|  40.5k|		}
 1271|    651|		else {
 1272|    651|			char path[10] = "0000";	/* long enough */
 1273|       |
 1274|       |			/* no parent: set file's path = file's id */
 1275|    651|			if (4 != snprintf(path, sizeof(path), "%04X", file_id & 0xFFFF)) {
  ------------------
  |  Branch (1275:8): [True: 0, False: 651]
  ------------------
 1276|      0|				free(blob);
 1277|      0|				return NULL;
 1278|      0|			}
 1279|       |
 1280|    651|			sc_format_path(path, &blob->file->path);
 1281|    651|		}
 1282|       |
 1283|       |		/* find matching DO info: set file type depending on it */
 1284|  1.63M|		for (info = priv->pgp_objects; (info != NULL) && (info->id > 0); info++) {
  ------------------
  |  Branch (1284:34): [True: 1.63M, False: 0]
  |  Branch (1284:52): [True: 1.62M, False: 12.6k]
  ------------------
 1285|  1.62M|			if (info->id == file_id) {
  ------------------
  |  Branch (1285:8): [True: 28.5k, False: 1.59M]
  ------------------
 1286|  28.5k|				blob->info = info;
 1287|  28.5k|				blob->file->type = blob->info->type;
 1288|  28.5k|				pgp_attach_acl(card, blob->file, info);
 1289|  28.5k|				break;
 1290|  28.5k|			}
 1291|  1.62M|		}
 1292|  41.2k|	}
 1293|       |
 1294|  41.2k|	return blob;
 1295|  41.2k|}
card-openpgp.c:pgp_attach_acl:
 1172|  28.5k|{
 1173|  28.5k|	unsigned int method = SC_AC_NONE;
  ------------------
  |  |  150|  28.5k|#define SC_AC_NONE			0x00000000
  ------------------
 1174|  28.5k|	unsigned long key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|  28.5k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 1175|       |
 1176|       |	/* Write access */
 1177|  28.5k|	switch (info->access & WRITE_MASK) {
  ------------------
  |  Branch (1177:10): [True: 28.5k, False: 0]
  ------------------
 1178|  9.63k|	case WRITE_NEVER:
  ------------------
  |  Branch (1178:2): [True: 9.63k, False: 18.8k]
  ------------------
 1179|  9.63k|		method = SC_AC_NEVER;
  ------------------
  |  |  163|  9.63k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 1180|  9.63k|		break;
 1181|      0|	case WRITE_PIN1:
  ------------------
  |  Branch (1181:2): [True: 0, False: 28.5k]
  ------------------
 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.30k|	case WRITE_PIN2:
  ------------------
  |  Branch (1185:2): [True: 1.30k, False: 27.2k]
  ------------------
 1186|  1.30k|		method = SC_AC_CHV;
  ------------------
  |  |  151|  1.30k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1187|  1.30k|		key_ref = 0x02;
 1188|  1.30k|		break;
 1189|  17.5k|	case WRITE_PIN3:
  ------------------
  |  Branch (1189:2): [True: 17.5k, False: 10.9k]
  ------------------
 1190|  17.5k|		method = SC_AC_CHV;
  ------------------
  |  |  151|  17.5k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1191|  17.5k|		key_ref = 0x03;
 1192|  17.5k|		break;
 1193|  28.5k|	}
 1194|       |
 1195|  28.5k|	if (method != SC_AC_NONE || key_ref != SC_AC_KEY_REF_NONE) {
  ------------------
  |  |  150|  57.0k|#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: 28.5k, False: 0]
  |  Branch (1195:30): [True: 0, False: 0]
  ------------------
 1196|  28.5k|		sc_file_add_acl_entry(file, SC_AC_OP_WRITE, method, key_ref);
  ------------------
  |  |  190|  28.5k|#define SC_AC_OP_WRITE			24
  ------------------
 1197|  28.5k|		sc_file_add_acl_entry(file, SC_AC_OP_UPDATE, method, key_ref);
  ------------------
  |  |  189|  28.5k|#define SC_AC_OP_UPDATE			23
  ------------------
 1198|  28.5k|		sc_file_add_acl_entry(file, SC_AC_OP_DELETE, method, key_ref);
  ------------------
  |  |  168|  28.5k|#define SC_AC_OP_DELETE			2
  ------------------
 1199|  28.5k|		sc_file_add_acl_entry(file, SC_AC_OP_CREATE, method, key_ref);
  ------------------
  |  |  169|  28.5k|#define SC_AC_OP_CREATE			3
  ------------------
 1200|  28.5k|	}
 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|  28.5k|	method = SC_AC_NONE;
  ------------------
  |  |  150|  28.5k|#define SC_AC_NONE			0x00000000
  ------------------
 1208|  28.5k|	key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|  28.5k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
 1209|       |	/* Read access */
 1210|  28.5k|	switch (info->access & READ_MASK) {
  ------------------
  |  Branch (1210:10): [True: 2.57k, False: 25.9k]
  ------------------
 1211|  1.27k|	case READ_NEVER:
  ------------------
  |  Branch (1211:2): [True: 1.27k, False: 27.2k]
  ------------------
 1212|  1.27k|		method = SC_AC_NEVER;
  ------------------
  |  |  163|  1.27k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
 1213|  1.27k|		break;
 1214|      0|	case READ_PIN1:
  ------------------
  |  Branch (1214:2): [True: 0, False: 28.5k]
  ------------------
 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|    651|	case READ_PIN2:
  ------------------
  |  Branch (1218:2): [True: 651, False: 27.8k]
  ------------------
 1219|    651|		method = SC_AC_CHV;
  ------------------
  |  |  151|    651|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1220|    651|		key_ref = 0x02;
 1221|    651|		break;
 1222|    651|	case READ_PIN3:
  ------------------
  |  Branch (1222:2): [True: 651, False: 27.8k]
  ------------------
 1223|    651|		method = SC_AC_CHV;
  ------------------
  |  |  151|    651|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 1224|    651|		key_ref = 0x03;
 1225|    651|		break;
 1226|  28.5k|	}
 1227|       |
 1228|  28.5k|	if (method != SC_AC_NONE || key_ref != SC_AC_KEY_REF_NONE) {
  ------------------
  |  |  150|  57.0k|#define SC_AC_NONE			0x00000000
  ------------------
              	if (method != SC_AC_NONE || key_ref != SC_AC_KEY_REF_NONE) {
  ------------------
  |  |  204|  25.9k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  |  Branch (1228:6): [True: 2.57k, False: 25.9k]
  |  Branch (1228:30): [True: 0, False: 25.9k]
  ------------------
 1229|  2.57k|		sc_file_add_acl_entry(file, SC_AC_OP_READ, method, key_ref);
  ------------------
  |  |  188|  2.57k|#define SC_AC_OP_READ			22
  ------------------
 1230|  2.57k|	}
 1231|  28.5k|}
card-openpgp.c:pgp_match_card:
  326|  3.43k|{
  327|  3.43k|	int i;
  328|       |
  329|  3.43k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  3.43k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.43k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.43k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.43k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.43k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  330|       |
  331|  3.43k|	i = _sc_match_atr(card, pgp_atrs, &card->type);
  332|  3.43k|	if (i >= 0) {
  ------------------
  |  Branch (332:6): [True: 15, False: 3.41k]
  ------------------
  333|     15|		card->name = pgp_atrs[i].name;
  334|     15|		LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  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: 0, False: 15]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     15|	} 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|     15|	return _ret; \
  |  |  |  |  163|     15|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  335|     15|	}
  336|  3.41k|	else {
  337|  3.41k|		sc_path_t	partial_aid;
  338|  3.41k|		sc_file_t *file = NULL;
  339|       |
  340|       |		/* select application "OpenPGP" */
  341|  3.41k|		sc_format_path("D276:0001:2401", &partial_aid);
  342|  3.41k|		partial_aid.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  3.41k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  343|       |		/* OpenPGP card only supports selection *with* requested FCI */
  344|  3.41k|		i = iso_ops->select_file(card, &partial_aid, &file);
  345|  3.41k|		if (SC_SUCCESS == i) {
  ------------------
  |  |   28|  3.41k|#define SC_SUCCESS				0
  ------------------
  |  Branch (345:7): [True: 660, False: 2.75k]
  ------------------
  346|    660|			card->type = SC_CARD_TYPE_OPENPGP_BASE;
  347|    660|			card->name = default_cardname;
  348|       |
  349|    660|			if (file->namelen != 16)
  ------------------
  |  Branch (349:8): [True: 659, False: 1]
  ------------------
  350|    659|				(void) get_full_pgp_aid(card, file);
  351|    660|			if (file->namelen == 16) {
  ------------------
  |  Branch (351:8): [True: 91, False: 569]
  ------------------
  352|     91|				unsigned char major = BCD2UCHAR(file->name[6]);
  ------------------
  |  |  216|     91|#define BCD2UCHAR(x) (((((x) & 0xF0) >> 4) * 10) + ((x) & 0x0F))
  ------------------
  353|       |
  354|     91|				switch (major) {
  355|      4|					case 1:
  ------------------
  |  Branch (355:6): [True: 4, False: 87]
  ------------------
  356|      4|						card->type = SC_CARD_TYPE_OPENPGP_V1;
  357|      4|						card->name = default_cardname_v1;
  358|      4|						break;
  359|      7|					case 2:
  ------------------
  |  Branch (359:6): [True: 7, False: 84]
  ------------------
  360|      7|						card->type = SC_CARD_TYPE_OPENPGP_V2;
  361|      7|						card->name = default_cardname_v2;
  362|      7|						break;
  363|      6|					case 3:
  ------------------
  |  Branch (363:6): [True: 6, False: 85]
  ------------------
  364|      6|						card->type = SC_CARD_TYPE_OPENPGP_V3;
  365|      6|						card->name = default_cardname_v3;
  366|      6|						break;
  367|     74|					default:
  ------------------
  |  Branch (367:6): [True: 74, False: 17]
  ------------------
  368|     74|						break;
  369|     91|				}
  370|     91|			}
  371|    660|			sc_file_free(file);
  372|    660|			LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  164|    660|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    660|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    660|	int _ret = r; \
  |  |  |  |  155|    660|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 660]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    660|	} else { \
  |  |  |  |  159|    660|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    660|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    660|	} \
  |  |  |  |  162|    660|	return _ret; \
  |  |  |  |  163|    660|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  373|    660|		}
  374|  3.41k|	}
  375|  2.75k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  2.75k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.75k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.75k|	int _ret = r; \
  |  |  |  |  155|  2.75k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.75k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.75k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, 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.75k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.75k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.75k|	} else { \
  |  |  |  |  159|      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.75k|	return _ret; \
  |  |  |  |  163|  2.75k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|  2.75k|}
card-openpgp.c:get_full_pgp_aid:
  307|  1.31k|{
  308|  1.31k|	int r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  1.31k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  309|       |
  310|  1.31k|	if (file != NULL) {
  ------------------
  |  Branch (310:6): [True: 1.31k, False: 0]
  ------------------
  311|       |		/* explicitly get the full aid */
  312|  1.31k|		r = sc_get_data(card, 0x004F, file->name, sizeof file->name);
  313|  1.31k|		file->namelen = MAX(r, 0);
  ------------------
  |  |   67|  1.31k|#define MAX(x, y) (((x) > (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (67:20): [True: 569, False: 748]
  |  |  ------------------
  ------------------
  314|  1.31k|	}
  315|       |
  316|  1.31k|	return r;
  317|  1.31k|}
card-openpgp.c:pgp_init:
  409|    675|{
  410|    675|	struct pgp_priv_data *priv;
  411|    675|	sc_path_t	path;
  412|    675|	sc_file_t	*file = NULL;
  413|    675|	int		r, i;
  414|       |
  415|    675|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    675|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    675|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    675|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    675|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 675]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  416|       |
  417|    675|	priv = calloc (1, sizeof *priv);
  418|    675|	if (!priv)
  ------------------
  |  Branch (418:6): [True: 0, False: 675]
  ------------------
  419|    675|		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|    675|	card->drv_data = priv;
  421|       |
  422|    675|	card->cla = 0x00;
  423|       |
  424|       |	/* select application "OpenPGP" */
  425|    675|	sc_format_path("D276:0001:2401", &path);
  426|    675|	path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|    675|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  427|    675|	if ((r = iso_ops->select_file(card, &path, &file)) < 0) {
  ------------------
  |  Branch (427:6): [True: 16, False: 659]
  ------------------
  428|     16|		sc_file_free(file);
  429|     16|		pgp_finish(card);
  430|     16|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  431|     16|	}
  432|       |
  433|       |	/* defensive programming check */
  434|    659|	if (!file)   {
  ------------------
  |  Branch (434:6): [True: 0, False: 659]
  ------------------
  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|    659|	if (file->namelen != 16) {
  ------------------
  |  Branch (439:6): [True: 658, False: 1]
  ------------------
  440|       |		/* explicitly get the full aid */
  441|    658|		r = get_full_pgp_aid(card, file);
  442|    658|		if (r < 0) {
  ------------------
  |  Branch (442:7): [True: 8, False: 650]
  ------------------
  443|      8|			sc_file_free(file);
  444|      8|			pgp_finish(card);
  445|      8|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_CARD);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|      8|		}
  447|    658|	}
  448|       |
  449|       |	/* read information from AID */
  450|    651|	if (file->namelen == 16) {
  ------------------
  |  Branch (450:6): [True: 439, False: 212]
  ------------------
  451|    439|		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|    439|		priv->bcd_version = bebytes2ushort(file->name + 6);
  455|    439|		card->version.fw_major = card->version.hw_major = BCD2UCHAR(file->name[6]);
  ------------------
  |  |  216|    439|#define BCD2UCHAR(x) (((((x) & 0xF0) >> 4) * 10) + ((x) & 0x0F))
  ------------------
  456|    439|		card->version.fw_minor = card->version.hw_minor = BCD2UCHAR(file->name[7]);
  ------------------
  |  |  216|    439|#define BCD2UCHAR(x) (((((x) & 0xF0) >> 4) * 10) + ((x) & 0x0F))
  ------------------
  457|       |
  458|       |		/* for "standard" cards, include detailed card version & serial no. in card name */
  459|    439|		if (card->name == default_cardname_v1 ||
  ------------------
  |  Branch (459:7): [True: 2, False: 437]
  ------------------
  460|    437|		    card->name == default_cardname_v2 ||
  ------------------
  |  Branch (460:7): [True: 4, False: 433]
  ------------------
  461|    433|		    card->name == default_cardname_v3) {
  ------------------
  |  Branch (461:7): [True: 4, False: 429]
  ------------------
  462|     10|			snprintf(card_name, sizeof(card_name),
  463|     10|				 "OpenPGP card v%u.%u (%04X %08lX)",
  464|     10|				 card->version.hw_major, card->version.hw_minor,
  465|     10|				 bebytes2ushort(file->name + 8),
  466|     10|				 bebytes2ulong(file->name + 10));
  467|     10|		}
  468|    429|		else if (card->name != NULL) {
  ------------------
  |  Branch (468:12): [True: 429, False: 0]
  ------------------
  469|       |			/* for other cards, append serial number to the card name */
  470|    429|			snprintf(card_name, sizeof(card_name),
  471|    429|				 "%s (%04X %08lX)",
  472|    429|				 card->name,
  473|    429|				 bebytes2ushort(file->name + 8),
  474|    429|				 bebytes2ulong(file->name + 10));
  475|    429|		}
  476|    439|		card->name = card_name;
  477|       |
  478|       |		/* GPG compatibility: set card's serial number to manufacturer ID + serial number */
  479|    439|		memcpy(card->serialnr.value, file->name + 8, 6);
  480|    439|		card->serialnr.len = 6;
  481|    439|	} else {
  482|       |		/* set detailed card version */
  483|    212|		switch (card->type) {
  484|      4|			case SC_CARD_TYPE_OPENPGP_V3:
  ------------------
  |  Branch (484:4): [True: 4, False: 208]
  ------------------
  485|      4|				priv->bcd_version = OPENPGP_CARD_3_0;
  486|      4|				break;
  487|      1|			case SC_CARD_TYPE_OPENPGP_GNUK:
  ------------------
  |  Branch (487:4): [True: 1, False: 211]
  ------------------
  488|      3|			case SC_CARD_TYPE_OPENPGP_V2:
  ------------------
  |  Branch (488:4): [True: 2, False: 210]
  ------------------
  489|      3|				priv->bcd_version = OPENPGP_CARD_2_0;
  490|      3|				break;
  491|    205|			default:
  ------------------
  |  Branch (491:4): [True: 205, False: 7]
  ------------------
  492|    205|				priv->bcd_version = OPENPGP_CARD_1_1;
  493|    205|				break;
  494|    212|		}
  495|    212|	}
  496|       |
  497|       |	/* set pointer to correct list of card objects */
  498|    651|	priv->pgp_objects = (priv->bcd_version < OPENPGP_CARD_2_0) ? pgp1x_objects
  ------------------
  |  Branch (498:22): [True: 232, False: 419]
  ------------------
  499|    651|			  : (priv->bcd_version < OPENPGP_CARD_2_1) ? pgp20_objects
  ------------------
  |  Branch (499:8): [True: 7, False: 412]
  ------------------
  500|    419|			  : (priv->bcd_version < OPENPGP_CARD_3_0) ? pgp21_objects
  ------------------
  |  Branch (500:8): [True: 20, False: 392]
  ------------------
  501|    412|			  : (priv->bcd_version < OPENPGP_CARD_3_3) ? pgp30_objects
  ------------------
  |  Branch (501:8): [True: 7, False: 385]
  ------------------
  502|    392|			  : (priv->bcd_version < OPENPGP_CARD_3_4) ? pgp33_objects
  ------------------
  |  Branch (502:8): [True: 1, False: 384]
  ------------------
  503|    385|			  :					     pgp34_objects;
  504|       |
  505|       |	/* With gnuk, we use different curves */
  506|    651|	if (card->type == SC_CARD_TYPE_OPENPGP_GNUK) {
  ------------------
  |  Branch (506:6): [True: 7, False: 644]
  ------------------
  507|      7|		priv->ec_curves = ec_curves_gnuk;
  508|    644|	} else if (priv->bcd_version >= OPENPGP_CARD_3_4) {
  ------------------
  |  Branch (508:13): [True: 382, False: 262]
  ------------------
  509|    382|		priv->ec_curves = ec_curves_openpgp34;
  510|    382|	} else {
  511|    262|		priv->ec_curves = ec_curves_openpgp;
  512|    262|	}
  513|       |
  514|       |	/* change file path to MF for reuse in MF */
  515|    651|	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|    651|	priv->mf = pgp_new_blob(card, NULL, 0x3f00, file);
  520|    651|	if (!priv->mf) {
  ------------------
  |  Branch (520:6): [True: 0, False: 651]
  ------------------
  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|    651|	priv->current = priv->mf;
  528|       |
  529|    651|	r = populate_blobs_to_mf(card, priv);
  530|    651|	if (r < 0) {
  ------------------
  |  Branch (530:6): [True: 0, False: 651]
  ------------------
  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|    651|	if (pgp_get_card_features(card)) {
  ------------------
  |  Branch (536:6): [True: 46, False: 605]
  ------------------
  537|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  538|     46|	}
  539|       |
  540|       |	/* if algorithm attributes can be changed,
  541|       |	 * add supported algorithms based on specification for pkcs15-init */
  542|    605|	if (priv->ext_caps & EXT_CAP_ALG_ATTR_CHANGEABLE) {
  ------------------
  |  Branch (542:6): [True: 36, False: 569]
  ------------------
  543|     36|		unsigned long flags_rsa, flags_ecc, ext_flags;
  544|     36|		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|     36|		flags_rsa = SC_ALGORITHM_RSA_PAD_PKCS1|
  ------------------
  |  |  111|     36|#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|     36|#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|     36|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  548|     36|			    SC_ALGORITHM_RSA_HASH_NONE|
  ------------------
  |  |  133|     36|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  549|     36|			    SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     36|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  550|     36|		flags_ecc = SC_ALGORITHM_ECDSA_RAW|
  ------------------
  |  |  174|     36|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  551|     36|			    SC_ALGORITHM_ECDH_CDH_RAW|
  ------------------
  |  |  173|     36|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  552|     36|			    SC_ALGORITHM_ECDSA_HASH_NONE|
  ------------------
  |  |  175|     36|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|     36|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  553|     36|			    SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     36|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  554|     36|		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE;
  ------------------
  |  |  201|     36|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
  555|       |
  556|     36|		flags_eddsa = SC_ALGORITHM_EDDSA_RAW |
  ------------------
  |  |  188|     36|#define SC_ALGORITHM_EDDSA_RAW		0x00400000
  ------------------
  557|     36|			      SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     36|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  558|       |		/* xeddsa may allow signing at some time */
  559|     36|		flags_xeddsa = SC_ALGORITHM_ECDH_CDH_RAW |
  ------------------
  |  |  173|     36|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  560|     36|			       SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|     36|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  561|       |
  562|     36|		switch (card->type) {
  563|      4|			case SC_CARD_TYPE_OPENPGP_V3:
  ------------------
  |  Branch (563:4): [True: 4, False: 32]
  ------------------
  564|       |				/* RSA 1024 was removed for v3+ */
  565|      4|				_sc_card_add_rsa_alg(card, 4096, flags_rsa, 0);
  566|      4|				_sc_card_add_rsa_alg(card, 3072, flags_rsa, 0);
  567|       |				/* fallthrough */
  568|      4|			case SC_CARD_TYPE_OPENPGP_GNUK:
  ------------------
  |  Branch (568:4): [True: 0, False: 36]
  ------------------
  569|      4|				_sc_card_add_rsa_alg(card, 2048, flags_rsa, 0);
  570|     52|				for (i=0; priv->ec_curves[i].oid.value[0] >= 0; i++)
  ------------------
  |  Branch (570:15): [True: 48, False: 4]
  ------------------
  571|     48|				{
  572|     48|					if (priv->ec_curves[i].key_type == SC_ALGORITHM_EC)
  ------------------
  |  |   70|     48|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (572:10): [True: 36, False: 12]
  ------------------
  573|     36|						_sc_card_add_ec_alg(card, priv->ec_curves[i].size,
  574|     36|								flags_ecc, ext_flags, &priv->ec_curves[i].oid);
  575|     12|					else if (priv->ec_curves[i].key_type == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|     12|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (575:15): [True: 6, False: 6]
  ------------------
  576|      6|						_sc_card_add_eddsa_alg(card, priv->ec_curves[i].size,
  577|      6|								flags_eddsa, ext_flags, &priv->ec_curves[i].oid);
  578|      6|					else if (priv->ec_curves[i].key_type == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|      6|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (578:15): [True: 6, False: 0]
  ------------------
  579|      6|						_sc_card_add_xeddsa_alg(card, priv->ec_curves[i].size,
  580|      6|								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|     48|				}
  584|      4|				break;
  585|      4|			case SC_CARD_TYPE_OPENPGP_V2:
  ------------------
  |  Branch (585:4): [True: 1, False: 35]
  ------------------
  586|     32|			default:
  ------------------
  |  Branch (586:4): [True: 31, False: 5]
  ------------------
  587|     32|				_sc_card_add_rsa_alg(card, 1024, flags_rsa, 0);
  588|     32|				_sc_card_add_rsa_alg(card, 2048, flags_rsa, 0);
  589|     32|				_sc_card_add_rsa_alg(card, 3072, flags_rsa, 0);
  590|     32|				_sc_card_add_rsa_alg(card, 4096, flags_rsa, 0);
  591|     32|				break;
  592|     36|		}
  593|     36|	}
  594|       |
  595|    605|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    605|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    605|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    605|	int _ret = r; \
  |  |  |  |  155|    605|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 605, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    605|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 605]
  |  |  |  |  ------------------
  |  |  |  |  157|    605|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    605|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    605|	return _ret; \
  |  |  |  |  163|    605|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  596|    605|}
card-openpgp.c:pgp_get_blob:
 1480|  5.49k|{
 1481|  5.49k|	pgp_blob_t		*child;
 1482|  5.49k|	int			r;
 1483|       |
 1484|  5.49k|	if ((r = pgp_enumerate_blob(card, blob)) < 0)
  ------------------
  |  Branch (1484:6): [True: 1.14k, False: 4.34k]
  ------------------
 1485|  1.14k|		return r;
 1486|       |
 1487|  47.3k|	for (child = blob->files; child; child = child->next) {
  ------------------
  |  Branch (1487:28): [True: 45.4k, False: 1.90k]
  ------------------
 1488|  45.4k|		if (child->id == id) {
  ------------------
  |  Branch (1488:7): [True: 2.44k, False: 43.0k]
  ------------------
 1489|  2.44k|			(void) pgp_read_blob(card, child);
 1490|  2.44k|			*ret = child;
 1491|  2.44k|			return SC_SUCCESS;
  ------------------
  |  |   28|  2.44k|#define SC_SUCCESS				0
  ------------------
 1492|  2.44k|		}
 1493|  45.4k|	}
 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|  1.90k|	if (blob->id == DO_CARDHOLDER && (id == DO_NAME || id == DO_LANG_PREF || id == DO_SEX)) {
  ------------------
  |  |  154|  3.80k|#define DO_CARDHOLDER            0x65
  ------------------
              	if (blob->id == DO_CARDHOLDER && (id == DO_NAME || id == DO_LANG_PREF || id == DO_SEX)) {
  ------------------
  |  |  155|     78|#define DO_NAME                  0x5b
  ------------------
              	if (blob->id == DO_CARDHOLDER && (id == DO_NAME || id == DO_LANG_PREF || id == DO_SEX)) {
  ------------------
  |  |  156|     78|#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: 39, False: 1.86k]
  |  Branch (1500:36): [True: 0, False: 39]
  |  Branch (1500:53): [True: 39, False: 0]
  |  Branch (1500:75): [True: 0, False: 0]
  ------------------
 1501|     39|		sc_log(card->ctx, "Create blob %X under %X", id, blob->id);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1502|     39|		child = pgp_new_blob(card, blob, id, sc_file_new());
 1503|     39|		if (child) {
  ------------------
  |  Branch (1503:7): [True: 39, False: 0]
  ------------------
 1504|     39|			pgp_set_blob(child, NULL, 0);
 1505|     39|			*ret = child;
 1506|     39|			return SC_SUCCESS;
  ------------------
  |  |   28|     39|#define SC_SUCCESS				0
  ------------------
 1507|     39|		}
 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|     39|			       "Not enough memory to create blob for DO %X",
 1511|     39|			       id);
 1512|     39|	}
 1513|       |
 1514|  1.86k|	return SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|  1.86k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 1515|  1.90k|}
card-openpgp.c:pgp_enumerate_blob:
 1398|  5.87k|{
 1399|  5.87k|	const u8	*in;
 1400|  5.87k|	int		r;
 1401|  5.87k|	sc_file_t	*file = NULL;
 1402|       |
 1403|  5.87k|	if (blob->files != NULL)
  ------------------
  |  Branch (1403:6): [True: 4.02k, False: 1.85k]
  ------------------
 1404|  4.02k|		return SC_SUCCESS;
  ------------------
  |  |   28|  4.02k|#define SC_SUCCESS				0
  ------------------
 1405|       |
 1406|  1.85k|	if ((r = pgp_read_blob(card, blob)) < 0)
  ------------------
  |  Branch (1406:6): [True: 1.07k, False: 780]
  ------------------
 1407|  1.07k|		return r;
 1408|       |
 1409|    780|	in = blob->data;
 1410|       |
 1411|  29.5k|	while ((int) blob->len > (in - blob->data)) {
  ------------------
  |  Branch (1411:9): [True: 29.1k, False: 410]
  ------------------
 1412|  29.1k|		unsigned int	cla, tag, tmptag;
 1413|  29.1k|		size_t		len;
 1414|  29.1k|		const u8	*data = in;
 1415|  29.1k|		pgp_blob_t	*new;
 1416|       |
 1417|  29.1k|		if (!in)
  ------------------
  |  Branch (1417:7): [True: 0, False: 29.1k]
  ------------------
 1418|      0|			return SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|      0|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
 1419|       |
 1420|  29.1k|		r = sc_asn1_read_tag(&data, blob->len - (in - blob->data),
 1421|  29.1k|					&cla, &tag, &len);
 1422|  29.1k|		if (r == SC_ERROR_INVALID_ASN1_OBJECT) {
  ------------------
  |  |   82|  29.1k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  |  Branch (1422:7): [True: 137, False: 28.9k]
  ------------------
 1423|    137|			sc_log(card->ctx, "Invalid ASN.1 object");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1424|    137|			return SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|    137|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
 1425|    137|		}
 1426|       |		/* Check for unknown error, or empty data */
 1427|  28.9k|		if (((r < 0) && (r != SC_ERROR_ASN1_END_OF_CONTENTS)) ||
  ------------------
  |  |   84|    348|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (1427:8): [True: 348, False: 28.6k]
  |  Branch (1427:19): [True: 0, False: 348]
  ------------------
 1428|  28.9k|		    (data == NULL)) {
  ------------------
  |  Branch (1428:7): [True: 102, False: 28.8k]
  ------------------
 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|  29.9k|		for (tmptag = tag; tmptag > 0x0FF; tmptag >>= 8) {
  ------------------
  |  Branch (1434:22): [True: 1.01k, False: 28.8k]
  ------------------
 1435|  1.01k|			cla <<= 8;
 1436|  1.01k|		}
 1437|  28.8k|		tag |= cla;
 1438|       |		/* Check for length mismatch */
 1439|  28.8k|		if ((r == SC_ERROR_ASN1_END_OF_CONTENTS) ||
  ------------------
  |  |   84|  28.8k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (1439:7): [True: 348, False: 28.5k]
  ------------------
 1440|  28.5k|		    (data + len > blob->data + blob->len)) {
  ------------------
  |  Branch (1440:7): [True: 0, False: 28.5k]
  ------------------
 1441|       |			// Check if it is not known Yubikey 5 issue
 1442|    348|			if ((tag != blob->id) || (tag != 0xfa)) {
  ------------------
  |  Branch (1442:8): [True: 122, False: 226]
  |  Branch (1442:29): [True: 9, False: 217]
  ------------------
 1443|    131|				sc_log(card->ctx, "Unexpected end of contents");
  ------------------
  |  |   71|    131|#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|    131|				return SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|    131|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
 1445|    131|			}
 1446|    348|		}
 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|  28.7k|		if (tag == blob->id) {
  ------------------
  |  Branch (1451:7): [True: 453, False: 28.3k]
  ------------------
 1452|    453|			in = data;
 1453|    453|			continue;
 1454|    453|		}
 1455|       |
 1456|       |		/* create fake file system hierarchy by
 1457|       |		 * using constructed DOs as DF */
 1458|  28.3k|		file = sc_file_new();
 1459|  28.3k|		if ((new = pgp_new_blob(card, blob, tag, file)) == NULL) {
  ------------------
  |  Branch (1459:7): [True: 0, False: 28.3k]
  ------------------
 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|  28.3k|		if (pgp_set_blob(new, data, len) != SC_SUCCESS) {
  ------------------
  |  |   28|  28.3k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1463:7): [True: 0, False: 28.3k]
  ------------------
 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|  28.3k|		in = data + len;
 1468|  28.3k|	}
 1469|       |
 1470|    410|	return SC_SUCCESS;
  ------------------
  |  |   28|    410|#define SC_SUCCESS				0
  ------------------
 1471|    780|}
card-openpgp.c:pgp_set_blob:
 1140|  29.1k|{
 1141|  29.1k|	if (blob->data)
  ------------------
  |  Branch (1141:6): [True: 0, False: 29.1k]
  ------------------
 1142|      0|		free(blob->data);
 1143|  29.1k|	blob->data = NULL;
 1144|  29.1k|	blob->len    = 0;
 1145|  29.1k|	blob->status = 0;
 1146|       |
 1147|  29.1k|	if (len > 0) {
  ------------------
  |  Branch (1147:6): [True: 12.0k, False: 17.0k]
  ------------------
 1148|  12.0k|		void *tmp = calloc(1, len);
 1149|       |
 1150|  12.0k|		if (tmp == NULL)
  ------------------
  |  Branch (1150:7): [True: 0, False: 12.0k]
  ------------------
 1151|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1152|       |
 1153|  12.0k|		blob->data = tmp;
 1154|  12.0k|		blob->len  = (unsigned int)len;
 1155|  12.0k|		if (data != NULL)
  ------------------
  |  Branch (1155:7): [True: 12.0k, False: 0]
  ------------------
 1156|  12.0k|			memcpy(blob->data, data, len);
 1157|  12.0k|	}
 1158|       |
 1159|  29.1k|	if (blob->file)
  ------------------
  |  Branch (1159:6): [True: 29.1k, False: 0]
  ------------------
 1160|  29.1k|		blob->file->size = len;
 1161|       |
 1162|  29.1k|	return SC_SUCCESS;
  ------------------
  |  |   28|  29.1k|#define SC_SUCCESS				0
  ------------------
 1163|  29.1k|}
card-openpgp.c:pgp_read_blob:
 1348|  4.31k|{
 1349|  4.31k|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  4.31k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1350|       |
 1351|  4.31k|	if (blob->data != NULL)
  ------------------
  |  Branch (1351:6): [True: 979, False: 3.34k]
  ------------------
 1352|    979|		return SC_SUCCESS;
  ------------------
  |  |   28|    979|#define SC_SUCCESS				0
  ------------------
 1353|  3.34k|	if (blob->info == NULL)
  ------------------
  |  Branch (1353:6): [True: 3, False: 3.33k]
  ------------------
 1354|      3|		return blob->status;
 1355|       |
 1356|  3.33k|	if (blob->info->get_fn) {	/* readable, top-level DO */
  ------------------
  |  Branch (1356:6): [True: 3.29k, False: 40]
  ------------------
 1357|  3.29k|		u8 	buffer[MAX_OPENPGP_DO_SIZE];
 1358|  3.29k|		size_t	buf_len = sizeof(buffer);
 1359|  3.29k|		int r = SC_SUCCESS;
  ------------------
  |  |   28|  3.29k|#define SC_SUCCESS				0
  ------------------
 1360|       |
 1361|       |		/* buffer length for certificate */
 1362|  3.29k|		if (blob->id == DO_CERT && priv->max_cert_size > 0) {
  ------------------
  |  |  138|  6.59k|#define DO_CERT                  0x7f21
  ------------------
  |  Branch (1362:7): [True: 0, False: 3.29k]
  |  Branch (1362:30): [True: 0, False: 0]
  ------------------
 1363|      0|			buf_len = MIN(priv->max_cert_size, sizeof(buffer));
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1364|      0|		}
 1365|       |
 1366|       |		/* buffer length for Gnuk pubkey */
 1367|  3.29k|		if (card->type == SC_CARD_TYPE_OPENPGP_GNUK &&
  ------------------
  |  Branch (1367:7): [True: 32, False: 3.26k]
  ------------------
 1368|     32|		    (blob->id == DO_AUTH ||
  ------------------
  |  |  143|     64|#define DO_AUTH                  0xa400
  ------------------
  |  Branch (1368:8): [True: 0, False: 32]
  ------------------
 1369|     32|		     blob->id == DO_SIGN ||
  ------------------
  |  |  141|     64|#define DO_SIGN                  0xb600
  ------------------
  |  Branch (1369:8): [True: 0, False: 32]
  ------------------
 1370|     32|		     blob->id == DO_ENCR ||
  ------------------
  |  |  142|     64|#define DO_ENCR                  0xb800
  ------------------
  |  Branch (1370:8): [True: 0, False: 32]
  ------------------
 1371|     32|		     blob->id == DO_AUTH_SYM ||
  ------------------
  |  |  147|     64|#define DO_AUTH_SYM              0xa401
  ------------------
  |  Branch (1371:8): [True: 0, False: 32]
  ------------------
 1372|     32|		     blob->id == DO_SIGN_SYM ||
  ------------------
  |  |  145|     64|#define DO_SIGN_SYM              0xb601
  ------------------
  |  Branch (1372:8): [True: 0, False: 32]
  ------------------
 1373|     32|		     blob->id == DO_ENCR_SYM)) {
  ------------------
  |  |  146|     32|#define DO_ENCR_SYM              0xb801
  ------------------
  |  Branch (1373:8): [True: 0, False: 32]
  ------------------
 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|  3.29k|		r = blob->info->get_fn(card, blob->id, buffer, buf_len);
 1378|       |
 1379|  3.29k|		if (r < 0) {	/* an error occurred */
  ------------------
  |  Branch (1379:7): [True: 2.54k, False: 756]
  ------------------
 1380|  2.54k|			blob->status = r;
 1381|  2.54k|			return r;
 1382|  2.54k|		}
 1383|       |
 1384|    756|		return pgp_set_blob(blob, buffer, r);
 1385|  3.29k|	}
 1386|     40|	else {		/* un-readable DO or part of a constructed DO */
 1387|     40|		return SC_SUCCESS;
  ------------------
  |  |   28|     40|#define SC_SUCCESS				0
  ------------------
 1388|     40|	}
 1389|  3.33k|}
card-openpgp.c:pgp_parse_algo_attr_blob:
  634|  10.4k|{
  635|  10.4k|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  10.4k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
  636|  10.4k|	struct sc_object_id oid;
  637|  10.4k|	unsigned int j, r;
  638|       |
  639|  10.4k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  10.4k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  640|       |
  641|  10.4k|	if (blob == NULL || blob->data == NULL || blob->len == 0 ||
  ------------------
  |  Branch (641:6): [True: 0, False: 10.4k]
  |  Branch (641:22): [True: 2.49k, False: 7.95k]
  |  Branch (641:44): [True: 0, False: 7.95k]
  ------------------
  642|  7.95k|	    blob->id < 0x00c1 || blob->id > 0x00c3 || key_info == NULL) {
  ------------------
  |  Branch (642:6): [True: 0, False: 7.95k]
  |  Branch (642:27): [True: 0, False: 7.95k]
  |  Branch (642:48): [True: 0, False: 7.95k]
  ------------------
  643|  2.49k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCORRECT_PARAMETERS);
  ------------------
  |  |  164|  2.49k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.49k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.49k|	int _ret = r; \
  |  |  |  |  155|  2.49k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.49k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|  2.49k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.49k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.49k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.49k|	return _ret; \
  |  |  |  |  163|  2.49k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  644|  2.49k|	}
  645|       |
  646|  7.95k|	key_info->key_id = blob->id - 0x00c0;	/* attribute algorithm blobs are C1 - C3 */
  647|       |
  648|  7.95k|	switch (blob->data[0]) {
  649|  1.17k|		case SC_OPENPGP_KEYALGO_RSA:
  ------------------
  |  |  870|  1.17k|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  |  Branch (649:3): [True: 1.17k, False: 6.77k]
  ------------------
  650|  1.17k|			if (blob->len < 5) {
  ------------------
  |  Branch (650:8): [True: 289, False: 889]
  ------------------
  651|    289|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCORRECT_PARAMETERS);
  ------------------
  |  |  164|    289|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    289|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    289|	int _ret = r; \
  |  |  |  |  155|    289|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 289, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    289|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    289|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    289|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    289|	return _ret; \
  |  |  |  |  163|    289|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  652|    289|			}
  653|       |
  654|    889|			key_info->algorithm = SC_OPENPGP_KEYALGO_RSA;
  ------------------
  |  |  870|    889|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  655|    889|			key_info->u.rsa.modulus_len = bebytes2ushort(blob->data + 1);
  656|    889|			key_info->u.rsa.exponent_len = bebytes2ushort(blob->data + 3);
  657|       |
  658|    889|			key_info->u.rsa.keyformat = (blob->len > 5)
  ------------------
  |  Branch (658:32): [True: 405, False: 484]
  ------------------
  659|    889|						  ? blob->data[5]
  660|    889|						  : SC_OPENPGP_KEYFORMAT_RSA_STD;
  ------------------
  |  |  875|  1.37k|#define SC_OPENPGP_KEYFORMAT_RSA_STD	0    /* See 4.3.3.6 Algorithm Attributes */
  ------------------
  661|    889|			break;
  662|    554|		case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|    554|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (662:3): [True: 554, False: 7.39k]
  ------------------
  663|  5.46k|		case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|  5.46k|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (663:3): [True: 4.90k, False: 3.04k]
  ------------------
  664|  6.04k|		case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|  6.04k|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (664:3): [True: 584, False: 7.36k]
  ------------------
  665|       |
  666|       |			/* SC_OPENPGP_KEYALGO_ECDH || SC_OPENPGP_KEYALGO_ECDSA || SC_OPENPGP_KEYALGO_EDDSA */
  667|  6.04k|			key_info->algorithm = blob->data[0];
  668|       |
  669|       |			/* last byte is set to 0xFF if pubkey import is supported */
  670|  6.04k|			if (blob->data[blob->len-1] == SC_OPENPGP_KEYFORMAT_EC_STDPUB){
  ------------------
  |  |  881|  6.04k|#define SC_OPENPGP_KEYFORMAT_EC_STDPUB	0xFF
  ------------------
  |  Branch (670:8): [True: 1.98k, False: 4.06k]
  ------------------
  671|  1.98k|				if (blob->len < 3)
  ------------------
  |  Branch (671:9): [True: 202, False: 1.78k]
  ------------------
  672|    202|					return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|    202|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  673|  1.78k|				key_info->u.ec.oidv_len = blob->len - 2;
  674|  1.78k|				key_info->u.ec.keyformat = SC_OPENPGP_KEYFORMAT_EC_STDPUB;
  ------------------
  |  |  881|  1.78k|#define SC_OPENPGP_KEYFORMAT_EC_STDPUB	0xFF
  ------------------
  675|  1.78k|			}
  676|  4.06k|			else {
  677|       |				/* otherwise, last byte could be 00, so let's ignore it, as
  678|       |				 * it is not part of OID */
  679|  4.06k|				if (blob->len < 2)
  ------------------
  |  Branch (679:9): [True: 205, False: 3.85k]
  ------------------
  680|    205|					return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|    205|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  681|  3.85k|				if (blob->data[blob->len-1] == SC_OPENPGP_KEYFORMAT_EC_STD)
  ------------------
  |  |  880|  3.85k|#define SC_OPENPGP_KEYFORMAT_EC_STD	0
  ------------------
  |  Branch (681:9): [True: 654, False: 3.20k]
  ------------------
  682|    654|					key_info->u.ec.oidv_len = blob->len - 2;
  683|  3.20k|				else
  684|  3.20k|					key_info->u.ec.oidv_len = blob->len - 1;
  685|  3.85k|				key_info->u.ec.keyformat = SC_OPENPGP_KEYFORMAT_EC_STD;
  ------------------
  |  |  880|  3.85k|#define SC_OPENPGP_KEYFORMAT_EC_STD	0
  ------------------
  686|  3.85k|			}
  687|       |
  688|       |			/* Create copy of oid from blob */
  689|  5.63k|			sc_init_oid(&oid);
  690|  5.63k|			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|  5.63k|			if (r > 0){
  ------------------
  |  Branch (693:8): [True: 3.36k, False: 2.27k]
  ------------------
  694|  3.36k|				return r;
  695|  3.36k|			}
  696|       |			/* compare with list of supported ec_curves */
  697|  31.7k|			for (j = 0; priv->ec_curves[j].oid.value[0] >= 0; j++) {
  ------------------
  |  Branch (697:16): [True: 29.5k, False: 2.27k]
  ------------------
  698|  29.5k|				if (sc_compare_oid(&priv->ec_curves[j].oid, &oid)) {
  ------------------
  |  Branch (698:9): [True: 0, False: 29.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|  29.5k|			}
  706|       |			/* We did not match the OID */
  707|  2.27k|			if (priv->ec_curves[j].oid.value[0] < 0) {
  ------------------
  |  Branch (707:8): [True: 2.27k, False: 0]
  ------------------
  708|  2.27k|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|  2.27k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.27k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.27k|	int _ret = r; \
  |  |  |  |  155|  2.27k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.27k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.27k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.27k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.27k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.27k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.27k|	} else { \
  |  |  |  |  159|      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.27k|	return _ret; \
  |  |  |  |  163|  2.27k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  709|  2.27k|			}
  710|      0|			break;
  711|    729|		default:
  ------------------
  |  Branch (711:3): [True: 729, False: 7.22k]
  ------------------
  712|    729|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  713|  7.95k|	}
  714|       |
  715|    889|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    889|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    889|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    889|	int _ret = r; \
  |  |  |  |  155|    889|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 889, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    889|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 889]
  |  |  |  |  ------------------
  |  |  |  |  157|    889|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    889|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    889|	return _ret; \
  |  |  |  |  163|    889|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  716|    889|}
card-openpgp.c:pgp_get_card_features:
  909|    651|{
  910|    651|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    651|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
  911|    651|	u8 *hist_bytes = card->reader->atr_info.hist_bytes;
  912|    651|	size_t hist_bytes_len = card->reader->atr_info.hist_bytes_len;
  913|    651|	unsigned int i;
  914|    651|	pgp_blob_t *blob, *blob6e, *blob73, *blobfa;
  915|    651|	int handled_algos = 0;
  916|       |
  917|    651|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    651|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    651|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    651|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    651|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 651]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  918|       |
  919|       |	/* parse card capabilities from historical bytes in ATR */
  920|    651|	if (hist_bytes_len > 0) {
  ------------------
  |  Branch (920:6): [True: 131, False: 520]
  ------------------
  921|       |		/* category indicator 0x00, 0x10 or 0x80 => compact TLV (ISO) */
  922|    131|		switch (hist_bytes[0]) {
  ------------------
  |  Branch (922:11): [True: 71, False: 60]
  ------------------
  923|     52|			case 0x00:
  ------------------
  |  Branch (923:4): [True: 52, False: 79]
  ------------------
  924|     52|				if (hist_bytes_len > 4) {
  ------------------
  |  Branch (924:9): [True: 27, False: 25]
  ------------------
  925|     27|					pgp_parse_hist_bytes(card, hist_bytes+1, hist_bytes_len-4);
  926|     27|				}
  927|     52|				break;
  928|     16|			case 0x80:
  ------------------
  |  Branch (928:4): [True: 16, False: 115]
  ------------------
  929|     16|				if (hist_bytes_len > 1) {
  ------------------
  |  Branch (929:9): [True: 15, False: 1]
  ------------------
  930|     15|					pgp_parse_hist_bytes(card, hist_bytes+1, hist_bytes_len-1);
  931|     15|				}
  932|     16|				break;
  933|      3|			case 0x10:
  ------------------
  |  Branch (933:4): [True: 3, False: 128]
  ------------------
  934|      3|				if (hist_bytes_len > 2) {
  ------------------
  |  Branch (934:9): [True: 2, False: 1]
  ------------------
  935|      2|					pgp_parse_hist_bytes(card, hist_bytes+2, hist_bytes_len-2);
  936|      2|				}
  937|      3|				break;
  938|    131|		}
  939|    131|	}
  940|       |
  941|       |	/* v1.1 does not support lifecycle via ACTIVATE & TERMINATE: set default */
  942|    651|	priv->ext_caps &= ~EXT_CAP_LCS;
  943|       |
  944|    651|	if (priv->bcd_version >= OPENPGP_CARD_2_0) {
  ------------------
  |  Branch (944:6): [True: 419, False: 232]
  ------------------
  945|       |		/* get card capabilities from "historical bytes" DO */
  946|    419|		if ((pgp_get_blob(card, priv->mf, 0x5f52, &blob) >= 0) &&
  ------------------
  |  Branch (946:7): [True: 419, False: 0]
  ------------------
  947|    419|		    (blob->data != NULL) && (blob->data[0] == 0x00)) {
  ------------------
  |  Branch (947:7): [True: 52, False: 367]
  |  Branch (947:31): [True: 47, False: 5]
  ------------------
  948|       |
  949|     47|			if (blob->len > 4) {
  ------------------
  |  Branch (949:8): [True: 34, False: 13]
  ------------------
  950|     34|				pgp_parse_hist_bytes(card, blob->data+1, blob->len-4);
  951|     34|			}
  952|       |
  953|       |			/* get card status from historical bytes status indicator */
  954|     47|			if ((blob->data[0] == 0x00) && (blob->len >= 4)) {
  ------------------
  |  Branch (954:8): [True: 47, False: 0]
  |  Branch (954:35): [True: 35, False: 12]
  ------------------
  955|     35|				priv->state = blob->data[blob->len-3];
  956|       |				/* state not CARD_STATE_UNKNOWN => LCS supported */
  957|     35|				if (priv->state != CARD_STATE_UNKNOWN)
  ------------------
  |  Branch (957:9): [True: 25, False: 10]
  ------------------
  958|     25|					priv->ext_caps |= EXT_CAP_LCS;
  959|     35|			}
  960|     47|		}
  961|    419|	}
  962|       |
  963|    651|	if (priv->bcd_version >= OPENPGP_CARD_3_1) {
  ------------------
  |  Branch (963:6): [True: 386, False: 265]
  ------------------
  964|    386|		card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    386|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  965|    386|	}
  966|       |
  967|    651|	if (priv->bcd_version >= OPENPGP_CARD_3_4) {
  ------------------
  |  Branch (967:6): [True: 384, False: 267]
  ------------------
  968|       |		/* Parse supported algorithms from Algorithm Information DO
  969|       |		 * see OpenPGP card spec 3.4 section 4.4.3.11 */
  970|    384|		if (pgp_get_blob(card, priv->mf, 0x00fa, &blobfa) >= 0) {
  ------------------
  |  Branch (970:7): [True: 384, False: 0]
  ------------------
  971|    384|			pgp_blob_t *child;
  972|    384|			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|  18.3k|			for (child = blobfa->files; child; child = child->next) {
  ------------------
  |  Branch (975:32): [True: 17.9k, False: 384]
  ------------------
  976|  17.9k|				if ((child->id < 0x00c1) || (child->id > 0x00c3))
  ------------------
  |  Branch (976:9): [True: 5.67k, False: 12.3k]
  |  Branch (976:33): [True: 1.88k, False: 10.4k]
  ------------------
  977|  7.55k|					continue;
  978|  10.4k|				sc_cardctl_openpgp_key_gen_store_info_t key_info;
  979|  10.4k|				if (pgp_parse_algo_attr_blob(card, child, &key_info) >= 0)
  ------------------
  |  Branch (979:9): [True: 885, False: 9.54k]
  ------------------
  980|    885|					handled_algos += _pgp_add_algo(card, &key_info, 0x00fa);
  981|  10.4k|			}
  982|    384|		}
  983|    384|	}
  984|       |
  985|       |	/* v1.1 & v2.x: special DOs are limited to 254 bytes */
  986|    651|	priv->max_specialDO_size = 254;
  987|       |
  988|    651|	if ((pgp_get_blob(card, priv->mf, 0x006e, &blob6e) >= 0) &&
  ------------------
  |  Branch (988:6): [True: 651, False: 0]
  ------------------
  989|    651|	    (pgp_get_blob(card, blob6e, 0x0073, &blob73) >= 0)) {
  ------------------
  |  Branch (989:6): [True: 109, False: 542]
  ------------------
  990|       |
  991|       |		/* get "extended capabilities" DO */
  992|    109|		if ((pgp_get_blob(card, blob73, 0x00c0, &blob) >= 0) &&
  ------------------
  |  Branch (992:7): [True: 64, False: 45]
  ------------------
  993|     64|		    (blob->data != NULL) && (blob->len > 0)) {
  ------------------
  |  Branch (993:7): [True: 63, False: 1]
  |  Branch (993:31): [True: 63, False: 0]
  ------------------
  994|     63|			if ((blob->data[0] & 0x01) && (priv->bcd_version >= OPENPGP_CARD_3_3)) {
  ------------------
  |  Branch (994:8): [True: 42, False: 21]
  |  Branch (994:34): [True: 34, False: 8]
  ------------------
  995|     34|				priv->ext_caps |= EXT_CAP_KDF_DO;
  996|     34|			}
  997|       |			/* v2.0+: bit 0x04 in first byte means "algorithm attributes changeable" */
  998|     63|			if ((blob->data[0] & 0x04) &&
  ------------------
  |  Branch (998:8): [True: 49, False: 14]
  ------------------
  999|     49|					(priv->bcd_version >= OPENPGP_CARD_2_0))
  ------------------
  |  Branch (999:6): [True: 36, False: 13]
  ------------------
 1000|     36|				priv->ext_caps |= EXT_CAP_ALG_ATTR_CHANGEABLE;
 1001|       |			/* bit 0x08 in first byte means "support for private use DOs" */
 1002|     63|			if (blob->data[0] & 0x08)
  ------------------
  |  Branch (1002:8): [True: 34, False: 29]
  ------------------
 1003|     34|				priv->ext_caps |= EXT_CAP_PRIVATE_DO;
 1004|       |			/* bit 0x10 in first byte means "support for CHV status byte changeable" */
 1005|     63|			if (blob->data[0] & 0x10)
  ------------------
  |  Branch (1005:8): [True: 31, False: 32]
  ------------------
 1006|     31|				priv->ext_caps |= EXT_CAP_C4_CHANGEABLE;
 1007|       |			/* bit 0x20 in first byte means "support for Key Import" */
 1008|     63|			if (blob->data[0] & 0x20)
  ------------------
  |  Branch (1008:8): [True: 34, False: 29]
  ------------------
 1009|     34|				priv->ext_caps |= EXT_CAP_KEY_IMPORT;
 1010|       |			/* bit 0x40 in first byte means "support for Get Challenge" */
 1011|     63|			if (blob->data[0] & 0x40) {
  ------------------
  |  Branch (1011:8): [True: 32, False: 31]
  ------------------
 1012|     32|				card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     32|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
 1013|     32|				priv->ext_caps |= EXT_CAP_GET_CHALLENGE;
 1014|     32|			}
 1015|       |			/* v2.0+: bit 0x80 in first byte means "support Secure Messaging" */
 1016|     63|			if ((blob->data[0] & 0x80) &&
  ------------------
  |  Branch (1016:8): [True: 35, False: 28]
  ------------------
 1017|     35|					(priv->bcd_version >= OPENPGP_CARD_2_0))
  ------------------
  |  Branch (1017:6): [True: 21, False: 14]
  ------------------
 1018|     21|				priv->ext_caps |= EXT_CAP_SM;
 1019|       |
 1020|     63|			if ((priv->bcd_version >= OPENPGP_CARD_2_0) && (blob->len >= 10)) {
  ------------------
  |  Branch (1020:8): [True: 48, False: 15]
  |  Branch (1020:51): [True: 19, False: 29]
  ------------------
 1021|       |				/* v2.0+: max. challenge size is at bytes 3-4 */
 1022|     19|				priv->max_challenge_size = bebytes2ushort(blob->data + 2);
 1023|       |				/* v2.0+: max. cert size it at bytes 5-6 */
 1024|     19|				priv->max_cert_size = bebytes2ushort(blob->data + 4);
 1025|       |
 1026|     19|				if (priv->bcd_version < OPENPGP_CARD_3_0) {
  ------------------
  |  Branch (1026:9): [True: 7, False: 12]
  ------------------
 1027|       |					/* v2.x: SM algorithm is at byte 2: 0 == 3DES */
 1028|      7|					priv->sm_algo = blob->data[1];
 1029|      7|					if ((priv->sm_algo == SM_ALGO_NONE) && (priv->ext_caps & EXT_CAP_SM))
  ------------------
  |  Branch (1029:10): [True: 4, False: 3]
  |  Branch (1029:45): [True: 1, False: 3]
  ------------------
 1030|      1|						priv->sm_algo = SM_ALGO_3DES;
 1031|       |
 1032|       |					/* v2.x: max. send/receive sizes are at bytes 7-8 resp. 9-10 */
 1033|      7|					card->max_send_size = bebytes2ushort(blob->data + 6);
 1034|      7|					card->max_recv_size = bebytes2ushort(blob->data + 8);
 1035|      7|				}
 1036|     12|				else {
 1037|       |					/* v3.0+: SM algorithm is at byte 2: 0 == UNKNOWN */
 1038|     12|					priv->sm_algo = blob->data[1];
 1039|     12|					if ((priv->sm_algo == SM_ALGO_NONE) && (priv->ext_caps & EXT_CAP_SM))
  ------------------
  |  Branch (1039:10): [True: 4, False: 8]
  |  Branch (1039:45): [True: 3, False: 1]
  ------------------
 1040|      3|						priv->sm_algo = SM_ALGO_UNKNOWN;
 1041|       |
 1042|       |					/* v3.0+: max. size of special DOs is at bytes 7-8 */
 1043|     12|					priv->max_specialDO_size = bebytes2ushort(blob->data + 6);
 1044|     12|				}
 1045|     19|				if (priv->bcd_version >= OPENPGP_CARD_3_3 && (blob->len >= 10)) {
  ------------------
  |  Branch (1045:9): [True: 12, False: 7]
  |  Branch (1045:50): [True: 12, False: 0]
  ------------------
 1046|       |					/* v3.3+: MSE for key numbers 2(DEC) and 3(AUT) supported */
 1047|     12|					if (blob->data[9])
  ------------------
  |  Branch (1047:10): [True: 9, False: 3]
  ------------------
 1048|      9|						priv->ext_caps |= EXT_CAP_MSE;
 1049|     12|				}
 1050|     19|			}
 1051|     63|		}
 1052|       |
 1053|       |		/* get max. PIN length from "CHV status bytes" DO */
 1054|    109|		if ((pgp_get_blob(card, blob73, 0x00c4, &blob) >= 0) &&
  ------------------
  |  Branch (1054:7): [True: 24, False: 85]
  ------------------
 1055|     24|			(blob->data != NULL) && (blob->len > 1)) {
  ------------------
  |  Branch (1055:4): [True: 7, False: 17]
  |  Branch (1055:28): [True: 6, False: 1]
  ------------------
 1056|       |			/* 2nd byte in "CHV status bytes" DO means "max. PIN length" */
 1057|      6|			card->max_pin_len = blob->data[1];
 1058|      6|		}
 1059|       |
 1060|    109|		if (priv->bcd_version >= OPENPGP_CARD_3_0) {
  ------------------
  |  Branch (1060:7): [True: 63, False: 46]
  ------------------
 1061|       |			/* v3.0+: get length info from "extended length information" DO */
 1062|     63|			if ((pgp_get_blob(card, blob6e, 0x7f66, &blob) >= 0) &&
  ------------------
  |  Branch (1062:8): [True: 0, False: 63]
  ------------------
 1063|      0|				(blob->data != NULL) && (blob->len >= 8)) {
  ------------------
  |  Branch (1063:5): [True: 0, False: 0]
  |  Branch (1063:29): [True: 0, False: 0]
  ------------------
 1064|       |				/* kludge: treat as SIMPLE DO and use appropriate offsets */
 1065|      0|				card->max_send_size = bebytes2ushort(blob->data + 2);
 1066|      0|				card->max_recv_size = bebytes2ushort(blob->data + 6);
 1067|      0|			}
 1068|     63|		}
 1069|       |
 1070|    109|#ifdef ENABLE_OPENSSL
 1071|    109|		if (priv->ext_caps & EXT_CAP_KDF_DO) {
  ------------------
  |  Branch (1071:7): [True: 34, False: 75]
  ------------------
 1072|     34|			int r = pgp_decode_kdf_do(card, priv);
 1073|     34|			if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     34|#define SC_SUCCESS				0
  ------------------
  |  Branch (1073:8): [True: 31, False: 3]
  ------------------
 1074|     31|				sc_log(card->ctx, "Failed to decode KDF DO: %s", sc_strerror(r));
  ------------------
  |  |   71|     31|#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|     31|			}
 1076|     34|		}
 1077|    109|#endif /* ENABLE_OPENSSL */
 1078|       |
 1079|       |		/* if we found at least one usable algo, let's skip other ways to find them */
 1080|    109|		if (handled_algos) {
  ------------------
  |  Branch (1080:7): [True: 1, False: 108]
  ------------------
 1081|      1|			sc_log(card->ctx, "Algo list populated from Algorithm Information DO");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1082|      1|			LOG_FUNC_RETURN(card->ctx, handled_algos);
  ------------------
  |  |  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: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define 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|	} 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|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1083|      1|		}
 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|    432|		for (i = 0x00c1; i <= 0x00c3; i++) {
  ------------------
  |  Branch (1091:20): [True: 324, False: 108]
  ------------------
 1092|    324|			sc_cardctl_openpgp_key_gen_store_info_t key_info;
 1093|       |
 1094|    324|			sc_log(card->ctx, "Parsing algorithm attributes DO %uX" , i);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1095|       |
 1096|       |			/* OpenPGP card spec 1.1 & 2.x section 4.3.3.6 / v3.x section 4.4.3.7 */
 1097|    324|			if ((pgp_get_blob(card, blob73, i, &blob) >= 0) &&
  ------------------
  |  Branch (1097:8): [True: 18, False: 306]
  ------------------
 1098|     18|			    (pgp_parse_algo_attr_blob(card, blob, &key_info) >= 0)) {
  ------------------
  |  Branch (1098:8): [True: 4, False: 14]
  ------------------
 1099|      4|				if (!_pgp_add_algo(card, &key_info, i))
  ------------------
  |  Branch (1099:9): [True: 0, False: 4]
  ------------------
 1100|      4|					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|      4|			}
 1102|    324|		}
 1103|       |
 1104|    108|	}
 1105|       |
 1106|    650|	LOG_FUNC_RETURN(card->ctx, handled_algos);
  ------------------
  |  |  164|    650|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    650|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    650|	int _ret = r; \
  |  |  |  |  155|    650|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 605, False: 45]
  |  |  |  |  ------------------
  |  |  |  |  156|    605|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 605]
  |  |  |  |  ------------------
  |  |  |  |  157|    605|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    605|	} else { \
  |  |  |  |  159|     45|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     45|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     45|	} \
  |  |  |  |  162|    650|	return _ret; \
  |  |  |  |  163|    650|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1107|    650|}
card-openpgp.c:pgp_parse_hist_bytes:
  604|     78|{
  605|     78|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|     78|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
  606|     78|	const u8 *ptr;
  607|       |
  608|       |	/* IS07816-4 hist bytes: 3rd function table */
  609|     78|	if ((ptr = sc_compacttlv_find_tag(ctlv, ctlv_len, 0x73, NULL)) != NULL) {
  ------------------
  |  Branch (609:6): [True: 26, False: 52]
  ------------------
  610|       |		/* bit 0x40 in byte 3 of TL 0x73 means "extended Le/Lc" */
  611|     26|		if (ptr[2] & 0x40) {
  ------------------
  |  Branch (611:7): [True: 14, False: 12]
  ------------------
  612|     14|			card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|     14|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  613|     14|			priv->ext_caps |= EXT_CAP_APDU_EXT;
  614|     14|		}
  615|       |		/* bit 0x80 in byte 3 of TL 0x73 means "Command chaining" */
  616|     26|		if (ptr[2] & 0x80) {
  ------------------
  |  Branch (616:7): [True: 16, False: 10]
  ------------------
  617|     16|			priv->ext_caps |= EXT_CAP_CHAINING;
  618|     16|		}
  619|     26|	}
  620|       |
  621|     78|	if ((priv->bcd_version >= OPENPGP_CARD_3_0) &&
  ------------------
  |  Branch (621:6): [True: 55, False: 23]
  ------------------
  622|     55|	    ((ptr = sc_compacttlv_find_tag(ctlv, ctlv_len, 0x31, NULL)) != NULL)) {
  ------------------
  |  Branch (622:6): [True: 19, False: 36]
  ------------------
  623|       |		// ToDo ...
  624|     19|	}
  625|     78|}
card-openpgp.c:pgp_decode_kdf_do:
  805|     34|{
  806|     34|	pgp_pin_kdf_info_t *pin_kdf_info = (pgp_pin_kdf_info_t *)calloc(1, sizeof(pgp_pin_kdf_info_t));
  807|     34|	int r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|     34|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  808|     34|	pgp_blob_t *kdf_blob;
  809|     34|	const uint8_t *data;
  810|     34|	size_t data_len;
  811|     34|	size_t tag_len;
  812|     34|	const uint8_t *p;
  813|     34|	pgp_blob_t *blob;
  814|       |
  815|     34|	if (!pin_kdf_info) {
  ------------------
  |  Branch (815:6): [True: 0, False: 34]
  ------------------
  816|      0|		return r;
  817|      0|	}
  818|       |
  819|     34|	r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     34|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  820|     34|	priv->pin_kdf_info = NULL;
  821|     34|	if ((pgp_get_blob(card, priv->mf, DO_KDF, &kdf_blob) != SC_SUCCESS) || (kdf_blob->len < 3)) {
  ------------------
  |  |  159|     34|#define DO_KDF                   0xf9
  ------------------
              	if ((pgp_get_blob(card, priv->mf, DO_KDF, &kdf_blob) != SC_SUCCESS) || (kdf_blob->len < 3)) {
  ------------------
  |  |   28|     34|#define SC_SUCCESS				0
  ------------------
  |  Branch (821:6): [True: 0, False: 34]
  |  Branch (821:73): [True: 13, False: 21]
  ------------------
  822|     13|		sc_log(card->ctx, "KDF DO does not exists or contains invalid data but card claims to support it");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  823|     13|		goto out;
  824|     13|	}
  825|       |
  826|     21|	data = kdf_blob->data;
  827|     21|	data_len = kdf_blob->len;
  828|     21|	p = sc_asn1_find_tag(card->ctx, data, data_len, 0x81, &tag_len);
  829|     21|	if (!p) {
  ------------------
  |  Branch (829:6): [True: 3, False: 18]
  ------------------
  830|      3|		sc_log(card->ctx, "KDF algorithm byte not found");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  831|      3|		goto out;
  832|      3|	}
  833|     18|	if (tag_len != 1) {
  ------------------
  |  Branch (833:6): [True: 1, False: 17]
  ------------------
  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|     17|	if (*p != 0x3) {
  ------------------
  |  Branch (838:6): [True: 6, False: 11]
  ------------------
  839|      6|		if (*p == 0x0) {
  ------------------
  |  Branch (839:7): [True: 1, False: 5]
  ------------------
  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|      5|		} else {
  843|      5|			sc_log(card->ctx, "Unknown KDF algorithm ID %x", *p);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  844|      5|		}
  845|      6|		goto out;
  846|      6|	}
  847|       |
  848|     11|	p = sc_asn1_find_tag(card->ctx, data, data_len, 0x82, &tag_len);
  849|     11|	if (!p) {
  ------------------
  |  Branch (849:6): [True: 2, False: 9]
  ------------------
  850|      2|		sc_log(card->ctx, "KDF hash algorithm byte 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__
  |  |  ------------------
  ------------------
  851|      2|		goto out;
  852|      2|	}
  853|      9|	if (tag_len != 1) {
  ------------------
  |  Branch (853:6): [True: 1, False: 8]
  ------------------
  854|      1|		sc_log(card->ctx, "Unexpected KDF hash 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__
  |  |  ------------------
  ------------------
  855|      1|		goto out;
  856|      1|	}
  857|       |
  858|      8|	switch (*p) {
  859|      6|	case 0x08:
  ------------------
  |  Branch (859:2): [True: 6, False: 2]
  ------------------
  860|      6|		pin_kdf_info->hash_algo = "SHA256";
  861|      6|		break;
  862|      1|	case 0x0A:
  ------------------
  |  Branch (862:2): [True: 1, False: 7]
  ------------------
  863|      1|		pin_kdf_info->hash_algo = "SHA512";
  864|      1|		break;
  865|      1|	default:
  ------------------
  |  Branch (865:2): [True: 1, False: 7]
  ------------------
  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|      8|	}
  869|       |
  870|      7|	p = sc_asn1_find_tag(card->ctx, data, data_len, 0x83, &tag_len);
  871|      7|	if (!p) {
  ------------------
  |  Branch (871:6): [True: 2, False: 5]
  ------------------
  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|      5|	if (tag_len != 4) {
  ------------------
  |  Branch (875:6): [True: 1, False: 4]
  ------------------
  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|      4|	pin_kdf_info->iterations = (uint32_t)bebytes2ulong(p);
  880|       |
  881|      4|	r = pgp_get_blob(card, kdf_blob, 0x84, &blob);
  882|      4|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      4|#define SC_SUCCESS				0
  ------------------
  |  Branch (882:6): [True: 1, False: 3]
  ------------------
  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|      3|	pin_kdf_info->userpw_salt = blob;
  887|       |
  888|      3|	r = pgp_get_blob(card, kdf_blob, 0x86, &blob);
  889|      3|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
  |  Branch (889:6): [True: 1, False: 2]
  ------------------
  890|      1|		sc_log(card->ctx, "Failed to get salt bytes of admin 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__
  |  |  ------------------
  ------------------
  891|      1|		goto out;
  892|      1|	}
  893|      2|	pin_kdf_info->adminpw_salt = blob;
  894|       |
  895|      2|	sc_log(card->ctx, "KDF derived PIN format enabled");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  896|      2|	priv->pin_kdf_info = pin_kdf_info;
  897|      2|	return r;
  898|     32|out:
  899|     32|	free(pin_kdf_info);
  900|     32|	return r;
  901|      3|}
card-openpgp.c:pgp_finish:
 1115|    675|{
 1116|    675|	if (card != NULL) {
  ------------------
  |  Branch (1116:6): [True: 675, False: 0]
  ------------------
 1117|    675|		struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    675|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1118|       |
 1119|    675|		if (priv != NULL) {
  ------------------
  |  Branch (1119:7): [True: 675, False: 0]
  ------------------
 1120|       |			/* delete fake file hierarchy */
 1121|    675|			pgp_free_blobs(priv->mf);
 1122|       |
 1123|       |			/* delete kdf do related data if exists */
 1124|    675|			free(priv->pin_kdf_info);
 1125|       |
 1126|       |			/* delete private data */
 1127|    675|			free(priv);
 1128|    675|		}
 1129|    675|		card->drv_data = NULL;
 1130|    675|	}
 1131|    675|	return SC_SUCCESS;
  ------------------
  |  |   28|    675|#define SC_SUCCESS				0
  ------------------
 1132|    675|}
card-openpgp.c:pgp_free_blobs:
 1328|  41.2k|{
 1329|  41.2k|	if (blob) {
  ------------------
  |  Branch (1329:6): [True: 41.2k, False: 24]
  ------------------
 1330|  41.2k|		pgp_blob_t *child = blob->files;
 1331|       |
 1332|  81.7k|		while (child != NULL) {
  ------------------
  |  Branch (1332:10): [True: 40.5k, False: 41.2k]
  ------------------
 1333|  40.5k|			pgp_blob_t *next = child->next;
 1334|       |
 1335|  40.5k|			pgp_free_blobs(child);
 1336|  40.5k|			child = next;
 1337|  40.5k|		}
 1338|  41.2k|		pgp_free_blob(blob);
 1339|  41.2k|	}
 1340|  41.2k|}
card-openpgp.c:pgp_free_blob:
 1303|  41.2k|{
 1304|  41.2k|	if (blob) {
  ------------------
  |  Branch (1304:6): [True: 41.2k, False: 0]
  ------------------
 1305|  41.2k|		if (blob->parent) {
  ------------------
  |  Branch (1305:7): [True: 40.5k, False: 651]
  ------------------
 1306|  40.5k|			pgp_blob_t **p;
 1307|       |
 1308|       |			/* remove blob from list of parent's children */
 1309|  40.5k|			for (p = &blob->parent->files; *p != NULL && *p != blob; p = &(*p)->next)
  ------------------
  |  Branch (1309:35): [True: 40.5k, False: 0]
  |  Branch (1309:49): [True: 0, False: 40.5k]
  ------------------
 1310|      0|				;
 1311|  40.5k|			if (*p == blob)
  ------------------
  |  Branch (1311:8): [True: 40.5k, False: 0]
  ------------------
 1312|  40.5k|				*p = blob->next;
 1313|  40.5k|		}
 1314|       |
 1315|  41.2k|		sc_file_free(blob->file);
 1316|  41.2k|		if (blob->data)
  ------------------
  |  Branch (1316:7): [True: 12.0k, False: 29.1k]
  ------------------
 1317|  12.0k|			free(blob->data);
 1318|  41.2k|		free(blob);
 1319|  41.2k|	}
 1320|  41.2k|}
card-openpgp.c:pgp_select_file:
 1614|  4.01k|{
 1615|  4.01k|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|  4.01k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1616|  4.01k|	pgp_blob_t	*blob;
 1617|  4.01k|	unsigned int	path_start = 0;
 1618|  4.01k|	unsigned int	n;
 1619|  4.01k|	sc_path_t dummy_path;
 1620|       |
 1621|  4.01k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  4.01k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.01k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.01k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.01k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.01k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1622|       |
 1623|  4.01k|	if (path->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  4.01k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (1623:6): [True: 1.34k, False: 2.67k]
  ------------------
 1624|  4.01k|		LOG_FUNC_RETURN(card->ctx, iso_ops->select_file(card, path, ret));
  ------------------
  |  |  164|  1.34k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.34k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.34k|	int _ret = r; \
  |  |  |  |  155|  1.34k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.34k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.34k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.25k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.25k, False: 98]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.34k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.34k|	} else { \
  |  |  |  |  159|      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.34k|	return _ret; \
  |  |  |  |  163|  1.34k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1625|       |
 1626|  2.67k|	if (path->len < 2 || (path->len & 1))
  ------------------
  |  Branch (1626:6): [True: 0, False: 2.67k]
  |  Branch (1626:23): [True: 0, False: 2.67k]
  ------------------
 1627|  2.67k|		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|  2.67k|				"invalid path length");
 1629|       |
 1630|  2.67k|	if (path->type == SC_PATH_TYPE_FILE_ID && path->len != 2)
  ------------------
  |  |  117|  5.34k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (1630:6): [True: 0, False: 2.67k]
  |  Branch (1630:44): [True: 0, False: 0]
  ------------------
 1631|  2.67k|		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|  2.67k|				"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|  2.67k|	sc_format_path("11001101", &dummy_path);
 1641|  2.67k|	if (sc_compare_path(path, &dummy_path)) {
  ------------------
  |  Branch (1641:6): [True: 0, False: 2.67k]
  ------------------
 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|  2.67k|	path_start = pgp_strip_path(card, path);
 1653|       |
 1654|       |	/* starting with the MF ... */
 1655|  2.67k|	blob = priv->mf;
 1656|       |	/* ... recurse through the tree following the path */
 1657|  3.44k|	for (n = path_start; n < path->len; n += 2) {
  ------------------
  |  Branch (1657:23): [True: 2.74k, False: 704]
  ------------------
 1658|  2.74k|		unsigned int	id = bebytes2ushort(path->value + n);
 1659|  2.74k|		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|  2.74k|		if (id == 0x4402 || id == 0x5f48) {
  ------------------
  |  Branch (1663:7): [True: 0, False: 2.74k]
  |  Branch (1663:23): [True: 0, False: 2.74k]
  ------------------
 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|  2.74k|		if (r < 0) {	/* failure */
  ------------------
  |  Branch (1674:7): [True: 1.96k, False: 775]
  ------------------
 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|  2.74k|	}
 1678|       |
 1679|       |	/* success: select file = set "current" pointer to blob found */
 1680|    704|	priv->current = blob;
 1681|       |
 1682|    704|	if (ret)
  ------------------
  |  Branch (1682:6): [True: 60, False: 644]
  ------------------
 1683|     60|		sc_file_dup(ret, blob->file);
 1684|       |
 1685|    704|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    704|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    704|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    704|	int _ret = r; \
  |  |  |  |  155|    704|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 704, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    704|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 704]
  |  |  |  |  ------------------
  |  |  |  |  157|    704|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    704|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    704|	return _ret; \
  |  |  |  |  163|    704|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1686|    704|}
card-openpgp.c:pgp_strip_path:
 1595|  2.67k|{
 1596|  2.67k|	unsigned int start_point = 0;
 1597|       |	/* start_point will move through the path string */
 1598|  2.67k|	if (path->len == 0)
  ------------------
  |  Branch (1598:6): [True: 0, False: 2.67k]
  ------------------
 1599|      0|		return 0;
 1600|       |
 1601|       |	/* ignore 3F00 (MF) at the beginning */
 1602|  2.67k|	start_point = (memcmp(path->value, "\x3f\x00", 2) == 0) ? 2 : 0;
  ------------------
  |  Branch (1602:16): [True: 1.94k, False: 722]
  ------------------
 1603|       |	/* strip path of PKCS15-App DF (5015) */
 1604|  2.67k|	start_point += (memcmp(path->value + start_point, "\x50\x15", 2) == 0) ? 2 : 0;
  ------------------
  |  Branch (1604:17): [True: 1.29k, False: 1.37k]
  ------------------
 1605|  2.67k|	return start_point;
 1606|  2.67k|}
card-openpgp.c:pgp_get_challenge:
 1731|    225|{
 1732|    225|	struct pgp_priv_data *priv;
 1733|       |
 1734|    225|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    225|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    225|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    225|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    225|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 225]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1735|       |
 1736|    225|	priv = DRVDATA(card);
  ------------------
  |  |  189|    225|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1737|    225|	if (0 == (priv->ext_caps & EXT_CAP_GET_CHALLENGE)) {
  ------------------
  |  Branch (1737:6): [True: 21, False: 204]
  ------------------
 1738|     21|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1739|     21|	}
 1740|       |
 1741|    204|	if (priv->max_challenge_size > 0 && len > priv->max_challenge_size) {
  ------------------
  |  Branch (1741:6): [True: 0, False: 204]
  |  Branch (1741:38): [True: 0, False: 0]
  ------------------
 1742|      0|		len = priv->max_challenge_size;
 1743|      0|	}
 1744|       |
 1745|    204|	LOG_FUNC_RETURN(card->ctx, iso_ops->get_challenge(card, rnd, len));
  ------------------
  |  |  164|    204|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    204|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    204|	int _ret = r; \
  |  |  |  |  155|    204|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10, False: 194]
  |  |  |  |  ------------------
  |  |  |  |  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|      9|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|     10|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    194|	} else { \
  |  |  |  |  159|    194|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    194|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    194|	} \
  |  |  |  |  162|    204|	return _ret; \
  |  |  |  |  163|    204|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1746|    204|}
card-openpgp.c:pgp_read_binary:
 1755|     21|{
 1756|     21|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|     21|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 1757|     21|	pgp_blob_t	*blob;
 1758|     21|	int		r;
 1759|       |
 1760|     21|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     21|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     21|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     21|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     21|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 21]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1761|       |
 1762|       |	/* jump to selected file */
 1763|     21|	blob = priv->current;
 1764|       |
 1765|     21|	if (blob == NULL)
  ------------------
  |  Branch (1765:6): [True: 0, False: 21]
  ------------------
 1766|     21|		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|     21|	if (blob->file->type != SC_FILE_TYPE_WORKING_EF)
  ------------------
  |  |  216|     21|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  |  Branch (1768:6): [True: 0, False: 21]
  ------------------
 1769|     21|		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|     21|	if ((r = pgp_read_blob(card, blob)) < 0)
  ------------------
  |  Branch (1771:6): [True: 0, False: 21]
  ------------------
 1772|     21|		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|     21|	if (idx > blob->len)
  ------------------
  |  Branch (1774:6): [True: 0, False: 21]
  ------------------
 1775|     21|		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|     21|	if (idx + count > blob->len)
  ------------------
  |  Branch (1777:6): [True: 0, False: 21]
  ------------------
 1778|      0|		count = blob->len - idx;
 1779|     21|	memcpy(buf, blob->data + idx, count);
 1780|       |
 1781|     21|	LOG_FUNC_RETURN(card->ctx, (int)count);
  ------------------
  |  |  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: 0, False: 21]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     21|	} else { \
  |  |  |  |  159|     21|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     21|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     21|	} \
  |  |  |  |  162|     21|	return _ret; \
  |  |  |  |  163|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1782|     21|}
card-openpgp.c:pgp_pin_cmd:
 2388|     63|{
 2389|     63|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|     63|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 2390|     63|	struct sc_card_operations ops = {.pin_cmd = iso_ops->pin_cmd};
 2391|       |
 2392|     63|	LOG_FUNC_CALLED(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2393|       |
 2394|     63|	if (data->pin_type != SC_AC_CHV)
  ------------------
  |  |  151|     63|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (2394:6): [True: 0, False: 63]
  ------------------
 2395|     63|		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|     63|				"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|     63|	data->pin_reference |= 0x80;
 2423|       |
 2424|       |	/* check version-dependent constraints */
 2425|     63|	if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  416|    126|#define SC_PIN_CMD_CHANGE	1
  ------------------
              	if (data->cmd == SC_PIN_CMD_CHANGE || data->cmd == SC_PIN_CMD_UNBLOCK) {
  ------------------
  |  |  417|     59|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (2425:6): [True: 4, False: 59]
  |  Branch (2425:40): [True: 0, False: 59]
  ------------------
 2426|      4|		if (priv->bcd_version >= OPENPGP_CARD_2_0) {
  ------------------
  |  Branch (2426:7): [True: 3, False: 1]
  ------------------
 2427|      3|			if (data->pin_reference == 0x82)
  ------------------
  |  Branch (2427:8): [True: 3, False: 0]
  ------------------
 2428|      3|				data->pin_reference = 0x81;
 2429|       |
 2430|      3|			if (data->cmd == SC_PIN_CMD_CHANGE) {
  ------------------
  |  |  416|      3|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (2430:8): [True: 3, False: 0]
  ------------------
 2431|      3|				if (data->pin1.len == 0 &&
  ------------------
  |  Branch (2431:9): [True: 0, False: 3]
  ------------------
 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|      3|					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|      3|							"v2 cards don't support implicit old PIN for PIN change");
 2435|       |
 2436|      3|				data->flags &= ~SC_PIN_CMD_IMPLICIT_CHANGE;
  ------------------
  |  |  423|      3|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
 2437|      3|			}
 2438|      3|		} else {
 2439|      1|			if (data->pin1.len != 0) {
  ------------------
  |  Branch (2439:8): [True: 1, False: 0]
  ------------------
 2440|      1|				sc_log(card->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__
  |  |  ------------------
  ------------------
 2441|      1|				       "v1 cards don't support explicit old or CHV3 PIN, PIN ignored.");
 2442|      1|				sc_log(card->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__
  |  |  ------------------
  ------------------
 2443|      1|				       "please make sure that you have verified the relevant PIN first.");
 2444|      1|				data->pin1.len = 0;
 2445|      1|			}
 2446|       |
 2447|      1|			data->flags |= SC_PIN_CMD_IMPLICIT_CHANGE;
  ------------------
  |  |  423|      1|#define SC_PIN_CMD_IMPLICIT_CHANGE	0x0004
  ------------------
 2448|      1|		}
 2449|      4|	}
 2450|       |
 2451|     63|	if (data->cmd == SC_PIN_CMD_UNBLOCK && data->pin2.len == 0 &&
  ------------------
  |  |  417|    126|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (2451:6): [True: 0, False: 63]
  |  Branch (2451:41): [True: 0, False: 0]
  ------------------
 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|     63|		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|     63|				"new PIN must be provided for unblock operation");
 2455|       |
 2456|       |	/* ensure pin_reference is 81, 82, 83 */
 2457|     63|	if (data->pin_reference < 0x81 || data->pin_reference > 0x83)
  ------------------
  |  Branch (2457:6): [True: 0, False: 63]
  |  Branch (2457:36): [True: 0, False: 63]
  ------------------
 2458|     63|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2459|     63|				"Invalid key ID; must be 1, 2, or 3");
 2460|       |
 2461|       |	/* emulate SC_PIN_CMD_GET_INFO command for cards not supporting it */
 2462|     63|	if (data->cmd == SC_PIN_CMD_GET_INFO && (card->caps & SC_CARD_CAP_ISO7816_PIN_INFO) == 0) {
  ------------------
  |  |  418|    126|#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|     54|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  |  Branch (2462:6): [True: 54, False: 9]
  |  Branch (2462:42): [True: 21, False: 33]
  ------------------
 2463|     21|		u8 c4data[10];
 2464|     21|		int r;
 2465|       |
 2466|     21|		r = sc_get_data(card, 0x00c4, c4data, sizeof(c4data));
 2467|     21|		LOG_TEST_RET(card->ctx, r, "reading CHV status bytes failed");
  ------------------
  |  |  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: 9, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  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|     21|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2468|       |
 2469|     12|		if (r != 7)
  ------------------
  |  Branch (2469:7): [True: 8, False: 4]
  ------------------
 2470|     12|			LOG_TEST_RET(card->ctx, SC_ERROR_OBJECT_NOT_VALID,
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2471|      4|				"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|      4|		if (priv->bcd_version >= OPENPGP_CARD_2_0 && data->pin_reference == 0x82)
  ------------------
  |  Branch (2478:7): [True: 1, False: 3]
  |  Branch (2478:48): [True: 1, False: 0]
  ------------------
 2479|      1|			data->pin_reference = 0x81;
 2480|       |
 2481|      4|		data->pin1.tries_left = c4data[3 + (data->pin_reference & 0x0F)];
 2482|      4|		data->pin1.max_tries = 3;
 2483|      4|		data->pin1.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|      4|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 2484|       |
 2485|      4|		LOG_FUNC_RETURN(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2486|      4|	}
 2487|       |
 2488|     42|#ifdef ENABLE_OPENSSL
 2489|     42|	if (priv->pin_kdf_info) {
  ------------------
  |  Branch (2489:6): [True: 0, False: 42]
  ------------------
 2490|      0|		ops.pin_cmd = &pgp_kdf_do_pin_cmd;
 2491|      0|	}
 2492|     42|#endif /* ENABLE_OPENSSL */
 2493|       |
 2494|     42|	LOG_FUNC_RETURN(card->ctx, ops.pin_cmd(card, data));
  ------------------
  |  |  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|     30|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 30, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2495|     42|}
card-openpgp.c:pgp_get_data:
 1994|  4.63k|{
 1995|  4.63k|	sc_apdu_t	apdu;
 1996|  4.63k|	int		r;
 1997|       |
 1998|  4.63k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  4.63k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.63k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.63k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.63k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.63k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1999|       |
 2000|  4.63k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xCA, tag >> 8, tag);
  ------------------
  |  |  301|  4.63k|#define SC_APDU_CASE_2			0x22
  ------------------
 2001|  4.63k|	apdu.le = ((buf_len >= 256) && !(card->caps & SC_CARD_CAP_APDU_EXT)) ? 256 : buf_len;
  ------------------
  |  |  547|  3.29k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (2001:13): [True: 3.29k, False: 1.33k]
  |  Branch (2001:33): [True: 3.23k, False: 63]
  ------------------
 2002|  4.63k|	apdu.resp = buf;
 2003|  4.63k|	apdu.resplen = buf_len;
 2004|       |
 2005|  4.63k|	r = sc_transmit_apdu(card, &apdu);
 2006|  4.63k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  4.63k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  4.63k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  4.63k|	int _ret = (r); \
  |  |  |  |  168|  4.63k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 41, False: 4.59k]
  |  |  |  |  ------------------
  |  |  |  |  169|     41|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     41|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     41|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     41|		return _ret; \
  |  |  |  |  172|     41|	} \
  |  |  |  |  173|  4.63k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4.59k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2007|       |
 2008|  4.59k|	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|  4.59k|	if (card->type == SC_CARD_TYPE_OPENPGP_GNUK &&
  ------------------
  |  Branch (2012:6): [True: 39, False: 4.55k]
  ------------------
 2013|     39|	    (tag == DO_CERT  ||
  ------------------
  |  |  138|     78|#define DO_CERT                  0x7f21
  ------------------
  |  Branch (2013:7): [True: 0, False: 39]
  ------------------
 2014|     39|	     tag == DO_PRIV1 ||
  ------------------
  |  |  149|     78|#define DO_PRIV1                 0x0101
  ------------------
  |  Branch (2014:7): [True: 0, False: 39]
  ------------------
 2015|     39|	     tag == DO_PRIV2 ||
  ------------------
  |  |  150|     78|#define DO_PRIV2                 0x0102
  ------------------
  |  Branch (2015:7): [True: 0, False: 39]
  ------------------
 2016|     39|	     tag == DO_PRIV3 ||
  ------------------
  |  |  151|     78|#define DO_PRIV3                 0x0103
  ------------------
  |  Branch (2016:7): [True: 0, False: 39]
  ------------------
 2017|     39|	     tag == DO_PRIV4)) {
  ------------------
  |  |  152|     39|#define DO_PRIV4                 0x0104
  ------------------
  |  Branch (2017:7): [True: 0, False: 39]
  ------------------
 2018|      0|		if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|      0|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (2018:7): [True: 0, False: 0]
  ------------------
 2019|      0|			r = SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2020|      0|			apdu.resplen = 0;
 2021|      0|		}
 2022|      0|	}
 2023|  4.59k|	LOG_TEST_RET(card->ctx, r, "Card returned error");
  ------------------
  |  |  174|  4.59k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  4.59k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  4.59k|	int _ret = (r); \
  |  |  |  |  168|  4.59k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3.07k, False: 1.52k]
  |  |  |  |  ------------------
  |  |  |  |  169|  3.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|  3.07k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  3.07k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  3.07k|		return _ret; \
  |  |  |  |  172|  3.07k|	} \
  |  |  |  |  173|  4.59k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.52k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2024|       |
 2025|  1.52k|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|  1.52k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.52k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.52k|	int _ret = r; \
  |  |  |  |  155|  1.52k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 257, False: 1.26k]
  |  |  |  |  ------------------
  |  |  |  |  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|  1.26k|	} else { \
  |  |  |  |  159|  1.26k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.26k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.26k|	} \
  |  |  |  |  162|  1.52k|	return _ret; \
  |  |  |  |  163|  1.52k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2026|  1.52k|}
card-openpgp.c:pgp_card_ctl:
 4009|    106|{
 4010|    106|	int r;
 4011|       |
 4012|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4013|       |
 4014|    106|	switch(cmd) {
  ------------------
  |  Branch (4014:9): [True: 48, False: 58]
  ------------------
 4015|     48|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (4015:2): [True: 48, False: 58]
  ------------------
 4016|     48|		memmove((sc_serial_number_t *) ptr, &card->serialnr, sizeof(card->serialnr));
 4017|     48|		LOG_FUNC_RETURN(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4018|      0|		break;
 4019|      0|	case SC_CARDCTL_OPENPGP_SELECT_DATA:
  ------------------
  |  Branch (4019:2): [True: 0, False: 106]
  ------------------
 4020|      0|		r = pgp_select_data(card, *((u8 *) ptr));
 4021|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4022|      0|		break;
 4023|      0|#ifdef ENABLE_OPENSSL
 4024|      0|	case SC_CARDCTL_OPENPGP_GENERATE_KEY:
  ------------------
  |  Branch (4024:2): [True: 0, False: 106]
  ------------------
 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: 106]
  ------------------
 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: 106]
  ------------------
 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|    106|	}
 4038|       |
 4039|     58|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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|     58|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 58, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4040|     58|}
card-openpgp.c:pgp_card_reader_lock_obtained:
 4169|  8.13k|{
 4170|  8.13k|	struct pgp_priv_data *priv = DRVDATA(card); /* may be null during initialization */
  ------------------
  |  |  189|  8.13k|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
 4171|  8.13k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  8.13k|#define SC_SUCCESS				0
  ------------------
 4172|       |
 4173|  8.13k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  8.13k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  8.13k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  8.13k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 8.13k]
  |  |  ------------------
  ------------------
 4174|       |
 4175|  8.13k|	if (card->flags & SC_CARD_FLAG_KEEP_ALIVE
  ------------------
  |  |  537|  16.2k|#define SC_CARD_FLAG_KEEP_ALIVE	0x00000004
  ------------------
  |  Branch (4175:6): [True: 0, False: 8.13k]
  ------------------
 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|  8.13k|	if (was_reset > 0) {
  ------------------
  |  Branch (4190:6): [True: 0, False: 8.13k]
  ------------------
 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|  8.13k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  8.13k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  8.13k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  8.13k|	int _ret = r; \
  |  |  |  |  155|  8.13k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8.13k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  8.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 8.13k]
  |  |  |  |  ------------------
  |  |  |  |  157|  8.13k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  8.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|  8.13k|	return _ret; \
  |  |  |  |  163|  8.13k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4201|  8.13k|}

sc_get_piv_driver:
 6570|  16.2k|{
 6571|  16.2k|	return sc_get_driver();
 6572|  16.2k|}
card-piv.c:sc_get_driver:
 6543|  16.2k|{
 6544|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 6545|       |
 6546|  16.2k|	piv_ops = *iso_drv->ops;
 6547|  16.2k|	piv_ops.match_card = piv_match_card;
 6548|  16.2k|	piv_ops.init = piv_init;
 6549|  16.2k|	piv_ops.finish = piv_finish;
 6550|       |
 6551|  16.2k|	piv_ops.select_file = piv_select_file; /* must use get/put, could emulate? */
 6552|  16.2k|	piv_ops.get_challenge = piv_get_challenge;
 6553|  16.2k|	piv_ops.logout = piv_logout;
 6554|  16.2k|	piv_ops.read_binary = piv_read_binary;
 6555|  16.2k|	piv_ops.write_binary = piv_write_binary;
 6556|  16.2k|	piv_ops.set_security_env = piv_set_security_env;
 6557|  16.2k|	piv_ops.restore_security_env = piv_restore_security_env;
 6558|  16.2k|	piv_ops.compute_signature = piv_compute_signature;
 6559|  16.2k|	piv_ops.decipher = piv_decipher;
 6560|  16.2k|	piv_ops.check_sw = piv_check_sw;
 6561|  16.2k|	piv_ops.card_ctl = piv_card_ctl;
 6562|  16.2k|	piv_ops.pin_cmd = piv_pin_cmd;
 6563|  16.2k|	piv_ops.card_reader_lock_obtained = piv_card_reader_lock_obtained;
 6564|       |
 6565|  16.2k|	return &piv_drv;
 6566|  16.2k|}
card-piv.c:piv_match_card:
 5508|  5.92k|{
 5509|  5.92k|	int r = 0;
 5510|       |
 5511|  5.92k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d\n", card->type);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 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.92k|	switch (card->type) {
 5515|  5.92k|	case -1:
  ------------------
  |  Branch (5515:2): [True: 5.92k, False: 0]
  ------------------
 5516|  5.92k|	case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5516:2): [True: 0, False: 5.92k]
  ------------------
 5517|  5.92k|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5517:2): [True: 0, False: 5.92k]
  ------------------
 5518|  5.92k|	case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5518:2): [True: 0, False: 5.92k]
  ------------------
 5519|  5.92k|	case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (5519:2): [True: 0, False: 5.92k]
  ------------------
 5520|  5.92k|	case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (5520:2): [True: 0, False: 5.92k]
  ------------------
 5521|  5.92k|	case SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC:
  ------------------
  |  Branch (5521:2): [True: 0, False: 5.92k]
  ------------------
 5522|  5.92k|	case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5522:2): [True: 0, False: 5.92k]
  ------------------
 5523|  5.92k|	case SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC:
  ------------------
  |  Branch (5523:2): [True: 0, False: 5.92k]
  ------------------
 5524|  5.92k|	case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5524:2): [True: 0, False: 5.92k]
  ------------------
 5525|  5.92k|	case SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC:
  ------------------
  |  Branch (5525:2): [True: 0, False: 5.92k]
  ------------------
 5526|  5.92k|	case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5526:2): [True: 0, False: 5.92k]
  ------------------
 5527|  5.92k|	case SC_CARD_TYPE_PIV_II_PIVKEY:
  ------------------
  |  Branch (5527:2): [True: 0, False: 5.92k]
  ------------------
 5528|  5.92k|	case SC_CARD_TYPE_PIV_II_SWISSBIT:
  ------------------
  |  Branch (5528:2): [True: 0, False: 5.92k]
  ------------------
 5529|  5.92k|	case SC_CARD_TYPE_PIV_II_800_73_4:
  ------------------
  |  Branch (5529:2): [True: 0, False: 5.92k]
  ------------------
 5530|  5.92k|	case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5530:2): [True: 0, False: 5.92k]
  ------------------
 5531|  5.92k|	case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5531:2): [True: 0, False: 5.92k]
  ------------------
 5532|  5.92k|	case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5532:2): [True: 0, False: 5.92k]
  ------------------
 5533|  5.92k|		break;
 5534|      0|	default:
  ------------------
  |  Branch (5534:2): [True: 0, False: 5.92k]
  ------------------
 5535|      0|		return 0; /* can not handle the card */
 5536|  5.92k|	}
 5537|       |
 5538|  5.92k|	r = sc_lock(card);
 5539|  5.92k|	if (r < 0)
  ------------------
  |  Branch (5539:6): [True: 0, False: 5.92k]
  ------------------
 5540|      0|		return 0;
 5541|       |	/* its one we know, or we can test for it in piv_init */
 5542|  5.92k|	r = piv_match_card_continued(card);
 5543|  5.92k|	sc_unlock(card);
 5544|       |
 5545|  5.92k|	if (r < 0 || !card->drv_data) {
  ------------------
  |  Branch (5545:6): [True: 4.82k, False: 1.10k]
  |  Branch (5545:15): [True: 0, False: 1.10k]
  ------------------
 5546|       |		/* clean up what we left in card */
 5547|  4.82k|		piv_finish(card);
 5548|  4.82k|		return 0; /* match failed */
 5549|  4.82k|	}
 5550|       |
 5551|  1.10k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r:%d\n", card->type, r);
  ------------------
  |  |   70|  1.10k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5552|  1.10k|	return 1; /* matched */
 5553|  5.92k|}
card-piv.c:piv_match_card_continued:
 5557|  5.92k|{
 5558|  5.92k|	int i, r = 0, r2 = 0;
 5559|  5.92k|	int type = -1;
 5560|  5.92k|	piv_private_data_t *priv = NULL;
 5561|  5.92k|	int saved_type = card->type;
 5562|  5.92k|	sc_apdu_t apdu;
 5563|  5.92k|	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.92k|	switch (card->type) {
 5569|  5.92k|	case -1:
  ------------------
  |  Branch (5569:2): [True: 5.92k, False: 0]
  ------------------
 5570|  5.92k|	case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5570:2): [True: 0, False: 5.92k]
  ------------------
 5571|  5.92k|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5571:2): [True: 0, False: 5.92k]
  ------------------
 5572|  5.92k|	case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5572:2): [True: 0, False: 5.92k]
  ------------------
 5573|  5.92k|	case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (5573:2): [True: 0, False: 5.92k]
  ------------------
 5574|  5.92k|	case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (5574:2): [True: 0, False: 5.92k]
  ------------------
 5575|  5.92k|	case SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC:
  ------------------
  |  Branch (5575:2): [True: 0, False: 5.92k]
  ------------------
 5576|  5.92k|	case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5576:2): [True: 0, False: 5.92k]
  ------------------
 5577|  5.92k|	case SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC:
  ------------------
  |  Branch (5577:2): [True: 0, False: 5.92k]
  ------------------
 5578|  5.92k|	case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5578:2): [True: 0, False: 5.92k]
  ------------------
 5579|  5.92k|	case SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC:
  ------------------
  |  Branch (5579:2): [True: 0, False: 5.92k]
  ------------------
 5580|  5.92k|	case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5580:2): [True: 0, False: 5.92k]
  ------------------
 5581|  5.92k|	case SC_CARD_TYPE_PIV_II_PIVKEY:
  ------------------
  |  Branch (5581:2): [True: 0, False: 5.92k]
  ------------------
 5582|  5.92k|	case SC_CARD_TYPE_PIV_II_SWISSBIT:
  ------------------
  |  Branch (5582:2): [True: 0, False: 5.92k]
  ------------------
 5583|  5.92k|	case SC_CARD_TYPE_PIV_II_800_73_4:
  ------------------
  |  Branch (5583:2): [True: 0, False: 5.92k]
  ------------------
 5584|  5.92k|	case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5584:2): [True: 0, False: 5.92k]
  ------------------
 5585|  5.92k|	case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5585:2): [True: 0, False: 5.92k]
  ------------------
 5586|  5.92k|	case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5586:2): [True: 0, False: 5.92k]
  ------------------
 5587|  5.92k|		type = card->type;
 5588|  5.92k|		break;
 5589|      0|	default:
  ------------------
  |  Branch (5589:2): [True: 0, False: 5.92k]
  ------------------
 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.92k|	}
 5592|  5.92k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d type:%d r:%d\n", card->type, type, r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5593|  5.92k|	if (type == -1) {
  ------------------
  |  Branch (5593:6): [True: 5.92k, 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.92k|		if (card->reader->atr_info.hist_bytes != NULL) {
  ------------------
  |  Branch (5601:7): [True: 1.67k, False: 4.25k]
  ------------------
 5602|  1.67k|			if (card->reader->atr_info.hist_bytes_len == 8 &&
  ------------------
  |  Branch (5602:8): [True: 82, False: 1.59k]
  ------------------
 5603|     82|					!(memcmp(card->reader->atr_info.hist_bytes, "Yubikey4", 8))) {
  ------------------
  |  Branch (5603:6): [True: 19, False: 63]
  ------------------
 5604|     19|				type = SC_CARD_TYPE_PIV_II_YUBIKEY4;
 5605|  1.65k|			} else if (card->reader->atr_info.hist_bytes_len >= 7 &&
  ------------------
  |  Branch (5605:15): [True: 1.02k, False: 637]
  ------------------
 5606|  1.02k|					!(memcmp(card->reader->atr_info.hist_bytes, "Yubikey", 7))) {
  ------------------
  |  Branch (5606:6): [True: 84, False: 937]
  ------------------
 5607|     84|				type = SC_CARD_TYPE_PIV_II_NEO;
 5608|  1.57k|			} else if (card->reader->atr_info.hist_bytes_len >= 6 &&
  ------------------
  |  Branch (5608:15): [True: 967, False: 607]
  ------------------
 5609|    967|					!(memcmp(card->reader->atr_info.hist_bytes, "PIVKEY", 6))) {
  ------------------
  |  Branch (5609:6): [True: 59, False: 908]
  ------------------
 5610|     59|				type = SC_CARD_TYPE_PIV_II_PIVKEY;
 5611|  1.51k|			} else if (card->reader->atr_info.hist_bytes_len >= 6 &&
  ------------------
  |  Branch (5611:15): [True: 908, False: 607]
  ------------------
 5612|    908|					!(memcmp(card->reader->atr_info.hist_bytes, (u8 *)"TK\x00PIV", 6))) {
  ------------------
  |  Branch (5612:6): [True: 19, False: 889]
  ------------------
 5613|     19|				type = SC_CARD_TYPE_PIV_II_TOKEN2;
 5614|     19|			}
 5615|       |			/* look for TLV historic data */
 5616|  1.49k|			else if (card->reader->atr_info.hist_bytes_len > 0 &&
  ------------------
  |  Branch (5616:13): [True: 1.46k, False: 28]
  ------------------
 5617|  1.46k|					card->reader->atr_info.hist_bytes[0] == 0x80u) { /* compact TLV */
  ------------------
  |  Branch (5617:6): [True: 525, False: 943]
  ------------------
 5618|    525|				size_t datalen;
 5619|    525|				const u8 *data;
 5620|       |
 5621|       |				/* look for card issuer's data:  tag 5X where X is datalen */
 5622|    525|				if ((data = sc_compacttlv_find_tag(card->reader->atr_info.hist_bytes + 1,
  ------------------
  |  Branch (5622:9): [True: 215, False: 310]
  ------------------
 5623|    525|						     card->reader->atr_info.hist_bytes_len - 1, 0x50, &datalen))) {
 5624|    215|					if (datalen >= 8 && !(memcmp(data, "Nitrokey", 8))) { /* first 8 are Nitrokey */
  ------------------
  |  Branch (5624:10): [True: 38, False: 177]
  |  Branch (5624:26): [True: 21, False: 17]
  ------------------
 5625|     21|						type = SC_CARD_TYPE_PIV_II_NITROKEY;
 5626|    194|					} else if (datalen == 7 && !(memcmp(data, "YubiKey", 7))) {
  ------------------
  |  Branch (5626:17): [True: 165, False: 29]
  |  Branch (5626:33): [True: 143, False: 22]
  ------------------
 5627|    143|						type = SC_CARD_TYPE_PIV_II_YUBIKEY4; /* reader says 4  really 5 */
 5628|    143|					}
 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|     51|					else if (datalen == 7 && !(memcmp(data, "YubiKe", 6))) {
  ------------------
  |  Branch (5634:15): [True: 22, False: 29]
  |  Branch (5634:31): [True: 18, False: 4]
  ------------------
 5635|     18|						type = SC_CARD_TYPE_PIV_II_YUBIKEY4; /* reader says 4 really 5 */
 5636|     18|					}
 5637|    310|				} else if ((data = sc_compacttlv_find_tag(card->reader->atr_info.hist_bytes + 1,
  ------------------
  |  Branch (5637:16): [True: 41, False: 269]
  ------------------
 5638|    310|							    card->reader->atr_info.hist_bytes_len - 1, 0xF0, &datalen))) {
 5639|     41|					int k;
 5640|       |
 5641|    121|					for (k = 0; piv_aids[k].len_long != 0; k++) {
  ------------------
  |  Branch (5641:18): [True: 82, False: 39]
  ------------------
 5642|     82|						if (datalen == piv_aids[k].len_long &&
  ------------------
  |  Branch (5642:11): [True: 76, False: 6]
  ------------------
 5643|     76|								!memcmp(data, piv_aids[k].value, datalen)) {
  ------------------
  |  Branch (5643:9): [True: 2, False: 74]
  ------------------
 5644|      2|							type = SC_CARD_TYPE_PIV_II_HIST;
 5645|      2|							break;
 5646|      2|						}
 5647|     82|					}
 5648|     41|				}
 5649|    525|			}
 5650|  1.67k|		}
 5651|       |
 5652|  5.92k|		sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d type:%d r:%d\n", card->type, type, r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5653|       |
 5654|  5.92k|		if (type == -1) {
  ------------------
  |  Branch (5654:7): [True: 5.56k, False: 365]
  ------------------
 5655|       |			/* use known ATRs  which changes the type */
 5656|  5.56k|			i = _sc_match_atr(card, piv_atrs, &type);
 5657|  5.56k|			if (i < 0)
  ------------------
  |  Branch (5657:8): [True: 5.55k, False: 8]
  ------------------
 5658|  5.55k|				type = SC_CARD_TYPE_PIV_II_BASE; /* May be some newer unknown card including CAC or PIV-like card */
 5659|  5.56k|		}
 5660|  5.92k|	}
 5661|       |
 5662|  5.92k|	card->type = type;
 5663|       |
 5664|       |	/* we either found via ATR historic bytes or ATR directly */
 5665|  5.92k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d type:%d r:%d\n", card->type, type, r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5666|       |
 5667|       |	/* allocate and init basic fields */
 5668|  5.92k|	priv = calloc(1, sizeof(piv_private_data_t));
 5669|       |
 5670|  5.92k|	if (!priv)
  ------------------
  |  Branch (5670:6): [True: 0, False: 5.92k]
  ------------------
 5671|  5.92k|		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.92k|	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.92k|	priv->max_object_size = MAX_FILE_SIZE - 256; /* fix SM apdu resplen issue */
  ------------------
  |  |  220|  5.92k|#define MAX_FILE_SIZE 65535
  ------------------
 5680|  5.92k|	priv->selected_obj = -1;
 5681|  5.92k|	priv->pin_preference = 0x80; /* 800-73-3 part 1, table 3 */
 5682|  5.92k|	priv->logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|  5.92k|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 5683|  5.92k|	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.92k|	if (card->reader->atr.len >= 4 &&
  ------------------
  |  Branch (5695:6): [True: 1.90k, False: 4.01k]
  ------------------
 5696|  1.90k|			card->reader->atr.value[0] == 0x3b &&
  ------------------
  |  Branch (5696:4): [True: 1.70k, False: 207]
  ------------------
 5697|  1.70k|			(card->reader->atr.value[1] & 0xF0) == 0x80 &&
  ------------------
  |  Branch (5697:4): [True: 174, False: 1.52k]
  ------------------
 5698|    174|			card->reader->atr.value[2] == 0x80 &&
  ------------------
  |  Branch (5698:4): [True: 129, False: 45]
  ------------------
 5699|    129|			card->reader->atr.value[3] == 0x01) {
  ------------------
  |  Branch (5699:4): [True: 99, False: 30]
  ------------------
 5700|     99|		priv->init_flags |= PIV_INIT_CONTACTLESS;
  ------------------
  |  |  385|     99|#define PIV_INIT_CONTACTLESS			0x00000020u
  ------------------
 5701|     99|	}
 5702|       |
 5703|   361k|	for (i = 0; i < PIV_OBJ_LAST_ENUM - 1; i++)
  ------------------
  |  Branch (5703:14): [True: 355k, False: 5.92k]
  ------------------
 5704|   355k|		if (piv_objects[i].flags & PIV_OBJECT_NOT_PRESENT)
  ------------------
  |  |  646|   355k|#define PIV_OBJECT_NOT_PRESENT		0x04
  ------------------
  |  Branch (5704:7): [True: 118k, False: 237k]
  ------------------
 5705|   118k|			priv->obj_cache[i].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|   124k|#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.92k|	if (card->type > SC_CARD_TYPE_PIV_II_BASE &&
  ------------------
  |  Branch (5724:6): [True: 373, False: 5.55k]
  ------------------
 5725|    373|			!(priv->init_flags & PIV_INIT_CONTACTLESS)) {
  ------------------
  |  |  385|    373|#define PIV_INIT_CONTACTLESS			0x00000020u
  ------------------
  |  Branch (5725:4): [True: 367, False: 6]
  ------------------
 5726|    367|		r = piv_find_discovery(card);
 5727|    367|		if (r < 0) {
  ------------------
  |  Branch (5727:7): [True: 263, False: 104]
  ------------------
 5728|    263|			piv_obj_cache_free_entry(card, PIV_OBJ_DISCOVERY, 0); /* don't cache  on failure */
 5729|    263|			r = piv_find_aid(card);
 5730|    263|			LOG_TEST_GOTO_ERR(card->ctx, r, "Not a PIV card");
  ------------------
  |  |  184|    263|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    263|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    263|	int _ret = (r); \
  |  |  |  |  178|    263|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 92, False: 171]
  |  |  |  |  ------------------
  |  |  |  |  179|     92|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     92|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     92|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     92|		goto err; \
  |  |  |  |  182|     92|	} \
  |  |  |  |  183|    263|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 171]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5731|    263|		}
 5732|  5.56k|	} else {
 5733|       |		/* piv_find_aid saves al_label from response */
 5734|  5.56k|		r = piv_find_aid(card);
 5735|  5.56k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Not a PIV card");
  ------------------
  |  |  184|  5.56k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  5.56k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  5.56k|	int _ret = (r); \
  |  |  |  |  178|  5.56k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 4.73k, False: 830]
  |  |  |  |  ------------------
  |  |  |  |  179|  4.73k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.73k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  4.73k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  4.73k|		goto err; \
  |  |  |  |  182|  4.73k|	} \
  |  |  |  |  183|  5.56k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 830]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5736|  5.56k|	}
 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.10k|	if (priv->al_label && priv->al_labellen) {
  ------------------
  |  Branch (5741:6): [True: 10, False: 1.09k]
  |  Branch (5741:24): [True: 7, False: 3]
  ------------------
 5742|      7|		switch (card->type) {
  ------------------
  |  Branch (5742:11): [True: 6, False: 1]
  ------------------
 5743|      6|		case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5743:3): [True: 6, False: 1]
  ------------------
 5744|      6|		case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5744:3): [True: 0, False: 7]
  ------------------
 5745|     11|			for (i = 0; al_map[i].al_label; i++) {
  ------------------
  |  Branch (5745:16): [True: 6, False: 5]
  ------------------
 5746|      6|				if ((priv->al_labellen >= al_map[i].al_labellen) &&
  ------------------
  |  Branch (5746:9): [True: 5, False: 1]
  ------------------
 5747|      5|						(!memcmp(priv->al_label, al_map[i].al_label, al_map[i].al_labellen))) {
  ------------------
  |  Branch (5747:7): [True: 1, False: 4]
  ------------------
 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|      6|			}
 5753|      6|			break;
 5754|      7|		}
 5755|      7|	}
 5756|       |
 5757|  1.10k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d  CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.10k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5758|  1.10k|			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.10k|	switch (card->type) {
  ------------------
  |  Branch (5766:10): [True: 1.09k, False: 12]
  ------------------
 5767|     66|	case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (5767:2): [True: 66, False: 1.03k]
  ------------------
 5768|    233|	case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (5768:2): [True: 167, False: 938]
  ------------------
 5769|    253|	case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5769:2): [True: 20, False: 1.08k]
  ------------------
 5770|    263|	case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5770:2): [True: 10, False: 1.09k]
  ------------------
 5771|    264|	case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5771:2): [True: 1, False: 1.10k]
  ------------------
 5772|    264|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5772:2): [True: 0, False: 1.10k]
  ------------------
 5773|  1.09k|	case SC_CARD_TYPE_PIV_II_BASE: /* unknown PIV card */
  ------------------
  |  Branch (5773:2): [True: 829, False: 276]
  ------------------
 5774|  1.09k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xFD, 0x00, 0x00);
  ------------------
  |  |  292|  1.09k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
 5775|  1.09k|		apdu.lc = 0;
 5776|  1.09k|		apdu.data = NULL;
 5777|  1.09k|		apdu.datalen = 0;
 5778|  1.09k|		apdu.resp = yubico_version_buf;
 5779|  1.09k|		apdu.resplen = sizeof(yubico_version_buf);
 5780|  1.09k|		apdu.le = apdu.resplen;
 5781|  1.09k|		r2 = sc_transmit_apdu(card, &apdu); /* if not supported yubico_version == 0 */
 5782|  1.09k|		if (r2 == SC_SUCCESS && apdu.resplen == 3) {
  ------------------
  |  |   28|  2.18k|#define SC_SUCCESS				0
  ------------------
  |  Branch (5782:7): [True: 1.08k, False: 4]
  |  Branch (5782:27): [True: 464, False: 625]
  ------------------
 5783|    464|			priv->yubico_version = (yubico_version_buf[0] << 16) | (yubico_version_buf[1] << 8) | yubico_version_buf[2];
 5784|    464|			sc_log(card->ctx, "Yubikey version test card->type=%d, r=0x%08x version=0x%08x", card->type, r, priv->yubico_version);
  ------------------
  |  |   71|    464|#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|    464|		}
 5786|  1.09k|		break;
 5787|  1.10k|	}
 5788|       |
 5789|  1.10k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.10k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5790|  1.10k|			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.10k|	switch (card->type) {
  ------------------
  |  Branch (5794:10): [True: 830, False: 275]
  ------------------
 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|    829|	case SC_CARD_TYPE_PIV_II_BASE: /* i.e. really dont know what this is */
  ------------------
  |  Branch (5800:2): [True: 829, False: 276]
  ------------------
 5801|    829|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5801:2): [True: 0, False: 1.10k]
  ------------------
 5802|    830|	case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5802:2): [True: 1, False: 1.10k]
  ------------------
 5803|    830|	case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5803:2): [True: 0, False: 1.10k]
  ------------------
 5804|    830|	case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5804:2): [True: 0, False: 1.10k]
  ------------------
 5805|    830|	case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5805:2): [True: 0, False: 1.10k]
  ------------------
 5806|    830|		r2 = piv_process_ccc(card);
 5807|    830|		sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|    830|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5808|    830|				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|    830|		if (priv->ccc_flags & PIV_CCC_F3_CAC_PKI) {
  ------------------
  |  |  174|    830|#define PIV_CCC_F3_CAC_PKI	0x00000010
  ------------------
  |  Branch (5811:7): [True: 4, False: 826]
  ------------------
 5812|      4|			switch (card->type) {
  ------------------
  |  Branch (5812:12): [True: 4, False: 0]
  ------------------
 5813|      4|			case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5813:4): [True: 4, False: 0]
  ------------------
 5814|      4|			case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5814:4): [True: 0, False: 4]
  ------------------
 5815|      4|			case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5815:4): [True: 0, False: 4]
  ------------------
 5816|      4|			case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5816:4): [True: 0, False: 4]
  ------------------
 5817|      4|				card->type = SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC;
 5818|      4|				priv->card_issues |= CI_DISCOVERY_USELESS;
  ------------------
  |  |  590|      4|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
 5819|      4|				priv->obj_cache[PIV_OBJ_DISCOVERY].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|      4|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5820|      4|				break;
 5821|      0|			case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5821:4): [True: 0, False: 4]
  ------------------
 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|      0|			case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5826:4): [True: 0, False: 4]
  ------------------
 5827|      0|				card->type = SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC;
 5828|      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 */
  ------------------
 5829|      0|				priv->obj_cache[PIV_OBJ_DISCOVERY].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|      0|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5830|      0|				break;
 5831|      4|			}
 5832|      4|		}
 5833|    830|		break;
 5834|       |
 5835|    830|	case SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC:
  ------------------
  |  Branch (5835:2): [True: 0, False: 1.10k]
  ------------------
 5836|      0|	case SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC:
  ------------------
  |  Branch (5836:2): [True: 0, False: 1.10k]
  ------------------
 5837|      0|	case SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC:
  ------------------
  |  Branch (5837:2): [True: 0, False: 1.10k]
  ------------------
 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.10k|	}
 5842|  1.10k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.10k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5843|  1.10k|			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.10k|	if (!(priv->init_flags & PIV_INIT_AID_PARSED) && priv->init_flags & PIV_INIT_CONTACTLESS) {
  ------------------
  |  |  380|  1.10k|#define PIV_INIT_AID_PARSED			0x00000001u
  ------------------
              	if (!(priv->init_flags & PIV_INIT_AID_PARSED) && priv->init_flags & PIV_INIT_CONTACTLESS) {
  ------------------
  |  |  385|    104|#define PIV_INIT_CONTACTLESS			0x00000020u
  ------------------
  |  Branch (5846:6): [True: 104, False: 1.00k]
  |  Branch (5846:51): [True: 0, False: 104]
  ------------------
 5847|      0|		r2 = piv_find_aid(card);
 5848|      0|	}
 5849|       |
 5850|       |	/* Read AID if needed for these cards types */
 5851|  1.10k|	if (!(priv->init_flags & PIV_INIT_AID_PARSED)) {
  ------------------
  |  |  380|  1.10k|#define PIV_INIT_AID_PARSED			0x00000001u
  ------------------
  |  Branch (5851:6): [True: 104, False: 1.00k]
  ------------------
 5852|    104|		switch (card->type) {
  ------------------
  |  Branch (5852:11): [True: 22, False: 82]
  ------------------
 5853|      0|		case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5853:3): [True: 0, False: 104]
  ------------------
 5854|      0|		case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5854:3): [True: 0, False: 104]
  ------------------
 5855|      0|		case SC_CARD_TYPE_PIV_II_800_73_4:
  ------------------
  |  Branch (5855:3): [True: 0, False: 104]
  ------------------
 5856|     20|		case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5856:3): [True: 20, False: 84]
  ------------------
 5857|     22|		case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5857:3): [True: 2, False: 102]
  ------------------
 5858|     22|		case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5858:3): [True: 0, False: 104]
  ------------------
 5859|     22|			r2 = piv_find_aid(card);
 5860|    104|		}
 5861|    104|	}
 5862|       |
 5863|  1.10k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.10k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5864|  1.10k|			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.10k|	if ((priv->alg_ids & AI_NIST) == 0) {
  ------------------
  |  |  609|  1.10k|#define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  600|  1.10k|#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.10k|#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.10k|#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.10k|#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.10k|#define AI_EC_384			    0x00000200U
  |  |  ------------------
  ------------------
  |  Branch (5867:6): [True: 1.10k, False: 2]
  ------------------
 5868|  1.10k|		priv->alg_ids |= AI_NIST;
  ------------------
  |  |  609|  1.10k|#define AI_NIST (AI_RSA_1024 | AI_RSA_2048 | AI_RSA_3072 | AI_EC_256 | AI_EC_384)
  |  |  ------------------
  |  |  |  |  600|  1.10k|#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.10k|#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.10k|#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.10k|#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.10k|#define AI_EC_384			    0x00000200U
  |  |  ------------------
  ------------------
 5869|  1.10k|	}
 5870|       |
 5871|       |	/* If unknown card has 800-73-4 features, it must be based on 800-73-4 or above */
 5872|  1.10k|	switch (card->type) {
  ------------------
  |  Branch (5872:10): [True: 825, False: 280]
  ------------------
 5873|    825|	case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5873:2): [True: 825, False: 280]
  ------------------
 5874|    825|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5874:2): [True: 0, False: 1.10k]
  ------------------
 5875|    825|		if (priv->init_flags & PIV_INIT_AID_AC_SM) {
  ------------------
  |  |  381|    825|#define PIV_INIT_AID_AC_SM			0x00000002u
  ------------------
  |  Branch (5875:7): [True: 0, False: 825]
  ------------------
 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|    825|		break;
 5886|  1.10k|	}
 5887|       |
 5888|  1.10k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.10k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5889|  1.10k|			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.10k|	sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   70|  1.10k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5907|  1.10k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5908|  1.10k|	switch (card->type) {
 5909|     66|	case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (5909:2): [True: 66, False: 1.03k]
  ------------------
 5910|     66|		priv->card_issues |= CI_NO_EC384 |
  ------------------
  |  |  596|     66|#define CI_NO_EC384			    0x00000400U /* does not have EC 384 */
  ------------------
 5911|     66|				     CI_VERIFY_630X |
  ------------------
  |  |  584|     66|#define CI_VERIFY_630X			    0x00000001U /* VERIFY tries left returns 630X rather then 63CX */
  ------------------
 5912|     66|				     CI_OTHER_AID_LOSE_STATE |
  ------------------
  |  |  593|     66|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5913|     66|				     CI_LEAKS_FILE_NOT_FOUND |
  ------------------
  |  |  589|     66|#define CI_LEAKS_FILE_NOT_FOUND		    0x00000010U /* GET DATA of empty object returns 6A 82 even if PIN not verified */
  ------------------
 5914|     66|				     CI_NFC_EXPOSE_TOO_MUCH;
  ------------------
  |  |  594|     66|#define CI_NFC_EXPOSE_TOO_MUCH		    0x00000200U /* PIN, crypto and objects exposed over NFS in violation of 800-73-3 */
  ------------------
 5915|     66|		if (priv->yubico_version < 0x00040302)
  ------------------
  |  Branch (5915:7): [True: 37, False: 29]
  ------------------
 5916|     37|			priv->card_issues |= CI_VERIFY_LC0_FAIL;
  ------------------
  |  |  585|     37|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5917|     66|		break;
 5918|       |
 5919|    167|	case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (5919:2): [True: 167, False: 938]
  ------------------
 5920|    168|	case SC_CARD_TYPE_PIV_II_PIVAPPLET:
  ------------------
  |  Branch (5920:2): [True: 1, False: 1.10k]
  ------------------
 5921|    178|	case SC_CARD_TYPE_PIV_II_TOKEN2:
  ------------------
  |  Branch (5921:2): [True: 10, False: 1.09k]
  ------------------
 5922|    178|		priv->card_issues |= CI_OTHER_AID_LOSE_STATE |
  ------------------
  |  |  593|    178|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5923|    178|				     CI_LEAKS_FILE_NOT_FOUND;
  ------------------
  |  |  589|    178|#define CI_LEAKS_FILE_NOT_FOUND		    0x00000010U /* GET DATA of empty object returns 6A 82 even if PIN not verified */
  ------------------
 5924|    178|		if (priv->yubico_version < 0x00040302)
  ------------------
  |  Branch (5924:7): [True: 61, False: 117]
  ------------------
 5925|     61|			priv->card_issues |= CI_VERIFY_LC0_FAIL;
  ------------------
  |  |  585|     61|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5926|    178|		if (priv->yubico_version >= 0x00050700) /* Also used by Token2 */
  ------------------
  |  Branch (5926:7): [True: 105, False: 73]
  ------------------
 5927|    105|			priv->alg_ids |= AI_RSA_4096 | AI_25519 | AI_X25519;
  ------------------
  |  |  603|    105|#define AI_RSA_4096			    0x00000008U
  ------------------
              			priv->alg_ids |= AI_RSA_4096 | AI_25519 | AI_X25519;
  ------------------
  |  |  606|    105|#define AI_25519			    0x00100000U
  ------------------
              			priv->alg_ids |= AI_RSA_4096 | AI_25519 | AI_X25519;
  ------------------
  |  |  607|    105|#define AI_X25519			    0x00200000U
  ------------------
 5928|    178|		break;
 5929|       |
 5930|     20|	case SC_CARD_TYPE_PIV_II_NITROKEY:
  ------------------
  |  Branch (5930:2): [True: 20, False: 1.08k]
  ------------------
 5931|     20|		priv->card_issues |= CI_OTHER_AID_LOSE_STATE;
  ------------------
  |  |  593|     20|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5932|     20|		if (priv->yubico_version >= 0x00010802) /* use for NitroKey too */
  ------------------
  |  Branch (5932:7): [True: 13, False: 7]
  ------------------
 5933|     13|			priv->alg_ids |= AI_RSA_4096;
  ------------------
  |  |  603|     13|#define AI_RSA_4096			    0x00000008U
  ------------------
 5934|     20|		break;
 5935|       |
 5936|      0|	case SC_CARD_TYPE_PIV_II_GI_DE:
  ------------------
  |  Branch (5936:2): [True: 0, False: 1.10k]
  ------------------
 5937|      0|	case SC_CARD_TYPE_PIV_II_OBERTHUR:
  ------------------
  |  Branch (5937:2): [True: 0, False: 1.10k]
  ------------------
 5938|      0|	case SC_CARD_TYPE_PIV_II_GEMALTO:
  ------------------
  |  Branch (5938:2): [True: 0, False: 1.10k]
  ------------------
 5939|      0|	case SC_CARD_TYPE_PIV_II_SWISSBIT:
  ------------------
  |  Branch (5939:2): [True: 0, False: 1.10k]
  ------------------
 5940|      0|		priv->card_issues |= 0; /* could add others here */
 5941|      0|		break;
 5942|       |
 5943|    825|	case SC_CARD_TYPE_PIV_II_BASE:
  ------------------
  |  Branch (5943:2): [True: 825, False: 280]
  ------------------
 5944|    826|	case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (5944:2): [True: 1, False: 1.10k]
  ------------------
 5945|    827|	case SC_CARD_TYPE_PIV_II_800_73_4:
  ------------------
  |  Branch (5945:2): [True: 1, False: 1.10k]
  ------------------
 5946|    827|		priv->card_issues |= 0; /* could add others here */
 5947|    827|		break;
 5948|       |
 5949|      4|	case SC_CARD_TYPE_PIV_II_GI_DE_DUAL_CAC:
  ------------------
  |  Branch (5949:2): [True: 4, False: 1.10k]
  ------------------
 5950|      4|	case SC_CARD_TYPE_PIV_II_GEMALTO_DUAL_CAC:
  ------------------
  |  Branch (5950:2): [True: 0, False: 1.10k]
  ------------------
 5951|      4|	case SC_CARD_TYPE_PIV_II_OBERTHUR_DUAL_CAC:
  ------------------
  |  Branch (5951:2): [True: 0, False: 1.10k]
  ------------------
 5952|      4|		priv->card_issues |= CI_VERIFY_LC0_FAIL |
  ------------------
  |  |  585|      4|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5953|      4|				     CI_PIV_AID_LOSE_STATE |
  ------------------
  |  |  591|      4|#define CI_PIV_AID_LOSE_STATE		    0x00000040U /* PIV AID can lose the login state run with out it*/
  ------------------
 5954|      4|				     CI_NO_RANDOM |
  ------------------
  |  |  587|      4|#define CI_NO_RANDOM			    0x00000004U /* can not use Challenge to get random data or no 9B key */
  ------------------
 5955|      4|				     CI_OTHER_AID_LOSE_STATE;
  ------------------
  |  |  593|      4|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
 5956|      4|		break;
 5957|       |
 5958|      0|	case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (5958:2): [True: 0, False: 1.10k]
  ------------------
 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|     10|	case SC_CARD_TYPE_PIV_II_PIVKEY:
  ------------------
  |  Branch (5963:2): [True: 10, False: 1.09k]
  ------------------
 5964|     10|		priv->card_issues |= CI_VERIFY_LC0_FAIL |
  ------------------
  |  |  585|     10|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
 5965|     10|				     CI_PIV_AID_LOSE_STATE | /* be conservative */
  ------------------
  |  |  591|     10|#define CI_PIV_AID_LOSE_STATE		    0x00000040U /* PIV AID can lose the login state run with out it*/
  ------------------
 5966|     10|				     CI_NO_RANDOM;	     /* does not have 9B key */
  ------------------
  |  |  587|     10|#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|     10|		break;
 5969|       |
 5970|      0|	default:
  ------------------
  |  Branch (5970:2): [True: 0, False: 1.10k]
  ------------------
 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.10k|	}
 5977|  1.10k|	sc_log(card->ctx, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5978|  1.10k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 5979|       |
 5980|  1.10k|	if (!(priv->card_issues & CI_DISCOVERY_USELESS) && !(priv->init_flags & PIV_INIT_DISCOVERY_PARSED)) {
  ------------------
  |  |  590|  1.10k|#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.10k|#define PIV_INIT_DISCOVERY_PARSED		0x00000004u
  ------------------
  |  Branch (5980:6): [True: 1.10k, False: 4]
  |  Branch (5980:53): [True: 997, False: 104]
  ------------------
 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|    997|		r2 = piv_find_discovery(card);
 5989|       |
 5990|    997|		if (r2 < 0) {
  ------------------
  |  Branch (5990:7): [True: 996, False: 1]
  ------------------
 5991|    996|			priv->card_issues |= CI_DISCOVERY_USELESS;
  ------------------
  |  |  590|    996|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
 5992|    996|			piv_obj_cache_free_entry(card, PIV_OBJ_DISCOVERY, PIV_OBJ_CACHE_NOT_PRESENT);
  ------------------
  |  |  153|    996|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5993|    996|		}
 5994|    997|	}
 5995|       |
 5996|  1.10k|	sc_log(card->ctx, "PIV_MATCH card->type:%d r2:%d CI:%08x r:%d AI:%08x\n",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5997|  1.10k|			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.10k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.10k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.10k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.10k|	int _ret = r; \
  |  |  |  |  155|  1.10k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.10k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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: 1.10k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.10k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.10k|	return _ret; \
  |  |  |  |  163|  1.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6000|       |
 6001|  4.82k|err:
 6002|  4.82k|	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.82k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6003|  4.82k|			card->type, r2, priv->card_issues, r, priv->alg_ids);
 6004|       |	/* don't match. Does not have a PIV applet. */
 6005|  4.82k|	piv_finish(card);
 6006|  4.82k|	card->type = saved_type;
 6007|  4.82k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  4.82k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  4.82k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  4.82k|	int _ret = r; \
  |  |  |  |  155|  4.82k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.82k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.82k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.82k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4.82k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.82k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.82k|	} else { \
  |  |  |  |  159|      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.82k|	return _ret; \
  |  |  |  |  163|  4.82k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6008|  4.82k|}
card-piv.c:piv_find_discovery:
 5158|  1.60k|{
 5159|  1.60k|	int r = 0;
 5160|  1.60k|	size_t rbuflen;
 5161|  1.60k|	u8 *rbuf = NULL;
 5162|  1.60k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  1.60k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5163|       |
 5164|  1.60k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.60k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.60k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.60k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.60k]
  |  |  ------------------
  ------------------
 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|  1.60k|	if (priv->obj_cache[PIV_OBJ_DISCOVERY].flags & PIV_OBJ_CACHE_NOT_PRESENT) {
  ------------------
  |  |  153|  1.60k|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
  |  Branch (5171:6): [True: 0, False: 1.60k]
  ------------------
 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|  1.60k|	if (!(priv->obj_cache[PIV_OBJ_DISCOVERY].flags & PIV_OBJ_CACHE_VALID)) {
  ------------------
  |  |  151|  1.60k|#define PIV_OBJ_CACHE_VALID		1
  ------------------
  |  Branch (5177:6): [True: 1.36k, False: 240]
  ------------------
 5178|  1.36k|		r = piv_process_discovery(card);
 5179|  1.36k|	} else {
 5180|       |		/* if already in cache,force read */
 5181|    240|		rbuflen = 1;
 5182|    240|		r = piv_get_data(card, PIV_OBJ_DISCOVERY, &rbuf, &rbuflen);
 5183|       |		/* if same response as last, no need to parse */
 5184|    240|		if (r == 0 && priv->obj_cache[PIV_OBJ_DISCOVERY].obj_len == 0)
  ------------------
  |  Branch (5184:7): [True: 0, False: 240]
  |  Branch (5184:17): [True: 0, False: 0]
  ------------------
 5185|      0|			goto end;
 5186|       |
 5187|    240|		if (r >= 0 && priv->obj_cache[PIV_OBJ_DISCOVERY].obj_len == rbuflen &&
  ------------------
  |  Branch (5187:7): [True: 34, False: 206]
  |  Branch (5187:17): [True: 27, False: 7]
  ------------------
 5188|     27|				priv->obj_cache[PIV_OBJ_DISCOVERY].obj_data &&
  ------------------
  |  Branch (5188:5): [True: 27, False: 0]
  ------------------
 5189|     27|				!memcmp(rbuf, priv->obj_cache[PIV_OBJ_DISCOVERY].obj_data, rbuflen)) {
  ------------------
  |  Branch (5189:5): [True: 19, False: 8]
  ------------------
 5190|     19|			goto end;
 5191|     19|		}
 5192|       |		/* This should not happen  bad card */
 5193|    221|		sc_log(card->ctx, "Discovery not the same as previously read object");
  ------------------
  |  |   71|    221|#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|    221|		r = SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|    221|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
 5195|    221|		goto end;
 5196|    240|	}
 5197|       |
 5198|  1.60k|end:
 5199|  1.60k|	free(rbuf);
 5200|  1.60k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.60k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.60k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.60k|	int _ret = r; \
  |  |  |  |  155|  1.60k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.58k, False: 19]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|  1.48k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.48k, False: 105]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.58k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.58k|	} 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|  1.60k|	return _ret; \
  |  |  |  |  163|  1.60k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5201|  1.60k|}
card-piv.c:piv_process_discovery:
 5051|  1.36k|{
 5052|  1.36k|	int r;
 5053|  1.36k|	u8 *rbuf = NULL;
 5054|  1.36k|	size_t rbuflen = 0;
 5055|       |
 5056|  1.36k|	r = piv_get_cached_data(card, PIV_OBJ_DISCOVERY, &rbuf, &rbuflen);
 5057|       |	/* Note rbuf and rbuflen are now pointers into cache */
 5058|  1.36k|	if (r < 0)
  ------------------
  |  Branch (5058:6): [True: 1.22k, False: 135]
  ------------------
 5059|  1.22k|		goto err;
 5060|       |
 5061|       |	/* the object is now cached, see what we have */
 5062|    135|	r = piv_parse_discovery(card, rbuf, rbuflen, 0);
 5063|       |
 5064|  1.36k|err:
 5065|  1.36k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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.25k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.25k, False: 105]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5066|  1.36k|}
card-piv.c:piv_get_cached_data:
 3201|  13.9k|{
 3202|       |
 3203|  13.9k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  13.9k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 3204|  13.9k|	int r;
 3205|  13.9k|	u8 *rbuf = NULL;
 3206|  13.9k|	size_t rbuflen;
 3207|       |
 3208|  13.9k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  13.9k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  13.9k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  13.9k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 13.9k]
  |  |  ------------------
  ------------------
 3209|       |
 3210|  13.9k|	if (enumtag < 0 || enumtag >= PIV_OBJ_LAST_ENUM)
  ------------------
  |  Branch (3210:6): [True: 0, False: 13.9k]
  |  Branch (3210:21): [True: 0, False: 13.9k]
  ------------------
 3211|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3212|       |
 3213|  13.9k|	sc_log(card->ctx, "#%d, %s", enumtag, piv_objects[enumtag].name);
  ------------------
  |  |   71|  13.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__
  |  |  ------------------
  ------------------
 3214|       |
 3215|       |	/* see if we have it cached */
 3216|  13.9k|	if (priv->obj_cache[enumtag].flags & PIV_OBJ_CACHE_VALID) {
  ------------------
  |  |  151|  13.9k|#define PIV_OBJ_CACHE_VALID		1
  ------------------
  |  Branch (3216:6): [True: 1.76k, False: 12.1k]
  ------------------
 3217|       |
 3218|  1.76k|		sc_log(card->ctx, "found #%d %p:%zu %p:%zu",
  ------------------
  |  |   71|  1.76k|#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|  1.76k|				enumtag,
 3220|  1.76k|				priv->obj_cache[enumtag].obj_data,
 3221|  1.76k|				priv->obj_cache[enumtag].obj_len,
 3222|  1.76k|				priv->obj_cache[enumtag].internal_obj_data,
 3223|  1.76k|				priv->obj_cache[enumtag].internal_obj_len);
 3224|       |
 3225|  1.76k|		if (priv->obj_cache[enumtag].obj_len == 0) {
  ------------------
  |  Branch (3225:7): [True: 0, False: 1.76k]
  ------------------
 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|  1.76k|		*buf = priv->obj_cache[enumtag].obj_data;
 3231|  1.76k|		*buf_len = priv->obj_cache[enumtag].obj_len;
 3232|  1.76k|		r = (int)*buf_len;
 3233|  1.76k|		goto ok;
 3234|  1.76k|	}
 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.1k|	if (priv->obj_cache[enumtag].flags & PIV_OBJ_CACHE_NOT_PRESENT) {
  ------------------
  |  |  153|  12.1k|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
  |  Branch (3243:6): [True: 0, False: 12.1k]
  ------------------
 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.1k|	sc_log(card->ctx, "get #%d", enumtag);
  ------------------
  |  |   71|  12.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__
  |  |  ------------------
  ------------------
 3251|  12.1k|	rbuflen = 1;
 3252|  12.1k|	r = piv_get_data(card, enumtag, &rbuf, &rbuflen);
 3253|  12.1k|	if (r > 0) {
  ------------------
  |  Branch (3253:6): [True: 2.48k, False: 9.69k]
  ------------------
 3254|  2.48k|		priv->obj_cache[enumtag].flags |= PIV_OBJ_CACHE_VALID;
  ------------------
  |  |  151|  2.48k|#define PIV_OBJ_CACHE_VALID		1
  ------------------
 3255|  2.48k|		priv->obj_cache[enumtag].obj_len = r;
 3256|  2.48k|		priv->obj_cache[enumtag].obj_data = rbuf;
 3257|  2.48k|		*buf = rbuf;
 3258|  2.48k|		*buf_len = r;
 3259|       |
 3260|  2.48k|		sc_log(card->ctx, "added #%d  %p:%zu %p:%zu",
  ------------------
  |  |   71|  2.48k|#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|  2.48k|				enumtag,
 3262|  2.48k|				priv->obj_cache[enumtag].obj_data,
 3263|  2.48k|				priv->obj_cache[enumtag].obj_len,
 3264|  2.48k|				priv->obj_cache[enumtag].internal_obj_data,
 3265|  2.48k|				priv->obj_cache[enumtag].internal_obj_len);
 3266|       |
 3267|  9.69k|	} else {
 3268|  9.69k|		free(rbuf);
 3269|  9.69k|		if (r == 0 || r == SC_ERROR_FILE_NOT_FOUND) {
  ------------------
  |  |   51|  9.69k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (3269:7): [True: 0, False: 9.69k]
  |  Branch (3269:17): [True: 1.26k, False: 8.43k]
  ------------------
 3270|  1.26k|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|  1.26k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3271|  1.26k|			priv->obj_cache[enumtag].flags |= PIV_OBJ_CACHE_VALID;
  ------------------
  |  |  151|  1.26k|#define PIV_OBJ_CACHE_VALID		1
  ------------------
 3272|  1.26k|			priv->obj_cache[enumtag].obj_len = 0;
 3273|  8.43k|		} else {
 3274|  8.43k|			goto err;
 3275|  8.43k|		}
 3276|  9.69k|	}
 3277|  5.51k|ok:
 3278|       |
 3279|  13.9k|err:
 3280|  13.9k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  13.9k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.9k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.9k|	int _ret = r; \
  |  |  |  |  155|  13.9k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.69k, False: 4.24k]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.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|  9.69k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.69k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.69k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.69k|	} else { \
  |  |  |  |  159|  4.24k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  4.24k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  4.24k|	} \
  |  |  |  |  162|  13.9k|	return _ret; \
  |  |  |  |  163|  13.9k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3281|  13.9k|}
card-piv.c:piv_parse_discovery:
 4995|    135|{
 4996|    135|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|    135|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4997|    135|	int r = 0;
 4998|    135|	const u8 *body;
 4999|    135|	size_t bodylen;
 5000|    135|	const u8 *aid;
 5001|    135|	size_t aidlen;
 5002|    135|	const u8 *pinp;
 5003|    135|	size_t pinplen;
 5004|    135|	unsigned int cla_out, tag_out;
 5005|       |
 5006|    135|	if (rbuflen != 0) {
  ------------------
  |  Branch (5006:6): [True: 135, False: 0]
  ------------------
 5007|    135|		body = rbuf;
 5008|    135|		if ((r = sc_asn1_read_tag(&body, rbuflen, &cla_out, &tag_out, &bodylen)) != SC_SUCCESS ||
  ------------------
  |  |   28|    270|#define SC_SUCCESS				0
  ------------------
  |  Branch (5008:7): [True: 0, False: 135]
  ------------------
 5009|    135|				body == NULL ||
  ------------------
  |  Branch (5009:5): [True: 0, False: 135]
  ------------------
 5010|    135|				bodylen == 0 ||
  ------------------
  |  Branch (5010:5): [True: 4, False: 131]
  ------------------
 5011|    131|				((cla_out | tag_out) != 0x7E)) {
  ------------------
  |  Branch (5011:5): [True: 0, False: 131]
  ------------------
 5012|      4|			sc_log(card->ctx, "DER problem %d", 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__
  |  |  ------------------
  ------------------
 5013|      4|			r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      4|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5014|      4|			goto err;
 5015|      4|		}
 5016|       |
 5017|    131|		sc_log(card->ctx, "Discovery 0x%2.2x 0x%2.2x %p:%zu",
  ------------------
  |  |   71|    131|#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|    131|				cla_out, tag_out, body, bodylen);
 5019|    131|		aidlen = 0;
 5020|    131|		aid = sc_asn1_find_tag(card->ctx, body, bodylen, 0x4F, &aidlen);
 5021|    131|		if (aid == NULL || aidlen < piv_aids[0].len_short ||
  ------------------
  |  Branch (5021:7): [True: 6, False: 125]
  |  Branch (5021:22): [True: 1, False: 124]
  ------------------
 5022|    124|				memcmp(aid, piv_aids[0].value, piv_aids[0].len_short) != 0) {
  ------------------
  |  Branch (5022:5): [True: 19, False: 105]
  ------------------
 5023|     26|			sc_log(card->ctx, "Discovery object not PIV");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5024|     26|			r = SC_ERROR_INVALID_CARD; /* This is an error */
  ------------------
  |  |   60|     26|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 5025|     26|			goto err;
 5026|     26|		}
 5027|    105|		if (aid_only == 0) {
  ------------------
  |  Branch (5027:7): [True: 105, False: 0]
  ------------------
 5028|    105|			pinp = sc_asn1_find_tag(card->ctx, body, bodylen, 0x5F2F, &pinplen);
 5029|    105|			if (pinp && pinplen == 2) {
  ------------------
  |  Branch (5029:8): [True: 38, False: 67]
  |  Branch (5029:16): [True: 30, False: 8]
  ------------------
 5030|     30|				priv->init_flags |= PIV_INIT_DISCOVERY_PP;
  ------------------
  |  |  383|     30|#define PIV_INIT_DISCOVERY_PP			0x00000008u
  ------------------
 5031|     30|				priv->pin_policy = (*pinp << 8) + *(pinp + 1);
 5032|     30|				sc_log(card->ctx, "Discovery pinp flags=0x%2.2x 0x%2.2x", *pinp, *(pinp + 1));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5033|     30|				if ((priv->pin_policy & (PIV_PP_PIN | PIV_PP_GLOBAL)) == (PIV_PP_PIN | PIV_PP_GLOBAL) &&
  ------------------
  |  |  371|     30|#define PIV_PP_PIN		0x00004000u
  ------------------
              				if ((priv->pin_policy & (PIV_PP_PIN | PIV_PP_GLOBAL)) == (PIV_PP_PIN | PIV_PP_GLOBAL) &&
  ------------------
  |  |  372|     30|#define PIV_PP_GLOBAL		0x00002000u
  ------------------
              				if ((priv->pin_policy & (PIV_PP_PIN | PIV_PP_GLOBAL)) == (PIV_PP_PIN | PIV_PP_GLOBAL) &&
  ------------------
  |  |  371|     30|#define PIV_PP_PIN		0x00004000u
  ------------------
              				if ((priv->pin_policy & (PIV_PP_PIN | PIV_PP_GLOBAL)) == (PIV_PP_PIN | PIV_PP_GLOBAL) &&
  ------------------
  |  |  372|     30|#define PIV_PP_GLOBAL		0x00002000u
  ------------------
  |  Branch (5033:9): [True: 8, False: 22]
  ------------------
 5034|      8|						priv->pin_policy & PIV_PP_GLOBAL_PRIMARY) {
  ------------------
  |  |  377|      8|#define PIV_PP_GLOBAL_PRIMARY	0x00000020u
  ------------------
  |  Branch (5034:7): [True: 1, False: 7]
  ------------------
 5035|      1|					sc_log(card->ctx, "Pin Preference - Global");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5036|      1|					priv->pin_preference = 0x00;
 5037|      1|				}
 5038|     30|			}
 5039|    105|		}
 5040|    105|		r = SC_SUCCESS;
  ------------------
  |  |   28|    105|#define SC_SUCCESS				0
  ------------------
 5041|    105|		priv->init_flags |= PIV_INIT_DISCOVERY_PARSED;
  ------------------
  |  |  382|    105|#define PIV_INIT_DISCOVERY_PARSED		0x00000004u
  ------------------
 5042|    105|	}
 5043|       |
 5044|    135|err:
 5045|    135|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    135|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    135|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    135|	int _ret = r; \
  |  |  |  |  155|    135|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 135, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    135|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 105]
  |  |  |  |  ------------------
  |  |  |  |  157|    135|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    135|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    135|	return _ret; \
  |  |  |  |  163|    135|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5046|    135|}
card-piv.c:piv_get_data:
 3091|  12.4k|{
 3092|  12.4k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  12.4k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 3093|  12.4k|	u8 *p;
 3094|  12.4k|	u8 *tbuf;
 3095|  12.4k|	int r = 0;
 3096|  12.4k|	u8 tagbuf[8];
 3097|  12.4k|	size_t tag_len;
 3098|  12.4k|	int alloc_buf = 0;
 3099|       |
 3100|  12.4k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 3101|       |
 3102|  12.4k|	sc_log(card->ctx, "#%d, %s", enumtag, piv_objects[enumtag].name);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 3103|       |
 3104|  12.4k|	r = sc_lock(card); /* do check len and get data in same transaction */
 3105|  12.4k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  12.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (3105:6): [True: 0, False: 12.4k]
  ------------------
 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|  12.4k|	tag_len = piv_objects[enumtag].tag_len;
 3111|       |
 3112|  12.4k|	p = tagbuf;
 3113|  12.4k|	r = sc_asn1_put_tag(0x5c, piv_objects[enumtag].tag_value, tag_len, tagbuf, sizeof(tagbuf), &p);
 3114|  12.4k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  12.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (3114:6): [True: 0, False: 12.4k]
  ------------------
 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|  12.4k|	if (*buf_len == 1 && *buf == NULL) {
  ------------------
  |  Branch (3119:6): [True: 12.4k, False: 13]
  |  Branch (3119:23): [True: 12.4k, False: 0]
  ------------------
 3120|  12.4k|		*buf_len = priv->max_object_size; /* will allocate below */
 3121|  12.4k|		alloc_buf = 1;
 3122|  12.4k|	}
 3123|       |
 3124|  12.4k|	sc_log(card->ctx, "buffer for #%d *buf=0x%p len=%zu", enumtag, *buf, *buf_len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 3125|  12.4k|	if (*buf == NULL && *buf_len > 0) {
  ------------------
  |  Branch (3125:6): [True: 12.4k, False: 13]
  |  Branch (3125:22): [True: 12.4k, False: 0]
  ------------------
 3126|  12.4k|		if (*buf_len > MAX_FILE_SIZE) {
  ------------------
  |  |  220|  12.4k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (3126:7): [True: 0, False: 12.4k]
  ------------------
 3127|      0|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3128|      0|			goto err;
 3129|      0|		}
 3130|  12.4k|		*buf = malloc(*buf_len);
 3131|  12.4k|		if (*buf == NULL) {
  ------------------
  |  Branch (3131:7): [True: 0, False: 12.4k]
  ------------------
 3132|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 3133|      0|			goto err;
 3134|      0|		}
 3135|  12.4k|	}
 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|  12.4k|	r = piv_general_io(card, 0xCB, 0x3F, 0xFF, tagbuf, p - tagbuf, *buf, *buf_len);
 3158|  12.4k|	if (r > 0) {
  ------------------
  |  Branch (3158:6): [True: 3.28k, False: 9.15k]
  ------------------
 3159|  3.28k|		int r_tag;
 3160|  3.28k|		unsigned int cla_out, tag_out;
 3161|  3.28k|		size_t bodylen = 0;
 3162|  3.28k|		const u8 *body = *buf;
 3163|  3.28k|		r_tag = sc_asn1_read_tag(&body, r, &cla_out, &tag_out, &bodylen);
 3164|  3.28k|		if (r_tag != SC_SUCCESS || body == NULL ||
  ------------------
  |  |   28|  6.56k|#define SC_SUCCESS				0
  ------------------
  |  Branch (3164:7): [True: 203, False: 3.07k]
  |  Branch (3164:30): [True: 129, False: 2.94k]
  ------------------
 3165|  2.94k|				((cla_out << 24 | tag_out) != piv_objects[enumtag].resp_tag)) {
  ------------------
  |  Branch (3165:5): [True: 427, False: 2.52k]
  ------------------
 3166|    759|			sc_log(card->ctx, "invalid tag or length r_tag:%d body:%p", r_tag, body);
  ------------------
  |  |   71|    759|#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|    759|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|    759|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3168|    759|			goto err;
 3169|    759|		}
 3170|  2.52k|		*buf_len = (body - *buf) + bodylen;
 3171|  9.15k|	} else if (r == 0) {
  ------------------
  |  Branch (3171:13): [True: 180, False: 8.97k]
  ------------------
 3172|    180|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|    180|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
 3173|    180|		goto err;
 3174|  8.97k|	} else {
 3175|  8.97k|		goto err;
 3176|  8.97k|	}
 3177|       |
 3178|  2.52k|	if (alloc_buf && *buf) {
  ------------------
  |  Branch (3178:6): [True: 2.52k, False: 1]
  |  Branch (3178:19): [True: 2.52k, False: 0]
  ------------------
 3179|  2.52k|		tbuf = malloc(r);
 3180|  2.52k|		if (tbuf == NULL) {
  ------------------
  |  Branch (3180:7): [True: 0, False: 2.52k]
  ------------------
 3181|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 3182|      0|			goto err;
 3183|      0|		}
 3184|  2.52k|		memcpy(tbuf, *buf, r);
 3185|  2.52k|		free(*buf);
 3186|  2.52k|		alloc_buf = 0;
 3187|  2.52k|		*buf = tbuf;
 3188|  2.52k|	}
 3189|       |
 3190|  12.4k|err:
 3191|  12.4k|	if (alloc_buf) {
  ------------------
  |  Branch (3191:6): [True: 9.90k, False: 2.53k]
  ------------------
 3192|  9.90k|		free(*buf);
 3193|  9.90k|		*buf = NULL;
 3194|  9.90k|	}
 3195|  12.4k|	sc_unlock(card);
 3196|  12.4k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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: 9.91k, False: 2.52k]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.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|  9.91k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.91k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.91k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.91k|	} else { \
  |  |  |  |  159|  2.52k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  2.52k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  2.52k|	} \
  |  |  |  |  162|  12.4k|	return _ret; \
  |  |  |  |  163|  12.4k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3197|  12.4k|}
card-piv.c:piv_general_io:
 1794|  13.0k|{
 1795|  13.0k|	int r;
 1796|  13.0k|	sc_apdu_t apdu;
 1797|       |
 1798|  13.0k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  13.0k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  13.0k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  13.0k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 13.0k]
  |  |  ------------------
  ------------------
 1799|       |
 1800|  13.0k|	r = sc_lock(card);
 1801|  13.0k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|  13.0k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1801:6): [True: 0, False: 13.0k]
  ------------------
 1802|  13.0k|		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|  13.0k|	sc_format_apdu(card, &apdu,
 1805|  13.0k|			recvbuf ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT,
  ------------------
  |  |  294|  13.0k|#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: 13.0k, False: 0]
  ------------------
 1806|  13.0k|			ins, p1, p2);
 1807|  13.0k|	apdu.flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|  13.0k|#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|  13.0k|	apdu.lc = sendbuflen;
 1815|  13.0k|	apdu.datalen = sendbuflen;
 1816|  13.0k|	apdu.data = sendbuf;
 1817|       |
 1818|  13.0k|	if (recvbuf && recvbuflen) {
  ------------------
  |  Branch (1818:6): [True: 13.0k, False: 0]
  |  Branch (1818:17): [True: 13.0k, False: 0]
  ------------------
 1819|  13.0k|		apdu.le = (recvbuflen > 256) ? 256 : recvbuflen;
  ------------------
  |  Branch (1819:13): [True: 12.9k, False: 13]
  ------------------
 1820|  13.0k|		apdu.resplen = recvbuflen;
 1821|  13.0k|	} else {
 1822|      0|		apdu.le = 0;
 1823|      0|		apdu.resplen = 0;
 1824|      0|	}
 1825|  13.0k|	apdu.resp = recvbuf;
 1826|       |
 1827|       |	/* with new adpu.c and chaining, this actually reads the whole object */
 1828|  13.0k|	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|  13.0k|	if (r < 0) {
  ------------------
  |  Branch (1831:6): [True: 220, False: 12.7k]
  ------------------
 1832|    220|		sc_log(card->ctx, "Transmit failed");
  ------------------
  |  |   71|    220|#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|    220|		goto err;
 1834|    220|	}
 1835|       |
 1836|  12.7k|	if (apdu.sw1 == 0x69 && apdu.sw2 == 0x88)
  ------------------
  |  Branch (1836:6): [True: 135, False: 12.6k]
  |  Branch (1836:26): [True: 35, False: 100]
  ------------------
 1837|     35|		r = SC_ERROR_SM_INVALID_SESSION_KEY;
  ------------------
  |  |  119|     35|#define SC_ERROR_SM_INVALID_SESSION_KEY		-1604
  ------------------
 1838|  12.7k|	else
 1839|  12.7k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1840|       |
 1841|  12.7k|	if (r < 0) {
  ------------------
  |  Branch (1841:6): [True: 9.02k, False: 3.76k]
  ------------------
 1842|  9.02k|		sc_log(card->ctx, "Card returned error ");
  ------------------
  |  |   71|  9.02k|#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|  9.02k|		goto err;
 1844|  9.02k|	}
 1845|       |
 1846|  3.76k|	r = (int)apdu.resplen;
 1847|       |
 1848|  13.0k|err:
 1849|  13.0k|	sc_unlock(card);
 1850|  13.0k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  13.0k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.0k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.0k|	int _ret = r; \
  |  |  |  |  155|  13.0k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.42k, False: 3.58k]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.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|  9.24k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.24k, False: 183]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.42k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.42k|	} else { \
  |  |  |  |  159|  3.58k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  3.58k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  3.58k|	} \
  |  |  |  |  162|  13.0k|	return _ret; \
  |  |  |  |  163|  13.0k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1851|  13.0k|}
card-piv.c:piv_obj_cache_free_entry:
 5455|   356k|{
 5456|   356k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|   356k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5457|       |
 5458|   356k|	if (priv->obj_cache[enumtag].obj_data)
  ------------------
  |  Branch (5458:6): [True: 2.48k, False: 354k]
  ------------------
 5459|  2.48k|		free(priv->obj_cache[enumtag].obj_data);
 5460|   356k|	priv->obj_cache[enumtag].obj_data = NULL;
 5461|   356k|	priv->obj_cache[enumtag].obj_len = 0;
 5462|       |
 5463|   356k|	if (priv->obj_cache[enumtag].internal_obj_data)
  ------------------
  |  Branch (5463:6): [True: 1.76k, False: 355k]
  ------------------
 5464|  1.76k|		free(priv->obj_cache[enumtag].internal_obj_data);
 5465|   356k|	priv->obj_cache[enumtag].internal_obj_data = NULL;
 5466|   356k|	priv->obj_cache[enumtag].internal_obj_len = 0;
 5467|   356k|	priv->obj_cache[enumtag].flags = flags;
 5468|       |
 5469|   356k|	return SC_SUCCESS;
  ------------------
  |  |   28|   356k|#define SC_SUCCESS				0
  ------------------
 5470|   356k|}
card-piv.c:piv_find_aid:
 2903|  6.04k|{
 2904|  6.04k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  6.04k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 2905|  6.04k|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
 2906|  6.04k|	int r, i, j;
 2907|  6.04k|	const u8 *tag;
 2908|  6.04k|	size_t taglen;
 2909|  6.04k|	const u8 *nextac;
 2910|  6.04k|	const u8 *next80;
 2911|  6.04k|	const u8 *pix;
 2912|  6.04k|	size_t pixlen;
 2913|  6.04k|	const u8 *al_label;
 2914|  6.04k|	size_t al_labellen;
 2915|  6.04k|	const u8 *actag; /* Cipher Suite */
 2916|  6.04k|	size_t actaglen;
 2917|  6.04k|	const u8 *csai; /* Cipher Suite Algorithm Identifier */
 2918|  6.04k|	size_t csailen;
 2919|  6.04k|	size_t resplen = sizeof(rbuf);
 2920|       |#ifdef ENABLE_PIV_SM
 2921|       |	int found_csai = 0;
 2922|       |#endif
 2923|       |
 2924|  6.04k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  6.04k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  6.04k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  6.04k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 6.04k]
  |  |  ------------------
  ------------------
 2925|       |
 2926|       |	/* first  see if the default application will return a template
 2927|       |	 * that we know about.
 2928|       |	 */
 2929|       |
 2930|  6.04k|	r = iso7816_select_aid(card, piv_aids[0].value, piv_aids[0].len_short, rbuf, &resplen);
 2931|  6.04k|	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.04k]
  |  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.04k|	if (r >= 0 && resplen > 2) {
  ------------------
  |  Branch (2935:6): [True: 1.18k, False: 4.85k]
  |  Branch (2935:16): [True: 1.14k, False: 42]
  ------------------
 2936|  1.14k|		tag = sc_asn1_find_tag(card->ctx, rbuf, resplen, 0x61, &taglen);
 2937|  1.14k|		if (tag != NULL) {
  ------------------
  |  Branch (2937:7): [True: 1.09k, False: 48]
  ------------------
 2938|  1.09k|			priv->init_flags |= PIV_INIT_AID_PARSED;
  ------------------
  |  |  380|  1.09k|#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|  1.09k|			nextac = tag;
 2947|  1.21k|			while ((actag = sc_asn1_find_tag(card->ctx, nextac, taglen - (nextac - tag),
  ------------------
  |  Branch (2947:11): [True: 116, False: 1.09k]
  ------------------
 2948|  1.21k|						0xAC, &actaglen)) != NULL) {
 2949|    116|				nextac = actag + actaglen;
 2950|       |
 2951|    116|				next80 = actag;
 2952|    234|				while ((csai = sc_asn1_find_tag(card->ctx, next80, actaglen - (next80 - actag),
  ------------------
  |  Branch (2952:12): [True: 118, False: 116]
  ------------------
 2953|    234|							0x80, &csailen)) != NULL) {
 2954|    118|					next80 = csai + csailen;
 2955|    118|					if (csailen == 1) {
  ------------------
  |  Branch (2955:10): [True: 72, False: 46]
  ------------------
 2956|     72|						sc_log(card->ctx, "0xAC 0x80 entry:0x%2.2x found", *csai);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2957|     72|						j = piv_ai_map_find_by_id(card, *csai);
 2958|     72|						if (j >= 0) {
  ------------------
  |  Branch (2958:11): [True: 46, False: 26]
  ------------------
 2959|     46|							priv->alg_ids |= ai_map[j].ai_flag;
 2960|     46|							continue;
 2961|     46|						}
 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|     72|					}
 2978|    118|				}
 2979|    116|			}
 2980|       |
 2981|       |			/* Last chance to distinguish card type based on Application Label '50' */
 2982|  1.09k|			al_label = sc_asn1_find_tag(card->ctx, tag, taglen, 0x50, &al_labellen);
 2983|  1.09k|			if (al_label != NULL) {
  ------------------
  |  Branch (2983:8): [True: 10, False: 1.08k]
  ------------------
 2984|     10|				sc_log_hex(card->ctx, "Application Label", al_label, al_labellen);
  ------------------
  |  |  129|     10|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     10|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2985|     10|				if ((priv->al_label = malloc(al_labellen)) == NULL) {
  ------------------
  |  Branch (2985:9): [True: 0, False: 10]
  ------------------
 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|     10|				memcpy(priv->al_label, al_label, al_labellen);
 2989|     10|				priv->al_labellen = (int)al_labellen;
 2990|     10|			}
 2991|       |
 2992|  1.09k|			pix = sc_asn1_find_tag(card->ctx, tag, taglen, 0x4F, &pixlen);
 2993|  1.09k|			if (pix != NULL) {
  ------------------
  |  Branch (2993:8): [True: 1.03k, False: 60]
  ------------------
 2994|  1.03k|				sc_log(card->ctx, "found PIX");
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
 2995|       |
 2996|       |				/* early cards returned full AID, rather then just the pix */
 2997|  1.11k|				for (i = 0; piv_aids[i].len_long != 0; i++) {
  ------------------
  |  Branch (2997:17): [True: 1.08k, False: 31]
  ------------------
 2998|  1.08k|					if ((pixlen >= piv_aids[i].len_long - 5 &&
  ------------------
  |  Branch (2998:11): [True: 1.08k, False: 8]
  ------------------
 2999|  1.08k|							    memcmp(pix, piv_aids[i].value + 5, piv_aids[i].len_long - 5) == 0) ||
  ------------------
  |  Branch (2999:12): [True: 1.00k, False: 78]
  ------------------
 3000|     86|							((pixlen >= piv_aids[i].len_short && memcmp(pix, piv_aids[i].value,
  ------------------
  |  Branch (3000:10): [True: 46, False: 40]
  |  Branch (3000:45): [True: 6, False: 40]
  ------------------
 3001|  1.00k|													     piv_aids[i].len_short) == 0))) {
 3002|  1.00k|						free(priv->aid_der.value); /* free previous value if any */
 3003|  1.00k|						if ((priv->aid_der.value = malloc(resplen)) == NULL) {
  ------------------
  |  Branch (3003:11): [True: 0, False: 1.00k]
  ------------------
 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|  1.00k|						memcpy(priv->aid_der.value, rbuf, resplen);
 3007|  1.00k|						priv->aid_der.len = resplen;
 3008|  1.00k|						LOG_FUNC_RETURN(card->ctx, i);
  ------------------
  |  |  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: 990, False: 18]
  |  |  |  |  ------------------
  |  |  |  |  156|    990|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 990]
  |  |  |  |  ------------------
  |  |  |  |  157|    990|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    990|	} else { \
  |  |  |  |  159|     18|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     18|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     18|	} \
  |  |  |  |  162|  1.00k|	return _ret; \
  |  |  |  |  163|  1.00k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3009|  1.00k|					}
 3010|  1.08k|				}
 3011|  1.03k|			}
 3012|  1.09k|		}
 3013|  1.14k|	}
 3014|       |
 3015|  5.04k|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NO_CARD_SUPPORT);
  ------------------
  |  |  164|  5.04k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  5.04k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  5.04k|	int _ret = r; \
  |  |  |  |  155|  5.04k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5.04k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  5.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|  5.04k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5.04k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  5.04k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  5.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|  5.04k|	return _ret; \
  |  |  |  |  163|  5.04k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3016|  5.04k|}
card-piv.c:piv_ai_map_find_by_id:
 2886|     72|{
 2887|       |	/* piv_private_data_t * priv = PIV_DATA(card); */
 2888|     72|	int i;
 2889|       |
 2890|    349|	for (i = 0; ai_map[i].ai_id != 0; i++) {
  ------------------
  |  Branch (2890:14): [True: 323, False: 26]
  ------------------
 2891|    323|		if (ai_map[i].ai_id == id)
  ------------------
  |  Branch (2891:7): [True: 46, False: 277]
  ------------------
 2892|     46|			return i;
 2893|    323|	}
 2894|     26|	return -1;
 2895|     72|}
card-piv.c:piv_process_ccc:
 5139|    830|{
 5140|    830|	int r = 0;
 5141|    830|	u8 *rbuf = NULL;
 5142|    830|	size_t rbuflen = 0;
 5143|       |
 5144|    830|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    830|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    830|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    830|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 830]
  |  |  ------------------
  ------------------
 5145|    830|	r = piv_get_cached_data(card, PIV_OBJ_CCC, &rbuf, &rbuflen);
 5146|       |
 5147|    830|	if (r < 0)
  ------------------
  |  Branch (5147:6): [True: 772, False: 58]
  ------------------
 5148|    772|		goto err;
 5149|       |
 5150|       |	/* the object is now cached, see what we have */
 5151|     58|	r = piv_parse_ccc(card, rbuf, rbuflen);
 5152|    830|err:
 5153|    830|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    830|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    830|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    830|	int _ret = r; \
  |  |  |  |  155|    830|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 830, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    830|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    816|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 816, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  157|    830|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    830|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    830|	return _ret; \
  |  |  |  |  163|    830|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5154|    830|}
card-piv.c:piv_parse_ccc:
 5075|     58|{
 5076|     58|	int r = 0;
 5077|     58|	const u8 *body;
 5078|     58|	size_t bodylen;
 5079|     58|	unsigned int cla_out, tag_out;
 5080|       |
 5081|     58|	u8 tag;
 5082|     58|	const u8 *end;
 5083|     58|	size_t len;
 5084|       |
 5085|     58|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|     58|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5086|       |
 5087|     58|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|     58|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|     58|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|     58|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 58]
  |  |  ------------------
  ------------------
 5088|       |
 5089|     58|	if (rbuf == NULL || rbuflen == 0) {
  ------------------
  |  Branch (5089:6): [True: 0, False: 58]
  |  Branch (5089:22): [True: 0, False: 58]
  ------------------
 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|     58|	body = rbuf;
 5096|     58|	if ((r = sc_asn1_read_tag(&body, rbuflen, &cla_out, &tag_out, &bodylen)) != SC_SUCCESS ||
  ------------------
  |  |   28|    116|#define SC_SUCCESS				0
  ------------------
  |  Branch (5096:6): [True: 0, False: 58]
  ------------------
 5097|     58|			body == NULL ||
  ------------------
  |  Branch (5097:4): [True: 0, False: 58]
  ------------------
 5098|     58|			bodylen == 0 ||
  ------------------
  |  Branch (5098:4): [True: 2, False: 56]
  ------------------
 5099|     56|			((cla_out << 24 | tag_out) != piv_objects[PIV_OBJ_CCC].resp_tag)) {
  ------------------
  |  Branch (5099:4): [True: 0, False: 56]
  ------------------
 5100|      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__
  |  |  ------------------
  ------------------
 5101|      2|		r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      2|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5102|      2|		goto err;
 5103|      2|	}
 5104|       |
 5105|     56|	priv->ccc_flags |= PIV_CCC_FOUND;
  ------------------
  |  |  170|     56|#define PIV_CCC_FOUND		0x00000001
  ------------------
 5106|       |
 5107|       |	/* CCC  entries are simple tlv */
 5108|     56|	end = body + bodylen;
 5109|    877|	for (; (body < end); body += len) {
  ------------------
  |  Branch (5109:9): [True: 863, False: 14]
  ------------------
 5110|    863|		r = sc_simpletlv_read_tag(&body, end - body, &tag, &len);
 5111|    863|		if (r < 0)
  ------------------
  |  Branch (5111:7): [True: 42, False: 821]
  ------------------
 5112|     42|			goto err;
 5113|    821|		switch (tag) {
  ------------------
  |  Branch (5113:11): [True: 156, False: 665]
  ------------------
 5114|    104|		case PIV_CCC_TAG_F0:
  ------------------
  |  |  176|    104|#define PIV_CCC_TAG_F0		0xF0
  ------------------
  |  Branch (5114:3): [True: 104, False: 717]
  ------------------
 5115|    104|			if (len == 0x15) {
  ------------------
  |  Branch (5115:8): [True: 33, False: 71]
  ------------------
 5116|     33|				if (memcmp(body, "\xA0\x00\x00\x03\08", 5) == 0)
  ------------------
  |  Branch (5116:9): [True: 3, False: 30]
  ------------------
 5117|      3|					priv->ccc_flags |= PIV_CCC_F0_PIV;
  ------------------
  |  |  171|      3|#define PIV_CCC_F0_PIV		0x00000002
  ------------------
 5118|     30|				else if (memcmp(body, "\xA0\x00\x00\x00\x79", 5) == 0)
  ------------------
  |  Branch (5118:14): [True: 11, False: 19]
  ------------------
 5119|     11|					priv->ccc_flags |= PIV_CCC_F0_CAC;
  ------------------
  |  |  172|     11|#define PIV_CCC_F0_CAC		0x00000004
  ------------------
 5120|     33|				if (*(body + 6) == 0x02)
  ------------------
  |  Branch (5120:9): [True: 12, False: 21]
  ------------------
 5121|     12|					priv->ccc_flags |= PIV_CCC_F0_JAVA;
  ------------------
  |  |  173|     12|#define PIV_CCC_F0_JAVA		0x00000008
  ------------------
 5122|     33|			}
 5123|    104|			break;
 5124|     52|		case PIV_CCC_TAG_F3:
  ------------------
  |  |  177|     52|#define PIV_CCC_TAG_F3		0xF3
  ------------------
  |  Branch (5124:3): [True: 52, False: 769]
  ------------------
 5125|     52|			if (len == 0x10) {
  ------------------
  |  Branch (5125:8): [True: 29, False: 23]
  ------------------
 5126|     29|				if (memcmp(body, "\xA0\x00\x00\x00\x79\x04", 6) == 0)
  ------------------
  |  Branch (5126:9): [True: 10, False: 19]
  ------------------
 5127|     10|					priv->ccc_flags |= PIV_CCC_F3_CAC_PKI;
  ------------------
  |  |  174|     10|#define PIV_CCC_F3_CAC_PKI	0x00000010
  ------------------
 5128|     29|			}
 5129|     52|			break;
 5130|    821|		}
 5131|    821|	}
 5132|       |
 5133|     58|err:
 5134|     58|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|     44|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 44, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5135|     58|}
card-piv.c:piv_init:
 6012|  1.10k|{
 6013|  1.10k|	int r = 0;
 6014|  1.10k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  1.10k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6015|  1.10k|	unsigned long flags;
 6016|  1.10k|	unsigned long flags_eddsa;
 6017|  1.10k|	unsigned long flags_xeddsa;
 6018|  1.10k|	unsigned long ext_flags;
 6019|       |
 6020|  1.10k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.10k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.10k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.10k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.10k]
  |  |  ------------------
  ------------------
 6021|       |
 6022|  1.10k|	r = sc_lock(card); /* hold until match or init is complete */
 6023|  1.10k|	LOG_TEST_RET(card->ctx, r, "sc_lock failed");
  ------------------
  |  |  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: 0, False: 1.10k]
  |  |  |  |  ------------------
  |  |  |  |  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.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.10k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6024|       |
 6025|       |	/* piv_match_card_continued called from card match should have left card->drv_data */
 6026|  1.10k|	if (priv == NULL) {
  ------------------
  |  Branch (6026:6): [True: 0, False: 1.10k]
  ------------------
 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.10k|	piv_load_options(card);
 6040|       |
 6041|  1.10k|	priv->pstate = PIV_STATE_INIT;
 6042|       |
 6043|  1.10k|	sc_log(card->ctx, "Max send = %zu recv = %zu card->type:%d, CI:%08x AI:%08x",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 6044|  1.10k|			card->max_send_size, card->max_recv_size, card->type, priv->card_issues, priv->alg_ids);
 6045|  1.10k|	card->cla = 0x00;
 6046|  1.10k|	if (card->name == NULL)
  ------------------
  |  Branch (6046:6): [True: 1.10k, False: 0]
  ------------------
 6047|  1.10k|		card->name = card->driver->name;
 6048|       |
 6049|  1.10k|	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.10k|	flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|  1.10k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
 6057|       |
 6058|  1.10k|	if (card->type == SC_CARD_TYPE_PIV_II_SWISSBIT) {
  ------------------
  |  Branch (6058:6): [True: 0, False: 1.10k]
  ------------------
 6059|      0|		flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|      0|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
 6060|      0|	}
 6061|       |
 6062|  1.10k|	if (priv->alg_ids & AI_RSA_1024)
  ------------------
  |  |  600|  1.10k|#define AI_RSA_1024			    0x00000001U
  ------------------
  |  Branch (6062:6): [True: 1.10k, False: 1]
  ------------------
 6063|  1.10k|		_sc_card_add_rsa_alg(card, 1024, flags, 0); /* mandatory */
 6064|       |
 6065|  1.10k|	if (priv->alg_ids & AI_RSA_2048)
  ------------------
  |  |  601|  1.10k|#define AI_RSA_2048			    0x00000002U
  ------------------
  |  Branch (6065:6): [True: 1.10k, False: 1]
  ------------------
 6066|  1.10k|		_sc_card_add_rsa_alg(card, 2048, flags, 0); /* optional */
 6067|       |
 6068|  1.10k|	if (priv->alg_ids & AI_RSA_3072)
  ------------------
  |  |  602|  1.10k|#define AI_RSA_3072			    0x00000004U
  ------------------
  |  Branch (6068:6): [True: 1.10k, False: 2]
  ------------------
 6069|  1.10k|		_sc_card_add_rsa_alg(card, 3072, flags, 0); /* optional */
 6070|       |
 6071|  1.10k|	if (priv->alg_ids & AI_RSA_4096)
  ------------------
  |  |  603|  1.10k|#define AI_RSA_4096			    0x00000008U
  ------------------
  |  Branch (6071:6): [True: 118, False: 987]
  ------------------
 6072|    118|		_sc_card_add_rsa_alg(card, 4096, flags, 0); /* non standard */
 6073|       |
 6074|  1.10k|	if (!(priv->card_issues & CI_NO_EC)) {
  ------------------
  |  |  597|  1.10k|#define CI_NO_EC			    0x00000800U /* No EC at all */
  ------------------
  |  Branch (6074:6): [True: 1.10k, False: 0]
  ------------------
 6075|  1.10k|		int i;
 6076|  1.10k|		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  174|  1.10k|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  173|  1.10k|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
              		flags = SC_ALGORITHM_ECDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW | SC_ALGORITHM_ECDSA_HASH_NONE;
  ------------------
  |  |  175|  1.10k|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|  1.10k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
 6077|  1.10k|		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  201|  1.10k|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
              		ext_flags = SC_ALGORITHM_EXT_EC_NAMEDCURVE | SC_ALGORITHM_EXT_EC_UNCOMPRESES;
  ------------------
  |  |  202|  1.10k|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
 6078|  1.10k|		flags_eddsa = SC_ALGORITHM_EDDSA_RAW;
  ------------------
  |  |  188|  1.10k|#define SC_ALGORITHM_EDDSA_RAW		0x00400000
  ------------------
 6079|  1.10k|		flags_xeddsa = SC_ALGORITHM_XEDDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW;
  ------------------
  |  |  189|  1.10k|#define SC_ALGORITHM_XEDDSA_RAW		0x00800000
  ------------------
              		flags_xeddsa = SC_ALGORITHM_XEDDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW;
  ------------------
  |  |  173|  1.10k|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
 6080|       |
 6081|  5.52k|		for (i = 0; ec_curves[i].oid.value[0] >= 0; i++) {
  ------------------
  |  Branch (6081:15): [True: 4.42k, False: 1.10k]
  ------------------
 6082|  4.42k|			if (ec_curves[i].key_type == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|  4.42k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (6082:8): [True: 2.21k, False: 2.21k]
  ------------------
 6083|  2.21k|				if (!(priv->card_issues & CI_NO_EC384 && ec_curves[i].size == 384))
  ------------------
  |  |  596|  4.42k|#define CI_NO_EC384			    0x00000400U /* does not have EC 384 */
  ------------------
  |  Branch (6083:11): [True: 132, False: 2.07k]
  |  Branch (6083:46): [True: 66, False: 66]
  ------------------
 6084|  2.14k|					_sc_card_add_ec_alg(card, ec_curves[i].size, flags, ext_flags, &ec_curves[i].oid);
 6085|  2.21k|			}
 6086|       |
 6087|  2.21k|			else if (priv->alg_ids & AI_25519 && ec_curves[i].key_type == SC_ALGORITHM_EDDSA)
  ------------------
  |  |  606|  4.42k|#define AI_25519			    0x00100000U
  ------------------
              			else if (priv->alg_ids & AI_25519 && ec_curves[i].key_type == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|    212|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (6087:13): [True: 212, False: 1.99k]
  |  Branch (6087:41): [True: 106, False: 106]
  ------------------
 6088|    106|				_sc_card_add_eddsa_alg(card, ec_curves[i].size, flags_eddsa, ext_flags, &ec_curves[i].oid);
 6089|       |
 6090|  2.10k|			else if (priv->alg_ids & AI_X25519 && ec_curves[i].key_type == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |  607|  4.20k|#define AI_X25519			    0x00200000U
  ------------------
              			else if (priv->alg_ids & AI_X25519 && ec_curves[i].key_type == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|    107|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (6090:13): [True: 107, False: 1.99k]
  |  Branch (6090:42): [True: 106, False: 1]
  ------------------
 6091|    106|				_sc_card_add_xeddsa_alg(card, ec_curves[i].size, flags_xeddsa, ext_flags, &ec_curves[i].oid);
 6092|  4.42k|		}
 6093|  1.10k|	}
 6094|       |
 6095|  1.10k|	if (!(priv->card_issues & CI_NO_RANDOM))
  ------------------
  |  |  587|  1.10k|#define CI_NO_RANDOM			    0x00000004U /* can not use Challenge to get random data or no 9B key */
  ------------------
  |  Branch (6095:6): [True: 1.09k, False: 14]
  ------------------
 6096|  1.09k|		card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|  1.09k|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
 6097|       |
 6098|       |	/* May turn off SC_CARD_CAP_ISO7816_PIN_INFO later */
 6099|  1.10k|	card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|  1.10k|#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.10k|	piv_process_history(card);
 6159|       |
 6160|  1.10k|	priv->pstate = PIV_STATE_NORMAL;
 6161|  1.10k|	sc_unlock(card);
 6162|  1.10k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.10k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.10k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.10k|	int _ret = r; \
  |  |  |  |  155|  1.10k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.10k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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: 1.10k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.10k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.10k|	return _ret; \
  |  |  |  |  163|  1.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6163|  1.10k|}
card-piv.c:piv_load_options:
 1686|  1.10k|{
 1687|  1.10k|	int r;
 1688|  1.10k|	size_t i, j;
 1689|  1.10k|	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.21k|	for (i = 0; card->ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (1720:14): [True: 1.10k, False: 1.10k]
  ------------------
 1721|  1.10k|		found_blocks = scconf_find_blocks(card->ctx->conf, card->ctx->conf_blocks[i],
 1722|  1.10k|				"card_driver", "PIV-II");
 1723|  1.10k|		if (!found_blocks)
  ------------------
  |  Branch (1723:7): [True: 0, False: 1.10k]
  ------------------
 1724|      0|			continue;
 1725|       |
 1726|  1.10k|		for (j = 0, block = found_blocks[j]; block; j++, block = found_blocks[j]) {
  ------------------
  |  Branch (1726:40): [True: 0, False: 1.10k]
  ------------------
 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.10k|		free(found_blocks);
 1763|  1.10k|	}
 1764|  1.10k|	r = SC_SUCCESS;
  ------------------
  |  |   28|  1.10k|#define SC_SUCCESS				0
  ------------------
 1765|  1.10k|	return r;
 1766|  1.10k|}
card-piv.c:piv_process_history:
 5211|  1.10k|{
 5212|  1.10k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  1.10k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5213|  1.10k|	int r;
 5214|  1.10k|	int i, tmplen, tmplen2, tmplen3;
 5215|  1.10k|	int enumtag;
 5216|  1.10k|	u8 *rbuf = NULL;
 5217|  1.10k|	size_t rbuflen = 0;
 5218|  1.10k|	const u8 *body;
 5219|  1.10k|	size_t bodylen;
 5220|  1.10k|	const u8 *num;
 5221|  1.10k|	size_t numlen;
 5222|  1.10k|	const u8 *url = NULL;
 5223|  1.10k|	size_t urllen;
 5224|  1.10k|	u8 *ocfhfbuf = NULL;
 5225|  1.10k|	unsigned int cla_out, tag_out;
 5226|  1.10k|	size_t ocfhflen;
 5227|  1.10k|	const u8 *seq;
 5228|  1.10k|	const u8 *seqtag;
 5229|  1.10k|	size_t seqlen;
 5230|  1.10k|	const u8 *keyref;
 5231|  1.10k|	size_t keyreflen;
 5232|  1.10k|	const u8 *cert;
 5233|  1.10k|	size_t certlen;
 5234|  1.10k|	size_t certobjlen, i2;
 5235|  1.10k|	u8 *certobj;
 5236|  1.10k|	u8 *cp;
 5237|       |
 5238|  1.10k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.10k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.10k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.10k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.10k]
  |  |  ------------------
  ------------------
 5239|       |
 5240|  1.10k|	r = piv_get_cached_data(card, PIV_OBJ_HISTORY, &rbuf, &rbuflen);
 5241|  1.10k|	if (r == SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|  1.10k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (5241:6): [True: 237, False: 868]
  ------------------
 5242|    237|		r = 0; /* OK if not found */
 5243|  1.10k|	if (r <= 0) {
  ------------------
  |  Branch (5243:6): [True: 904, False: 201]
  ------------------
 5244|    904|		priv->obj_cache[PIV_OBJ_HISTORY].flags |= PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|    904|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
 5245|    904|		goto err; /* no file, must be pre 800-73-3 card and not on card */
 5246|    904|	}
 5247|       |
 5248|       |	/* the object is now cached, see what we have */
 5249|    201|	if (rbuflen != 0) {
  ------------------
  |  Branch (5249:6): [True: 201, False: 0]
  ------------------
 5250|    201|		body = rbuf;
 5251|    201|		if ((r = sc_asn1_read_tag(&body, rbuflen, &cla_out, &tag_out, &bodylen)) != SC_SUCCESS ||
  ------------------
  |  |   28|    402|#define SC_SUCCESS				0
  ------------------
  |  Branch (5251:7): [True: 0, False: 201]
  ------------------
 5252|    201|				((cla_out << 24 | tag_out) != piv_objects[PIV_OBJ_HISTORY].resp_tag)) {
  ------------------
  |  Branch (5252:5): [True: 0, False: 201]
  ------------------
 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|    201|		if (body != NULL && bodylen != 0) {
  ------------------
  |  Branch (5258:7): [True: 201, False: 0]
  |  Branch (5258:23): [True: 199, False: 2]
  ------------------
 5259|    199|			numlen = 0;
 5260|    199|			num = sc_asn1_find_tag(card->ctx, body, bodylen, 0xC1, &numlen);
 5261|    199|			if (num) {
  ------------------
  |  Branch (5261:8): [True: 125, False: 74]
  ------------------
 5262|    125|				if (numlen != 1 || *num > PIV_OBJ_RETIRED_X509_20 - PIV_OBJ_RETIRED_X509_1 + 1) {
  ------------------
  |  Branch (5262:9): [True: 2, False: 123]
  |  Branch (5262:24): [True: 1, False: 122]
  ------------------
 5263|      3|					r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      3|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5264|      3|					goto err;
 5265|      3|				}
 5266|       |
 5267|    122|				priv->keysWithOnCardCerts = *num;
 5268|    122|			}
 5269|       |
 5270|    196|			numlen = 0;
 5271|    196|			num = sc_asn1_find_tag(card->ctx, body, bodylen, 0xC2, &numlen);
 5272|    196|			if (num) {
  ------------------
  |  Branch (5272:8): [True: 5, False: 191]
  ------------------
 5273|      5|				if (numlen != 1 || *num > PIV_OBJ_RETIRED_X509_20 - PIV_OBJ_RETIRED_X509_1 + 1) {
  ------------------
  |  Branch (5273:9): [True: 1, False: 4]
  |  Branch (5273:24): [True: 1, False: 3]
  ------------------
 5274|      2|					r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      2|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5275|      2|					goto err;
 5276|      2|				}
 5277|       |
 5278|      3|				priv->keysWithOffCardCerts = *num;
 5279|      3|			}
 5280|       |
 5281|    194|			url = sc_asn1_find_tag(card->ctx, body, bodylen, 0xF3, &urllen);
 5282|    194|			if (url) {
  ------------------
  |  Branch (5282:8): [True: 62, False: 132]
  ------------------
 5283|     62|				if (urllen > 118) {
  ------------------
  |  Branch (5283:9): [True: 0, False: 62]
  ------------------
 5284|      0|					r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|      0|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 5285|      0|					goto err;
 5286|      0|				}
 5287|     62|				priv->offCardCertURL = calloc(1, urllen + 1);
 5288|     62|				if (priv->offCardCertURL == NULL)
  ------------------
  |  Branch (5288:9): [True: 0, False: 62]
  ------------------
 5289|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5290|     62|				memcpy(priv->offCardCertURL, url, urllen);
 5291|     62|			}
 5292|    194|		} else {
 5293|      2|			sc_log(card->ctx, "Problem with History object\n");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5294|      2|			r = SC_SUCCESS; /* OK if not found */
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
 5295|      2|			goto err;
 5296|      2|		}
 5297|    201|	}
 5298|    194|	sc_log(card->ctx, "History on=%d off=%d URL=%s",
  ------------------
  |  |   71|    388|#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: 62, False: 132]
  |  |  ------------------
  ------------------
 5299|    194|			priv->keysWithOnCardCerts, priv->keysWithOffCardCerts,
 5300|    194|			priv->offCardCertURL ? priv->offCardCertURL : "NONE");
 5301|       |
 5302|       |	/* now mark what objects are on the card */
 5303|  2.45k|	for (i = 0; i < priv->keysWithOnCardCerts; i++)
  ------------------
  |  Branch (5303:14): [True: 2.25k, False: 194]
  ------------------
 5304|  2.25k|		priv->obj_cache[PIV_OBJ_RETIRED_X509_1 + i].flags &= ~PIV_OBJ_CACHE_NOT_PRESENT;
  ------------------
  |  |  153|  2.45k|#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|    194|	r = 0;
 5318|    194|	if (priv->offCardCertURL) {
  ------------------
  |  Branch (5318:6): [True: 62, False: 132]
  ------------------
 5319|     62|		char *fp;
 5320|     62|		char filename[PATH_MAX];
 5321|       |
 5322|     62|		if (strncmp("http://", priv->offCardCertURL, 7)) {
  ------------------
  |  Branch (5322:7): [True: 55, False: 7]
  ------------------
 5323|     55|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     55|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 5324|     55|			goto err;
 5325|     55|		}
 5326|       |		/* find the last /  so we have the filename part */
 5327|      7|		fp = strrchr(priv->offCardCertURL + 7, '/');
 5328|      7|		if (fp == NULL) {
  ------------------
  |  Branch (5328:7): [True: 5, False: 2]
  ------------------
 5329|      5|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      5|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 5330|      5|			goto err;
 5331|      5|		}
 5332|      2|		fp++;
 5333|      2|		if (strlen(fp) != 64) { /* ASCII-HEX encoded SHA-256 */
  ------------------
  |  Branch (5333:7): [True: 2, False: 0]
  ------------------
 5334|      2|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      2|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 5335|      2|			goto err;
 5336|      2|		}
 5337|      0|		for (i = 0; i < 64; i++) {
  ------------------
  |  Branch (5337:15): [True: 0, False: 0]
  ------------------
 5338|      0|			if (isxdigit((unsigned char)fp[i]) == 0) {
  ------------------
  |  Branch (5338:8): [True: 0, False: 0]
  ------------------
 5339|      0|				r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      0|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 5340|      0|				goto err;
 5341|      0|			}
 5342|      0|		}
 5343|       |
 5344|       |		/* Use the same directory as used for other OpenSC cached items */
 5345|      0|		r = sc_get_cache_dir(card->ctx, filename, sizeof(filename) - strlen(fp) - 2);
 5346|      0|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (5346:7): [True: 0, False: 0]
  ------------------
 5347|      0|			goto err;
 5348|       |#ifdef _WIN32
 5349|       |		strlcat(filename, "\\", PATH_MAX);
 5350|       |#else
 5351|      0|		strlcat(filename, "/", PATH_MAX);
 5352|      0|#endif
 5353|      0|		strlcat(filename, fp, PATH_MAX);
 5354|       |
 5355|      0|		r = piv_read_obj_from_file(card, filename,
 5356|      0|				&ocfhfbuf, &ocfhflen);
 5357|      0|		if (r == SC_ERROR_FILE_NOT_FOUND) {
  ------------------
  |  |   51|      0|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (5357:7): [True: 0, False: 0]
  ------------------
 5358|      0|			r = 0;
 5359|      0|			goto err;
 5360|      0|		}
 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.10k|err:
 5448|  1.10k|	if (ocfhfbuf)
  ------------------
  |  Branch (5448:6): [True: 0, False: 1.10k]
  ------------------
 5449|      0|		free(ocfhfbuf);
 5450|  1.10k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.10k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.10k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.10k|	int _ret = r; \
  |  |  |  |  155|  1.10k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.10k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|    734|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 734, False: 371]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.10k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.10k|	return _ret; \
  |  |  |  |  163|  1.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 5451|  1.10k|}
card-piv.c:piv_cache_internal_data:
 3285|  3.73k|{
 3286|  3.73k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  3.73k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 3287|  3.73k|	const u8 *tag;
 3288|  3.73k|	const u8 *body;
 3289|  3.73k|	size_t taglen;
 3290|  3.73k|	size_t bodylen;
 3291|  3.73k|	int compressed = 0;
 3292|  3.73k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  3.73k|#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|  3.73k|	if (priv->obj_cache[enumtag].internal_obj_data && priv->obj_cache[enumtag].internal_obj_len) {
  ------------------
  |  Branch (3299:6): [True: 1.76k, False: 1.97k]
  |  Branch (3299:52): [True: 1.76k, False: 0]
  ------------------
 3300|  1.76k|		sc_log(card->ctx, "#%d found internal %p:%zu",
  ------------------
  |  |   71|  1.76k|#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|  1.76k|				enumtag,
 3302|  1.76k|				priv->obj_cache[enumtag].internal_obj_data,
 3303|  1.76k|				priv->obj_cache[enumtag].internal_obj_len);
 3304|  1.76k|		LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.76k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.76k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.76k|	int _ret = r; \
  |  |  |  |  155|  1.76k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.76k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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: 1.76k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.76k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.76k|	return _ret; \
  |  |  |  |  163|  1.76k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3305|  1.76k|	}
 3306|       |
 3307|  1.97k|	body = sc_asn1_find_tag(card->ctx,
 3308|  1.97k|			priv->obj_cache[enumtag].obj_data,
 3309|  1.97k|			priv->obj_cache[enumtag].obj_len,
 3310|  1.97k|			0x53, &bodylen);
 3311|       |
 3312|  1.97k|	if (body == NULL || priv->obj_cache[enumtag].obj_data[0] != 0x53)
  ------------------
  |  Branch (3312:6): [True: 0, False: 1.97k]
  |  Branch (3312:22): [True: 0, False: 1.97k]
  ------------------
 3313|  1.97k|		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|  1.97k|	if (piv_objects[enumtag].flags & PIV_OBJECT_TYPE_CERT) {
  ------------------
  |  |  644|  1.97k|#define PIV_OBJECT_TYPE_CERT		0x01
  ------------------
  |  Branch (3316:6): [True: 1.97k, False: 0]
  ------------------
 3317|       |
 3318|  1.97k|		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|  1.97k|		if (tag && taglen > 0 && (((*tag) & 0x80) || ((*tag) & 0x01)))
  ------------------
  |  Branch (3321:7): [True: 1.14k, False: 830]
  |  Branch (3321:14): [True: 1.10k, False: 35]
  |  Branch (3321:29): [True: 32, False: 1.07k]
  |  Branch (3321:48): [True: 22, False: 1.05k]
  ------------------
 3322|     54|			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|  1.97k|		tag = sc_asn1_find_tag(card->ctx, body, bodylen, 0x70, &taglen);
 3329|  1.97k|		if (tag == NULL)
  ------------------
  |  Branch (3329:7): [True: 198, False: 1.77k]
  ------------------
 3330|  1.97k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_OBJECT_NOT_VALID);
  ------------------
  |  |  164|    198|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    198|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    198|	int _ret = r; \
  |  |  |  |  155|    198|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 198, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    198|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    198|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 198, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    198|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    198|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    198|	return _ret; \
  |  |  |  |  163|    198|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3331|       |
 3332|  1.77k|		if (taglen == 0)
  ------------------
  |  Branch (3332:7): [True: 10, False: 1.76k]
  ------------------
 3333|  1.77k|			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|  1.76k|		if (compressed) {
  ------------------
  |  Branch (3335:7): [True: 16, False: 1.74k]
  ------------------
 3336|     16|			priv->obj_cache[enumtag].flags |= PIV_OBJ_CACHE_COMPRESSED;
  ------------------
  |  |  152|     16|#define PIV_OBJ_CACHE_COMPRESSED	2
  ------------------
 3337|     16|		}
 3338|       |		/* internal certificate remains compressed */
 3339|  1.76k|		if (!(priv->obj_cache[enumtag].internal_obj_data = malloc(taglen)))
  ------------------
  |  Branch (3339:7): [True: 0, False: 1.76k]
  ------------------
 3340|  1.76k|			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|  1.76k|		memcpy(priv->obj_cache[enumtag].internal_obj_data, tag, taglen);
 3343|  1.76k|		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|  1.76k|	} 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|  1.76k|	sc_log(card->ctx, "added #%d internal %p:%zu",
  ------------------
  |  |   71|  1.76k|#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|  1.76k|			enumtag,
 3388|  1.76k|			priv->obj_cache[enumtag].internal_obj_data,
 3389|  1.76k|			priv->obj_cache[enumtag].internal_obj_len);
 3390|       |
 3391|  1.76k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.76k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.76k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.76k|	int _ret = r; \
  |  |  |  |  155|  1.76k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.76k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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: 1.76k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.76k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.76k|	return _ret; \
  |  |  |  |  163|  1.76k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3392|  1.76k|}
card-piv.c:piv_finish:
 5474|  10.7k|{
 5475|  10.7k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  10.7k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 5476|  10.7k|	int i;
 5477|       |
 5478|  10.7k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  10.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  10.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  10.7k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 10.7k]
  |  |  ------------------
  ------------------
 5479|  10.7k|	if (priv) {
  ------------------
  |  Branch (5479:6): [True: 5.92k, False: 4.82k]
  ------------------
 5480|  5.92k|		if (priv->context_specific) {
  ------------------
  |  Branch (5480:7): [True: 1, False: 5.92k]
  ------------------
 5481|      1|			sc_log(card->ctx, "Clearing CONTEXT_SPECIFIC lock");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 5482|      1|			priv->context_specific = 0;
 5483|      1|			sc_unlock(card);
 5484|      1|		}
 5485|  5.92k|		free(priv->aid_der.value);
 5486|  5.92k|		free(priv->al_label);
 5487|  5.92k|		if (priv->w_buf)
  ------------------
  |  Branch (5487:7): [True: 0, False: 5.92k]
  ------------------
 5488|      0|			free(priv->w_buf);
 5489|  5.92k|		if (priv->offCardCertURL)
  ------------------
  |  Branch (5489:7): [True: 62, False: 5.86k]
  ------------------
 5490|     62|			free(priv->offCardCertURL);
 5491|   361k|		for (i = 0; i < PIV_OBJ_LAST_ENUM - 1; i++) {
  ------------------
  |  Branch (5491:15): [True: 355k, False: 5.92k]
  ------------------
 5492|   355k|			piv_obj_cache_free_entry(card, i, 0);
 5493|   355k|		}
 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.92k|		free(priv);
 5501|       |		card->drv_data = NULL; /* priv */
 5502|  5.92k|	}
 5503|  10.7k|	return 0;
 5504|  10.7k|}
card-piv.c:piv_select_file:
 4908|  10.6k|{
 4909|  10.6k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  10.6k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4910|  10.6k|	int r;
 4911|  10.6k|	int i;
 4912|  10.6k|	const u8 *path;
 4913|  10.6k|	size_t pathlen;
 4914|  10.6k|	sc_file_t *file = NULL;
 4915|  10.6k|	u8 *rbuf = NULL;
 4916|  10.6k|	size_t rbuflen = 0;
 4917|       |
 4918|  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]
  |  |  ------------------
  ------------------
 4919|       |
 4920|  10.6k|	path = in_path->value;
 4921|  10.6k|	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.6k|	if (memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (4932:6): [True: 2.85k, False: 7.80k]
  ------------------
 4933|  2.85k|		if (pathlen > 2) {
  ------------------
  |  Branch (4933:7): [True: 2.85k, False: 0]
  ------------------
 4934|  2.85k|			path += 2;
 4935|  2.85k|			pathlen -= 2;
 4936|  2.85k|		}
 4937|  2.85k|	}
 4938|       |
 4939|  10.6k|	i = piv_find_obj_by_containerid(card, path);
 4940|       |
 4941|  10.6k|	if (i < 0)
  ------------------
  |  Branch (4941:6): [True: 2.87k, False: 7.78k]
  ------------------
 4942|  10.6k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|  2.87k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.87k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.87k|	int _ret = r; \
  |  |  |  |  155|  2.87k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.87k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|  2.87k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.87k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.87k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.87k|	return _ret; \
  |  |  |  |  163|  2.87k|} 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|  7.78k|	priv->return_only_cert = (pathlen == 4 && path[2] == 0xce && path[3] == 0xce);
  ------------------
  |  Branch (4949:28): [True: 7.78k, False: 0]
  |  Branch (4949:44): [True: 7.78k, False: 0]
  |  Branch (4949:63): [True: 7.78k, False: 0]
  ------------------
 4950|       |
 4951|  7.78k|	priv->selected_obj = i;
 4952|  7.78k|	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|  7.78k|	if (file_out) {
  ------------------
  |  Branch (4957:6): [True: 7.78k, False: 0]
  ------------------
 4958|       |		/* we need to read it now, to get length into cache */
 4959|  7.78k|		r = piv_get_cached_data(card, i, &rbuf, &rbuflen);
 4960|       |
 4961|  7.78k|		if (r < 0)
  ------------------
  |  Branch (4961:7): [True: 5.81k, False: 1.97k]
  ------------------
 4962|  7.78k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  164|  5.81k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  5.81k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  5.81k|	int _ret = r; \
  |  |  |  |  155|  5.81k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5.81k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  5.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|  5.81k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5.81k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  5.81k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  5.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|  5.81k|	return _ret; \
  |  |  |  |  163|  5.81k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4963|       |
 4964|       |		/* get the cert or the pub key out and into the cache too */
 4965|  1.97k|		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: 1.97k, False: 0]
  |  Branch (4965:33): [True: 0, False: 0]
  ------------------
 4966|  1.97k|			r = piv_cache_internal_data(card, i);
 4967|  1.97k|			if (r < 0)
  ------------------
  |  Branch (4967:8): [True: 208, False: 1.76k]
  ------------------
 4968|  1.97k|				LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    208|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    208|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    208|	int _ret = r; \
  |  |  |  |  155|    208|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 208, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    208|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    208|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 208, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    208|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    208|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    208|	return _ret; \
  |  |  |  |  163|    208|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4969|  1.97k|		}
 4970|       |
 4971|  1.76k|		file = sc_file_new();
 4972|  1.76k|		if (file == NULL)
  ------------------
  |  Branch (4972:7): [True: 0, False: 1.76k]
  ------------------
 4973|  1.76k|			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|  1.76k|		file->path = *in_path;
 4976|       |		/* this could be like the FCI */
 4977|  1.76k|		file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|  1.76k|#define SC_FILE_TYPE_DF			0x04
  ------------------
 4978|  1.76k|		file->shareable = 0;
 4979|  1.76k|		file->ef_structure = 0;
 4980|  1.76k|		if (priv->return_only_cert)
  ------------------
  |  Branch (4980:7): [True: 1.76k, False: 0]
  ------------------
 4981|  1.76k|			file->size = priv->obj_cache[i].internal_obj_len;
 4982|      0|		else
 4983|      0|			file->size = priv->obj_cache[i].obj_len;
 4984|       |
 4985|  1.76k|		file->id = (piv_objects[i].containerid[0] << 8) + piv_objects[i].containerid[1];
 4986|       |
 4987|  1.76k|		*file_out = file;
 4988|  1.76k|	}
 4989|       |
 4990|  1.76k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.76k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.76k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.76k|	int _ret = r; \
  |  |  |  |  155|  1.76k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.76k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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: 1.76k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.76k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.76k|	return _ret; \
  |  |  |  |  163|  1.76k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4991|  1.76k|}
card-piv.c:piv_find_obj_by_containerid:
 1770|  79.1k|{
 1771|  79.1k|	int i;
 1772|       |
 1773|  79.1k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  79.1k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  79.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  79.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  79.1k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 79.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1774|  79.1k|	sc_log(card->ctx, "str=0x%02X%02X\n", str[0], str[1]);
  ------------------
  |  |   71|  79.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__
  |  |  ------------------
  ------------------
 1775|       |
 1776|  1.66M|	for (i = 0; piv_objects[i].enumtag < PIV_OBJ_LAST_ENUM; i++) {
  ------------------
  |  Branch (1776:14): [True: 1.66M, False: 3.98k]
  ------------------
 1777|  1.66M|		if (str[0] == piv_objects[i].containerid[0] && str[1] == piv_objects[i].containerid[1])
  ------------------
  |  Branch (1777:7): [True: 679k, False: 983k]
  |  Branch (1777:50): [True: 75.1k, False: 604k]
  ------------------
 1778|  1.66M|			LOG_FUNC_RETURN(card->ctx, i);
  ------------------
  |  |  164|  75.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  75.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  75.1k|	int _ret = r; \
  |  |  |  |  155|  75.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.10k, False: 74.0k]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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: 1.10k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.10k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  74.0k|	} else { \
  |  |  |  |  159|  74.0k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  74.0k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  74.0k|	} \
  |  |  |  |  162|  75.1k|	return _ret; \
  |  |  |  |  163|  75.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1779|  1.66M|	}
 1780|       |
 1781|  3.98k|	LOG_FUNC_RETURN(card->ctx, -1);
  ------------------
  |  |  164|  3.98k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.98k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.98k|	int _ret = r; \
  |  |  |  |  155|  3.98k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.98k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.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|  3.98k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3.98k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.98k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.98k|	} else { \
  |  |  |  |  159|      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.98k|	return _ret; \
  |  |  |  |  163|  3.98k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1782|  3.98k|}
card-piv.c:piv_get_challenge:
 4611|    470|{
 4612|       |	/* Dynamic Authentication Template (Challenge) */
 4613|    470|	u8 sbuf[] = {0x7c, 0x02, 0x81, 0x00};
 4614|    470|	u8 rbuf[4096];
 4615|    470|	const u8 *p;
 4616|    470|	size_t out_len = 0;
 4617|    470|	int r;
 4618|    470|	unsigned int tag_out = 0, cla_out = 0;
 4619|    470|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|    470|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4620|       |
 4621|    470|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    470|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    470|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    470|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    470|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 470]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4622|       |
 4623|    470|	if (priv->card_issues & CI_NO_RANDOM) {
  ------------------
  |  |  587|    470|#define CI_NO_RANDOM			    0x00000004U /* can not use Challenge to get random data or no 9B key */
  ------------------
  |  Branch (4623:6): [True: 4, False: 466]
  ------------------
 4624|      4|		r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      4|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 4625|      4|		LOG_TEST_GOTO_ERR(card->ctx, r, "No support for random data");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4626|      4|	}
 4627|       |
 4628|       |	/* NIST 800-73-3 says use 9B, previous versions used 00 */
 4629|    466|	r = piv_general_io(card, 0x87, 0x00, 0x9B, sbuf, sizeof sbuf, rbuf, sizeof rbuf);
 4630|       |	/*
 4631|       |	 * piv_get_challenge is called in a loop.
 4632|       |	 * some cards may allow 1 challenge expecting it to be part of
 4633|       |	 * NIST 800-73-3 part 2 "Authentication of PIV Card Application Administrator"
 4634|       |	 * and return "6A 80" if last command was a get_challenge.
 4635|       |	 * Now that the card returned error, we can try one more time.
 4636|       |	 */
 4637|    466|	if (r == SC_ERROR_INCORRECT_PARAMETERS) {
  ------------------
  |  |   55|    466|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (4637:6): [True: 77, False: 389]
  ------------------
 4638|     77|		r = piv_general_io(card, 0x87, 0x00, 0x9B, sbuf, sizeof sbuf, rbuf, sizeof rbuf);
 4639|     77|		if (r == SC_ERROR_INCORRECT_PARAMETERS) {
  ------------------
  |  |   55|     77|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (4639:7): [True: 1, False: 76]
  ------------------
 4640|      1|			r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      1|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 4641|      1|		}
 4642|     77|	}
 4643|    466|	LOG_TEST_GOTO_ERR(card->ctx, r, "GENERAL AUTHENTICATE failed");
  ------------------
  |  |  184|    466|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    466|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    466|	int _ret = (r); \
  |  |  |  |  178|    466|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 177, False: 289]
  |  |  |  |  ------------------
  |  |  |  |  179|    177|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    177|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    177|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    177|		goto err; \
  |  |  |  |  182|    177|	} \
  |  |  |  |  183|    466|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 289]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4644|       |
 4645|    289|	p = rbuf;
 4646|    289|	r = sc_asn1_read_tag(&p, r, &cla_out, &tag_out, &out_len);
 4647|    289|	if (r < 0 || (cla_out | tag_out) != 0x7C) {
  ------------------
  |  Branch (4647:6): [True: 5, False: 284]
  |  Branch (4647:15): [True: 22, False: 262]
  ------------------
 4648|     27|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_DATA, "Can't find Dynamic Authentication Template");
  ------------------
  |  |  184|     27|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     27|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     27|	int _ret = (r); \
  |  |  |  |  178|     27|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 27, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|     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
  |  |  |  |  ------------------
  |  |  |  |  180|     27|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     27|		goto err; \
  |  |  |  |  182|     27|	} \
  |  |  |  |  183|     27|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4649|     27|	}
 4650|       |
 4651|    262|	r = sc_asn1_read_tag(&p, out_len, &cla_out, &tag_out, &out_len);
 4652|    262|	if (r < 0 || (cla_out | tag_out) != 0x81) {
  ------------------
  |  Branch (4652:6): [True: 2, False: 260]
  |  Branch (4652:15): [True: 12, False: 248]
  ------------------
 4653|     14|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_DATA, "Can't find Challenge");
  ------------------
  |  |  184|     14|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     14|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     14|	int _ret = (r); \
  |  |  |  |  178|     14|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 14, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|     14|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4654|     14|	}
 4655|       |
 4656|    248|	if (len < out_len) {
  ------------------
  |  Branch (4656:6): [True: 2, False: 246]
  ------------------
 4657|      2|		out_len = len;
 4658|      2|	}
 4659|    248|	memcpy(rnd, p, out_len);
 4660|       |
 4661|    248|	r = (int)out_len;
 4662|       |
 4663|    470|err:
 4664|    470|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    470|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (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: 223, False: 247]
  |  |  |  |  ------------------
  |  |  |  |  156|    223|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 35]
  |  |  |  |  ------------------
  |  |  |  |  157|    223|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    247|	} else { \
  |  |  |  |  159|    247|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    247|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    247|	} \
  |  |  |  |  162|    470|	return _ret; \
  |  |  |  |  163|    470|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4665|    470|}
card-piv.c:piv_read_binary:
 3401|  3.61k|{
 3402|  3.61k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  3.61k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 3403|  3.61k|	int enumtag;
 3404|  3.61k|	int r;
 3405|  3.61k|	u8 *rbuf = NULL;
 3406|  3.61k|	size_t rbuflen = 0;
 3407|  3.61k|	const u8 *body;
 3408|  3.61k|	size_t bodylen;
 3409|       |
 3410|  3.61k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  3.61k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  3.61k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  3.61k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 3.61k]
  |  |  ------------------
  ------------------
 3411|  3.61k|	if (priv->selected_obj < 0)
  ------------------
  |  Branch (3411:6): [True: 0, False: 3.61k]
  ------------------
 3412|  3.61k|		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|  3.61k|	enumtag = piv_objects[priv->selected_obj].enumtag;
 3414|       |
 3415|  3.61k|	if (priv->rwb_state == -1) {
  ------------------
  |  Branch (3415:6): [True: 1.76k, False: 1.85k]
  ------------------
 3416|  1.76k|		r = piv_get_cached_data(card, enumtag, &rbuf, &rbuflen);
 3417|       |
 3418|  1.76k|		if (r >= 0) {
  ------------------
  |  Branch (3418:7): [True: 1.76k, False: 0]
  ------------------
 3419|       |			/* an object with no data will be considered not found */
 3420|       |			/* Discovery tag = 0x73, all others are 0x53 */
 3421|  1.76k|			if (!rbuf || rbuf[0] == 0x00 || ((rbuf[0] & 0xDF) == 0x53 && rbuf[1] == 0x00)) {
  ------------------
  |  Branch (3421:8): [True: 0, False: 1.76k]
  |  Branch (3421:17): [True: 0, False: 1.76k]
  |  Branch (3421:37): [True: 1.76k, False: 0]
  |  Branch (3421:65): [True: 0, False: 1.76k]
  ------------------
 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|  1.76k|			body = sc_asn1_find_tag(card->ctx, rbuf, rbuflen, rbuf[0], &bodylen);
 3427|  1.76k|			if (body == NULL) {
  ------------------
  |  Branch (3427:8): [True: 0, False: 1.76k]
  ------------------
 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|  1.76k|			if (bodylen > body - rbuf + rbuflen) {
  ------------------
  |  Branch (3434:8): [True: 0, False: 1.76k]
  ------------------
 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|  1.76k|			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: 1.76k, False: 0]
  |  Branch (3441:34): [True: 0, False: 0]
  ------------------
 3442|  1.76k|				r = piv_cache_internal_data(card, enumtag);
 3443|  1.76k|				if (r < 0)
  ------------------
  |  Branch (3443:9): [True: 0, False: 1.76k]
  ------------------
 3444|      0|					goto err;
 3445|  1.76k|			}
 3446|  1.76k|		}
 3447|  1.76k|		priv->rwb_state = 0;
 3448|  1.76k|	}
 3449|       |
 3450|  3.61k|	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: 3.61k, False: 0]
  |  Branch (3450:32): [True: 0, False: 0]
  ------------------
 3451|  3.61k|		rbuf = priv->obj_cache[enumtag].internal_obj_data;
 3452|  3.61k|		rbuflen = priv->obj_cache[enumtag].internal_obj_len;
 3453|  3.61k|		if ((priv->obj_cache[enumtag].flags & PIV_OBJ_CACHE_COMPRESSED) && flags) {
  ------------------
  |  |  152|  3.61k|#define PIV_OBJ_CACHE_COMPRESSED	2
  ------------------
  |  Branch (3453:7): [True: 52, False: 3.56k]
  |  Branch (3453:70): [True: 52, False: 0]
  ------------------
 3454|     52|			*flags |= SC_FILE_FLAG_COMPRESSED_AUTO;
  ------------------
  |  |  230|     52|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
 3455|     52|		}
 3456|  3.61k|	} 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|  3.61k|	if (rbuflen < idx + count)
  ------------------
  |  Branch (3462:6): [True: 0, False: 3.61k]
  ------------------
 3463|      0|		count = rbuflen - idx;
 3464|  3.61k|	if (count <= 0) {
  ------------------
  |  Branch (3464:6): [True: 0, False: 3.61k]
  ------------------
 3465|      0|		r = 0;
 3466|      0|		priv->rwb_state = 1;
 3467|  3.61k|	} else {
 3468|  3.61k|		memcpy(buf, rbuf + idx, count);
 3469|  3.61k|		r = (int)count;
 3470|  3.61k|	}
 3471|       |
 3472|  3.61k|err:
 3473|  3.61k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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: 0, False: 3.61k]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define 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.61k|	} else { \
  |  |  |  |  159|  3.61k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  3.61k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  3.61k|	} \
  |  |  |  |  162|  3.61k|	return _ret; \
  |  |  |  |  163|  3.61k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 3474|  3.61k|}
card-piv.c:piv_set_security_env:
 4669|     28|{
 4670|     28|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|     28|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4671|     28|	int r = 0;
 4672|       |
 4673|     28|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 4674|       |
 4675|     28|	sc_log(card->ctx, "flags=%08lx op=%d alg=%lu algf=%08lx algr=%08lx kr0=%02x, krfl=%zu",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4676|     28|			env->flags, env->operation, env->algorithm, env->algorithm_flags,
 4677|     28|			env->algorithm_ref, env->key_ref[0], env->key_ref_len);
 4678|       |
 4679|     28|	priv->operation = env->operation;
 4680|     28|	priv->algorithm = env->algorithm;
 4681|       |
 4682|     28|	if (env->algorithm == SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|     28|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (4682:6): [True: 0, False: 28]
  ------------------
 4683|      0|		priv->alg_id = 0x06; /* Say it is RSA, set 5, 6, 7 later */
 4684|     28|	} else if (env->algorithm == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|     28|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (4684:13): [True: 28, False: 0]
  ------------------
 4685|     28|		if (env->flags & SC_SEC_ENV_ALG_REF_PRESENT) {
  ------------------
  |  |   56|     28|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (4685:7): [True: 28, False: 0]
  ------------------
 4686|     28|			switch (env->algorithm_ref) {
 4687|     28|			case 256:
  ------------------
  |  Branch (4687:4): [True: 28, False: 0]
  ------------------
 4688|     28|				priv->alg_id = 0x11; /* Say it is EC 256 */
 4689|     28|				priv->key_size = 256;
 4690|     28|				break;
 4691|      0|			case 384:
  ------------------
  |  Branch (4691:4): [True: 0, False: 28]
  ------------------
 4692|      0|				priv->alg_id = 0x14;
 4693|      0|				priv->key_size = 384;
 4694|      0|				break;
 4695|      0|			default:
  ------------------
  |  Branch (4695:4): [True: 0, False: 28]
  ------------------
 4696|      0|				r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 4697|     28|			}
 4698|     28|		} else
 4699|      0|			r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|      0|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 4700|     28|	} 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|     28|	priv->key_ref = env->key_ref[0];
 4709|       |
 4710|     28|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 28]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4711|     28|}
card-piv.c:piv_compute_signature:
 4839|     28|{
 4840|     28|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|     28|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4841|     28|	int r;
 4842|     28|	size_t nLen;
 4843|     28|	u8 rbuf[128]; /* For EC conversions  384 will fit */
 4844|       |
 4845|     28|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 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|     28|	if (priv->alg_id == 0x11 || priv->alg_id == 0x14) {
  ------------------
  |  Branch (4854:6): [True: 28, False: 0]
  |  Branch (4854:30): [True: 0, False: 0]
  ------------------
 4855|     28|		nLen = BYTES4BITS(priv->key_size);
  ------------------
  |  |  146|     28|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
 4856|     28|		if (outlen < 2 * nLen) {
  ------------------
  |  Branch (4856:7): [True: 0, False: 28]
  ------------------
 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|     28|		r = piv_validate_general_authentication(card, data, datalen, rbuf, sizeof rbuf);
 4864|     28|		if (r < 0)
  ------------------
  |  Branch (4864:7): [True: 16, False: 12]
  ------------------
 4865|     16|			goto err;
 4866|       |
 4867|     12|		r = sc_asn1_decode_ecdsa_signature(card->ctx, rbuf, r, nLen, &out, outlen);
 4868|       |		/* Yubikey 5.7.x supports ED25519 */
 4869|     12|	} else if (priv->alg_id == 0xE0) {
  ------------------
  |  Branch (4869:13): [True: 0, False: 0]
  ------------------
 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|      0|	} else { /* RSA is all set */
 4880|      0|		r = piv_validate_general_authentication(card, data, datalen, out, outlen);
 4881|      0|	}
 4882|       |
 4883|     28|err:
 4884|     28|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 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]
  |  |  ------------------
  ------------------
 4885|     28|}
card-piv.c:piv_validate_general_authentication:
 4742|     28|{
 4743|     28|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|     28|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4744|     28|	int r, tmplen, tmplen2;
 4745|     28|	u8 *p;
 4746|     28|	const unsigned char *p2;
 4747|     28|	size_t taglen;
 4748|     28|	size_t bodylen;
 4749|     28|	unsigned int cla, tag;
 4750|     28|	unsigned int real_alg_id, op_tag;
 4751|       |
 4752|     28|	u8 sbuf[4096]; /* needs work. for 4096 needs 512+10 or so */
 4753|     28|	size_t sbuflen = sizeof(sbuf);
 4754|     28|	u8 rbuf[4096];
 4755|       |
 4756|     28|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 4757|       |
 4758|       |	/* should assume large send data */
 4759|     28|	p = sbuf;
 4760|     28|	tmplen = sc_asn1_put_tag(0xff, NULL, datalen, NULL, 0, NULL);
 4761|     28|	tmplen2 = sc_asn1_put_tag(0x82, NULL, 0, NULL, 0, NULL);
 4762|     28|	if (tmplen <= 0 || tmplen2 <= 0) {
  ------------------
  |  Branch (4762:6): [True: 0, False: 28]
  |  Branch (4762:21): [True: 0, False: 28]
  ------------------
 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|     28|	tmplen += tmplen2;
 4766|     28|	if ((r = sc_asn1_put_tag(0x7c, NULL, tmplen, p, sbuflen, &p)) != SC_SUCCESS ||
  ------------------
  |  |   28|     56|#define SC_SUCCESS				0
  ------------------
  |  Branch (4766:6): [True: 0, False: 28]
  ------------------
 4767|     28|			(r = sc_asn1_put_tag(0x82, NULL, 0, p, sbuflen - (p - sbuf), &p)) != SC_SUCCESS) {
  ------------------
  |  |   28|     28|#define SC_SUCCESS				0
  ------------------
  |  Branch (4767:4): [True: 0, False: 28]
  ------------------
 4768|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4769|      0|	}
 4770|     28|	if (priv->operation == SC_SEC_OPERATION_DERIVE && (priv->algorithm == SC_ALGORITHM_EC || priv->algorithm == SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   50|     56|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
              	if (priv->operation == SC_SEC_OPERATION_DERIVE && (priv->algorithm == SC_ALGORITHM_EC || priv->algorithm == SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   70|      0|#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: 0, False: 28]
  |  Branch (4770:53): [True: 0, False: 0]
  |  Branch (4770:91): [True: 0, False: 0]
  ------------------
 4771|      0|		op_tag = 0x85;
 4772|     28|	} else {
 4773|     28|		op_tag = 0x81;
 4774|     28|	}
 4775|     28|	r = sc_asn1_put_tag(op_tag, data, datalen, p, sbuflen - (p - sbuf), &p);
 4776|     28|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     28|#define SC_SUCCESS				0
  ------------------
  |  Branch (4776:6): [True: 0, False: 28]
  ------------------
 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|     28|	real_alg_id = priv->alg_id;
 4788|     28|	if (priv->alg_id == 0x06) {
  ------------------
  |  Branch (4788:6): [True: 0, False: 28]
  ------------------
 4789|      0|		switch (datalen) {
 4790|      0|		case 128:
  ------------------
  |  Branch (4790:3): [True: 0, False: 0]
  ------------------
 4791|      0|			real_alg_id = 0x06;
 4792|      0|			break;
 4793|      0|		case 256:
  ------------------
  |  Branch (4793:3): [True: 0, False: 0]
  ------------------
 4794|      0|			real_alg_id = 0x07;
 4795|      0|			break;
 4796|      0|		case 384:
  ------------------
  |  Branch (4796:3): [True: 0, False: 0]
  ------------------
 4797|      0|			real_alg_id = 0x05;
 4798|      0|			break;
 4799|      0|		case 512:
  ------------------
  |  Branch (4799:3): [True: 0, False: 0]
  ------------------
 4800|      0|			real_alg_id = 0x16;
 4801|      0|			break;
 4802|      0|		default:
  ------------------
  |  Branch (4802:3): [True: 0, False: 0]
  ------------------
 4803|      0|			SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NO_CARD_SUPPORT);
  ------------------
  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|      0|	int _ret = r; \
  |  |  155|      0|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  ------------------
  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  ------------------
  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|      0|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|      0|	return _ret; \
  |  |  163|      0|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
 4804|      0|		}
 4805|      0|	}
 4806|       |	/* EC and ED alg_id was already set */
 4807|       |
 4808|     28|	piv_yk_notify_touch_policy(card, priv->key_ref);
 4809|     28|	r = piv_general_io(card, 0x87, real_alg_id, priv->key_ref,
 4810|     28|			sbuf, p - sbuf, rbuf, sizeof rbuf);
 4811|     28|	if (r < 0)
  ------------------
  |  Branch (4811:6): [True: 13, False: 15]
  ------------------
 4812|     13|		goto err;
 4813|       |
 4814|     15|	p2 = rbuf;
 4815|     15|	r = sc_asn1_read_tag(&p2, r, &cla, &tag, &bodylen);
 4816|     15|	if (p2 == NULL || r < 0 || bodylen == 0 || (cla | tag) != 0x7C) {
  ------------------
  |  Branch (4816:6): [True: 1, False: 14]
  |  Branch (4816:20): [True: 1, False: 13]
  |  Branch (4816:29): [True: 1, False: 12]
  |  Branch (4816:45): [True: 1, False: 11]
  ------------------
 4817|      4|		LOG_TEST_GOTO_ERR(card->ctx, SC_ERROR_INVALID_DATA, "Can't find 0x7C");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4818|      4|	}
 4819|       |
 4820|     11|	r = sc_asn1_read_tag(&p2, bodylen, &cla, &tag, &taglen);
 4821|     11|	if (p2 == NULL || r < 0 || taglen == 0 || (cla | tag) != 0x82) {
  ------------------
  |  Branch (4821:6): [True: 1, False: 10]
  |  Branch (4821:20): [True: 1, False: 9]
  |  Branch (4821:29): [True: 1, False: 8]
  |  Branch (4821:44): [True: 1, False: 7]
  ------------------
 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|      7|	if (taglen > outlen) {
  ------------------
  |  Branch (4825:6): [True: 0, False: 7]
  ------------------
 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|      7|	memcpy(out, p2, taglen);
 4830|      7|	r = (int)taglen;
 4831|       |
 4832|     28|err:
 4833|     28|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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: 21, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  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|     16|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 16, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  157|     21|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     21|	} 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|     28|	return _ret; \
  |  |  |  |  163|     28|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4834|     28|}
card-piv.c:piv_yk_notify_touch_policy:
 4723|     28|{
 4724|     28|	u8 touch_policy;
 4725|     28|	const char *title = "Touch your Yubikey to continue";
 4726|       |
 4727|     28|	piv_yk_get_metadata(card, key_ref, NULL, &touch_policy);
 4728|     28|	switch (touch_policy) {
  ------------------
  |  Branch (4728:10): [True: 2, False: 26]
  ------------------
 4729|      1|	case 0x02:
  ------------------
  |  Branch (4729:2): [True: 1, False: 27]
  ------------------
 4730|      1|		sc_notify(title, "Touching the token is required for unlocking the key");
 4731|      1|		break;
 4732|      1|	case 0x03:
  ------------------
  |  Branch (4732:2): [True: 1, False: 27]
  ------------------
 4733|      1|		sc_notify(title, "Touching the token is required unlocking the key (needed again after 15 seconds)");
 4734|      1|		break;
 4735|     28|	}
 4736|     28|}
card-piv.c:piv_yk_get_metadata:
 4504|  1.70k|{
 4505|  1.70k|	sc_apdu_t apdu;
 4506|  1.70k|	u8 resp[100];
 4507|  1.70k|	size_t i;
 4508|  1.70k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  1.70k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4509|       |
 4510|       |	/* initialize with the default behaviour */
 4511|  1.70k|	if (pin_policy)
  ------------------
  |  Branch (4511:6): [True: 1.68k, False: 28]
  ------------------
 4512|  1.68k|		*pin_policy = 0x00;
 4513|  1.70k|	if (touch_policy)
  ------------------
  |  Branch (4513:6): [True: 28, False: 1.68k]
  ------------------
 4514|     28|		*touch_policy = 0x00;
 4515|       |
 4516|  1.70k|	if (priv->yubico_version < 0x00050300) {
  ------------------
  |  Branch (4516:6): [True: 1.29k, False: 410]
  ------------------
 4517|  1.29k|		if (priv->yubico_version != 0)
  ------------------
  |  Branch (4517:7): [True: 72, False: 1.22k]
  ------------------
 4518|     72|			sc_log(card->ctx, "Yubikey's PIN and touch policy not available");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4519|  1.29k|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|  1.29k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 4520|  1.29k|	}
 4521|       |
 4522|    423|	for (i = 0; i < (sizeof(priv->yk_pin) / sizeof(*priv->yk_pin) - 1); i++) {
  ------------------
  |  Branch (4522:14): [True: 423, False: 0]
  ------------------
 4523|    423|		if (priv->yk_pin[i].slot == 0x00)
  ------------------
  |  Branch (4523:7): [True: 408, False: 15]
  ------------------
 4524|       |			/* reached the last initialized entry */
 4525|    408|			break;
 4526|       |
 4527|     15|		if (priv->yk_pin[i].slot == slot)
  ------------------
  |  Branch (4527:7): [True: 2, False: 13]
  ------------------
 4528|       |			/* metadata already initialized */
 4529|      2|			break;
 4530|     15|	}
 4531|       |
 4532|    410|	if (priv->yk_pin[i].slot == 0x00) {
  ------------------
  |  Branch (4532:6): [True: 408, False: 2]
  ------------------
 4533|       |		/* initialize this entry */
 4534|    408|		sc_format_apdu_ex(&apdu, 0x00, 0xF7, 0x00, slot, NULL, 0, resp, sizeof resp);
 4535|    408|		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|    408|#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|    397|#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|     43|#define SC_SUCCESS				0
  ------------------
  |  Branch (4535:7): [True: 397, False: 11]
  |  Branch (4535:54): [True: 43, False: 354]
  |  Branch (4535:109): [True: 15, False: 28]
  ------------------
 4536|     15|			sc_log(card->ctx, "PIN policy for slot 0x%02X: 0x%02X (touch 0x%02X)",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4537|     15|					slot, priv->yk_pin[i].policy, priv->yk_pin[i].touch);
 4538|     15|			priv->yk_pin[i].slot = slot;
 4539|    393|		} else {
 4540|    393|			sc_log(card->ctx, "Could not get Yubikey's PIN and touch policy");
  ------------------
  |  |   71|    393|#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|    393|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|    393|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 4542|    393|		}
 4543|    408|	} else if (priv->yk_pin[i].slot != slot) {
  ------------------
  |  Branch (4543:13): [True: 0, False: 2]
  ------------------
 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|     17|	if (pin_policy)
  ------------------
  |  Branch (4548:6): [True: 14, False: 3]
  ------------------
 4549|     14|		*pin_policy = priv->yk_pin[i].policy;
 4550|     17|	if (touch_policy)
  ------------------
  |  Branch (4550:6): [True: 3, False: 14]
  ------------------
 4551|      3|		*touch_policy = priv->yk_pin[i].touch;
 4552|       |
 4553|     17|	return SC_SUCCESS;
  ------------------
  |  |   28|     17|#define SC_SUCCESS				0
  ------------------
 4554|    410|}
card-piv.c:piv_yk_metadata_get_policy:
 4489|     43|{
 4490|     43|	size_t policylen;
 4491|     43|	const u8 *policy = sc_asn1_find_tag(ctx, buf, buflen, 0x02, &policylen);
 4492|     43|	if (policy && policylen == 2) {
  ------------------
  |  Branch (4492:6): [True: 25, False: 18]
  |  Branch (4492:16): [True: 15, False: 10]
  ------------------
 4493|     15|		*pin = policy[0];
 4494|     15|		*touch = policy[1];
 4495|     15|		return SC_SUCCESS;
  ------------------
  |  |   28|     15|#define SC_SUCCESS				0
  ------------------
 4496|     28|	} else {
 4497|     28|		sc_log(ctx, "Yubikey PIN policy not found");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4498|     28|		return SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|     28|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
 4499|     28|	}
 4500|     43|}
card-piv.c:piv_check_sw:
 6167|  21.7k|{
 6168|  21.7k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 6169|       |
 6170|  21.7k|	int r;
 6171|       |#ifdef ENABLE_PIV_SM
 6172|       |	int i;
 6173|       |#endif
 6174|  21.7k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  21.7k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6175|       |
 6176|  21.7k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  21.7k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  21.7k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  21.7k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 21.7k]
  |  |  ------------------
  ------------------
 6177|       |
 6178|       |	/* may be called before piv_init has allocated priv */
 6179|  21.7k|	if (priv) {
  ------------------
  |  Branch (6179:6): [True: 21.7k, False: 0]
  ------------------
 6180|       |		/* need to save sw1 and sw2 if trying to determine card_state from pin_cmd */
 6181|       |
 6182|  21.7k|		if (priv->pin_cmd_verify) {
  ------------------
  |  Branch (6182:7): [True: 618, False: 21.1k]
  ------------------
 6183|    618|			priv->pin_cmd_verify_sw1 = sw1;
 6184|    618|			priv->pin_cmd_verify_sw2 = sw2;
 6185|  21.1k|		} 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|  21.1k|			if (priv->context_specific) {
  ------------------
  |  Branch (6190:8): [True: 2, False: 21.1k]
  ------------------
 6191|      2|				sc_log(card->ctx, "Clearing CONTEXT_SPECIFIC lock");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 6192|      2|				priv->context_specific = 0;
 6193|      2|				sc_unlock(card);
 6194|      2|			}
 6195|  21.1k|		}
 6196|       |
 6197|  21.7k|		if (priv->card_issues & CI_VERIFY_630X) {
  ------------------
  |  |  584|  21.7k|#define CI_VERIFY_630X			    0x00000001U /* VERIFY tries left returns 630X rather then 63CX */
  ------------------
  |  Branch (6197:7): [True: 996, False: 20.7k]
  ------------------
 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|    996|			if (priv->pin_cmd_verify && sw1 == 0x63U) {
  ------------------
  |  Branch (6203:8): [True: 67, False: 929]
  |  Branch (6203:32): [True: 13, False: 54]
  ------------------
 6204|     13|				priv->pin_cmd_verify_sw2 |= 0xC0U; /* make it easier to test in other code */
 6205|     13|				if ((sw2 & ~0x0fU) == 0x00U) {
  ------------------
  |  Branch (6205:9): [True: 4, False: 9]
  ------------------
 6206|      4|					sc_log(card->ctx, "Verification failed (remaining tries: %d)", (sw2 & 0x0f));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 6207|      4|					return SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|      4|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 6208|       |					/* this is what the iso_check_sw returns for 63 C0 */
 6209|      4|				}
 6210|     13|			}
 6211|    996|		}
 6212|  21.7k|	}
 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|  21.7k|	r = iso_drv->ops->check_sw(card, sw1, sw2);
 6226|  21.7k|	return r;
 6227|  21.7k|}
card-piv.c:piv_card_ctl:
 4565|  73.4k|{
 4566|  73.4k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  73.4k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4567|  73.4k|	u8 *opts; /*  A or M, key_ref, alg_id */
 4568|       |
 4569|  73.4k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  73.4k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  73.4k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  73.4k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  73.4k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 73.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4570|       |
 4571|  73.4k|	if (priv == NULL) {
  ------------------
  |  Branch (4571:6): [True: 0, False: 73.4k]
  ------------------
 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|  73.4k|	switch (cmd) {
  ------------------
  |  Branch (4574:10): [True: 72.4k, False: 1.09k]
  ------------------
 4575|      0|	case SC_CARDCTL_PIV_AUTHENTICATE:
  ------------------
  |  Branch (4575:2): [True: 0, False: 73.4k]
  ------------------
 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: 73.4k]
  ------------------
 4589|      0|		return piv_generate_key(card,
 4590|      0|				(sc_cardctl_piv_genkey_info_t *)ptr);
 4591|      0|		break;
 4592|  1.10k|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (4592:2): [True: 1.10k, False: 72.3k]
  ------------------
 4593|  1.10k|		return piv_get_serial_nr_from_CHUI(card, (sc_serial_number_t *)ptr);
 4594|      0|		break;
 4595|  1.10k|	case SC_CARDCTL_PIV_PIN_PREFERENCE:
  ------------------
  |  Branch (4595:2): [True: 1.10k, False: 72.3k]
  ------------------
 4596|  1.10k|		return piv_get_pin_preference(card, ptr);
 4597|      0|		break;
 4598|  68.5k|	case SC_CARDCTL_PIV_OBJECT_PRESENT:
  ------------------
  |  Branch (4598:2): [True: 68.5k, False: 4.98k]
  ------------------
 4599|  68.5k|		return piv_is_object_present(card, ptr);
 4600|      0|		break;
 4601|  1.68k|	case SC_CARDCTL_PIV_YK_PIN_POLICY:
  ------------------
  |  Branch (4601:2): [True: 1.68k, False: 71.8k]
  ------------------
 4602|  1.68k|		return piv_yk_pin_policy(card, ptr);
 4603|      0|		break;
 4604|  73.4k|	}
 4605|       |
 4606|  1.09k|	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|  1.09k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4607|  1.09k|}
card-piv.c:piv_get_serial_nr_from_CHUI:
 4369|  1.10k|{
 4370|  1.10k|	int r;
 4371|  1.10k|	int i;
 4372|  1.10k|	u8 gbits = 0; /* 0 not present or wrong length or all zeros */
 4373|  1.10k|	u8 fbits = 0; /* 0 not present or wrong length or all zeros */
 4374|  1.10k|	u8 *rbuf = NULL;
 4375|  1.10k|	const u8 *body;
 4376|  1.10k|	const u8 *fascn;
 4377|  1.10k|	const u8 *guid;
 4378|  1.10k|	size_t rbuflen = 0, bodylen, fascnlen, guidlen;
 4379|       |
 4380|  1.10k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.10k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.10k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.10k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.10k]
  |  |  ------------------
  ------------------
 4381|  1.10k|	if (card->serialnr.len) {
  ------------------
  |  Branch (4381:6): [True: 0, False: 1.10k]
  ------------------
 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.10k|	r = piv_get_cached_data(card, PIV_OBJ_CHUI, &rbuf, &rbuflen);
 4394|  1.10k|	LOG_TEST_RET(card->ctx, r, "Failure retrieving CHUI");
  ------------------
  |  |  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: 982, False: 123]
  |  |  |  |  ------------------
  |  |  |  |  169|    982|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    982|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    982|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    982|		return _ret; \
  |  |  |  |  172|    982|	} \
  |  |  |  |  173|  1.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 123]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4395|       |
 4396|    123|	r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    123|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4397|    123|	if (rbuflen != 0) {
  ------------------
  |  Branch (4397:6): [True: 123, False: 0]
  ------------------
 4398|    123|		body = sc_asn1_find_tag(card->ctx, rbuf, rbuflen, 0x53, &bodylen); /* Pass the outer wrapper asn1 */
 4399|    123|		if (body != NULL && bodylen != 0 && rbuf[0] == 0x53) {
  ------------------
  |  Branch (4399:7): [True: 123, False: 0]
  |  Branch (4399:23): [True: 121, False: 2]
  |  Branch (4399:39): [True: 121, False: 0]
  ------------------
 4400|    121|			fascn = sc_asn1_find_tag(card->ctx, body, bodylen, 0x30, &fascnlen); /* Find the FASC-N data */
 4401|       |
 4402|    121|			if (fascn && fascnlen == 25) {
  ------------------
  |  Branch (4402:8): [True: 50, False: 71]
  |  Branch (4402:17): [True: 29, False: 21]
  ------------------
 4403|    754|				for (i = 0; i < 25; i++) {
  ------------------
  |  Branch (4403:17): [True: 725, False: 29]
  ------------------
 4404|    725|					fbits = fbits || fascn[i]; /* if all are zero, gbits will be zero */
  ------------------
  |  Branch (4404:14): [True: 538, False: 187]
  |  Branch (4404:23): [True: 28, False: 159]
  ------------------
 4405|    725|				}
 4406|     29|			}
 4407|       |
 4408|    121|			guid = sc_asn1_find_tag(card->ctx, body, bodylen, 0x34, &guidlen);
 4409|       |
 4410|    121|			if (guid && guidlen == 16) {
  ------------------
  |  Branch (4410:8): [True: 16, False: 105]
  |  Branch (4410:16): [True: 9, False: 7]
  ------------------
 4411|    153|				for (i = 0; i < 16; i++) {
  ------------------
  |  Branch (4411:17): [True: 144, False: 9]
  ------------------
 4412|    144|					gbits = gbits | guid[i]; /* if all are zero, gbits will be zero */
 4413|    144|				}
 4414|      9|			}
 4415|    121|			sc_log(card->ctx, "fascn=%p,fascnlen=%zu,guid=%p,guidlen=%zu,gbits=%2.2x",
  ------------------
  |  |   71|    121|#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|    121|					fascn, fascnlen, guid, guidlen, gbits);
 4417|       |
 4418|    121|			if (fascn && fascnlen == 25 && fbits) {
  ------------------
  |  Branch (4418:8): [True: 50, False: 71]
  |  Branch (4418:17): [True: 29, False: 21]
  |  Branch (4418:35): [True: 28, 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|     28|				if (!(gbits && fascn[0] == 0xD4 && fascn[1] == 0xE7 &&
  ------------------
  |  Branch (4421:11): [True: 8, False: 20]
  |  Branch (4421:20): [True: 7, False: 1]
  |  Branch (4421:40): [True: 6, False: 1]
  ------------------
 4422|     27|						    fascn[2] == 0x39 && (fascn[3] | 0x7F) == 0xFF)) {
  ------------------
  |  Branch (4422:11): [True: 2, False: 4]
  |  Branch (4422:31): [True: 1, False: 1]
  ------------------
 4423|       |					/* fascnlen is 25 */
 4424|     27|					serial->len = fascnlen;
 4425|     27|					memcpy(serial->value, fascn, serial->len);
 4426|     27|					r = SC_SUCCESS;
  ------------------
  |  |   28|     27|#define SC_SUCCESS				0
  ------------------
 4427|     27|					gbits = 0; /* set to skip using guid below */
 4428|     27|				}
 4429|     28|			}
 4430|    121|			if (guid && guidlen == 16 && gbits) {
  ------------------
  |  Branch (4430:8): [True: 16, False: 105]
  |  Branch (4430:16): [True: 9, False: 7]
  |  Branch (4430:33): [True: 2, False: 7]
  ------------------
 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|    121|		}
 4436|    123|	}
 4437|       |
 4438|    123|	if (fbits == 0 && gbits == 0) { /* were not able to set the serial number */
  ------------------
  |  Branch (4438:6): [True: 95, False: 28]
  |  Branch (4438:20): [True: 94, False: 1]
  ------------------
 4439|     94|		serial->len = 16;
 4440|     94|		memset(serial->value, 0x00, serial->len);
 4441|     94|		r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     94|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4442|     94|	}
 4443|       |
 4444|    123|	card->serialnr = *serial;
 4445|    123|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|     94|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 94, False: 29]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4446|    123|}
card-piv.c:piv_get_pin_preference:
 4480|  1.10k|{
 4481|  1.10k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  1.10k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4482|       |
 4483|  1.10k|	*pin_ref = priv->pin_preference;
 4484|  1.10k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.10k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.10k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.10k|	int _ret = r; \
  |  |  |  |  155|  1.10k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.10k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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: 1.10k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.10k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.10k|	return _ret; \
  |  |  |  |  163|  1.10k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4485|  1.10k|}
card-piv.c:piv_is_object_present:
 4461|  68.5k|{
 4462|  68.5k|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|  68.5k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 4463|  68.5k|	int r = 0;
 4464|  68.5k|	int enumtag;
 4465|       |
 4466|  68.5k|	enumtag = piv_find_obj_by_containerid(card, ptr);
 4467|  68.5k|	if (enumtag >= 0 && priv->obj_cache[enumtag].flags & PIV_OBJ_CACHE_NOT_PRESENT)
  ------------------
  |  |  153|  67.4k|#define PIV_OBJ_CACHE_NOT_PRESENT	8
  ------------------
  |  Branch (4467:6): [True: 67.4k, False: 1.10k]
  |  Branch (4467:22): [True: 41.5k, False: 25.8k]
  ------------------
 4468|  41.5k|		r = 1;
 4469|       |
 4470|  68.5k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  68.5k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  68.5k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  68.5k|	int _ret = r; \
  |  |  |  |  155|  68.5k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 26.9k, False: 41.5k]
  |  |  |  |  ------------------
  |  |  |  |  156|  26.9k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, 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.9k]
  |  |  |  |  ------------------
  |  |  |  |  157|  26.9k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  41.5k|	} else { \
  |  |  |  |  159|  41.5k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  41.5k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  41.5k|	} \
  |  |  |  |  162|  68.5k|	return _ret; \
  |  |  |  |  163|  68.5k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4471|  68.5k|}
card-piv.c:piv_yk_pin_policy:
 4558|  1.68k|{
 4559|  1.68k|	u8 slot = *ptr;
 4560|  1.68k|	LOG_FUNC_RETURN(card->ctx, piv_yk_get_metadata(card, slot, ptr, NULL));
  ------------------
  |  |  164|  1.68k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.68k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.68k|	int _ret = r; \
  |  |  |  |  155|  1.68k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.68k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|  1.66k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.66k, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.68k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.68k|	return _ret; \
  |  |  |  |  163|  1.68k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4561|  1.68k|}
card-piv.c:piv_pin_cmd:
 6300|    440|{
 6301|    440|	int r = 0;
 6302|    440|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|    440|#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|    440|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 6309|       |
 6310|    440|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    440|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    440|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    440|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 440]
  |  |  ------------------
  ------------------
 6311|    440|	sc_log(card->ctx, "piv_pin_cmd tries_left=%d, logged_in=%d", priv->tries_left, priv->logged_in);
  ------------------
  |  |   71|    440|#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|    440|	if (data->cmd == SC_PIN_CMD_CHANGE) {
  ------------------
  |  |  416|    440|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (6312:6): [True: 38, False: 402]
  ------------------
 6313|     38|		size_t i = 0;
 6314|     38|		if (data->pin2.len < 6) {
  ------------------
  |  Branch (6314:7): [True: 8, False: 30]
  ------------------
 6315|      8|			return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|      8|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
 6316|      8|		}
 6317|    183|		for (i = 0; i < data->pin2.len; ++i) {
  ------------------
  |  Branch (6317:15): [True: 161, False: 22]
  ------------------
 6318|    161|			if (!isdigit(data->pin2.data[i])) {
  ------------------
  |  Branch (6318:8): [True: 8, False: 153]
  ------------------
 6319|      8|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      8|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
 6320|      8|			}
 6321|    161|		}
 6322|     30|	}
 6323|       |
 6324|    424|	priv->pin_cmd_verify_sw1 = 0x00U;
 6325|       |
 6326|    424|	if (data->cmd == SC_PIN_CMD_GET_INFO) { /* fill in what we think it should be */
  ------------------
  |  |  418|    424|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (6326:6): [True: 256, False: 168]
  ------------------
 6327|    256|		data->pin1.logged_in = priv->logged_in;
 6328|    256|		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|    256|		if (data->pin_type == SC_AC_CONTEXT_SPECIFIC) {
  ------------------
  |  |  160|    256|#define SC_AC_CONTEXT_SPECIFIC		0x00000200 /* Context specific login */
  ------------------
  |  Branch (6334:7): [True: 0, False: 256]
  ------------------
 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|    256|		if (priv->logged_in & SC_PIN_STATE_LOGGED_IN) {
  ------------------
  |  |  432|    256|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
  |  Branch (6339:7): [True: 0, False: 256]
  ------------------
 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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6349|      0|		}
 6350|    256|	}
 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|    424|	if (data->cmd == SC_PIN_CMD_VERIFY && data->pin_type == SC_AC_CONTEXT_SPECIFIC) {
  ------------------
  |  |  415|    848|#define SC_PIN_CMD_VERIFY	0
  ------------------
              	if (data->cmd == SC_PIN_CMD_VERIFY && data->pin_type == SC_AC_CONTEXT_SPECIFIC) {
  ------------------
  |  |  160|    146|#define SC_AC_CONTEXT_SPECIFIC		0x00000200 /* Context specific login */
  ------------------
  |  Branch (6359:6): [True: 146, False: 278]
  |  Branch (6359:40): [True: 4, False: 142]
  ------------------
 6360|      4|		priv->context_specific = 1;
 6361|      4|		sc_log(card->ctx, "Starting CONTEXT_SPECIFIC verify");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 6362|      4|		r = sc_lock(card);
 6363|      4|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      4|#define SC_SUCCESS				0
  ------------------
  |  Branch (6363:7): [True: 0, False: 4]
  ------------------
 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|      4|	}
 6368|       |
 6369|    424|	priv->pin_cmd_verify = 1; /* tell piv_check_sw its a verify to save sw1, sw2 */
 6370|    424|	r = iso_drv->ops->pin_cmd(card, data);
 6371|    424|	priv->pin_cmd_verify = 0;
 6372|       |
 6373|       |	/* tell user verify not supported on contactless without VCI */
 6374|    424|	if (priv->pin_cmd_verify_sw1 == 0x69 && priv->pin_cmd_verify_sw2 == 0x82 &&
  ------------------
  |  Branch (6374:6): [True: 15, False: 409]
  |  Branch (6374:42): [True: 3, False: 12]
  ------------------
 6375|      3|			priv->init_flags & PIV_INIT_CONTACTLESS &&
  ------------------
  |  |  385|    427|#define PIV_INIT_CONTACTLESS			0x00000020u
  ------------------
  |  Branch (6375:4): [True: 0, False: 3]
  ------------------
 6376|      0|			card->type == SC_CARD_TYPE_PIV_II_800_73_4) {
  ------------------
  |  Branch (6376:4): [True: 0, False: 0]
  ------------------
 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|    424|	if (data->cmd == SC_PIN_CMD_VERIFY && r < 0 && priv->context_specific) {
  ------------------
  |  |  415|    848|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (6382:6): [True: 146, False: 278]
  |  Branch (6382:40): [True: 91, False: 55]
  |  Branch (6382:49): [True: 1, False: 90]
  ------------------
 6383|      1|		sc_log(card->ctx, "Clearing CONTEXT_SPECIFIC");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 6384|      1|		priv->context_specific = 0;
 6385|      1|		sc_unlock(card);
 6386|      1|	}
 6387|       |
 6388|       |	/* if access to applet is know to be reset by other driver  we select_aid and try again */
 6389|    424|	if (priv->card_issues & CI_OTHER_AID_LOSE_STATE && priv->pin_cmd_verify_sw1 == 0x6DU) {
  ------------------
  |  |  593|    848|#define CI_OTHER_AID_LOSE_STATE		    0x00000100U /* Other drivers match routines may reset our security state and lose AID!!! */
  ------------------
  |  Branch (6389:6): [True: 295, False: 129]
  |  Branch (6389:53): [True: 203, False: 92]
  ------------------
 6390|    203|		sc_log(card->ctx, "AID may be lost doing piv_find_aid and retry pin_cmd");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 6391|    203|		piv_find_aid(card);
 6392|       |
 6393|    203|		priv->pin_cmd_verify = 1; /* tell piv_check_sw its a verify to save sw1, sw2 */
 6394|    203|		r = iso_drv->ops->pin_cmd(card, data);
 6395|    203|		priv->pin_cmd_verify = 0;
 6396|    203|	}
 6397|       |
 6398|       |	/* If verify worked, we are logged_in */
 6399|    424|	if (data->cmd == SC_PIN_CMD_VERIFY) {
  ------------------
  |  |  415|    424|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (6399:6): [True: 146, False: 278]
  ------------------
 6400|    146|		if (r >= 0)
  ------------------
  |  Branch (6400:7): [True: 55, False: 91]
  ------------------
 6401|     55|			priv->logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|     55|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 6402|     91|		else
 6403|     91|			priv->logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|     91|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 6404|    146|	}
 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|    424|	if (data->cmd == SC_PIN_CMD_GET_INFO) {
  ------------------
  |  |  418|    424|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (6409:6): [True: 256, False: 168]
  ------------------
 6410|    256|		if (priv->card_issues & CI_CANT_USE_GETDATA_FOR_STATE) {
  ------------------
  |  |  588|    256|#define CI_CANT_USE_GETDATA_FOR_STATE	    0x00000008U /* No object to test verification inplace of VERIFY Lc=0 */
  ------------------
  |  Branch (6410:7): [True: 0, False: 256]
  ------------------
 6411|      0|			sc_log(card->ctx, "CI_CANT_USE_GETDATA_FOR_STATE set, assume logged_in=%d", priv->logged_in);
  ------------------
  |  |   71|      0|#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|      0|			data->pin1.logged_in = priv->logged_in; /* use what ever we saw last */
 6413|    256|		} else if (priv->card_issues & CI_VERIFY_LC0_FAIL &&
  ------------------
  |  |  585|    512|#define CI_VERIFY_LC0_FAIL		    0x00000002U /* VERIFY Lc=0 never returns 90 00 if PIN not needed */
  ------------------
  |  Branch (6413:14): [True: 72, False: 184]
  ------------------
 6414|     72|				priv->pin_cmd_verify_sw1 == 0x63U) { /* can not use modified return codes from iso->drv->pin_cmd */
  ------------------
  |  Branch (6414:5): [True: 6, False: 66]
  ------------------
 6415|       |			/* try another method, looking at a protected object this may require adding one of these to NEO */
 6416|      6|			r = piv_check_protected_objects(card);
 6417|      6|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|      6|#define SC_SUCCESS				0
  ------------------
  |  Branch (6417:8): [True: 1, False: 5]
  ------------------
 6418|      1|				data->pin1.logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|      1|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 6419|      5|			else if (r == SC_ERROR_PIN_CODE_INCORRECT) {
  ------------------
  |  |   64|      5|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (6419:13): [True: 5, False: 0]
  ------------------
 6420|      5|				if (priv->card_issues & CI_CANT_USE_GETDATA_FOR_STATE) { /* we still can not determine login state */
  ------------------
  |  |  588|      5|#define CI_CANT_USE_GETDATA_FOR_STATE	    0x00000008U /* No object to test verification inplace of VERIFY Lc=0 */
  ------------------
  |  Branch (6420:9): [True: 2, False: 3]
  ------------------
 6421|       |
 6422|      2|					data->pin1.logged_in = priv->logged_in; /* may have be set from SC_PIN_CMD_VERIFY */
 6423|      3|				} else {
 6424|      3|					data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|      3|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 6425|      3|				}
 6426|      5|				r = SC_SUCCESS;
  ------------------
  |  |   28|      5|#define SC_SUCCESS				0
  ------------------
 6427|      5|			}
 6428|      6|		}
 6429|    256|		priv->logged_in = data->pin1.logged_in;
 6430|    256|		priv->tries_left = data->pin1.tries_left;
 6431|    256|	}
 6432|       |
 6433|    424|	sc_log(card->ctx, "piv_pin_cmd tries_left=%d, logged_in=%d", priv->tries_left, priv->logged_in);
  ------------------
  |  |   71|    424|#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|    424|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    424|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    424|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    424|	int _ret = r; \
  |  |  |  |  155|    424|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 424, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    424|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    352|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 352, False: 72]
  |  |  |  |  ------------------
  |  |  |  |  157|    424|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    424|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    424|	return _ret; \
  |  |  |  |  163|    424|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6435|    424|}
card-piv.c:piv_check_protected_objects:
 6231|      6|{
 6232|      6|	int r = 0;
 6233|      6|	int i;
 6234|      6|	piv_private_data_t *priv = PIV_DATA(card);
  ------------------
  |  |  440|      6|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6235|      6|	u8 buf[8]; /* tag of 53 with 82 xx xx  will fit in 4 */
 6236|      6|	u8 *rbuf;
 6237|      6|	size_t buf_len;
 6238|      6|	static int protected_objects[] = {PIV_OBJ_PI, PIV_OBJ_CHF, PIV_OBJ_IRIS_IMAGE};
 6239|       |
 6240|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|      6|	if (priv->object_test_verify == 0) {
  ------------------
  |  Branch (6260:6): [True: 6, False: 0]
  ------------------
 6261|     15|		for (i = 0; i < (int)(sizeof(protected_objects) / sizeof(int)); i++) {
  ------------------
  |  Branch (6261:15): [True: 13, False: 2]
  ------------------
 6262|     13|			buf_len = sizeof(buf);
 6263|     13|			rbuf = buf;
 6264|     13|			r = piv_get_data(card, protected_objects[i], &rbuf, &buf_len);
 6265|     13|			if (r >= 0 || r == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED) {
  ------------------
  |  |   61|     12|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (6265:8): [True: 1, False: 12]
  |  Branch (6265:18): [True: 3, False: 9]
  ------------------
 6266|       |
 6267|       |				/* we can use this object next time if needed */
 6268|      4|				priv->object_test_verify = protected_objects[i];
 6269|      4|				break;
 6270|      4|			}
 6271|     13|		}
 6272|      6|		if (priv->object_test_verify == 0) {
  ------------------
  |  Branch (6272:7): [True: 2, False: 4]
  ------------------
 6273|       |			/*
 6274|       |			 * none of the objects returned acceptable sw1, sw2
 6275|       |			 */
 6276|      2|			sc_log(card->ctx, "No protected objects found, setting CI_CANT_USE_GETDATA_FOR_STATE");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 6277|      2|			priv->card_issues |= CI_CANT_USE_GETDATA_FOR_STATE;
  ------------------
  |  |  588|      2|#define CI_CANT_USE_GETDATA_FOR_STATE	    0x00000008U /* No object to test verification inplace of VERIFY Lc=0 */
  ------------------
 6278|      2|			r = SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|      2|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 6279|      2|		}
 6280|      6|	} else {
 6281|       |		/* use the one object we found earlier. Test is security status has changed */
 6282|      0|		buf_len = sizeof(buf);
 6283|      0|		rbuf = buf;
 6284|      0|		r = piv_get_data(card, priv->object_test_verify, &rbuf, &buf_len);
 6285|      0|	}
 6286|      6|	if (r == SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|      6|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (6286:6): [True: 0, False: 6]
  ------------------
 6287|      0|		r = SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|      0|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 6288|      6|	else if (r == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED)
  ------------------
  |  |   61|      6|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (6288:11): [True: 3, False: 3]
  ------------------
 6289|      3|		r = SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|      3|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
 6290|      3|	else if (r > 0)
  ------------------
  |  Branch (6290:11): [True: 1, False: 2]
  ------------------
 6291|      1|		r = SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
 6292|       |
 6293|      6|	sc_log(card->ctx, "card->type:%d CI:%08x r:%d AI:%08x\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__
  |  |  ------------------
  ------------------
 6294|      6|			card->type, priv->card_issues, r, priv->alg_ids);
 6295|      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|      5|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 5, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6296|      6|}
card-piv.c:piv_card_reader_lock_obtained:
 6474|  8.83k|{
 6475|  8.83k|	int r = 0;
 6476|  8.83k|	u8 temp[SC_MAX_APDU_BUFFER_SIZE];
 6477|  8.83k|	size_t templen = sizeof(temp);
 6478|  8.83k|	piv_private_data_t *priv = PIV_DATA(card); /* may be null */
  ------------------
  |  |  440|  8.83k|#define PIV_DATA(card) ((piv_private_data_t*)card->drv_data)
  ------------------
 6479|       |
 6480|  8.83k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  8.83k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  8.83k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  8.83k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 8.83k]
  |  |  ------------------
  ------------------
 6481|       |
 6482|       |	/* We have a PCSC transaction and sc_lock */
 6483|  8.83k|	if (priv == NULL || priv->pstate == PIV_STATE_MATCH) {
  ------------------
  |  Branch (6483:6): [True: 5.92k, False: 2.90k]
  |  Branch (6483:22): [True: 1.10k, False: 1.80k]
  ------------------
 6484|  7.03k|		sc_debug(card->ctx, SC_LOG_DEBUG_VERBOSE,
  ------------------
  |  |   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__
  |  |  ------------------
  |  |  |  Branch (70:103): [True: 1.10k, False: 5.92k]
  |  |  ------------------
  ------------------
 6485|  7.03k|				priv ? "PIV_STATE_MATCH" : "priv==NULL");
 6486|  7.03k|		r = 0; /* do nothing, piv_match will take care of it */
 6487|  7.03k|		goto err;
 6488|  7.03k|	}
 6489|       |
 6490|  1.80k|	priv->init_flags |= PIV_INIT_IN_READER_LOCK_OBTAINED;
  ------------------
  |  |  384|  1.80k|#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|  1.80k|	if (priv->card_issues & CI_DISCOVERY_USELESS) {
  ------------------
  |  |  590|  1.80k|#define CI_DISCOVERY_USELESS		    0x00000020U /* Discovery can not be used to query active AID invalid or no data returned */
  ------------------
  |  Branch (6498:6): [True: 1.56k, False: 240]
  ------------------
 6499|  1.56k|		r = SC_ERROR_NO_CARD_SUPPORT;
  ------------------
  |  |   58|  1.56k|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
 6500|  1.56k|	} else {
 6501|    240|		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|    240|	}
 6517|       |
 6518|  1.80k|	if (r < 0) {
  ------------------
  |  Branch (6518:6): [True: 1.78k, False: 19]
  ------------------
 6519|  1.78k|		if (was_reset > 0 || !(priv->card_issues & CI_PIV_AID_LOSE_STATE)) {
  ------------------
  |  |  591|  1.78k|#define CI_PIV_AID_LOSE_STATE		    0x00000040U /* PIV AID can lose the login state run with out it*/
  ------------------
  |  Branch (6519:7): [True: 0, False: 1.78k]
  |  Branch (6519:24): [True: 1.75k, False: 26]
  ------------------
 6520|  1.75k|			r = iso7816_select_aid(card, piv_aids[0].value, piv_aids[0].len_short, temp, &templen);
 6521|  1.75k|			sc_debug(card->ctx, SC_LOG_DEBUG_MATCH, "iso7816_select_aid card->type:%d r:%d\n", card->type, r);
  ------------------
  |  |   70|  1.75k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 6522|  1.75k|		} else {
 6523|     26|			r = 0; /* can't do anything with this card, hope there was no interference */
 6524|     26|		}
 6525|  1.78k|	}
 6526|       |
 6527|  1.80k|	if (r < 0) /* bad error return will show up in sc_lock as error*/
  ------------------
  |  Branch (6527:6): [True: 1.57k, False: 231]
  ------------------
 6528|  1.57k|		goto err;
 6529|       |
 6530|    231|	if (was_reset > 0)
  ------------------
  |  Branch (6530:6): [True: 0, False: 231]
  ------------------
 6531|      0|		priv->logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|      0|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
 6532|       |
 6533|    231|	r = 0;
 6534|       |
 6535|  8.83k|err:
 6536|  8.83k|	if (priv)
  ------------------
  |  Branch (6536:6): [True: 2.90k, False: 5.92k]
  ------------------
 6537|  2.90k|		priv->init_flags &= ~PIV_INIT_IN_READER_LOCK_OBTAINED;
  ------------------
  |  |  384|  2.90k|#define PIV_INIT_IN_READER_LOCK_OBTAINED	0x00000010u
  ------------------
 6538|  8.83k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  8.83k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  8.83k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  8.83k|	int _ret = r; \
  |  |  |  |  155|  8.83k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8.83k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  8.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|  1.57k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.57k, False: 7.26k]
  |  |  |  |  ------------------
  |  |  |  |  157|  8.83k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  8.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|  8.83k|	return _ret; \
  |  |  |  |  163|  8.83k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 6539|  8.83k|}

sc_get_rtecp_driver:
  868|  16.2k|{
  869|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (869:6): [True: 1, False: 16.2k]
  ------------------
  870|      1|		iso_ops = sc_get_iso7816_driver()->ops;
  871|  16.2k|	rtecp_ops = *iso_ops;
  872|       |
  873|  16.2k|	rtecp_ops.match_card = rtecp_match_card;
  874|  16.2k|	rtecp_ops.init = rtecp_init;
  875|       |	/* read_binary */
  876|  16.2k|	rtecp_ops.write_binary = NULL;
  877|       |	/* update_binary */
  878|  16.2k|	rtecp_ops.read_record = NULL;
  879|  16.2k|	rtecp_ops.write_record = NULL;
  880|  16.2k|	rtecp_ops.append_record = NULL;
  881|  16.2k|	rtecp_ops.update_record = NULL;
  882|  16.2k|	rtecp_ops.select_file = rtecp_select_file;
  883|       |	/* get_response */
  884|       |	/* get_challenge */
  885|  16.2k|	rtecp_ops.verify = rtecp_verify;
  886|  16.2k|	rtecp_ops.logout = rtecp_logout;
  887|       |	/* restore_security_env */
  888|  16.2k|	rtecp_ops.set_security_env = rtecp_set_security_env;
  889|  16.2k|	rtecp_ops.decipher = rtecp_decipher;
  890|  16.2k|	rtecp_ops.compute_signature = rtecp_compute_signature;
  891|  16.2k|	rtecp_ops.change_reference_data = rtecp_change_reference_data;
  892|  16.2k|	rtecp_ops.reset_retry_counter = rtecp_reset_retry_counter;
  893|  16.2k|	rtecp_ops.create_file = rtecp_create_file;
  894|       |	/* delete_file */
  895|  16.2k|	rtecp_ops.list_files = rtecp_list_files;
  896|       |	/* check_sw */
  897|  16.2k|	rtecp_ops.card_ctl = rtecp_card_ctl;
  898|       |	/* process_fci */
  899|  16.2k|	rtecp_ops.construct_fci = rtecp_construct_fci;
  900|       |	rtecp_ops.pin_cmd = NULL;
  901|  16.2k|	return &rtecp_drv;
  902|  16.2k|}
card-rtecp.c:rtecp_match_card:
   73|  9.81k|{
   74|  9.81k|	int i = -1;
   75|  9.81k|	i = _sc_match_atr(card, rtecp_atrs, &card->type);
   76|  9.81k|	if (i >= 0) {
  ------------------
  |  Branch (76:6): [True: 74, False: 9.73k]
  ------------------
   77|     74|		card->name = rtecp_atrs[i].name;
   78|     74|		LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  164|     74|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     74|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     74|	int _ret = r; \
  |  |  |  |  155|     74|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 74]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     74|	} else { \
  |  |  |  |  159|     74|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     74|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     74|	} \
  |  |  |  |  162|     74|	return _ret; \
  |  |  |  |  163|     74|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   79|     74|	}
   80|  9.73k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  9.73k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.73k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.73k|	int _ret = r; \
  |  |  |  |  155|  9.73k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.73k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.73k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, 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.73k]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.73k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.73k|	} else { \
  |  |  |  |  159|      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.73k|	return _ret; \
  |  |  |  |  163|  9.73k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   81|  9.73k|}
card-rtecp.c:rtecp_init:
   84|     74|{
   85|     74|	sc_algorithm_info_t info;
   86|     74|	unsigned long flags;
   87|       |
   88|     74|	if (!card || !card->ctx)
  ------------------
  |  Branch (88:6): [True: 0, False: 74]
  |  Branch (88:15): [True: 0, False: 74]
  ------------------
   89|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   90|       |
   91|     74|	card->cla = 0;
   92|       |
   93|     74|	if (card->type == SC_CARD_TYPE_RUTOKEN_LITE
  ------------------
  |  Branch (93:6): [True: 0, False: 74]
  ------------------
   94|     74|			|| card->type == SC_CARD_TYPE_RUTOKEN_LITE_SC)
  ------------------
  |  Branch (94:7): [True: 1, False: 73]
  ------------------
   95|      1|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
   96|       |
   97|     73|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     73|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
   98|       |
   99|     73|	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |  102|     73|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |   93|     73|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  100|     73|		| SC_ALGORITHM_RSA_PAD_NONE | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  104|     73|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
              		| SC_ALGORITHM_RSA_PAD_NONE | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|     73|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  101|       |
  102|     73|	_sc_card_add_rsa_alg(card, 256, flags, 0);
  103|     73|	_sc_card_add_rsa_alg(card, 512, flags, 0);
  104|     73|	_sc_card_add_rsa_alg(card, 768, flags, 0);
  105|     73|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
  106|     73|	_sc_card_add_rsa_alg(card, 1280, flags, 0);
  107|     73|	_sc_card_add_rsa_alg(card, 1536, flags, 0);
  108|     73|	_sc_card_add_rsa_alg(card, 1792, flags, 0);
  109|     73|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
  110|     73|	_sc_card_add_rsa_alg(card, 4096, flags, 0);
  111|       |
  112|     73|	memset(&info, 0, sizeof(info));
  113|     73|	info.algorithm = SC_ALGORITHM_GOSTR3410;
  ------------------
  |  |   71|     73|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  114|     73|	info.key_length = 256;
  115|     73|	info.flags = SC_ALGORITHM_GOSTR3410_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |  156|     73|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  ------------------
              	info.flags = SC_ALGORITHM_GOSTR3410_RAW | SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |   93|     73|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  116|     73|		| SC_ALGORITHM_GOSTR3410_HASH_NONE;
  ------------------
  |  |  157|     73|#define SC_ALGORITHM_GOSTR3410_HASH_NONE	SC_ALGORITHM_GOSTR3410_RAW /*XXX*/
  |  |  ------------------
  |  |  |  |  156|     73|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  |  |  ------------------
  ------------------
  117|     73|	_sc_card_add_algorithm(card, &info);
  118|       |
  119|     73|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|     73|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|     73|	int _ret = r; \
  |  |  155|     73|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 73, False: 0]
  |  |  ------------------
  |  |  156|     73|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 73]
  |  |  ------------------
  |  |  157|     73|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     73|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|     73|	return _ret; \
  |  |  163|     73|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  120|     73|}
card-rtecp.c:rtecp_select_file:
  285|    363|{
  286|    363|	sc_file_t *file = NULL;
  287|    363|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    363|#define SC_SUCCESS				0
  ------------------
  288|       |
  289|    363|	if (!card || !card->ctx || !in_path)
  ------------------
  |  Branch (289:6): [True: 0, False: 363]
  |  Branch (289:15): [True: 0, False: 363]
  |  Branch (289:29): [True: 0, False: 363]
  ------------------
  290|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  291|       |
  292|    363|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    363|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    363|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    363|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 363]
  |  |  ------------------
  ------------------
  293|       |
  294|    363|	switch (in_path->type)
  ------------------
  |  Branch (294:10): [True: 125, False: 238]
  ------------------
  295|    363|	{
  296|    125|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    125|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (296:2): [True: 125, False: 238]
  ------------------
  297|    125|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|    125|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (297:2): [True: 0, False: 363]
  ------------------
  298|    125|	case SC_PATH_TYPE_PARENT:
  ------------------
  |  |  123|    125|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (298:2): [True: 0, False: 363]
  ------------------
  299|    125|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  153|    125|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    125|	int _ret = r; \
  |  |  155|    125|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 125, False: 0]
  |  |  ------------------
  |  |  156|    125|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|    125|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 125, False: 0]
  |  |  ------------------
  |  |  157|    125|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    125|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    125|	return _ret; \
  |  |  163|    125|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  300|    363|	}
  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|    238|	r = iso_ops->select_file(card, in_path, &file);
  305|    238|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    238|#define SC_SUCCESS				0
  ------------------
  |  Branch (305:6): [True: 115, False: 123]
  ------------------
  306|    115|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 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]
  |  |  ------------------
  ------------------
  307|       |
  308|    123|	if (file->sec_attr && file->sec_attr_len == SC_RTECP_SEC_ATTR_SIZE)
  ------------------
  |  |  780|    110|#define SC_RTECP_SEC_ATTR_SIZE 15
  ------------------
  |  Branch (308:6): [True: 110, False: 13]
  |  Branch (308:24): [True: 103, False: 7]
  ------------------
  309|    103|		set_acl_from_sec_attr(card, file);
  310|     20|	else
  311|     20|	{
  312|     20|		sc_file_free(file);
  313|     20|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  314|     20|	}
  315|       |
  316|    103|	if (file_out)
  ------------------
  |  Branch (316:6): [True: 78, False: 25]
  ------------------
  317|     78|		*file_out = file;
  318|     25|	else
  319|     25|		sc_file_free(file);
  320|       |
  321|    103|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 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]
  |  |  ------------------
  ------------------
  322|    103|}
card-rtecp.c:set_acl_from_sec_attr:
  167|    103|{
  168|    103|	unsigned int method;
  169|    103|	unsigned long key_ref;
  170|       |
  171|    103|	if (!card || !card->ctx || !file || !file->sec_attr
  ------------------
  |  Branch (171:6): [True: 0, False: 103]
  |  Branch (171:15): [True: 0, False: 103]
  |  Branch (171:29): [True: 0, False: 103]
  |  Branch (171:38): [True: 0, False: 103]
  ------------------
  172|    103|		|| file->sec_attr_len != SC_RTECP_SEC_ATTR_SIZE
  ------------------
  |  |  780|    206|#define SC_RTECP_SEC_ATTR_SIZE 15
  ------------------
  |  Branch (172:6): [True: 0, False: 103]
  ------------------
  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|    103|	sc_file_add_acl_entry(file, SC_AC_OP_SELECT, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  166|    103|#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|    103|#define SC_AC_NONE			0x00000000
  ------------------
              	sc_file_add_acl_entry(file, SC_AC_OP_SELECT, SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    103|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  179|    103|	if (file->sec_attr[0] & 0x40) /* if AccessMode.6 */
  ------------------
  |  Branch (179:6): [True: 54, False: 49]
  ------------------
  180|     54|	{
  181|     54|		method = sec_attr_to_method(file->sec_attr[1 + 6]);
  182|     54|		key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 6]);
  183|     54|		sc_log(card->ctx,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  184|     54|			"SC_AC_OP_DELETE %i %lu\n",
  185|     54|			(int)method, key_ref);
  186|     54|		sc_file_add_acl_entry(file, SC_AC_OP_DELETE, method, key_ref);
  ------------------
  |  |  168|     54|#define SC_AC_OP_DELETE			2
  ------------------
  187|     54|	}
  188|    103|	if (file->sec_attr[0] & 0x01) /* if AccessMode.0 */
  ------------------
  |  Branch (188:6): [True: 73, False: 30]
  ------------------
  189|     73|	{
  190|     73|		method = sec_attr_to_method(file->sec_attr[1 + 0]);
  191|     73|		key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 0]);
  192|     73|		sc_log(card->ctx,
  ------------------
  |  |   71|    146|#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: 8, False: 65]
  |  |  ------------------
  ------------------
  193|     73|			(file->type == SC_FILE_TYPE_DF) ?
  194|     73|				"SC_AC_OP_CREATE %i %lu\n"
  195|     73|				: "SC_AC_OP_READ %i %lu\n",
  196|     73|			(int)method, key_ref);
  197|     73|		sc_file_add_acl_entry(file, (file->type == SC_FILE_TYPE_DF) ?
  ------------------
  |  |  214|     73|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (197:31): [True: 8, False: 65]
  ------------------
  198|     65|				SC_AC_OP_CREATE : SC_AC_OP_READ, method, key_ref);
  ------------------
  |  |  169|      8|#define SC_AC_OP_CREATE			3
  ------------------
              				SC_AC_OP_CREATE : SC_AC_OP_READ, method, key_ref);
  ------------------
  |  |  188|    138|#define SC_AC_OP_READ			22
  ------------------
  199|     73|	}
  200|    103|	if (file->type == SC_FILE_TYPE_DF)
  ------------------
  |  |  214|    103|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (200:6): [True: 10, False: 93]
  ------------------
  201|     10|	{
  202|     10|		sc_file_add_acl_entry(file, SC_AC_OP_LIST_FILES,
  ------------------
  |  |  172|     10|#define SC_AC_OP_LIST_FILES		6
  ------------------
  203|     10|				SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|     10|#define SC_AC_NONE			0x00000000
  ------------------
              				SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|     10|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  204|     10|	}
  205|     93|	else
  206|     93|		if (file->sec_attr[0] & 0x02) /* if AccessMode.1 */
  ------------------
  |  Branch (206:7): [True: 56, False: 37]
  ------------------
  207|     56|		{
  208|     56|			method = sec_attr_to_method(file->sec_attr[1 + 1]);
  209|     56|			key_ref = sec_attr_to_key_ref(file->sec_attr[1 + 1]);
  210|     56|			sc_log(card->ctx,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  211|     56|				"SC_AC_OP_UPDATE %i %lu\n",
  212|     56|				(int)method, key_ref);
  213|     56|			sc_file_add_acl_entry(file, SC_AC_OP_UPDATE, method, key_ref);
  ------------------
  |  |  189|     56|#define SC_AC_OP_UPDATE			23
  ------------------
  214|     56|			sc_log(card->ctx,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  215|     56|				"SC_AC_OP_WRITE %i %lu\n",
  216|     56|				(int)method, key_ref);
  217|     56|			sc_file_add_acl_entry(file, SC_AC_OP_WRITE, method, key_ref);
  ------------------
  |  |  190|     56|#define SC_AC_OP_WRITE			24
  ------------------
  218|     56|		}
  219|    103|}
card-rtecp.c:sec_attr_to_method:
  139|    183|{
  140|    183|	if (attr == 0xFF)
  ------------------
  |  Branch (140:6): [True: 37, False: 146]
  ------------------
  141|     37|		return SC_AC_NEVER;
  ------------------
  |  |  163|     37|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  142|    146|	else if (attr == 0)
  ------------------
  |  Branch (142:11): [True: 44, False: 102]
  ------------------
  143|     44|		return SC_AC_NONE;
  ------------------
  |  |  150|     44|#define SC_AC_NONE			0x00000000
  ------------------
  144|    102|	else if (attr & 0x03)
  ------------------
  |  Branch (144:11): [True: 69, False: 33]
  ------------------
  145|     69|		return SC_AC_CHV;
  ------------------
  |  |  151|     69|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  146|     33|	else
  147|     33|		return SC_AC_UNKNOWN;
  ------------------
  |  |  162|     33|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  148|    183|}
card-rtecp.c:sec_attr_to_key_ref:
  151|    183|{
  152|    183|	if (attr == 1 || attr == 2)
  ------------------
  |  Branch (152:6): [True: 15, False: 168]
  |  Branch (152:19): [True: 19, False: 149]
  ------------------
  153|     34|		return attr;
  154|    149|	return 0;
  155|    183|}
card-rtecp.c:rtecp_card_ctl:
  704|     27|{
  705|     27|	sc_apdu_t apdu;
  706|     27|	u8 buf[512];
  707|     27|	sc_rtecp_genkey_data_t *genkey_data = data;
  708|     27|	sc_serial_number_t *serial = data;
  709|     27|	int r;
  710|       |
  711|     27|	const unsigned char rsa_prop[] = {0xA6, 0x06, 0x94, 0x04, 0x01, 0x00, 0x01, 0x00};
  712|       |
  713|     27|	if (!card || !card->ctx)
  ------------------
  |  Branch (713:6): [True: 0, False: 27]
  |  Branch (713:15): [True: 0, False: 27]
  ------------------
  714|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  715|       |
  716|     27|	switch (request)
  717|     27|	{
  718|      0|	case SC_CARDCTL_RTECP_INIT:
  ------------------
  |  Branch (718:2): [True: 0, False: 27]
  ------------------
  719|      0|		sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x8A, 0, 0);
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  720|      0|		apdu.cla = 0x80;
  721|      0|		break;
  722|      0|	case SC_CARDCTL_RTECP_INIT_END:
  ------------------
  |  Branch (722:2): [True: 0, False: 27]
  ------------------
  723|      0|		sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x84, 0x4E, 0x19);
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
  724|      0|		apdu.cla = 0x80;
  725|      0|		break;
  726|     12|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (726:2): [True: 12, False: 15]
  ------------------
  727|     12|		if (!serial)
  ------------------
  |  Branch (727:7): [True: 0, False: 12]
  ------------------
  728|     12|			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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  729|     12|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0x01, 0x81);
  ------------------
  |  |  292|     12|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  730|     12|		apdu.resp = buf;
  731|     12|		apdu.resplen = sizeof(buf);
  732|     12|		apdu.le = 256;
  733|     12|		serial->len = sizeof(serial->value);
  734|     12|		break;
  735|      0|	case SC_CARDCTL_RTECP_GENERATE_KEY:
  ------------------
  |  Branch (735:2): [True: 0, False: 27]
  ------------------
  736|      0|		if (!genkey_data)
  ------------------
  |  Branch (736:7): [True: 0, False: 0]
  ------------------
  737|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  738|      0|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0x46, 0x80,
  ------------------
  |  |  292|      0|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  739|      0|				genkey_data->key_id);
  740|      0|		apdu.resp = buf;
  741|      0|		apdu.resplen = sizeof(buf);
  742|      0|		apdu.le = 256;
  743|      0|		if (genkey_data->type == SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (743:7): [True: 0, False: 0]
  ------------------
  744|      0|			apdu.cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|      0|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  745|      0|			apdu.data = rsa_prop;
  746|      0|			apdu.datalen = sizeof(rsa_prop);
  747|      0|			apdu.lc = sizeof(rsa_prop);
  748|      0|		}
  749|      0|		break;
  750|      4|	case SC_CARDCTL_LIFECYCLE_SET:
  ------------------
  |  Branch (750:2): [True: 4, False: 23]
  ------------------
  751|      4|		sc_log(card->ctx,  "%s\n",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  752|      4|				"SC_CARDCTL_LIFECYCLE_SET not supported");
  753|       |		/* no call sc_debug (SC_FUNC_RETURN) */
  754|      4|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      4|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  755|     11|	default:
  ------------------
  |  Branch (755:2): [True: 11, False: 16]
  ------------------
  756|     11|		sc_log(card->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__
  |  |  ------------------
  ------------------
  757|     11|			"request = 0x%lx\n", request);
  758|     11|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  759|     27|	}
  760|     12|	r = sc_transmit_apdu(card, &apdu);
  761|     12|	LOG_TEST_RET(card->ctx, r, "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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  762|     10|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  763|     10|	if (!r && request == SC_CARDCTL_RTECP_GENERATE_KEY)
  ------------------
  |  Branch (763:6): [True: 8, False: 2]
  |  Branch (763:12): [True: 0, False: 8]
  ------------------
  764|      0|	{
  765|      0|		if (genkey_data->type == SC_ALGORITHM_RSA &&
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (765:7): [True: 0, False: 0]
  ------------------
  766|      0|				genkey_data->u.rsa.modulus_len >= apdu.resplen &&
  ------------------
  |  Branch (766:5): [True: 0, False: 0]
  ------------------
  767|      0|				genkey_data->u.rsa.exponent_len >= 3)
  ------------------
  |  Branch (767:5): [True: 0, False: 0]
  ------------------
  768|      0|		{
  769|      0|			memcpy(genkey_data->u.rsa.modulus, apdu.resp, apdu.resplen);
  770|      0|			genkey_data->u.rsa.modulus_len = apdu.resplen;
  771|      0|			reverse(genkey_data->u.rsa.modulus,
  772|      0|					genkey_data->u.rsa.modulus_len);
  773|      0|			memcpy(genkey_data->u.rsa.exponent, "\x01\x00\x01", 3);
  774|      0|			genkey_data->u.rsa.exponent_len = 3;
  775|      0|		}
  776|      0|		else if (genkey_data->type == SC_ALGORITHM_GOSTR3410 &&
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (776:12): [True: 0, False: 0]
  ------------------
  777|      0|				genkey_data->u.gostr3410.xy_len >= apdu.resplen)
  ------------------
  |  Branch (777:5): [True: 0, False: 0]
  ------------------
  778|      0|		{
  779|      0|			memcpy(genkey_data->u.gostr3410.xy, apdu.resp, apdu.resplen);
  780|      0|			genkey_data->u.gostr3410.xy_len = apdu.resplen;
  781|      0|		}
  782|      0|		else
  783|      0|			r = SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  784|      0|	}
  785|     10|	else if (!r && request == SC_CARDCTL_GET_SERIALNR)
  ------------------
  |  Branch (785:11): [True: 8, False: 2]
  |  Branch (785:17): [True: 8, False: 0]
  ------------------
  786|      8|	{
  787|      8|		if (apdu.resplen <= sizeof(serial->value))
  ------------------
  |  Branch (787:7): [True: 7, False: 1]
  ------------------
  788|      7|		{
  789|      7|			memcpy(serial->value, apdu.resp, apdu.resplen);
  790|      7|			serial->len = apdu.resplen;
  791|      7|		}
  792|      1|		else
  793|      1|			r = SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      1|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  794|      8|	}
  795|     10|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 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|      3|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 3, False: 7]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  796|     10|}

sc_get_rutoken_driver:
 1320|  16.2k|{
 1321|  16.2k|	return get_rutoken_driver();
 1322|  16.2k|}
card-rutoken.c:get_rutoken_driver:
 1281|  16.2k|{
 1282|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1282:6): [True: 1, False: 16.2k]
  ------------------
 1283|      1|		iso_ops = sc_get_iso7816_driver()->ops;
 1284|  16.2k|	rutoken_ops = *iso_ops;
 1285|       |
 1286|  16.2k|	rutoken_ops.match_card = rutoken_match_card;
 1287|  16.2k|	rutoken_ops.init = rutoken_init;
 1288|  16.2k|	rutoken_ops.finish = rutoken_finish;
 1289|       |	/* read_binary */
 1290|  16.2k|	rutoken_ops.write_binary = NULL;
 1291|       |	/* update_binary */
 1292|  16.2k|	rutoken_ops.read_record = NULL;
 1293|  16.2k|	rutoken_ops.write_record = NULL;
 1294|  16.2k|	rutoken_ops.append_record = NULL;
 1295|  16.2k|	rutoken_ops.update_record = NULL;
 1296|  16.2k|	rutoken_ops.select_file = rutoken_select_file;
 1297|  16.2k|	rutoken_ops.get_response = NULL;
 1298|  16.2k|	rutoken_ops.get_challenge = rutoken_get_challenge;
 1299|  16.2k|	rutoken_ops.verify = rutoken_verify;
 1300|  16.2k|	rutoken_ops.logout = rutoken_logout;
 1301|  16.2k|	rutoken_ops.restore_security_env = rutoken_restore_security_env;
 1302|  16.2k|	rutoken_ops.set_security_env = rutoken_set_security_env;
 1303|  16.2k|	rutoken_ops.decipher = NULL;
 1304|  16.2k|	rutoken_ops.compute_signature = rutoken_compute_signature;
 1305|  16.2k|	rutoken_ops.change_reference_data = rutoken_change_reference_data;
 1306|  16.2k|	rutoken_ops.reset_retry_counter = rutoken_reset_retry_counter;
 1307|  16.2k|	rutoken_ops.create_file = rutoken_create_file;
 1308|  16.2k|	rutoken_ops.delete_file = rutoken_delete_file;
 1309|  16.2k|	rutoken_ops.list_files = rutoken_list_files;
 1310|  16.2k|	rutoken_ops.check_sw = rutoken_check_sw;
 1311|  16.2k|	rutoken_ops.card_ctl = rutoken_card_ctl;
 1312|  16.2k|	rutoken_ops.process_fci = rutoken_process_fci;
 1313|  16.2k|	rutoken_ops.construct_fci = rutoken_construct_fci;
 1314|  16.2k|	rutoken_ops.pin_cmd = NULL;
 1315|       |
 1316|  16.2k|	return &rutoken_drv;
 1317|  16.2k|}
card-rutoken.c:rutoken_match_card:
  103|  9.94k|{
  104|  9.94k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  9.94k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  9.94k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  9.94k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 9.94k]
  |  |  ------------------
  ------------------
  105|  9.94k|	if (_sc_match_atr(card, rutoken_atrs, &card->type) >= 0)
  ------------------
  |  Branch (105:6): [True: 130, False: 9.81k]
  ------------------
  106|    130|	{
  107|    130|		sc_log(card->ctx,  "ATR recognized as Rutoken\n");
  ------------------
  |  |   71|    130|#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|    130|		LOG_FUNC_RETURN(card->ctx, 1);
  ------------------
  |  |  164|    130|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    130|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    130|	int _ret = r; \
  |  |  |  |  155|    130|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 130]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    130|	} else { \
  |  |  |  |  159|    130|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    130|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    130|	} \
  |  |  |  |  162|    130|	return _ret; \
  |  |  |  |  163|    130|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  109|    130|	}
  110|  9.81k|	LOG_FUNC_RETURN(card->ctx, 0);
  ------------------
  |  |  164|  9.81k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.81k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.81k|	int _ret = r; \
  |  |  |  |  155|  9.81k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.81k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 9.81k]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.81k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.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|  9.81k|	return _ret; \
  |  |  |  |  163|  9.81k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  111|  9.81k|}
card-rutoken.c:rutoken_init:
  127|    130|{
  128|    130|	int ret;
  129|       |
  130|    130|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    130|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    130|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    130|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 130]
  |  |  ------------------
  ------------------
  131|       |	/* &rutoken_atrs[1] : { uaToken S ATR, NULL ATR } */
  132|    130|	if (_sc_match_atr(card, &rutoken_atrs[1], &card->type) >= 0)
  ------------------
  |  Branch (132:6): [True: 1, False: 129]
  ------------------
  133|      1|		ret = token_init(card, "uaToken S card");
  134|    129|	else
  135|    129|		ret = token_init(card, "Rutoken S card");
  136|       |
  137|    130|	if (ret != SC_SUCCESS) {
  ------------------
  |  |   28|    130|#define SC_SUCCESS				0
  ------------------
  |  Branch (137:6): [True: 0, False: 130]
  ------------------
  138|      0|		ret = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  139|      0|	}
  140|    130|	LOG_FUNC_RETURN(card->ctx, ret);
  ------------------
  |  |  164|    130|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    130|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    130|	int _ret = r; \
  |  |  |  |  155|    130|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 130, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    130|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 130]
  |  |  |  |  ------------------
  |  |  |  |  157|    130|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    130|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    130|	return _ret; \
  |  |  |  |  163|    130|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|    130|}
card-rutoken.c:token_init:
  114|    130|{
  115|    130|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    130|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    130|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    130|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    130|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 130]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|       |
  117|    130|	card->name = card_name;
  118|    130|	card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    130|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  119|    130|	card->drv_data = calloc(1, sizeof(auth_senv_t));
  120|    130|	if (card->drv_data == NULL)
  ------------------
  |  Branch (120:6): [True: 0, False: 130]
  ------------------
  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|    130|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_SUCCESS);
  ------------------
  |  |  153|    130|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    130|	int _ret = r; \
  |  |  155|    130|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 130, False: 0]
  |  |  ------------------
  |  |  156|    130|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 0, False: 130]
  |  |  ------------------
  |  |  157|    130|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    130|	} else { \
  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  161|      0|	} \
  |  |  162|    130|	return _ret; \
  |  |  163|    130|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  124|    130|}
card-rutoken.c:rutoken_finish:
   94|    130|{
   95|    130|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    130|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    130|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    130|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 130]
  |  |  ------------------
  ------------------
   96|    130|	if (!card->drv_data)
  ------------------
  |  Branch (96:6): [True: 0, False: 130]
  ------------------
   97|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   98|    130|	free(card->drv_data);
   99|    130|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    130|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    130|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    130|	int _ret = r; \
  |  |  |  |  155|    130|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 130, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    130|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 130]
  |  |  |  |  ------------------
  |  |  |  |  157|    130|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    130|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    130|	return _ret; \
  |  |  |  |  163|    130|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  100|    130|}
card-rutoken.c:rutoken_select_file:
  363|    592|{
  364|    592|	sc_apdu_t apdu;
  365|    592|	u8 buf[SC_MAX_APDU_BUFFER_SIZE], pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  366|    592|	sc_file_t *file = NULL;
  367|    592|	size_t pathlen;
  368|    592|	int ret;
  369|       |
  370|    592|	if (!card || !card->ctx)
  ------------------
  |  Branch (370:6): [True: 0, False: 592]
  |  Branch (370:15): [True: 0, False: 592]
  ------------------
  371|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  372|    592|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    592|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    592|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    592|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 592]
  |  |  ------------------
  ------------------
  373|       |
  374|    592|	if (in_path == NULL || sizeof(pathbuf) < in_path->len)
  ------------------
  |  Branch (374:6): [True: 0, False: 592]
  |  Branch (374:25): [True: 0, False: 592]
  ------------------
  375|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  376|    592|	memcpy(path, in_path->value, in_path->len);
  377|    592|	pathlen = in_path->len;
  378|       |
  379|       |	/* p2 = 0; first record, return FCP */
  380|    592|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  294|    592|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  381|    592|	switch (in_path->type)
  382|    592|	{
  383|      0|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|      0|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (383:2): [True: 0, False: 592]
  ------------------
  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|    442|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|    442|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (387:2): [True: 442, False: 150]
  ------------------
  388|    442|		if (pathlen >= 2 && memcmp(path, "\x3F\x00", 2) == 0)
  ------------------
  |  Branch (388:7): [True: 442, False: 0]
  |  Branch (388:23): [True: 363, False: 79]
  ------------------
  389|    363|		{
  390|    363|			if (pathlen == 2)
  ------------------
  |  Branch (390:8): [True: 10, False: 353]
  ------------------
  391|     10|				break; /* only 3F00 supplied */
  392|    353|			path += 2;
  393|    353|			pathlen -= 2;
  394|    353|		}
  395|    432|		apdu.p1 = 0x08;
  396|    432|		break;
  397|    150|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|    150|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (397:2): [True: 150, False: 442]
  ------------------
  398|    150|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|    150|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (398:2): [True: 0, False: 592]
  ------------------
  399|    150|	case SC_PATH_TYPE_PARENT:
  ------------------
  |  |  123|    150|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (399:2): [True: 0, False: 592]
  ------------------
  400|    150|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|    150|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    150|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    150|	int _ret = r; \
  |  |  |  |  155|    150|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 150, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    150|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    150|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 150, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    150|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    150|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    150|	return _ret; \
  |  |  |  |  163|    150|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  401|      0|	default:
  ------------------
  |  Branch (401:2): [True: 0, False: 592]
  ------------------
  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|    592|	}
  404|    442|	swap_pair(path, pathlen);
  405|    442|	apdu.lc = pathlen;
  406|    442|	apdu.data = path;
  407|    442|	apdu.datalen = pathlen;
  408|       |
  409|    442|	apdu.resp = buf;
  410|    442|	apdu.resplen = sizeof(buf);
  411|    442|	apdu.le = 256;
  412|       |
  413|    442|	ret = sc_transmit_apdu(card, &apdu);
  414|    442|	LOG_TEST_RET(card->ctx, ret, "APDU transmit failed");
  ------------------
  |  |  174|    442|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    442|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    442|	int _ret = (r); \
  |  |  |  |  168|    442|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 424]
  |  |  |  |  ------------------
  |  |  |  |  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|    442|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 424]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  415|    424|	if (file_out == NULL)
  ------------------
  |  Branch (415:6): [True: 172, False: 252]
  ------------------
  416|    172|	{
  417|    172|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (417:7): [True: 0, False: 172]
  ------------------
  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|    172|		SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  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|    111|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 111, False: 61]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  420|    172|	}
  421|    252|	ret = sc_check_sw(card, apdu.sw1, apdu.sw2);
  422|    252|	LOG_TEST_RET(card->ctx, ret, "");
  ------------------
  |  |  174|    252|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    252|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    252|	int _ret = (r); \
  |  |  |  |  168|    252|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 92, False: 160]
  |  |  |  |  ------------------
  |  |  |  |  169|     92|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     92|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     92|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     92|		return _ret; \
  |  |  |  |  172|     92|	} \
  |  |  |  |  173|    252|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 160]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  423|       |
  424|    160|	if (apdu.resplen > 0 && apdu.resp[0] != 0x62) /* Tag 0x62 - FCP */
  ------------------
  |  Branch (424:6): [True: 146, False: 14]
  |  Branch (424:26): [True: 17, False: 129]
  ------------------
  425|    160|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|       |
  427|    143|	file = sc_file_new();
  428|    143|	if (file == NULL)
  ------------------
  |  Branch (428:6): [True: 0, False: 143]
  ------------------
  429|    143|		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|    143|	file->path = *in_path;
  431|    143|	if (card->ops->process_fci == NULL)
  ------------------
  |  Branch (431:6): [True: 0, False: 143]
  ------------------
  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|    143|	if (apdu.resplen > 1  &&  apdu.resplen >= (size_t)apdu.resp[1] + 2)
  ------------------
  |  Branch (436:6): [True: 128, False: 15]
  |  Branch (436:28): [True: 124, False: 4]
  ------------------
  437|    124|	{
  438|    124|		ret = card->ops->process_fci(card, file, apdu.resp+2, apdu.resp[1]);
  439|    124|	}
  440|    143|	if (file->sec_attr && file->sec_attr_len == sizeof(sc_SecAttrV2_t))
  ------------------
  |  Branch (440:6): [True: 113, False: 30]
  |  Branch (440:24): [True: 110, False: 3]
  ------------------
  441|    110|		set_acl_from_sec_attr(card, file);
  442|     33|	else
  443|     33|		ret = SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     33|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  444|    143|	if (ret != SC_SUCCESS)
  ------------------
  |  |   28|    143|#define SC_SUCCESS				0
  ------------------
  |  Branch (444:6): [True: 33, False: 110]
  ------------------
  445|     33|		sc_file_free(file);
  446|    110|	else
  447|    110|	{
  448|    110|		*file_out = file;
  449|    110|	}
  450|    143|	LOG_FUNC_RETURN(card->ctx, ret);
  ------------------
  |  |  164|    143|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    143|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    143|	int _ret = r; \
  |  |  |  |  155|    143|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 143, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|     33|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 33, False: 110]
  |  |  |  |  ------------------
  |  |  |  |  157|    143|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    143|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    143|	return _ret; \
  |  |  |  |  163|    143|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  451|    143|}
card-rutoken.c:swap_pair:
  216|    442|{
  217|    442|	size_t i;
  218|    442|	u8 tmp;
  219|       |
  220|  1.07k|	for (i = 0; i + 1 < len; i += 2)
  ------------------
  |  Branch (220:14): [True: 637, False: 442]
  ------------------
  221|    637|	{
  222|    637|		tmp = buf[i];
  223|    637|		buf[i] = buf[i + 1];
  224|    637|		buf[i + 1] = tmp;
  225|    637|	}
  226|    442|}
card-rutoken.c:set_acl_from_sec_attr:
  311|    110|{
  312|    110|	if (file->sec_attr  &&  file->sec_attr_len == sizeof(sc_SecAttrV2_t))
  ------------------
  |  Branch (312:6): [True: 110, False: 0]
  |  Branch (312:26): [True: 110, False: 0]
  ------------------
  313|    110|	{
  314|    110|		sc_file_add_acl_entry(file, SC_AC_OP_SELECT,
  ------------------
  |  |  166|    110|#define SC_AC_OP_SELECT			0
  ------------------
  315|    110|				SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|    110|#define SC_AC_NONE			0x00000000
  ------------------
              				SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|    110|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  316|    110|		if (file->sec_attr[0] & 0x40) /* if AccessMode.6 */
  ------------------
  |  Branch (316:7): [True: 23, False: 87]
  ------------------
  317|     23|		{
  318|     23|			sc_log(card->ctx,  "SC_AC_OP_DELETE %i %i",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  319|     23|					(int)(*(int8_t*)&file->sec_attr[1 +6]),
  320|     23|					file->sec_attr[1+7 +6*4]);
  321|     23|			sc_file_add_acl_entry(file, SC_AC_OP_DELETE,
  ------------------
  |  |  168|     23|#define SC_AC_OP_DELETE			2
  ------------------
  322|     23|					(int)(*(int8_t*)&file->sec_attr[1 +6]),
  323|     23|					file->sec_attr[1+7 +6*4]);
  324|     23|		}
  325|    110|		if (file->sec_attr[0] & 0x01) /* if AccessMode.0 */
  ------------------
  |  Branch (325:7): [True: 41, False: 69]
  ------------------
  326|     41|		{
  327|     41|			sc_log(card->ctx,  (file->type == SC_FILE_TYPE_DF) ?
  ------------------
  |  |   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__
  |  |  ------------------
  |  |  |  Branch (71:110): [True: 2, False: 39]
  |  |  ------------------
  ------------------
  328|     41|					"SC_AC_OP_CREATE %i %i" : "SC_AC_OP_READ %i %i",
  329|     41|					(int)(*(int8_t*)&file->sec_attr[1 +0]),
  330|     41|					file->sec_attr[1+7 +0*4]);
  331|     41|			sc_file_add_acl_entry(file,
  332|     41|					(file->type == SC_FILE_TYPE_DF) ?
  ------------------
  |  |  214|     41|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (332:6): [True: 2, False: 39]
  ------------------
  333|     39|					SC_AC_OP_CREATE : SC_AC_OP_READ,
  ------------------
  |  |  169|      2|#define SC_AC_OP_CREATE			3
  ------------------
              					SC_AC_OP_CREATE : SC_AC_OP_READ,
  ------------------
  |  |  188|     80|#define SC_AC_OP_READ			22
  ------------------
  334|     41|					(int)(*(int8_t*)&file->sec_attr[1 +0]),
  335|     41|					file->sec_attr[1+7 +0*4]);
  336|     41|		}
  337|    110|		if (file->type == SC_FILE_TYPE_DF)
  ------------------
  |  |  214|    110|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (337:7): [True: 4, False: 106]
  ------------------
  338|      4|		{
  339|      4|			sc_file_add_acl_entry(file, SC_AC_OP_LIST_FILES,
  ------------------
  |  |  172|      4|#define SC_AC_OP_LIST_FILES		6
  ------------------
  340|      4|					SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  150|      4|#define SC_AC_NONE			0x00000000
  ------------------
              					SC_AC_NONE, SC_AC_KEY_REF_NONE);
  ------------------
  |  |  204|      4|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  341|      4|		}
  342|    106|		else
  343|    106|			if (file->sec_attr[0] & 0x02) /* if AccessMode.1 */
  ------------------
  |  Branch (343:8): [True: 31, False: 75]
  ------------------
  344|     31|			{
  345|     31|				sc_log(card->ctx,  "SC_AC_OP_UPDATE %i %i",
  ------------------
  |  |   71|     31|#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|     31|						(int)(*(int8_t*)&file->sec_attr[1 +1]),
  347|     31|						file->sec_attr[1+7 +1*4]);
  348|     31|				sc_file_add_acl_entry(file, SC_AC_OP_UPDATE,
  ------------------
  |  |  189|     31|#define SC_AC_OP_UPDATE			23
  ------------------
  349|     31|						(int)(*(int8_t*)&file->sec_attr[1 +1]),
  350|     31|						file->sec_attr[1+7 +1*4]);
  351|     31|				sc_log(card->ctx,  "SC_AC_OP_WRITE %i %i",
  ------------------
  |  |   71|     31|#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|     31|						(int)(*(int8_t*)&file->sec_attr[1 +1]),
  353|     31|						file->sec_attr[1+7 +1*4]);
  354|     31|				sc_file_add_acl_entry(file, SC_AC_OP_WRITE,
  ------------------
  |  |  190|     31|#define SC_AC_OP_WRITE			24
  ------------------
  355|     31|						(int)(*(int8_t*)&file->sec_attr[1 +1]),
  356|     31|						file->sec_attr[1+7 +1*4]);
  357|     31|			}
  358|    110|	}
  359|    110|}
card-rutoken.c:rutoken_check_sw:
  200|    831|{
  201|    831|	size_t i;
  202|       |
  203|  31.3k|	for (i = 0; i < sizeof(rutoken_errors)/sizeof(rutoken_errors[0]); ++i) {
  ------------------
  |  Branch (203:14): [True: 31.3k, False: 40]
  ------------------
  204|  31.3k|		if (rutoken_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (204:7): [True: 791, False: 30.5k]
  ------------------
  205|    791|			if ( rutoken_errors[i].errorstr )
  ------------------
  |  Branch (205:9): [True: 291, False: 500]
  ------------------
  206|    291|				sc_log(card->ctx,  "%s\n", rutoken_errors[i].errorstr);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  207|    791|			sc_log(card->ctx,  "sw1 = %x, sw2 = %x", sw1, sw2);
  ------------------
  |  |   71|    791|#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|    791|			return rutoken_errors[i].errorno;
  209|    791|		}
  210|  31.3k|	}
  211|     40|	sc_log(card->ctx,  "Unknown SWs; SW1=%02X, SW2=%02X\n", sw1, sw2);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  212|     40|	return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|     40|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  213|    831|}
card-rutoken.c:rutoken_card_ctl:
 1223|     15|{
 1224|     15|	int ret = (ptr != NULL
  ------------------
  |  Branch (1224:13): [True: 15, False: 0]
  ------------------
 1225|       |			/*|| cmd == SC_CARDCTL_ERASE_CARD */
 1226|      0|			|| cmd == SC_CARDCTL_RUTOKEN_FORMAT_INIT
  ------------------
  |  Branch (1226:7): [True: 0, False: 0]
  ------------------
 1227|      0|			|| cmd == SC_CARDCTL_RUTOKEN_FORMAT_END
  ------------------
  |  Branch (1227:7): [True: 0, False: 0]
  ------------------
 1228|     15|		) ? SC_SUCCESS : SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   28|     15|#define SC_SUCCESS				0
  ------------------
              		) ? SC_SUCCESS : SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1229|       |
 1230|     15|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
 1231|       |
 1232|     15|	if (ret == SC_SUCCESS)
  ------------------
  |  |   28|     15|#define SC_SUCCESS				0
  ------------------
  |  Branch (1232:6): [True: 15, False: 0]
  ------------------
 1233|     15|	{
 1234|     15|		switch (cmd)
 1235|     15|		{
 1236|      0|		case SC_CARDCTL_RUTOKEN_CREATE_DO:
  ------------------
  |  Branch (1236:3): [True: 0, False: 15]
  ------------------
 1237|      0|			ret = rutoken_create_do(card, ptr);
 1238|      0|			break;
 1239|      0|		case SC_CARDCTL_RUTOKEN_GENERATE_KEY_DO:
  ------------------
  |  Branch (1239:3): [True: 0, False: 15]
  ------------------
 1240|      0|			ret = rutoken_key_gen(card, ptr);
 1241|      0|			break;
 1242|      0|		case SC_CARDCTL_RUTOKEN_DELETE_DO:
  ------------------
  |  Branch (1242:3): [True: 0, False: 15]
  ------------------
 1243|      0|			ret = rutoken_delete_do(card, ptr);
 1244|      0|			break;
 1245|      0|		case SC_CARDCTL_RUTOKEN_GET_DO_INFO:
  ------------------
  |  Branch (1245:3): [True: 0, False: 15]
  ------------------
 1246|      0|			ret = rutoken_get_do_info(card, ptr);
 1247|      0|			break;
 1248|      0|		case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1248:3): [True: 0, False: 15]
  ------------------
 1249|      0|			ret = rutoken_get_serial(card, ptr);
 1250|      0|			break;
 1251|      0|		case SC_CARDCTL_RUTOKEN_CHANGE_DO:
  ------------------
  |  Branch (1251:3): [True: 0, False: 15]
  ------------------
 1252|      0|			ret = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1253|      0|			break;
 1254|      0|		case SC_CARDCTL_RUTOKEN_GET_INFO:
  ------------------
  |  Branch (1254:3): [True: 0, False: 15]
  ------------------
 1255|      0|			ret = rutoken_get_info(card, ptr);
 1256|      0|			break;
 1257|      0|		case SC_CARDCTL_RUTOKEN_GOST_ENCIPHER:
  ------------------
  |  Branch (1257:3): [True: 0, False: 15]
  ------------------
 1258|      0|			ret = rutoken_cipher_gost(card, ptr, 1);
 1259|      0|			break;
 1260|      0|		case SC_CARDCTL_RUTOKEN_GOST_DECIPHER:
  ------------------
  |  Branch (1260:3): [True: 0, False: 15]
  ------------------
 1261|      0|			ret = rutoken_cipher_gost(card, ptr, 0);
 1262|      0|			break;
 1263|       |		/* case SC_CARDCTL_ERASE_CARD: */
 1264|      0|		case SC_CARDCTL_RUTOKEN_FORMAT_INIT:
  ------------------
  |  Branch (1264:3): [True: 0, False: 15]
  ------------------
 1265|       |			/* ret = rutoken_format(card, 0x7a); *//*  APDU: INIT RUTOKEN */
 1266|      0|			ret = rutoken_format(card, 0x8a); /* APDU: NEW INIT RUTOKEN */
 1267|      0|			break;
 1268|      0|		case SC_CARDCTL_RUTOKEN_FORMAT_END:
  ------------------
  |  Branch (1268:3): [True: 0, False: 15]
  ------------------
 1269|      0|			ret = rutoken_format(card, 0x7b); /* APDU: FORMAT END */
 1270|      0|			break;
 1271|     15|		default:
  ------------------
  |  Branch (1271:3): [True: 15, False: 0]
  ------------------
 1272|     15|			sc_log(card->ctx,  "cmd = %lu", cmd);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1273|     15|			ret = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     15|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1274|     15|			break;
 1275|     15|		}
 1276|     15|	}
 1277|     15|	LOG_FUNC_RETURN(card->ctx, ret);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1278|     15|}
card-rutoken.c:rutoken_process_fci:
  455|    124|{
  456|    124|	size_t taglen;
  457|    124|	int ret;
  458|    124|	const unsigned char *tag;
  459|       |
  460|    124|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    124|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    124|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    124|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 124]
  |  |  ------------------
  ------------------
  461|    124|	ret = iso_ops->process_fci(card, file, buf, buflen);
  462|    124|	if (ret == SC_SUCCESS)
  ------------------
  |  |   28|    124|#define SC_SUCCESS				0
  ------------------
  |  Branch (462:6): [True: 124, False: 0]
  ------------------
  463|    124|	{
  464|       |		/* Rutoken S returns buffers in little-endian. */
  465|       |		/* Set correct file id. */
  466|    124|		file->id = ((file->id & 0xFF) << 8) | ((file->id >> 8) & 0xFF);
  467|    124|		sc_log(card->ctx,  "  file identifier: 0x%04X", file->id);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  468|       |		/* Determine file size. */
  469|    124|		tag = sc_asn1_find_tag(card->ctx, buf, buflen, 0x80, &taglen);
  470|       |		/* Rutoken S always returns 2 bytes. */
  471|    124|		if (tag != NULL && taglen == 2)
  ------------------
  |  Branch (471:7): [True: 17, False: 107]
  |  Branch (471:22): [True: 15, False: 2]
  ------------------
  472|     15|		{
  473|     15|			file->size = (tag[1] << 8) | tag[0];
  474|     15|			sc_log(card->ctx, "  bytes in file: %zu", file->size);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  475|     15|		}
  476|    124|	}
  477|    124|	LOG_FUNC_RETURN(card->ctx, ret);
  ------------------
  |  |  164|    124|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    124|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    124|	int _ret = r; \
  |  |  |  |  155|    124|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 124, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    124|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 124]
  |  |  |  |  ------------------
  |  |  |  |  157|    124|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    124|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    124|	return _ret; \
  |  |  |  |  163|    124|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  478|    124|}

sc_get_sc_hsm_driver:
 2003|  16.2k|{
 2004|  16.2k|	return sc_get_driver();
 2005|  16.2k|}
card-sc-hsm.c:sc_get_driver:
 1967|  16.2k|{
 1968|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1969|       |
 1970|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1970:6): [True: 1, False: 16.2k]
  ------------------
 1971|      1|		iso_ops = iso_drv->ops;
 1972|       |
 1973|  16.2k|	sc_hsm_ops                   = *iso_drv->ops;
 1974|  16.2k|	sc_hsm_ops.match_card        = sc_hsm_match_card;
 1975|  16.2k|	sc_hsm_ops.select_file       = sc_hsm_select_file;
 1976|  16.2k|	sc_hsm_ops.get_challenge     = sc_hsm_get_challenge;
 1977|  16.2k|	sc_hsm_ops.read_binary       = sc_hsm_read_binary;
 1978|  16.2k|	sc_hsm_ops.update_binary     = sc_hsm_update_binary;
 1979|  16.2k|	sc_hsm_ops.list_files        = sc_hsm_list_files;
 1980|  16.2k|	sc_hsm_ops.create_file       = sc_hsm_create_file;
 1981|  16.2k|	sc_hsm_ops.delete_file       = sc_hsm_delete_file;
 1982|  16.2k|	sc_hsm_ops.set_security_env  = sc_hsm_set_security_env;
 1983|  16.2k|	sc_hsm_ops.compute_signature = sc_hsm_compute_signature;
 1984|  16.2k|	sc_hsm_ops.decipher          = sc_hsm_decipher;
 1985|  16.2k|	sc_hsm_ops.init              = sc_hsm_init;
 1986|  16.2k|	sc_hsm_ops.finish            = sc_hsm_finish;
 1987|  16.2k|	sc_hsm_ops.card_ctl          = sc_hsm_card_ctl;
 1988|  16.2k|	sc_hsm_ops.pin_cmd           = sc_hsm_pin_cmd;
 1989|  16.2k|	sc_hsm_ops.logout            = sc_hsm_logout;
 1990|       |
 1991|       |	/* no record oriented file services */
 1992|  16.2k|	sc_hsm_ops.read_record       = NULL;
 1993|  16.2k|	sc_hsm_ops.write_record      = NULL;
 1994|  16.2k|	sc_hsm_ops.append_record     = NULL;
 1995|  16.2k|	sc_hsm_ops.update_record     = NULL;
 1996|       |
 1997|  16.2k|	return &sc_hsm_drv;
 1998|  16.2k|}
card-sc-hsm.c:sc_hsm_match_card:
  267|  6.52k|{
  268|  6.52k|	sc_path_t path;
  269|  6.52k|	int i, r, type = 0;
  270|  6.52k|	sc_file_t *file = NULL;
  271|       |
  272|  6.52k|	i = _sc_match_atr(card, sc_hsm_atrs, &type);
  273|  6.52k|	if (i >= 0 && type != SC_CARD_TYPE_SC_HSM_SOC) {
  ------------------
  |  Branch (273:6): [True: 273, False: 6.24k]
  |  Branch (273:16): [True: 272, False: 1]
  ------------------
  274|    272|		card->type = type;
  275|    272|		return 1;
  276|    272|	}
  277|       |
  278|  6.24k|	sc_path_set(&path, SC_PATH_TYPE_DF_NAME, sc_hsm_aid.value, sc_hsm_aid.len, 0, 0);
  ------------------
  |  |  118|  6.24k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  279|  6.24k|	r = sc_hsm_select_file(card, &path, &file);
  280|  6.24k|	LOG_TEST_RET(card->ctx, r, "Could not select SmartCard-HSM application");
  ------------------
  |  |  174|  6.24k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  6.24k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  6.24k|	int _ret = (r); \
  |  |  |  |  168|  6.24k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5.96k, False: 281]
  |  |  |  |  ------------------
  |  |  |  |  169|  5.96k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.96k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  5.96k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  5.96k|		return _ret; \
  |  |  |  |  172|  5.96k|	} \
  |  |  |  |  173|  6.24k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 281]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  281|       |
  282|       |	// Validate that card returns a FCP with a proprietary tag 85 with value longer than 2 byte (Fixes #1377)
  283|    281|	if (file != NULL) {
  ------------------
  |  Branch (283:6): [True: 281, False: 0]
  ------------------
  284|    281|		size_t sz = file->prop_attr_len;
  285|    281|		sc_file_free(file);
  286|    281|		if (sz < 2) {
  ------------------
  |  Branch (286:7): [True: 279, False: 2]
  ------------------
  287|    279|			return 0;
  288|    279|		}
  289|    281|	}
  290|       |
  291|      2|	if (type == SC_CARD_TYPE_SC_HSM_SOC) {
  ------------------
  |  Branch (291:6): [True: 0, False: 2]
  ------------------
  292|      0|		card->type = SC_CARD_TYPE_SC_HSM_SOC;
  293|      2|	} else {
  294|      2|		card->type = SC_CARD_TYPE_SC_HSM;
  295|      2|	}
  296|       |
  297|      2|	return 1;
  298|    281|}
card-sc-hsm.c:sc_hsm_select_file:
  247|  8.62k|{
  248|  8.62k|	return sc_hsm_select_file_ex(card, in_path, 0, file_out);
  249|  8.62k|}
card-sc-hsm.c:sc_hsm_select_file_ex:
  149|  10.0k|{
  150|  10.0k|	int rv;
  151|  10.0k|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
  152|  10.0k|	sc_file_t *file = NULL;
  153|  10.0k|	sc_path_t cpath;
  154|  10.0k|	size_t card_max_recv_size = card->max_recv_size;
  155|  10.0k|	size_t reader_max_recv_size = card->reader->max_recv_size;
  156|       |
  157|  10.0k|	if (file_out == NULL) {				// Versions before 0.16 of the SmartCard-HSM do not support P2='0C'
  ------------------
  |  Branch (157:6): [True: 1.17k, False: 8.89k]
  ------------------
  158|  1.17k|		rv = sc_hsm_select_file_ex(card, in_path, forceselect, &file);
  159|  1.17k|		sc_file_free(file);
  160|  1.17k|		return rv;
  161|  1.17k|	}
  162|       |
  163|  8.89k|	if ((in_path->type == SC_PATH_TYPE_FILE_ID) && in_path->aid.len) {
  ------------------
  |  |  117|  8.89k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (163:6): [True: 152, False: 8.74k]
  |  Branch (163:49): [True: 0, False: 152]
  ------------------
  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.89k|	if (in_path->type == SC_PATH_TYPE_DF_NAME
  ------------------
  |  |  118|  17.7k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (180:6): [True: 7.48k, False: 1.40k]
  ------------------
  181|  1.40k|			|| (in_path->type == SC_PATH_TYPE_PATH
  ------------------
  |  |  119|  2.81k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (181:8): [True: 1.25k, False: 152]
  ------------------
  182|  1.25k|				&& in_path->len == sc_hsm_aid.len
  ------------------
  |  Branch (182:8): [True: 0, False: 1.25k]
  ------------------
  183|      0|				&& !memcmp(in_path->value, sc_hsm_aid.value, sc_hsm_aid.len))
  ------------------
  |  Branch (183:8): [True: 0, False: 0]
  ------------------
  184|  1.40k|			|| (in_path->type == SC_PATH_TYPE_PATH
  ------------------
  |  |  119|  2.81k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (184:8): [True: 1.25k, False: 152]
  ------------------
  185|  1.25k|				&& in_path->len == 0
  ------------------
  |  Branch (185:8): [True: 6, False: 1.24k]
  ------------------
  186|      6|				&& in_path->aid.len == sc_hsm_aid.len
  ------------------
  |  Branch (186:8): [True: 0, False: 6]
  ------------------
  187|  7.48k|				&& !memcmp(in_path->aid.value, sc_hsm_aid.value, sc_hsm_aid.len))) {
  ------------------
  |  Branch (187:8): [True: 0, False: 0]
  ------------------
  188|  7.48k|		if (!priv || (priv->dffcp == NULL) || forceselect) {
  ------------------
  |  Branch (188:7): [True: 6.24k, False: 1.23k]
  |  Branch (188:16): [True: 835, False: 403]
  |  Branch (188:41): [True: 0, False: 403]
  ------------------
  189|       |			/* Force use of Le = 0x00 in iso7816_select_file as required by SC-HSM */
  190|  7.08k|			card->max_recv_size = card->reader->max_recv_size = SC_READER_SHORT_APDU_MAX_RECV_SIZE;
  ------------------
  |  |  384|  7.08k|#define SC_READER_SHORT_APDU_MAX_RECV_SIZE 256
  ------------------
  191|  7.08k|			rv = (*iso_ops->select_file)(card, in_path, file_out);
  192|  7.08k|			card->max_recv_size = card_max_recv_size;
  193|  7.08k|			card->reader->max_recv_size = reader_max_recv_size;
  194|  7.08k|			LOG_TEST_RET(card->ctx, rv, "Could not select SmartCard-HSM application");
  ------------------
  |  |  174|  7.08k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  7.08k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  7.08k|	int _ret = (r); \
  |  |  |  |  168|  7.08k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6.59k, False: 489]
  |  |  |  |  ------------------
  |  |  |  |  169|  6.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|  6.59k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  6.59k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  6.59k|		return _ret; \
  |  |  |  |  172|  6.59k|	} \
  |  |  |  |  173|  7.08k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 489]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|       |
  196|    489|			if (priv) {
  ------------------
  |  Branch (196:8): [True: 208, False: 281]
  ------------------
  197|    208|				sc_file_free(priv->dffcp);
  198|       |				// Cache the FCP returned when selecting the applet
  199|    208|				sc_file_dup(&priv->dffcp, *file_out);
  200|    208|			}
  201|    489|		} else {
  202|    403|			sc_file_dup(file_out, priv->dffcp);
  203|    403|			rv = SC_SUCCESS;
  ------------------
  |  |   28|    403|#define SC_SUCCESS				0
  ------------------
  204|    403|		}
  205|    892|		return rv;
  206|  7.48k|	}
  207|       |
  208|  1.40k|	if ((in_path->len >= 2) && (in_path->value[0] == 0x3F) && (in_path->value[1] == 0x00)) {
  ------------------
  |  Branch (208:6): [True: 1.39k, False: 6]
  |  Branch (208:29): [True: 768, False: 631]
  |  Branch (208:60): [True: 758, False: 10]
  ------------------
  209|       |		// The SmartCard-HSM is an applet that is not default selected. Simulate selection of the MF
  210|    758|		if (in_path->len == 2) {
  ------------------
  |  Branch (210:7): [True: 5, False: 753]
  ------------------
  211|      5|			file = sc_file_new();
  212|      5|			if (file == NULL)
  ------------------
  |  Branch (212:8): [True: 0, False: 5]
  ------------------
  213|      5|				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|      5|			file->path = *in_path;
  215|      5|			file->id = 0x3F00;
  216|      5|			file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|      5|#define SC_FILE_TYPE_DF			0x04
  ------------------
  217|      5|			file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|      5|#define SC_FILE_MAGIC			0x14426950
  ------------------
  218|       |
  219|      5|			*file_out = file;
  220|      5|			return SC_SUCCESS;
  ------------------
  |  |   28|      5|#define SC_SUCCESS				0
  ------------------
  221|    753|		} else {
  222|       |			/* Force use of Le = 0x00 in iso7816_select_file as required by SC-HSM */
  223|    753|			card->max_recv_size = card->reader->max_recv_size = SC_READER_SHORT_APDU_MAX_RECV_SIZE;
  ------------------
  |  |  384|    753|#define SC_READER_SHORT_APDU_MAX_RECV_SIZE 256
  ------------------
  224|    753|			sc_path_t truncated;
  225|    753|			memcpy(&truncated, in_path, sizeof truncated);
  226|    753|			truncated.len = in_path->len - 2;
  227|    753|			memcpy(truncated.value, in_path->value+2, truncated.len);
  228|    753|			rv = (*iso_ops->select_file)(card, &truncated, file_out);
  229|    753|			card->max_recv_size = card_max_recv_size;
  230|    753|			card->reader->max_recv_size = reader_max_recv_size;
  231|    753|			return rv;
  232|    753|		}
  233|    758|	}
  234|       |	/* Force use of Le = 0x00 in iso7816_select_file as required by SC-HSM */
  235|    647|	card->max_recv_size = card->reader->max_recv_size = SC_READER_SHORT_APDU_MAX_RECV_SIZE;
  ------------------
  |  |  384|    647|#define SC_READER_SHORT_APDU_MAX_RECV_SIZE 256
  ------------------
  236|    647|	rv = (*iso_ops->select_file)(card, in_path, file_out);
  237|    647|	card->max_recv_size = card_max_recv_size;
  238|    647|	card->reader->max_recv_size = reader_max_recv_size;
  239|    647|	return rv;
  240|  1.40k|}
card-sc-hsm.c:sc_hsm_get_challenge:
  254|    222|{
  255|    222|	LOG_FUNC_CALLED(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  256|       |
  257|    222|	if (len > 1024) {
  ------------------
  |  Branch (257:6): [True: 0, False: 222]
  ------------------
  258|      0|		len = 1024;
  259|      0|	}
  260|       |
  261|    222|	LOG_FUNC_RETURN(card->ctx, iso_ops->get_challenge(card, rnd, len));
  ------------------
  |  |  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: 24, False: 198]
  |  |  |  |  ------------------
  |  |  |  |  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|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 23, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|     24|			"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|    222|	return _ret; \
  |  |  |  |  163|    222|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  262|    222|}
card-sc-hsm.c:sc_hsm_read_binary:
  799|    839|{
  800|    839|	sc_context_t *ctx = card->ctx;
  801|    839|	sc_apdu_t apdu;
  802|    839|	u8 cmdbuff[4];
  803|    839|	int r;
  804|       |
  805|    839|	if (idx > 0xffff) {
  ------------------
  |  Branch (805:6): [True: 0, False: 839]
  ------------------
  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|    839|	cmdbuff[0] = 0x54;
  811|    839|	cmdbuff[1] = 0x02;
  812|    839|	cmdbuff[2] = (idx >> 8) & 0xFF;
  813|    839|	cmdbuff[3] = idx & 0xFF;
  814|       |
  815|    839|	if (count > sc_get_max_recv_size(card))
  ------------------
  |  Branch (815:6): [True: 0, False: 839]
  ------------------
  816|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  817|    839|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0xB1, 0x00, 0x00);
  ------------------
  |  |  303|    839|#define SC_APDU_CASE_4			0x24
  ------------------
  818|    839|	apdu.data = cmdbuff;
  819|    839|	apdu.datalen = 4;
  820|    839|	apdu.lc = 4;
  821|    839|	apdu.le = count;
  822|    839|	apdu.resplen = count;
  823|    839|	apdu.resp = buf;
  824|       |
  825|    839|	r = sc_transmit_apdu(card, &apdu);
  826|    839|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    839|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    839|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    839|	int _ret = (r); \
  |  |  |  |  168|    839|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 826]
  |  |  |  |  ------------------
  |  |  |  |  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|    839|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 826]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|       |
  828|    826|	r =  sc_check_sw(card, apdu.sw1, apdu.sw2);
  829|    826|	if (r != SC_ERROR_FILE_END_REACHED) {
  ------------------
  |  |   69|    826|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  |  Branch (829:6): [True: 617, False: 209]
  ------------------
  830|    617|		LOG_TEST_RET(ctx, r, "Check SW error");
  ------------------
  |  |  174|    617|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    617|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    617|	int _ret = (r); \
  |  |  |  |  168|    617|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 98, False: 519]
  |  |  |  |  ------------------
  |  |  |  |  169|     98|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     98|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     98|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     98|		return _ret; \
  |  |  |  |  172|     98|	} \
  |  |  |  |  173|    617|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 519]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  831|    617|	}
  832|       |
  833|    728|	LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  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: 43, False: 685]
  |  |  |  |  ------------------
  |  |  |  |  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|    685|	} else { \
  |  |  |  |  159|    685|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    685|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    685|	} \
  |  |  |  |  162|    728|	return _ret; \
  |  |  |  |  163|    728|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  834|    728|}
card-sc-hsm.c:sc_hsm_set_security_env:
 1004|     61|{
 1005|     61|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1006|       |
 1007|     61|	priv->env = env;
 1008|       |
 1009|     61|	switch(env->algorithm) {
 1010|     61|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|     61|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1010:2): [True: 61, False: 0]
  ------------------
 1011|     61|		if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PKCS1) {
  ------------------
  |  |  111|     61|#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|     61|#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|     61|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  |  Branch (1011:7): [True: 0, False: 61]
  ------------------
 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|     61|		} else if (env->algorithm_flags & SC_ALGORITHM_RSA_PAD_PSS) {
  ------------------
  |  |  107|     61|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (1023:14): [True: 0, False: 61]
  ------------------
 1024|      0|			if ((env->algorithm_flags & SC_ALGORITHM_RSA_HASHES) &&
  ------------------
  |  |  142|      0|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  |  Branch (1024:8): [True: 0, False: 0]
  ------------------
 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|      0|			priv->algorithm = ALGO_RSA_PSS;
  ------------------
  |  |   46|      0|#define ALGO_RSA_PSS	    0x40 /* RSA signature with external hash and PKCS#1 PSS padding*/
  ------------------
 1029|     61|		} else {
 1030|     61|			if (env->operation == SC_SEC_OPERATION_DECIPHER) {
  ------------------
  |  |   47|     61|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (1030:8): [True: 48, False: 13]
  ------------------
 1031|     48|				priv->algorithm = ALGO_RSA_DECRYPT;
  ------------------
  |  |   39|     48|#define ALGO_RSA_DECRYPT	0x21		/* RSA decrypt */
  ------------------
 1032|     48|			} else {
 1033|     13|				priv->algorithm = ALGO_RSA_RAW;
  ------------------
  |  |   38|     13|#define ALGO_RSA_RAW		0x20		/* RSA signature with external padding */
  ------------------
 1034|     13|			}
 1035|     61|		}
 1036|     61|		break;
 1037|     61|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1037:2): [True: 0, False: 61]
  ------------------
 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: 61]
  ------------------
 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|     61|	}
 1062|     61|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 61]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1063|     61|}
card-sc-hsm.c:sc_hsm_compute_signature:
 1086|     13|{
 1087|     13|	int r;
 1088|     13|	sc_apdu_t apdu;
 1089|     13|	u8 rbuf[514];
 1090|     13|	sc_hsm_private_data_t *priv;
 1091|       |
 1092|     13|	if (card == NULL || data == NULL || out == NULL) {
  ------------------
  |  Branch (1092:6): [True: 0, False: 13]
  |  Branch (1092:22): [True: 0, False: 13]
  |  Branch (1092:38): [True: 0, False: 13]
  ------------------
 1093|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1094|      0|	}
 1095|     13|	priv = (sc_hsm_private_data_t *) card->drv_data;
 1096|       |
 1097|     13|	if (priv->env == NULL) {
  ------------------
  |  Branch (1097:6): [True: 0, False: 13]
  ------------------
 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|     13|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_EXT, 0x68, priv->env->key_ref[0], priv->algorithm);
  ------------------
  |  |  299|     13|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|     13|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|     13|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
 1102|     13|	apdu.cla = 0x80;
 1103|     13|	apdu.resp = rbuf;
 1104|     13|	apdu.resplen = sizeof(rbuf);
 1105|     13|	apdu.le = 512;
 1106|       |
 1107|     13|	apdu.data = data;
 1108|     13|	apdu.lc = datalen;
 1109|     13|	apdu.datalen = datalen;
 1110|     13|	r = sc_transmit_apdu(card, &apdu);
 1111|       |
 1112|     13|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  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: 1, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  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|     13|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 12]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1113|     12|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1113:6): [True: 7, False: 5]
  |  Branch (1113:26): [True: 6, False: 1]
  ------------------
 1114|      6|		int len;
 1115|       |
 1116|      6|		if ((priv->algorithm & 0xF0) == ALGO_EC_RAW) {
  ------------------
  |  |   52|      6|#define ALGO_EC_RAW    0x70 /* ECDSA signature with hash input */
  ------------------
  |  Branch (1116:7): [True: 0, False: 6]
  ------------------
 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|      6|		} else {
 1122|      6|			len = (int)(apdu.resplen > outlen ? outlen : apdu.resplen);
  ------------------
  |  Branch (1122:16): [True: 1, False: 5]
  ------------------
 1123|      6|			memcpy(out, apdu.resp, len);
 1124|      6|		}
 1125|      6|		LOG_FUNC_RETURN(card->ctx, len);
  ------------------
  |  |  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: 1, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  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|      5|	} else { \
  |  |  |  |  159|      5|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      5|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      5|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1126|      6|	}
 1127|      6|	LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1128|      6|}
card-sc-hsm.c:sc_hsm_decipher:
 1133|     48|{
 1134|     48|	int r;
 1135|     48|	size_t len;
 1136|     48|	sc_apdu_t apdu;
 1137|     48|	u8 rbuf[514];
 1138|     48|	sc_hsm_private_data_t *priv;
 1139|       |
 1140|     48|	if (card == NULL || crgram == NULL || out == NULL) {
  ------------------
  |  Branch (1140:6): [True: 0, False: 48]
  |  Branch (1140:22): [True: 0, False: 48]
  |  Branch (1140:40): [True: 0, False: 48]
  ------------------
 1141|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1142|      0|	}
 1143|     48|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     48|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     48|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     48|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     48|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 48]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1144|     48|	priv = (sc_hsm_private_data_t *) card->drv_data;
 1145|       |
 1146|     48|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_EXT, 0x62, priv->env->key_ref[0], priv->algorithm);
  ------------------
  |  |  299|     48|#define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  294|     48|#define SC_APDU_CASE_4_SHORT		0x04
  |  |  ------------------
  |  |               #define SC_APDU_CASE_4_EXT		SC_APDU_CASE_4_SHORT | SC_APDU_EXT
  |  |  ------------------
  |  |  |  |  296|     48|#define SC_APDU_EXT			0x10
  |  |  ------------------
  ------------------
 1147|     48|	apdu.cla = 0x80;
 1148|     48|	apdu.resp = rbuf;
 1149|     48|	apdu.resplen = sizeof(rbuf);
 1150|     48|	apdu.le = 512;
 1151|       |
 1152|     48|	apdu.data = (u8 *)crgram;
 1153|     48|	apdu.lc = crgram_len;
 1154|     48|	apdu.datalen = crgram_len;
 1155|       |
 1156|     48|	r = sc_transmit_apdu(card, &apdu);
 1157|       |
 1158|     48|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  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: 1, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  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|     48|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1159|     47|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (1159:6): [True: 38, False: 9]
  |  Branch (1159:26): [True: 37, False: 1]
  ------------------
 1160|     37|		if (priv->algorithm == ALGO_EC_DH) {
  ------------------
  |  |   58|     37|#define ALGO_EC_DH     0x80 /* ECDH key derivation */
  ------------------
  |  Branch (1160:7): [True: 0, False: 37]
  ------------------
 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|     37|		} else {
 1170|     37|			len = apdu.resplen > outlen ? outlen : apdu.resplen;
  ------------------
  |  Branch (1170:10): [True: 1, False: 36]
  ------------------
 1171|     37|			memcpy(out, apdu.resp, len);
 1172|     37|			LOG_FUNC_RETURN(card->ctx, (int)len);
  ------------------
  |  |  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: 2, False: 35]
  |  |  |  |  ------------------
  |  |  |  |  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|     35|	} else { \
  |  |  |  |  159|     35|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     35|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     35|	} \
  |  |  |  |  162|     37|	return _ret; \
  |  |  |  |  163|     37|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1173|     37|		}
 1174|     37|	}
 1175|     10|	else
 1176|     47|		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|     47|}
card-sc-hsm.c:sc_hsm_init:
 1802|    274|{
 1803|       |#if defined(ENABLE_SM) && defined(ENABLE_OPENPACE) && defined(_WIN32)
 1804|       |	char expanded_val[PATH_MAX];
 1805|       |	size_t expanded_len = PATH_MAX;
 1806|       |#endif
 1807|    274|	int flags,ext_flags;
 1808|    274|	sc_file_t *file = NULL;
 1809|    274|	sc_path_t path;
 1810|    274|	sc_hsm_private_data_t *priv = NULL;
 1811|       |
 1812|    274|	LOG_FUNC_CALLED(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1813|       |
 1814|    274|	flags = SC_ALGORITHM_RSA_RAW|SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |  102|    274|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              	flags = SC_ALGORITHM_RSA_RAW|SC_ALGORITHM_RSA_PAD_PSS|SC_ALGORITHM_ONBOARD_KEY_GEN
  ------------------
  |  |  107|    274|#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|    274|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
 1815|    274|			|SC_ALGORITHM_RSA_HASH_SHA1|SC_ALGORITHM_RSA_HASH_SHA256|SC_ALGORITHM_RSA_HASH_SHA384|SC_ALGORITHM_RSA_HASH_SHA512
  ------------------
  |  |  134|    274|#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|    274|#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|    274|#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|    274|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
 1816|    274|			|SC_ALGORITHM_MGF1_SHA256|SC_ALGORITHM_MGF1_SHA384|SC_ALGORITHM_MGF1_SHA512;
  ------------------
  |  |  146|    274|#define SC_ALGORITHM_MGF1_SHA256	0x00200000
  ------------------
              			|SC_ALGORITHM_MGF1_SHA256|SC_ALGORITHM_MGF1_SHA384|SC_ALGORITHM_MGF1_SHA512;
  ------------------
  |  |  147|    274|#define SC_ALGORITHM_MGF1_SHA384	0x00400000
  ------------------
              			|SC_ALGORITHM_MGF1_SHA256|SC_ALGORITHM_MGF1_SHA384|SC_ALGORITHM_MGF1_SHA512;
  ------------------
  |  |  148|    274|#define SC_ALGORITHM_MGF1_SHA512	0x00800000
  ------------------
 1817|       |
 1818|    274|	_sc_card_add_rsa_alg(card, 1024, flags, 0);
 1819|    274|	_sc_card_add_rsa_alg(card, 1536, flags, 0);
 1820|    274|	_sc_card_add_rsa_alg(card, 2048, flags, 0);
 1821|    274|	_sc_card_add_rsa_alg(card, 3072, flags, 0);
 1822|    274|	_sc_card_add_rsa_alg(card, 4096, flags, 0);
 1823|       |
 1824|    274|	flags = SC_ALGORITHM_ECDSA_RAW|
  ------------------
  |  |  174|    274|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
 1825|    274|		SC_ALGORITHM_ECDH_CDH_RAW|
  ------------------
  |  |  173|    274|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
 1826|    274|		SC_ALGORITHM_ECDSA_HASH_NONE|
  ------------------
  |  |  175|    274|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|    274|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
 1827|    274|		SC_ALGORITHM_ECDSA_HASH_SHA1|
  ------------------
  |  |  176|    274|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|    274|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
 1828|    274|		SC_ALGORITHM_ECDSA_HASH_SHA224|
  ------------------
  |  |  177|    274|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  ------------------
  |  |  |  |  141|    274|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  ------------------
  ------------------
 1829|    274|		SC_ALGORITHM_ECDSA_HASH_SHA256|
  ------------------
  |  |  178|    274|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  ------------------
  |  |  |  |  138|    274|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
 1830|    274|		SC_ALGORITHM_ECDSA_HASH_SHA384|
  ------------------
  |  |  179|    274|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  ------------------
  |  |  |  |  139|    274|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  ------------------
  ------------------
 1831|    274|		SC_ALGORITHM_ECDSA_HASH_SHA512|
  ------------------
  |  |  180|    274|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  ------------------
  |  |  |  |  140|    274|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  ------------------
  ------------------
 1832|    274|		SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    274|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
 1833|       |
 1834|    274|	ext_flags = SC_ALGORITHM_EXT_EC_F_P|
  ------------------
  |  |  198|    274|#define SC_ALGORITHM_EXT_EC_F_P          0x00000001
  ------------------
 1835|    274|			SC_ALGORITHM_EXT_EC_ECPARAMETERS|
  ------------------
  |  |  200|    274|#define SC_ALGORITHM_EXT_EC_ECPARAMETERS 0x00000004
  ------------------
 1836|    274|			SC_ALGORITHM_EXT_EC_NAMEDCURVE|
  ------------------
  |  |  201|    274|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
 1837|    274|			SC_ALGORITHM_EXT_EC_UNCOMPRESES|
  ------------------
  |  |  202|    274|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
 1838|    274|			SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    274|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
 1839|    274|	_sc_card_add_ec_alg(card, 192, flags, ext_flags, NULL);
 1840|    274|	_sc_card_add_ec_alg(card, 224, flags, ext_flags, NULL);
 1841|    274|	_sc_card_add_ec_alg(card, 256, flags, ext_flags, NULL);
 1842|    274|	_sc_card_add_ec_alg(card, 320, flags, ext_flags, NULL);
 1843|    274|	_sc_card_add_ec_alg(card, 384, flags, ext_flags, NULL);
 1844|    274|	_sc_card_add_ec_alg(card, 512, flags, ext_flags, NULL);
 1845|    274|	_sc_card_add_ec_alg(card, 521, flags, ext_flags, NULL);
 1846|       |
 1847|    274|	card->caps |= SC_CARD_CAP_RNG|SC_CARD_CAP_APDU_EXT|SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  550|    274|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
              	card->caps |= SC_CARD_CAP_RNG|SC_CARD_CAP_APDU_EXT|SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  547|    274|#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|    274|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
 1848|       |
 1849|       |	// APDU Size limits
 1850|       |	//   JCOP 2.4.1r3           1462
 1851|       |	//   JCOP 2.4.2r3           1454
 1852|       |	//   JCOP 3                 1232
 1853|       |	//   JCOP 4                 1454
 1854|       |	//   MicroSD with JCOP 3    478 / 506 - handled in reader-pcsc.c
 1855|       |	//   Reiner SCT             1014 - handled in reader-pcsc.c
 1856|       |	//
 1857|       |	// Note, that these are limits for the whole APDU, but the semantics of max_send_size
 1858|       |	// is the size of the APDU send buffer so to get the right value from them, we need
 1859|       |	// to subtract APDU headers (CLA, INS, P1, P2, Lc (3B)), 7 bytes altogether for
 1860|       |	// class 3 APDU
 1861|       |	// (or 9 bytes for case 4 when we pass in >255 B data and expect return of more than 255 B)
 1862|       |
 1863|       |	// Use JCOP 3 (smallest unhandled by reader limitation) card limits for sending
 1864|       |	// And make it 9 smaller to make sure we fit the rest of the APDU.
 1865|    274|	card->max_send_size = 1232 - 9;
 1866|       |	// Assume that card supports sending with extended length APDU and without limit
 1867|    274|	card->max_recv_size = 0;
 1868|       |
 1869|    274|	if (card->type == SC_CARD_TYPE_SC_HSM_SOC
  ------------------
  |  Branch (1869:6): [True: 0, False: 274]
  ------------------
 1870|    274|			|| card->type == SC_CARD_TYPE_SC_HSM_GOID) {
  ------------------
  |  Branch (1870:7): [True: 272, False: 2]
  ------------------
 1871|    272|		card->max_recv_size = 0x0630;	// SoC Proxy forces this limit
 1872|    272|	} else {
 1873|       |		// Adjust to the limits set by the reader
 1874|      2|		if (card->reader->max_send_size < card->max_send_size) {
  ------------------
  |  Branch (1874:7): [True: 2, False: 0]
  ------------------
 1875|      2|			if (18 >= card->reader->max_send_size)
  ------------------
  |  Branch (1875:8): [True: 2, False: 0]
  ------------------
 1876|      2|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_INCONSISTENT_CONFIGURATION);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1877|       |
 1878|       |			// 17 byte header and TLV because of odd ins in UPDATE BINARY
 1879|      0|			card->max_send_size = card->reader->max_send_size - 17;
 1880|      0|		}
 1881|       |
 1882|      0|		if (0 < card->reader->max_recv_size) {
  ------------------
  |  Branch (1882:7): [True: 0, False: 0]
  ------------------
 1883|      0|			if (3 >= card->reader->max_recv_size)
  ------------------
  |  Branch (1883:8): [True: 0, False: 0]
  ------------------
 1884|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1885|      0|			card->max_recv_size = card->reader->max_recv_size - 2;
 1886|      0|		}
 1887|      0|	}
 1888|       |
 1889|    272|	priv = card->drv_data;
 1890|    272|	if (!priv) {
  ------------------
  |  Branch (1890:6): [True: 272, False: 0]
  ------------------
 1891|    272|		priv = calloc(1, sizeof(sc_hsm_private_data_t));
 1892|    272|		if (!priv)
  ------------------
  |  Branch (1892:7): [True: 0, False: 272]
  ------------------
 1893|    272|			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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1894|    272|		card->drv_data = priv;
 1895|    272|	}
 1896|       |
 1897|    272|	sc_path_set(&path, SC_PATH_TYPE_DF_NAME, sc_hsm_aid.value, sc_hsm_aid.len, 0, 0);
  ------------------
  |  |  118|    272|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
 1898|    272|	if (sc_hsm_select_file_ex(card, &path, 0, &file) == SC_SUCCESS
  ------------------
  |  |   28|    544|#define SC_SUCCESS				0
  ------------------
  |  Branch (1898:6): [True: 75, False: 197]
  ------------------
 1899|     75|			&& file && file->prop_attr && file->prop_attr_len >= 2) {
  ------------------
  |  Branch (1899:7): [True: 75, False: 0]
  |  Branch (1899:15): [True: 4, False: 71]
  |  Branch (1899:34): [True: 3, False: 1]
  ------------------
 1900|      3|		static char card_name[SC_MAX_APDU_BUFFER_SIZE];
 1901|      3|		u8 type = 0xFF;
 1902|      3|		u8 major = file->prop_attr[file->prop_attr_len - 2];
 1903|      3|		u8 minor = file->prop_attr[file->prop_attr_len - 1];
 1904|      3|		char p00[] = "SmartCard-HSM Applet for JCOP";
 1905|      3|		char p01[] = "SmartCard-HSM Demo Applet for JCOP";
 1906|      3|		char *p = "SmartCard-HSM";
 1907|      3|		if (file->prop_attr_len >= 3) {
  ------------------
  |  Branch (1907:7): [True: 2, False: 1]
  ------------------
 1908|      2|			type = file->prop_attr[file->prop_attr_len - 3];
 1909|      2|		}
 1910|      3|		switch (type) {
 1911|      1|			case 0x00:
  ------------------
  |  Branch (1911:4): [True: 1, False: 2]
  ------------------
 1912|      1|				p = p00;
 1913|      1|				break;
 1914|      1|			case 0x01:
  ------------------
  |  Branch (1914:4): [True: 1, False: 2]
  ------------------
 1915|      1|				p = p01;
 1916|      1|				break;
 1917|      1|			default:
  ------------------
  |  Branch (1917:4): [True: 1, False: 2]
  ------------------
 1918|      1|				break;
 1919|      3|		}
 1920|      3|		snprintf(card_name, sizeof card_name, "%s version %u.%u", p, major, minor);
 1921|      3|		card->name = card_name;
 1922|       |
 1923|      3|		if (file->prop_attr[1] & 0x04) {
  ------------------
  |  Branch (1923:7): [True: 1, False: 2]
  ------------------
 1924|      1|			card->caps |= SC_CARD_CAP_SESSION_PIN;
  ------------------
  |  |  563|      1|#define SC_CARD_CAP_SESSION_PIN	0x00000200
  ------------------
 1925|      1|		}
 1926|      3|	}
 1927|    272|	sc_file_free(file);
 1928|       |
 1929|    272|	priv->EF_C_DevAut = NULL;
 1930|    272|	priv->EF_C_DevAut_len = 0;
 1931|       |
 1932|    272|#if defined(ENABLE_SM) && defined(ENABLE_OPENPACE)
 1933|    272|	EAC_init();
 1934|       |#ifdef _WIN32
 1935|       |	expanded_len = ExpandEnvironmentStringsA(CVCDIR, expanded_val, sizeof expanded_val);
 1936|       |	if (0 < expanded_len && expanded_len < sizeof expanded_val)
 1937|       |		EAC_set_cvc_default_dir(expanded_val);
 1938|       |#else
 1939|    272|	EAC_set_cvc_default_dir(CVCDIR);
  ------------------
  |  |    8|    272|#define CVCDIR "/usr/etc/eac/cvc"
  ------------------
 1940|    272|#endif
 1941|    272|#endif
 1942|       |
 1943|    272|	return 0;
 1944|    272|}
card-sc-hsm.c:sc_hsm_finish:
 1949|    272|{
 1950|    272|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1951|    272|#ifdef ENABLE_SM
 1952|    272|	sc_sm_stop(card);
 1953|    272|#endif
 1954|    272|	if (priv) {
  ------------------
  |  Branch (1954:6): [True: 272, False: 0]
  ------------------
 1955|    272|		free(priv->serialno);
 1956|    272|		sc_file_free(priv->dffcp);
 1957|    272|		free(priv->EF_C_DevAut);
 1958|    272|	}
 1959|    272|	free(priv);
 1960|       |
 1961|    272|	return SC_SUCCESS;
  ------------------
  |  |   28|    272|#define SC_SUCCESS				0
  ------------------
 1962|    272|}
card-sc-hsm.c:sc_hsm_card_ctl:
 1773|    239|{
 1774|    239|	switch (cmd) {
  ------------------
  |  Branch (1774:10): [True: 117, False: 122]
  ------------------
 1775|    109|	case SC_CARDCTL_GET_SERIALNR:
  ------------------
  |  Branch (1775:2): [True: 109, False: 130]
  ------------------
 1776|    109|		return sc_hsm_get_serialnr(card, (sc_serial_number_t *)ptr);
 1777|      0|	case SC_CARDCTL_PKCS11_INIT_TOKEN:
  ------------------
  |  Branch (1777:2): [True: 0, False: 239]
  ------------------
 1778|      0|		return sc_hsm_init_token(card, (sc_cardctl_pkcs11_init_token_t *)ptr);
 1779|      8|	case SC_CARDCTL_PKCS11_INIT_PIN:
  ------------------
  |  Branch (1779:2): [True: 8, False: 231]
  ------------------
 1780|      8|		return sc_hsm_init_pin(card, (sc_cardctl_pkcs11_init_pin_t *)ptr);
 1781|      0|	case SC_CARDCTL_SC_HSM_GENERATE_KEY:
  ------------------
  |  Branch (1781:2): [True: 0, False: 239]
  ------------------
 1782|      0|		return sc_hsm_generate_keypair(card, (sc_cardctl_sc_hsm_keygen_info_t *)ptr);
 1783|      0|	case SC_CARDCTL_SC_HSM_INITIALIZE:
  ------------------
  |  Branch (1783:2): [True: 0, False: 239]
  ------------------
 1784|      0|		return sc_hsm_initialize(card, (sc_cardctl_sc_hsm_init_param_t *)ptr);
 1785|      0|	case SC_CARDCTL_SC_HSM_MANAGE_KEY_DOMAIN:
  ------------------
  |  Branch (1785:2): [True: 0, False: 239]
  ------------------
 1786|      0|		return sc_hsm_manage_key_domain(card, (sc_cardctl_sc_hsm_key_domain_t *)ptr);
 1787|      0|	case SC_CARDCTL_SC_HSM_WRAP_KEY:
  ------------------
  |  Branch (1787:2): [True: 0, False: 239]
  ------------------
 1788|      0|		return sc_hsm_wrap_key(card, (sc_cardctl_sc_hsm_wrapped_key_t *)ptr);
 1789|      0|	case SC_CARDCTL_SC_HSM_UNWRAP_KEY:
  ------------------
  |  Branch (1789:2): [True: 0, False: 239]
  ------------------
 1790|      0|		return sc_hsm_unwrap_key(card, (sc_cardctl_sc_hsm_wrapped_key_t *)ptr);
 1791|      0|	case SC_CARDCTL_SC_HSM_REGISTER_PUBLIC_KEY:
  ------------------
  |  Branch (1791:2): [True: 0, False: 239]
  ------------------
 1792|      0|		return sc_hsm_register_public_key(card, ptr);
 1793|      0|	case SC_CARDCTL_SC_HSM_PUBLIC_KEY_AUTH_STATUS:
  ------------------
  |  Branch (1793:2): [True: 0, False: 239]
  ------------------
 1794|      0|		return sc_hsm_public_key_auth_status(card, ptr);
 1795|    239|	}
 1796|    122|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    122|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1797|    239|}
card-sc-hsm.c:sc_hsm_get_serialnr:
 1195|    109|{
 1196|    109|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1197|       |
 1198|    109|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    109|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    109|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    109|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    109|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 109]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1199|       |
 1200|    109|	if (!priv->serialno && 0 == strcmp(card->ctx->app_name, "opensc-tool")) {
  ------------------
  |  Branch (1200:6): [True: 109, False: 0]
  |  Branch (1200:25): [True: 0, False: 109]
  ------------------
 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|    109|	if (!priv->serialno) {
  ------------------
  |  Branch (1210:6): [True: 109, False: 0]
  ------------------
 1211|    109|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|    109|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1212|    109|	}
 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_init_pin:
 1673|      8|{
 1674|      8|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1675|      8|	sc_context_t *ctx = card->ctx;
 1676|      8|	int r;
 1677|      8|	sc_apdu_t apdu;
 1678|      8|	u8 ibuff[50], *p;
 1679|       |
 1680|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1681|       |
 1682|      8|	if (params->pin_len > 16) {
  ------------------
  |  Branch (1682:6): [True: 1, False: 7]
  ------------------
 1683|      1|		LOG_TEST_RET(card->ctx, SC_ERROR_INVALID_DATA, "User PIN too long");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1684|      1|	}
 1685|       |
 1686|      7|	p = ibuff;
 1687|       |
 1688|      7|	memcpy(p, priv->sopin, sizeof(priv->sopin));
 1689|      7|	p += sizeof(priv->sopin);
 1690|       |
 1691|      7|	memcpy(p, params->pin, params->pin_len);
 1692|      7|	p += params->pin_len;
 1693|       |
 1694|      7|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x2C, 0x00, 0x81);
  ------------------
  |  |  293|      7|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1695|      7|	apdu.data = ibuff;
 1696|      7|	apdu.datalen = p - ibuff;
 1697|      7|	apdu.lc = apdu.datalen;
 1698|       |
 1699|      7|	r = sc_transmit_apdu(card, &apdu);
 1700|      7|	LOG_TEST_RET(ctx, r, "APDU transmit 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: 1, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  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|      7|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1701|       |
 1702|      6|	r =  sc_check_sw(card, apdu.sw1, apdu.sw2);
 1703|       |
 1704|       |	// Cards before version 1.0 do not implement RESET_RETRY_COUNTER
 1705|       |	// For those cards the CHANGE REFERENCE DATA command is used instead
 1706|      6|	if (r == SC_ERROR_INS_NOT_SUPPORTED) {
  ------------------
  |  |   54|      6|#define SC_ERROR_INS_NOT_SUPPORTED		-1204
  ------------------
  |  Branch (1706:6): [True: 4, False: 2]
  ------------------
 1707|      4|		p = ibuff;
 1708|      4|		memcpy(p, priv->sopin, 6);
 1709|      4|		p += 6;
 1710|       |
 1711|      4|		memcpy(p, params->pin, params->pin_len);
 1712|      4|		p += params->pin_len;
 1713|       |
 1714|      4|		sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x24, 0x00, 0x81);
  ------------------
  |  |  293|      4|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1715|      4|		apdu.data = ibuff;
 1716|      4|		apdu.datalen = p - ibuff;
 1717|      4|		apdu.lc = apdu.datalen;
 1718|       |
 1719|      4|		r = sc_transmit_apdu(card, &apdu);
 1720|      4|		LOG_TEST_RET(ctx, r, "APDU transmit 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: 1, False: 3]
  |  |  |  |  ------------------
  |  |  |  |  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|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1721|       |
 1722|      3|		r =  sc_check_sw(card, apdu.sw1, apdu.sw2);
 1723|      3|	}
 1724|       |
 1725|      5|	LOG_TEST_RET(ctx, r, "Check SW 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: 4, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1726|       |
 1727|      1|	memset(priv->sopin, 0, sizeof(priv->sopin));
 1728|       |
 1729|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1730|      1|}
card-sc-hsm.c:sc_hsm_pin_cmd:
  620|    134|{
  621|    134|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
  622|    134|	sc_apdu_t apdu;
  623|    134|	u8 cmdbuff[16];
  624|    134|#ifdef ENABLE_SM
  625|    134|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
  626|    134|#endif
  627|    134|	int r;
  628|    134|	int cmd = data->cmd;
  629|    134|	size_t pin2_len = data->pin2.len;
  630|       |
  631|    134|	if (cmd == SC_PIN_CMD_GET_SESSION_PIN) {
  ------------------
  |  |  419|    134|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (631:6): [True: 0, False: 134]
  ------------------
  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|    134|	if ((card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)
  ------------------
  |  |  560|    134|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (639:6): [True: 0, False: 134]
  ------------------
  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|    134|	} else if ((card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)
  ------------------
  |  |  560|    134|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (644:13): [True: 0, False: 134]
  ------------------
  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|    134|#ifdef ENABLE_SM
  652|       |	/* For contactless cards always establish a secure channel before PIN
  653|       |	 * verification. Also, Session PIN generation requires SM. */
  654|    134|	if ((card->type == SC_CARD_TYPE_SC_HSM_SOC
  ------------------
  |  Branch (654:7): [True: 0, False: 134]
  ------------------
  655|    134|				|| card->type == SC_CARD_TYPE_SC_HSM_GOID
  ------------------
  |  Branch (655:8): [True: 134, 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|    134|			&& (data->cmd != SC_PIN_CMD_GET_INFO)) {
  ------------------
  |  |  418|    134|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (657:7): [True: 9, False: 125]
  ------------------
  658|      9|		struct sc_pin_cmd_data check_sm_pin_data;
  659|      9|		memset(&check_sm_pin_data, 0, sizeof(check_sm_pin_data));
  660|      9|		check_sm_pin_data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|      9|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  661|      9|		check_sm_pin_data.pin_type = data->pin_type;
  662|      9|		check_sm_pin_data.pin_reference = data->pin_reference;
  663|       |
  664|      9|		r = SC_ERROR_NOT_ALLOWED;
  ------------------
  |  |   59|      9|#define SC_ERROR_NOT_ALLOWED			-1209
  ------------------
  665|      9|		if (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT) {
  ------------------
  |  |   47|      9|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (665:7): [True: 0, False: 9]
  ------------------
  666|       |			/* check if the existing SM channel is still valid */
  667|      0|			r = sc_pin_cmd(card, &check_sm_pin_data);
  668|      0|		}
  669|      9|		if (r == SC_ERROR_ASN1_OBJECT_NOT_FOUND || r == SC_ERROR_NOT_ALLOWED) {
  ------------------
  |  |   83|     18|#define SC_ERROR_ASN1_OBJECT_NOT_FOUND		-1402
  ------------------
              		if (r == SC_ERROR_ASN1_OBJECT_NOT_FOUND || r == SC_ERROR_NOT_ALLOWED) {
  ------------------
  |  |   59|      9|#define SC_ERROR_NOT_ALLOWED			-1209
  ------------------
  |  Branch (669:7): [True: 0, False: 9]
  |  Branch (669:46): [True: 9, False: 0]
  ------------------
  670|       |			/* need to establish a new SM channel */
  671|      9|			LOG_TEST_RET(card->ctx,
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  672|      9|					sc_hsm_perform_chip_authentication(card),
  673|      9|					"Could not perform chip authentication");
  674|      9|		}
  675|      9|	}
  676|    125|#endif
  677|       |
  678|    125|	if ((card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)
  ------------------
  |  |  560|    125|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (678:6): [True: 0, False: 125]
  ------------------
  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|    125|	} else {
  684|    125|		if ((data->cmd == SC_PIN_CMD_VERIFY) && (data->pin_reference == 0x88)) {
  ------------------
  |  |  415|    125|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (684:7): [True: 0, False: 125]
  |  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|    125|		if ((data->cmd == SC_PIN_CMD_CHANGE) && (data->pin_reference == 0x88)) {
  ------------------
  |  |  416|    125|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (695:7): [True: 0, False: 125]
  |  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|    125|#ifdef ENABLE_SM
  714|    125|		if ((data->cmd == SC_PIN_CMD_GET_INFO)
  ------------------
  |  |  418|    125|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (714:7): [True: 125, False: 0]
  ------------------
  715|    125|				&& (card->sm_ctx.sm_mode == SM_MODE_TRANSMIT)) {
  ------------------
  |  |   47|    125|#define SM_MODE_TRANSMIT	0x200
  ------------------
  |  Branch (715:8): [True: 0, False: 125]
  ------------------
  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|    125|#endif
  723|       |
  724|    125|		data->pin1.offset = 5;
  725|    125|		data->pin2.offset = 5;
  726|       |
  727|    125|		r = (*iso_ops->pin_cmd)(card, data);
  728|    125|		data->apdu = NULL;
  729|    125|	}
  730|    125|	LOG_TEST_RET(card->ctx, r, "Verification failed");
  ------------------
  |  |  174|    125|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    125|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    125|	int _ret = (r); \
  |  |  |  |  168|    125|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 39, False: 86]
  |  |  |  |  ------------------
  |  |  |  |  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|    125|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 86]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  731|       |
  732|     86|	if (cmd == SC_PIN_CMD_GET_SESSION_PIN) {
  ------------------
  |  |  419|     86|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (732:6): [True: 0, False: 86]
  ------------------
  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|     86|	LOG_FUNC_RETURN(card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|     86|}
card-sc-hsm.c:sc_hsm_perform_chip_authentication:
  492|      9|{
  493|      9|	int r, protocol;
  494|      9|	sc_path_t path;
  495|      9|	u8 all_certs[1024];
  496|      9|	EAC_CTX *ctx = NULL;
  497|      9|	size_t all_certs_len = sizeof all_certs, left, device_cert_len, issuer_cert_len;
  498|      9|	const unsigned char *cert = all_certs, *device_cert, *issuer_cert;
  499|      9|	BUF_MEM *comp_pub_key = NULL;
  500|      9|	sc_cvc_t cvc_device, cvc_issuer;
  501|       |	/* this is only needed to call sc_pkcs15emu_sc_hsm_decode_cvc */
  502|      9|	sc_pkcs15_card_t p15card;
  503|      9|	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|      9|	p15card.card = card;
  507|       |
  508|      9|	memset(&cvc_device, 0, sizeof(cvc_device));
  509|      9|	memset(&cvc_issuer, 0, sizeof(cvc_issuer));
  510|       |
  511|       |
  512|      9|	if (priv->EF_C_DevAut && priv->EF_C_DevAut_len) {
  ------------------
  |  Branch (512:6): [True: 0, False: 9]
  |  Branch (512:27): [True: 0, False: 0]
  ------------------
  513|      0|		all_certs_len = priv->EF_C_DevAut_len;
  514|      0|		cert = priv->EF_C_DevAut;
  515|      9|	} else {
  516|       |		/* get issuer and device certificate from the card */
  517|      9|		r = sc_path_set(&path, SC_PATH_TYPE_FILE_ID, (u8 *) "\x2F\x02", 2, 0, 0);
  ------------------
  |  |  117|      9|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  518|      9|		if (r < 0)
  ------------------
  |  Branch (518:7): [True: 0, False: 9]
  ------------------
  519|      0|			goto err;
  520|      9|		r = sc_select_file(card, &path, NULL);
  521|      9|		if (r < 0)
  ------------------
  |  Branch (521:7): [True: 6, False: 3]
  ------------------
  522|      6|			goto err;
  523|      3|		r = sc_read_binary(card, 0, all_certs, all_certs_len, 0);
  524|      3|		if (r < 0)
  ------------------
  |  Branch (524:7): [True: 1, False: 2]
  ------------------
  525|      1|			goto err;
  526|      2|		if (r == 0) {
  ------------------
  |  Branch (526:7): [True: 1, False: 1]
  ------------------
  527|      1|			r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      1|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  528|      1|			goto err;
  529|      1|		}
  530|       |
  531|      1|		all_certs_len = r;
  532|       |
  533|       |		/* save EF_C_DevAut for further use */
  534|      1|		cert = realloc(priv->EF_C_DevAut, all_certs_len);
  535|      1|		if (cert) {
  ------------------
  |  Branch (535:7): [True: 1, False: 0]
  ------------------
  536|      1|			memcpy((unsigned char *) cert, all_certs, all_certs_len);
  537|      1|			priv->EF_C_DevAut = (unsigned char *) cert;
  538|      1|			priv->EF_C_DevAut_len = all_certs_len;
  539|      1|		}
  540|       |
  541|      1|		cert = all_certs;
  542|      1|	}
  543|      1|	left = all_certs_len;
  544|       |
  545|      1|	device_cert = cert;
  546|      1|	r = sc_pkcs15emu_sc_hsm_decode_cvc(&p15card, &cert, &left, &cvc_device);
  547|      1|	if (r < 0)
  ------------------
  |  Branch (547:6): [True: 1, False: 0]
  ------------------
  548|      1|		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|      9|err:
  599|      9|	if (r < 0)
  ------------------
  |  Branch (599:6): [True: 9, False: 0]
  ------------------
  600|      9|		EAC_CTX_clear_free(ctx);
  601|      9|	if (comp_pub_key)
  ------------------
  |  Branch (601:6): [True: 0, False: 9]
  ------------------
  602|      0|		BUF_MEM_free(comp_pub_key);
  603|      9|	sc_pkcs15emu_sc_hsm_free_cvc(&cvc_device);
  604|      9|	sc_pkcs15emu_sc_hsm_free_cvc(&cvc_issuer);
  605|       |
  606|      9|	return r;
  607|      0|}

sc_get_setcos_driver:
 1136|  16.2k|{
 1137|  16.2k|	return sc_get_driver();
 1138|  16.2k|}
card-setcos.c:sc_get_driver:
 1116|  16.2k|{
 1117|  16.2k|	struct sc_card_driver *iso_drv = sc_get_iso7816_driver();
 1118|       |
 1119|  16.2k|	setcos_ops = *iso_drv->ops;
 1120|  16.2k|	setcos_ops.match_card = setcos_match_card;
 1121|  16.2k|	setcos_ops.init = setcos_init;
 1122|  16.2k|	if (iso_ops == NULL)
  ------------------
  |  Branch (1122:6): [True: 1, False: 16.2k]
  ------------------
 1123|      1|		iso_ops = iso_drv->ops;
 1124|  16.2k|	setcos_ops.create_file = setcos_create_file;
 1125|  16.2k|	setcos_ops.set_security_env = setcos_set_security_env;
 1126|  16.2k|	setcos_ops.select_file = setcos_select_file;
 1127|  16.2k|	setcos_ops.list_files = setcos_list_files;
 1128|  16.2k|	setcos_ops.process_fci = setcos_process_fci;
 1129|  16.2k|	setcos_ops.construct_fci = setcos_construct_fci;
 1130|  16.2k|	setcos_ops.card_ctl = setcos_card_ctl;
 1131|       |
 1132|  16.2k|	return &setcos_drv;
 1133|  16.2k|}
card-setcos.c:setcos_match_card:
   83|  6.24k|{
   84|  6.24k|	sc_apdu_t apdu;
   85|  6.24k|	u8 buf[6];
   86|  6.24k|	int i;
   87|       |
   88|  6.24k|	i = _sc_match_atr(card, setcos_atrs, &card->type);
   89|  6.24k|	if (i < 0) {
  ------------------
  |  Branch (89:6): [True: 6.23k, False: 9]
  ------------------
   90|  6.23k|		if (match_hist_bytes(card, "FISE", 0)) {
  ------------------
  |  Branch (90:7): [True: 93, False: 6.14k]
  ------------------
   91|     93|			card->type = SC_CARD_TYPE_SETCOS_GENERIC;
   92|     93|			return 1;
   93|     93|		}
   94|       |		/* Check if it's a EID2.x applet by reading the version info */
   95|  6.14k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xCA, 0xDF, 0x30);
  ------------------
  |  |  292|  6.14k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
   96|  6.14k|		apdu.cla = 0x00;
   97|  6.14k|		apdu.resp = buf;
   98|  6.14k|		apdu.resplen = 5;
   99|  6.14k|		apdu.le = 5;
  100|  6.14k|		i = sc_transmit_apdu(card, &apdu);
  101|  6.14k|		if (i == 0 && apdu.sw1 == 0x90 && apdu.sw2 == 0x00 && apdu.resplen == 5) {
  ------------------
  |  Branch (101:7): [True: 5.82k, False: 324]
  |  Branch (101:17): [True: 382, False: 5.43k]
  |  Branch (101:37): [True: 369, False: 13]
  |  Branch (101:57): [True: 247, False: 122]
  ------------------
  102|    247|			if (memcmp(buf, "v2.0", 4) == 0)
  ------------------
  |  Branch (102:8): [True: 137, False: 110]
  ------------------
  103|    137|				card->type = SC_CARD_TYPE_SETCOS_EID_V2_0;
  104|    110|			else if (memcmp(buf, "v2.1", 4) == 0)
  ------------------
  |  Branch (104:13): [True: 81, False: 29]
  ------------------
  105|     81|				card->type = SC_CARD_TYPE_SETCOS_EID_V2_1;
  106|     29|			else {
  107|     29|				buf[sizeof(buf) - 1] = '\0';
  108|     29|				sc_log(card->ctx,  "SetCOS EID applet %s is not supported", (char *) buf);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  109|     29|				return 0;
  110|     29|			}
  111|    218|			return 1;
  112|    247|		}
  113|       |
  114|  5.89k|		return 0;
  115|  6.14k|	}
  116|      9|	card->flags = setcos_atrs[i].flags;
  117|      9|	return 1;
  118|  6.24k|}
card-setcos.c:match_hist_bytes:
   64|  6.23k|{
   65|  6.23k|	const char *src = (const char *) card->reader->atr_info.hist_bytes;
   66|  6.23k|	size_t srclen = card->reader->atr_info.hist_bytes_len;
   67|  6.23k|	size_t offset = 0;
   68|       |
   69|  6.23k|	if (len == 0)
  ------------------
  |  Branch (69:6): [True: 6.23k, False: 0]
  ------------------
   70|  6.23k|		len = strlen(str);
   71|  6.23k|	if (srclen < len)
  ------------------
  |  Branch (71:6): [True: 4.79k, False: 1.44k]
  ------------------
   72|  4.79k|		return 0;
   73|  10.8k|	while (srclen - offset > len) {
  ------------------
  |  Branch (73:9): [True: 9.50k, False: 1.35k]
  ------------------
   74|  9.50k|		if (memcmp(src + offset, str, len) == 0) {
  ------------------
  |  Branch (74:7): [True: 93, False: 9.41k]
  ------------------
   75|     93|			return 1;
   76|     93|		}
   77|  9.41k|		offset++;
   78|  9.41k|	}
   79|  1.35k|	return 0;
   80|  1.44k|}
card-setcos.c:setcos_init:
  133|    320|{
  134|    320|	card->name = "SetCOS";
  135|       |
  136|       |	/* Handle unknown or forced cards */
  137|    320|	if (card->type < 0) {
  ------------------
  |  Branch (137:6): [True: 0, False: 320]
  ------------------
  138|      0|		card->type = SC_CARD_TYPE_SETCOS_GENERIC;
  139|      0|	}
  140|       |
  141|    320|	switch (card->type) {
  142|      0|	case SC_CARD_TYPE_SETCOS_NIDEL:
  ------------------
  |  Branch (142:2): [True: 0, False: 320]
  ------------------
  143|      0|		card->cla = 0x00;
  144|      0|		select_pkcs15_app(card);
  145|      0|		if (card->flags & SC_CARD_FLAG_RNG)
  ------------------
  |  |  536|      0|#define SC_CARD_FLAG_RNG		0x00000002
  ------------------
  |  Branch (145:7): [True: 0, False: 0]
  ------------------
  146|      0|			card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|      0|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  147|      0|		break;
  148|      8|	case SC_CARD_TYPE_SETCOS_44:
  ------------------
  |  Branch (148:2): [True: 8, False: 312]
  ------------------
  149|    145|	case SC_CARD_TYPE_SETCOS_EID_V2_0:
  ------------------
  |  Branch (149:2): [True: 137, False: 183]
  ------------------
  150|    226|	case SC_CARD_TYPE_SETCOS_EID_V2_1:
  ------------------
  |  Branch (150:2): [True: 81, False: 239]
  ------------------
  151|    226|		card->cla = 0x00;
  152|    226|		card->caps |= SC_CARD_CAP_USE_FCI_AC;
  ------------------
  |  |  557|    226|#define SC_CARD_CAP_USE_FCI_AC		0x00000010
  ------------------
  153|    226|		card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|    226|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  154|    226|		card->caps |= SC_CARD_CAP_APDU_EXT;
  ------------------
  |  |  547|    226|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  155|    226|		break;
  156|     94|	default:
  ------------------
  |  Branch (156:2): [True: 94, False: 226]
  ------------------
  157|       |		/* XXX: Get SetCOS version */
  158|     94|		card->cla = 0x80;	/* SetCOS 4.3.x */
  159|       |		/* State that we have an RNG */
  160|     94|		card->caps |= SC_CARD_CAP_RNG;
  ------------------
  |  |  550|     94|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  161|     94|		break;
  162|    320|	}
  163|       |
  164|    320|	switch (card->type) {
  ------------------
  |  Branch (164:10): [True: 227, False: 93]
  ------------------
  165|      1|	case SC_CARD_TYPE_SETCOS_PKI: {
  ------------------
  |  Branch (165:2): [True: 1, False: 319]
  ------------------
  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|      8|	case SC_CARD_TYPE_SETCOS_44:
  ------------------
  |  Branch (174:2): [True: 8, False: 312]
  ------------------
  175|      8|	case SC_CARD_TYPE_SETCOS_NIDEL:
  ------------------
  |  Branch (175:2): [True: 0, False: 320]
  ------------------
  176|    145|	case SC_CARD_TYPE_SETCOS_EID_V2_0:
  ------------------
  |  Branch (176:2): [True: 137, False: 183]
  ------------------
  177|    226|	case SC_CARD_TYPE_SETCOS_EID_V2_1:
  ------------------
  |  Branch (177:2): [True: 81, False: 239]
  ------------------
  178|    226|		{
  179|    226|			unsigned long flags;
  180|       |
  181|    226|			flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  102|    226|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
              			flags = SC_ALGORITHM_RSA_RAW | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|    226|#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|    226|#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|    226|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  182|    226|			flags |= SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  133|    226|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
              			flags |= SC_ALGORITHM_RSA_HASH_NONE | SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|    226|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  183|    226|			flags |= SC_ALGORITHM_ONBOARD_KEY_GEN;
  ------------------
  |  |   93|    226|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  184|       |
  185|    226|			_sc_card_add_rsa_alg(card, 512, flags, 0);
  186|    226|			_sc_card_add_rsa_alg(card, 768, flags, 0);
  187|    226|			_sc_card_add_rsa_alg(card, 1024, flags, 0);
  188|    226|			_sc_card_add_rsa_alg(card, 2048, flags, 0);
  189|    226|		}
  190|    226|		break;
  191|    320|	}
  192|    320|	return 0;
  193|    320|}
card-setcos.c:setcos_select_file:
  901|  1.95k|{
  902|  1.95k|	int r;
  903|       |
  904|  1.95k|	r = iso_ops->select_file(card, in_path, file);
  905|  1.95k|	if (r)
  ------------------
  |  Branch (905:6): [True: 1.35k, False: 598]
  ------------------
  906|  1.35k|		return r;
  907|    598|	if (file != NULL) {
  ------------------
  |  Branch (907:6): [True: 398, False: 200]
  ------------------
  908|    398|		if (card->type == SC_CARD_TYPE_SETCOS_44 ||
  ------------------
  |  Branch (908:7): [True: 13, False: 385]
  ------------------
  909|    385|		    card->type == SC_CARD_TYPE_SETCOS_NIDEL ||
  ------------------
  |  Branch (909:7): [True: 0, False: 385]
  ------------------
  910|    385|		    SETCOS_IS_EID_APPLET(card))
  ------------------
  |  |   46|    385|#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: 193, False: 192]
  |  |  |  Branch (46:85): [True: 98, False: 94]
  |  |  ------------------
  ------------------
  911|    304|			parse_sec_attr_44(*file, (*file)->sec_attr, (*file)->sec_attr_len);
  912|     94|		else
  913|     94|			parse_sec_attr(*file, (*file)->sec_attr, (*file)->sec_attr_len);
  914|    398|	}
  915|    598|	return 0;
  916|  1.95k|}
card-setcos.c:parse_sec_attr_44:
  746|    304|{
  747|       |	/* OpenSc Operation values for each command operation-type */
  748|    304|	const int df_idx[8] = {	 /* byte 1 = OpenSC type of AC Bit0,  byte 2 = OpenSC type of AC Bit1 ...*/
  749|    304|		SC_AC_OP_DELETE, SC_AC_OP_CREATE, SC_AC_OP_CREATE,
  ------------------
  |  |  168|    304|#define SC_AC_OP_DELETE			2
  ------------------
              		SC_AC_OP_DELETE, SC_AC_OP_CREATE, SC_AC_OP_CREATE,
  ------------------
  |  |  169|    304|#define SC_AC_OP_CREATE			3
  ------------------
              		SC_AC_OP_DELETE, SC_AC_OP_CREATE, SC_AC_OP_CREATE,
  ------------------
  |  |  169|    304|#define SC_AC_OP_CREATE			3
  ------------------
  750|    304|		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  171|    304|#define SC_AC_OP_INVALIDATE		5
  ------------------
              		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|    304|#define SC_AC_OP_REHABILITATE		4
  ------------------
  751|    304|		SC_AC_OP_LOCK, SC_AC_OP_DELETE, -1};
  ------------------
  |  |  167|    304|#define SC_AC_OP_LOCK			1
  ------------------
              		SC_AC_OP_LOCK, SC_AC_OP_DELETE, -1};
  ------------------
  |  |  168|    304|#define SC_AC_OP_DELETE			2
  ------------------
  752|    304|	const int ef_idx[8] = {
  753|    304|		SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  188|    304|#define SC_AC_OP_READ			22
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  189|    304|#define SC_AC_OP_UPDATE			23
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  190|    304|#define SC_AC_OP_WRITE			24
  ------------------
  754|    304|		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  171|    304|#define SC_AC_OP_INVALIDATE		5
  ------------------
              		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|    304|#define SC_AC_OP_REHABILITATE		4
  ------------------
  755|    304|		-1, SC_AC_OP_ERASE, -1};
  ------------------
  |  |  202|    304|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|    304|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  756|    304|	const int efi_idx[8] = { /* internal EF used for RSA keys */
  757|    304|		SC_AC_OP_READ, SC_AC_OP_ERASE, SC_AC_OP_UPDATE,
  ------------------
  |  |  188|    304|#define SC_AC_OP_READ			22
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_ERASE, SC_AC_OP_UPDATE,
  ------------------
  |  |  202|    304|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|    304|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
              		SC_AC_OP_READ, SC_AC_OP_ERASE, SC_AC_OP_UPDATE,
  ------------------
  |  |  189|    304|#define SC_AC_OP_UPDATE			23
  ------------------
  758|    304|		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  171|    304|#define SC_AC_OP_INVALIDATE		5
  ------------------
              		SC_AC_OP_INVALIDATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|    304|#define SC_AC_OP_REHABILITATE		4
  ------------------
  759|    304|		-1, SC_AC_OP_ERASE, -1};
  ------------------
  |  |  202|    304|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|    304|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
  760|       |
  761|    304|	u8		bValue;
  762|    304|	int		i;
  763|    304|	int		iKeyRef = 0;
  764|    304|	int		iMethod;
  765|    304|	int		iPinCount;
  766|    304|	int		iOffset = 0;
  767|    304|	int		iOperation;
  768|    304|	const int*	p_idx;
  769|       |
  770|       |	/* Check all sub-AC definitions within the total AC */
  771|  1.75k|	while (len > 1 && (size_t)iOffset < len) {	/* minimum length = 2 */
  ------------------
  |  Branch (771:9): [True: 1.58k, False: 168]
  |  Branch (771:20): [True: 1.48k, False: 102]
  ------------------
  772|  1.48k|		size_t iACLen   = buf[iOffset] & 0x0F;
  773|  1.48k|		if (iACLen >= len)
  ------------------
  |  Branch (773:7): [True: 27, False: 1.45k]
  ------------------
  774|     27|			break;
  775|       |
  776|  1.45k|		iMethod = SC_AC_NONE;		/* default no authentication required */
  ------------------
  |  |  150|  1.45k|#define SC_AC_NONE			0x00000000
  ------------------
  777|       |
  778|  1.45k|		if (buf[iOffset] & 0X80) { /* AC in adaptive coding */
  ------------------
  |  Branch (778:7): [True: 504, False: 951]
  ------------------
  779|       |			/* Evaluates only the command-byte, not the optional P1/P2/Option bytes */
  780|    504|			size_t	iParmLen = 1;			/* command-byte is always present */
  781|    504|			size_t	iKeyLen  = 0;			/* Encryption key is optional */
  782|       |
  783|    504|			if (buf[iOffset]   & 0x20) iKeyLen++;
  ------------------
  |  Branch (783:8): [True: 339, False: 165]
  ------------------
  784|    504|			if (buf[iOffset+1] & 0x40) iParmLen++;
  ------------------
  |  Branch (784:8): [True: 221, False: 283]
  ------------------
  785|    504|			if (buf[iOffset+1] & 0x20) iParmLen++;
  ------------------
  |  Branch (785:8): [True: 249, False: 255]
  ------------------
  786|    504|			if (buf[iOffset+1] & 0x10) iParmLen++;
  ------------------
  |  Branch (786:8): [True: 238, False: 266]
  ------------------
  787|    504|			if (buf[iOffset+1] & 0x08) iParmLen++;
  ------------------
  |  Branch (787:8): [True: 67, False: 437]
  ------------------
  788|       |
  789|       |			/* Get KeyNumber if available */
  790|    504|			if(iKeyLen) {
  ------------------
  |  Branch (790:7): [True: 339, False: 165]
  ------------------
  791|    339|				int iSC;
  792|    339|				if (len < 1 + iACLen)
  ------------------
  |  Branch (792:9): [True: 0, False: 339]
  ------------------
  793|      0|					break;
  794|    339|				iSC = buf[iOffset+iACLen];
  795|       |
  796|    339|				switch( (iSC>>5) & 0x03 ){
  ------------------
  |  Branch (796:13): [True: 339, False: 0]
  ------------------
  797|     41|				case 0:
  ------------------
  |  Branch (797:5): [True: 41, False: 298]
  ------------------
  798|     41|					iMethod = SC_AC_TERM;		/* key authentication */
  ------------------
  |  |  152|     41|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  799|     41|					break;
  800|    110|				case 1:
  ------------------
  |  Branch (800:5): [True: 110, False: 229]
  ------------------
  801|    110|					iMethod = SC_AC_AUT;		/* key authentication  */
  ------------------
  |  |  154|    110|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  802|    110|					break;
  803|     58|				case 2:
  ------------------
  |  Branch (803:5): [True: 58, False: 281]
  ------------------
  804|    188|				case 3:
  ------------------
  |  Branch (804:5): [True: 130, False: 209]
  ------------------
  805|    188|					iMethod = SC_AC_PRO;		/* secure messaging */
  ------------------
  |  |  153|    188|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  806|    188|					break;
  807|    339|				}
  808|    339|				iKeyRef = iSC & 0x1F;			/* get key number */
  809|    339|			}
  810|       |
  811|       |			/* Get PinNumber if available */
  812|    504|			if (iACLen > (1+iParmLen+iKeyLen)) {  /* check via total length if pin is present */
  ------------------
  |  Branch (812:8): [True: 63, False: 441]
  ------------------
  813|     63|				if (len < 1+1+1+(size_t)iParmLen)
  ------------------
  |  Branch (813:9): [True: 0, False: 63]
  ------------------
  814|      0|					break;
  815|     63|				iKeyRef = buf[iOffset+1+1+iParmLen];  /* PTL + AM-header + parameter-bytes */
  816|     63|				iMethod = SC_AC_CHV;
  ------------------
  |  |  151|     63|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  817|     63|			}
  818|       |
  819|       |			/* Convert SETCOS command to OpenSC command group */
  820|    504|			if (len < 1+2)
  ------------------
  |  Branch (820:8): [True: 7, False: 497]
  ------------------
  821|      7|				break;
  822|    497|			switch(buf[iOffset+2]){
  823|     10|			case 0x2A:			/* crypto operation */
  ------------------
  |  Branch (823:4): [True: 10, False: 487]
  ------------------
  824|     10|				iOperation = SC_AC_OP_CRYPTO;
  ------------------
  |  |  173|     10|#define SC_AC_OP_CRYPTO			7
  ------------------
  825|     10|				break;
  826|     19|			case 0x46:			/* key-generation operation */
  ------------------
  |  Branch (826:4): [True: 19, False: 478]
  ------------------
  827|     19|				iOperation = SC_AC_OP_UPDATE;
  ------------------
  |  |  189|     19|#define SC_AC_OP_UPDATE			23
  ------------------
  828|     19|				break;
  829|    468|			default:
  ------------------
  |  Branch (829:4): [True: 468, False: 29]
  ------------------
  830|    468|				iOperation = SC_AC_OP_SELECT;
  ------------------
  |  |  166|    468|#define SC_AC_OP_SELECT			0
  ------------------
  831|    468|				break;
  832|    497|			}
  833|    497|			sc_file_add_acl_entry(file, iOperation, iMethod, iKeyRef);
  834|    497|		}
  835|    951|		else { /* AC in simple coding */
  836|       |			   /* Initial AC is treated as an operational AC */
  837|       |
  838|       |			/* Get specific Cmd groups for specified file-type */
  839|    951|			switch (file->type) {
  840|     72|			case SC_FILE_TYPE_DF:            /* DF */
  ------------------
  |  |  214|     72|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (840:4): [True: 72, False: 879]
  ------------------
  841|     72|				p_idx = df_idx;
  842|     72|				break;
  843|     73|			case SC_FILE_TYPE_INTERNAL_EF:   /* EF for RSA keys */
  ------------------
  |  |  215|     73|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  |  Branch (843:4): [True: 73, False: 878]
  ------------------
  844|     73|				p_idx = efi_idx;
  845|     73|				break;
  846|    806|			default:                         /* EF */
  ------------------
  |  Branch (846:4): [True: 806, False: 145]
  ------------------
  847|    806|				p_idx = ef_idx;
  848|    806|				break;
  849|    951|			}
  850|       |
  851|       |			/* Encryption key present ? */
  852|    951|			iPinCount = iACLen > 0 ? (int)iACLen - 1 : 0;
  ------------------
  |  Branch (852:16): [True: 328, False: 623]
  ------------------
  853|       |
  854|    951|			if (buf[iOffset] & 0x20) {
  ------------------
  |  Branch (854:8): [True: 507, False: 444]
  ------------------
  855|    507|				int iSC;
  856|    507|				if (len < 1 + (size_t)iACLen)
  ------------------
  |  Branch (856:9): [True: 0, False: 507]
  ------------------
  857|      0|					break;
  858|    507|				iSC = buf[iOffset + iACLen];
  859|       |
  860|    507|				switch( (iSC>>5) & 0x03 ) {
  ------------------
  |  Branch (860:13): [True: 507, False: 0]
  ------------------
  861|     74|				case 0:
  ------------------
  |  Branch (861:5): [True: 74, False: 433]
  ------------------
  862|     74|					iMethod = SC_AC_TERM;		/* key authentication */
  ------------------
  |  |  152|     74|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  863|     74|					break;
  864|    150|				case 1:
  ------------------
  |  Branch (864:5): [True: 150, False: 357]
  ------------------
  865|    150|					iMethod = SC_AC_AUT;		/* key authentication  */
  ------------------
  |  |  154|    150|#define SC_AC_AUT			0x00000008 /* Key auth. */
  ------------------
  866|    150|					break;
  867|     44|				case 2:
  ------------------
  |  Branch (867:5): [True: 44, False: 463]
  ------------------
  868|    283|				case 3:
  ------------------
  |  Branch (868:5): [True: 239, False: 268]
  ------------------
  869|    283|					iMethod = SC_AC_PRO;		/* secure messaging */
  ------------------
  |  |  153|    283|#define SC_AC_PRO			0x00000004 /* Secure Messaging */
  ------------------
  870|    283|					break;
  871|    507|				}
  872|    507|				iKeyRef = iSC & 0x1F;			/* get key number */
  873|       |
  874|    507|				iPinCount--;				/* one byte used for keyReference  */
  875|    507|			}
  876|       |
  877|       |			/* Pin present ? */
  878|    951|			if ( iPinCount > 0 ) {
  ------------------
  |  Branch (878:9): [True: 172, False: 779]
  ------------------
  879|    172|				if (len < 1 + 2)
  ------------------
  |  Branch (879:9): [True: 0, False: 172]
  ------------------
  880|      0|					break;
  881|    172|				iKeyRef = buf[iOffset + 2];	/* pin ref */
  882|    172|				iMethod = SC_AC_CHV;
  ------------------
  |  |  151|    172|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  883|    172|			}
  884|       |
  885|       |			/* Add AC for each command-operationType into OpenSc structure */
  886|    951|			bValue = buf[iOffset + 1];
  887|  8.55k|			for (i = 0; i < 8; i++) {
  ------------------
  |  Branch (887:16): [True: 7.60k, False: 951]
  ------------------
  888|  7.60k|				if((bValue & 1) && (p_idx[i] >= 0))
  ------------------
  |  Branch (888:8): [True: 2.13k, False: 5.47k]
  |  Branch (888:24): [True: 1.60k, False: 534]
  ------------------
  889|  1.60k|					sc_file_add_acl_entry(file, p_idx[i], iMethod, iKeyRef);
  890|  7.60k|				bValue >>= 1;
  891|  7.60k|			}
  892|    951|		}
  893|       |		/* Current field treated, get next AC sub-field */
  894|  1.44k|		iOffset += iACLen +1;		/* AC + PTL-byte */
  895|  1.44k|		len     -= iACLen +1;
  896|  1.44k|	}
  897|    304|}
card-setcos.c:parse_sec_attr:
  718|     94|{
  719|     94|	int i;
  720|     94|	int idx[6];
  721|       |
  722|     94|	if (len < 6)
  ------------------
  |  Branch (722:6): [True: 60, False: 34]
  ------------------
  723|     60|		return;
  724|     34|	if (file->type == SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|     34|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (724:6): [True: 7, False: 27]
  ------------------
  725|      7|		const int df_idx[6] = {
  726|      7|			SC_AC_OP_SELECT, SC_AC_OP_LOCK, SC_AC_OP_DELETE,
  ------------------
  |  |  166|      7|#define SC_AC_OP_SELECT			0
  ------------------
              			SC_AC_OP_SELECT, SC_AC_OP_LOCK, SC_AC_OP_DELETE,
  ------------------
  |  |  167|      7|#define SC_AC_OP_LOCK			1
  ------------------
              			SC_AC_OP_SELECT, SC_AC_OP_LOCK, SC_AC_OP_DELETE,
  ------------------
  |  |  168|      7|#define SC_AC_OP_DELETE			2
  ------------------
  727|      7|			SC_AC_OP_CREATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  169|      7|#define SC_AC_OP_CREATE			3
  ------------------
              			SC_AC_OP_CREATE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|      7|#define SC_AC_OP_REHABILITATE		4
  ------------------
  728|      7|			SC_AC_OP_INVALIDATE
  ------------------
  |  |  171|      7|#define SC_AC_OP_INVALIDATE		5
  ------------------
  729|      7|		};
  730|     49|		for (i = 0; i < 6; i++)
  ------------------
  |  Branch (730:15): [True: 42, False: 7]
  ------------------
  731|     42|			idx[i] = df_idx[i];
  732|     27|	} else {
  733|     27|		const int ef_idx[6] = {
  734|     27|			SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  188|     27|#define SC_AC_OP_READ			22
  ------------------
              			SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  189|     27|#define SC_AC_OP_UPDATE			23
  ------------------
              			SC_AC_OP_READ, SC_AC_OP_UPDATE, SC_AC_OP_WRITE,
  ------------------
  |  |  190|     27|#define SC_AC_OP_WRITE			24
  ------------------
  735|     27|			SC_AC_OP_ERASE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  202|     27|#define SC_AC_OP_ERASE			SC_AC_OP_DELETE
  |  |  ------------------
  |  |  |  |  168|     27|#define SC_AC_OP_DELETE			2
  |  |  ------------------
  ------------------
              			SC_AC_OP_ERASE, SC_AC_OP_REHABILITATE,
  ------------------
  |  |  170|     27|#define SC_AC_OP_REHABILITATE		4
  ------------------
  736|     27|			SC_AC_OP_INVALIDATE
  ------------------
  |  |  171|     27|#define SC_AC_OP_INVALIDATE		5
  ------------------
  737|     27|		};
  738|    189|		for (i = 0; i < 6; i++)
  ------------------
  |  Branch (738:15): [True: 162, False: 27]
  ------------------
  739|    162|			idx[i] = ef_idx[i];
  740|     27|	}
  741|    238|	for (i = 0; i < 6; i++)
  ------------------
  |  Branch (741:14): [True: 204, False: 34]
  ------------------
  742|    204|		add_acl_entry(file, idx[i], buf[i]);
  743|     34|}
card-setcos.c:add_acl_entry:
  689|    204|{
  690|    204|	unsigned int method, key_ref = SC_AC_KEY_REF_NONE;
  ------------------
  |  |  204|    204|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  691|       |
  692|    204|	switch (byte >> 4) {
  693|     28|	case 0:
  ------------------
  |  Branch (693:2): [True: 28, False: 176]
  ------------------
  694|     28|		method = SC_AC_NONE;
  ------------------
  |  |  150|     28|#define SC_AC_NONE			0x00000000
  ------------------
  695|     28|		break;
  696|     22|	case 1:
  ------------------
  |  Branch (696:2): [True: 22, False: 182]
  ------------------
  697|     22|		method = SC_AC_CHV;
  ------------------
  |  |  151|     22|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  698|     22|		key_ref = 1;
  699|     22|		break;
  700|     26|	case 2:
  ------------------
  |  Branch (700:2): [True: 26, False: 178]
  ------------------
  701|     26|		method = SC_AC_CHV;
  ------------------
  |  |  151|     26|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  702|     26|		key_ref = 2;
  703|     26|		break;
  704|     21|	case 4:
  ------------------
  |  Branch (704:2): [True: 21, False: 183]
  ------------------
  705|     21|		method = SC_AC_TERM;
  ------------------
  |  |  152|     21|#define SC_AC_TERM			0x00000002 /* Terminal auth. */
  ------------------
  706|     21|		break;
  707|     30|	case 15:
  ------------------
  |  Branch (707:2): [True: 30, False: 174]
  ------------------
  708|     30|		method = SC_AC_NEVER;
  ------------------
  |  |  163|     30|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  709|     30|		break;
  710|     77|	default:
  ------------------
  |  Branch (710:2): [True: 77, False: 127]
  ------------------
  711|     77|		method = SC_AC_UNKNOWN;
  ------------------
  |  |  162|     77|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  712|     77|		break;
  713|    204|	}
  714|    204|	sc_file_add_acl_entry(file, op, method, key_ref);
  715|    204|}
card-setcos.c:setcos_process_fci:
  942|    388|{
  943|    388|	int r = iso_ops->process_fci(card, file, buf, buflen);
  944|       |
  945|       |	/* SetCOS 4.4: RSA key file is an internal EF but it's
  946|       |	 * file descriptor doesn't seem to follow ISO7816. */
  947|    388|	if (r >= 0 && (card->type == SC_CARD_TYPE_SETCOS_44 ||
  ------------------
  |  Branch (947:6): [True: 388, False: 0]
  |  Branch (947:17): [True: 11, False: 377]
  ------------------
  948|    377|	               SETCOS_IS_EID_APPLET(card))) {
  ------------------
  |  |   46|    377|#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: 189, False: 188]
  |  |  |  Branch (46:85): [True: 97, False: 91]
  |  |  ------------------
  ------------------
  949|    297|		const u8 *tag;
  950|    297|		size_t taglen = 1;
  951|    297|		tag = (u8 *) sc_asn1_find_tag(card->ctx, buf, buflen, 0x82, &taglen);
  952|    297|		if (tag != NULL && taglen == 1 && *tag == 0x11)
  ------------------
  |  Branch (952:7): [True: 77, False: 220]
  |  Branch (952:22): [True: 61, False: 16]
  |  Branch (952:37): [True: 24, False: 37]
  ------------------
  953|     24|			file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|     24|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  954|    297|	}
  955|       |
  956|    388|	return r;
  957|    388|}
card-setcos.c:setcos_card_ctl:
 1092|    274|{
 1093|    274|	if (card->type != SC_CARD_TYPE_SETCOS_44 && !SETCOS_IS_EID_APPLET(card))
  ------------------
  |  |   46|    261|#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: 40, False: 221]
  |  |  |  Branch (46:85): [True: 19, False: 202]
  |  |  ------------------
  ------------------
  |  Branch (1093:6): [True: 261, False: 13]
  ------------------
 1094|    202|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    202|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1095|       |
 1096|     72|	switch(cmd) {
  ------------------
  |  Branch (1096:9): [True: 0, False: 72]
  ------------------
 1097|      0|	case SC_CARDCTL_SETCOS_PUTDATA:
  ------------------
  |  Branch (1097:2): [True: 0, False: 72]
  ------------------
 1098|      0|		return setcos_putdata(card,
 1099|      0|				(struct sc_cardctl_setcos_data_obj*) ptr);
 1100|      0|		break;
 1101|      0|	case SC_CARDCTL_SETCOS_GETDATA:
  ------------------
  |  Branch (1101:2): [True: 0, False: 72]
  ------------------
 1102|      0|		return setcos_getdata(card,
 1103|      0|				(struct sc_cardctl_setcos_data_obj*) ptr);
 1104|      0|		break;
 1105|      0|	case SC_CARDCTL_SETCOS_GENERATE_STORE_KEY:
  ------------------
  |  Branch (1105:2): [True: 0, False: 72]
  ------------------
 1106|      0|		return setcos_generate_store_key(card,
 1107|      0|				(struct sc_cardctl_setcos_gen_store_key_info *) ptr);
 1108|      0|	case SC_CARDCTL_SETCOS_ACTIVATE_FILE:
  ------------------
  |  Branch (1108:2): [True: 0, False: 72]
  ------------------
 1109|      0|		return setcos_activate_file(card);
 1110|     72|	}
 1111|       |
 1112|     72|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     72|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1113|     72|}

sc_get_skeid_driver:
  179|  16.2k|{
  180|  16.2k|	if (iso_ops == NULL) iso_ops = sc_get_iso7816_driver()->ops;
  ------------------
  |  Branch (180:6): [True: 1, False: 16.2k]
  ------------------
  181|  16.2k|	skeid_ops = *iso_ops;
  182|  16.2k|	skeid_ops.match_card = skeid_match_card;
  183|  16.2k|	skeid_ops.init = skeid_init;
  184|  16.2k|	skeid_ops.set_security_env = skeid_set_security_env;
  185|  16.2k|	skeid_ops.logout = skeid_logout;
  186|  16.2k|	return &skeid_drv;
  187|  16.2k|}
card-skeid.c:skeid_match_card:
   73|  15.6k|{
   74|  15.6k|	if (_sc_match_atr(card, skeid_atrs, &card->type) < 0 || skeid_known_url(card) != SC_SUCCESS)
  ------------------
  |  |   28|     63|#define SC_SUCCESS				0
  ------------------
  |  Branch (74:6): [True: 15.5k, False: 63]
  |  Branch (74:58): [True: 55, False: 8]
  ------------------
   75|  15.6k|		return 0;
   76|       |
   77|      8|	sc_log(card->ctx,  "Slovak eID card v3 (CardOS 5.4)");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   78|       |
   79|      8|	return 1;
   80|  15.6k|}
card-skeid.c:skeid_known_url:
   53|     63|{
   54|     63|	const struct sc_aid skeid_aid_eid = {{0xE8, 0x07, 0x04, 0x00, 0x7F, 0x00, 0x07, 0x03, 0x02}, 9};
   55|     63|	const char *known_url = "\x80\x01\x00\x5F\x50\x28http://www.minv.sk/cif/cif-sk-eid-v3.xml";
   56|     63|	u8 buf[SKEID_KNOWN_URL_LEN];
   57|       |
   58|     63|	sc_path_t url_path;
   59|       |
   60|     63|	int r = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|     63|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   61|       |
   62|     63|	sc_path_set(&url_path, SC_PATH_TYPE_DF_NAME, skeid_aid_eid.value, skeid_aid_eid.len, 0, 0);
  ------------------
  |  |  118|     63|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
   63|       |
   64|     63|	if (sc_select_file(card, &url_path, NULL) == SC_SUCCESS
  ------------------
  |  |   28|    126|#define SC_SUCCESS				0
  ------------------
  |  Branch (64:6): [True: 37, False: 26]
  ------------------
   65|     37|		&& sc_get_data(card, 0x7F62, buf, SKEID_KNOWN_URL_LEN) == SKEID_KNOWN_URL_LEN
  ------------------
  |  |   30|     37|#define SKEID_KNOWN_URL_LEN 46
  ------------------
              		&& sc_get_data(card, 0x7F62, buf, SKEID_KNOWN_URL_LEN) == SKEID_KNOWN_URL_LEN
  ------------------
  |  |   30|    100|#define SKEID_KNOWN_URL_LEN 46
  ------------------
  |  Branch (65:6): [True: 22, False: 15]
  ------------------
   66|     22|		&& !memcmp(buf, known_url, SKEID_KNOWN_URL_LEN))
  ------------------
  |  |   30|     22|#define SKEID_KNOWN_URL_LEN 46
  ------------------
  |  Branch (66:6): [True: 8, False: 14]
  ------------------
   67|      8|		r = SC_SUCCESS;
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
   68|       |
   69|     63|	return r;
   70|     63|}
card-skeid.c:skeid_init:
  108|      8|{
  109|      8|	const unsigned long flags = SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  111|      8|#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|      8|#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|      8|#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|      8|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  110|      8|	const size_t data_field_length = 437;
  111|      8|	int r;
  112|       |
  113|      8|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  114|       |
  115|      8|	card->name = "Slovak eID (CardOS)";
  116|      8|	card->type = SC_CARD_TYPE_SKEID_V3;
  117|      8|	card->cla = 0x00;
  118|       |
  119|      8|	r = skeid_get_serialnr(card);
  120|      8|	LOG_TEST_RET(card->ctx, r, "Error reading serial number.");
  ------------------
  |  |  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: 4, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  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|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  121|       |
  122|      4|	card->caps |= SC_CARD_CAP_APDU_EXT | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  547|      4|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
              	card->caps |= SC_CARD_CAP_APDU_EXT | SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|      4|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  123|       |
  124|      4|	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|      4|	card->max_send_size = sc_get_max_send_size(card); /* see card-cardos.c */
  135|      4|	card->max_recv_size = data_field_length - 2;
  136|      4|	card->max_recv_size = sc_get_max_recv_size(card);
  137|       |
  138|      4|	r = _sc_card_add_rsa_alg(card, 3072, flags, 0);
  139|       |
  140|      4|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|      4|}
card-skeid.c:skeid_get_serialnr:
   83|      8|{
   84|      8|	int r;
   85|      8|	sc_apdu_t apdu;
   86|      8|	u8 rbuf[SC_MAX_APDU_BUFFER_SIZE];
   87|       |
   88|      8|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0x01, 0x81);
  ------------------
  |  |  292|      8|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
   89|      8|	apdu.resp = rbuf;
   90|      8|	apdu.resplen = sizeof(rbuf);
   91|      8|	apdu.le = 256;
   92|      8|	r = sc_transmit_apdu(card, &apdu);
   93|      8|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  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: 1, False: 7]
  |  |  |  |  ------------------
  |  |  |  |  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|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   94|      7|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00)
  ------------------
  |  Branch (94:6): [True: 1, False: 6]
  |  Branch (94:26): [True: 1, False: 5]
  ------------------
   95|      2|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      2|#define SC_ERROR_INTERNAL			-1400
  ------------------
   96|      5|	if (apdu.resplen == 8) {
  ------------------
  |  Branch (96:6): [True: 4, False: 1]
  ------------------
   97|       |		/* cache serial number */
   98|      4|		memcpy(card->serialnr.value, rbuf, 8);
   99|      4|		card->serialnr.len = 8;
  100|      4|	} 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|      4|	return SC_SUCCESS;
  ------------------
  |  |   28|      4|#define SC_SUCCESS				0
  ------------------
  105|      5|}
card-skeid.c:skeid_set_security_env:
  146|      3|{
  147|      3|	int key_id;
  148|      3|	int r;
  149|       |
  150|      3|	if (card == NULL || env == NULL)
  ------------------
  |  Branch (150:6): [True: 0, False: 3]
  |  Branch (150:22): [True: 0, False: 3]
  ------------------
  151|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  152|       |
  153|      3|	if (!(env->flags & SC_SEC_ENV_KEY_REF_PRESENT) || env->key_ref_len != 1) {
  ------------------
  |  |   58|      3|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (153:6): [True: 0, False: 3]
  |  Branch (153:52): [True: 0, False: 3]
  ------------------
  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|      3|	key_id = env->key_ref[0];
  162|      3|	r = sc_restore_security_env(card, key_id);
  163|       |
  164|      3|	return r;
  165|      3|}

sc_get_srbeid_driver:
  305|  16.2k|{
  306|       |	/* Save ISO ops for delegation, then override what we handle. */
  307|  16.2k|	iso_ops = sc_get_iso7816_driver()->ops;
  308|  16.2k|	srbeid_ops = *iso_ops;
  309|  16.2k|	srbeid_ops.match_card = srbeid_match_card;
  310|  16.2k|	srbeid_ops.init = srbeid_init;
  311|  16.2k|	srbeid_ops.select_file = srbeid_select_file;
  312|  16.2k|	srbeid_ops.set_security_env = srbeid_set_security_env;
  313|  16.2k|	srbeid_ops.compute_signature = srbeid_compute_signature;
  314|  16.2k|	srbeid_ops.decipher = srbeid_decipher;
  315|       |
  316|  16.2k|	return &srbeid_drv;
  317|  16.2k|}
card-srbeid.c:srbeid_match_card:
   72|  8.31k|{
   73|  8.31k|	int i = _sc_match_atr(card, srbeid_atrs, &card->type);
   74|  8.31k|	if (i >= 0 && iso7816_select_aid(card, AID_PKCS15, AID_PKCS15_LEN, NULL, NULL) == SC_SUCCESS) {
  ------------------
  |  |   30|    519|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
              	if (i >= 0 && iso7816_select_aid(card, AID_PKCS15, AID_PKCS15_LEN, NULL, NULL) == SC_SUCCESS) {
  ------------------
  |  |   28|    519|#define SC_SUCCESS				0
  ------------------
  |  Branch (74:6): [True: 519, False: 7.79k]
  |  Branch (74:16): [True: 317, False: 202]
  ------------------
   75|    317|		card->name = srbeid_atrs[i].name;
   76|    317|		return 1;
   77|    317|	}
   78|  7.99k|	return 0;
   79|  8.31k|}
card-srbeid.c:srbeid_init:
   83|    317|{
   84|    317|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    317|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    317|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    317|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    317|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 317]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   85|       |
   86|    317|	card->caps |= SC_CARD_CAP_ISO7816_PIN_INFO;
  ------------------
  |  |  553|    317|#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|    317|	_sc_card_add_rsa_alg(card, 2048,
   91|    317|			SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_RAW |
  ------------------
  |  |  109|    317|#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|    317|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
   92|    317|					SC_ALGORITHM_RSA_HASH_NONE,
  ------------------
  |  |  133|    317|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
   93|    317|			0);
   94|       |
   95|    317|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    317|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    317|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    317|	int _ret = r; \
  |  |  |  |  155|    317|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 317, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    317|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 317]
  |  |  |  |  ------------------
  |  |  |  |  157|    317|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    317|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    317|	return _ret; \
  |  |  |  |  163|    317|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   96|    317|}
card-srbeid.c:srbeid_select_file:
  112|  2.43k|{
  113|  2.43k|	sc_apdu_t apdu;
  114|  2.43k|	u8 fci[16];
  115|  2.43k|	sc_file_t *file;
  116|  2.43k|	int r;
  117|       |
  118|  2.43k|	if (in_path->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  2.43k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (118:6): [True: 657, False: 1.77k]
  ------------------
  119|    657|		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.77k|	if (in_path->len == 0 && in_path->aid.len > 0)
  ------------------
  |  Branch (123:6): [True: 43, False: 1.73k]
  |  Branch (123:27): [True: 43, False: 0]
  ------------------
  124|     43|		return iso7816_select_aid(card, in_path->aid.value,
  125|     43|				in_path->aid.len, NULL, NULL);
  126|       |
  127|  1.73k|	if (in_path->len != 2)
  ------------------
  |  Branch (127:6): [True: 951, False: 779]
  ------------------
  128|  1.73k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  164|    951|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    951|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    951|	int _ret = r; \
  |  |  |  |  155|    951|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 951, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    951|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    951|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 951, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    951|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    951|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    951|	return _ret; \
  |  |  |  |  163|    951|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  129|       |
  130|    779|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0x00, 0x00);
  ------------------
  |  |  294|    779|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  131|    779|	apdu.data = in_path->value;
  132|    779|	apdu.datalen = 2;
  133|    779|	apdu.lc = 2;
  134|    779|	apdu.resp = fci;
  135|    779|	apdu.resplen = sizeof(fci);
  136|    779|	apdu.le = 10;
  137|       |
  138|    779|	r = sc_transmit_apdu(card, &apdu);
  139|    779|	LOG_TEST_RET(card->ctx, r, "APDU transmit 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: 18, False: 761]
  |  |  |  |  ------------------
  |  |  |  |  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|    779|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 761]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  140|    761|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  141|    761|	LOG_TEST_RET(card->ctx, r, "SELECT FILE failed");
  ------------------
  |  |  174|    761|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    761|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    761|	int _ret = (r); \
  |  |  |  |  168|    761|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 253, False: 508]
  |  |  |  |  ------------------
  |  |  |  |  169|    253|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    253|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    253|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    253|		return _ret; \
  |  |  |  |  172|    253|	} \
  |  |  |  |  173|    761|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 508]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  142|       |
  143|    508|	if (apdu.resplen < 4)
  ------------------
  |  Branch (143:6): [True: 41, False: 467]
  ------------------
  144|    508|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  145|       |
  146|    467|	if (file_out) {
  ------------------
  |  Branch (146:6): [True: 403, False: 64]
  ------------------
  147|    403|		file = sc_file_new();
  148|    403|		if (!file)
  ------------------
  |  Branch (148:7): [True: 0, False: 403]
  ------------------
  149|    403|			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|    403|		file->id = ((unsigned)in_path->value[0] << 8) | in_path->value[1];
  152|    403|		file->path = *in_path;
  153|    403|		file->size = ((size_t)fci[2] << 8) | (size_t)fci[3];
  154|    403|		file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|    403|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  155|    403|		*file_out = file;
  156|    403|	}
  157|       |
  158|    467|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    467|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    467|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    467|	int _ret = r; \
  |  |  |  |  155|    467|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 467, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    467|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 467]
  |  |  |  |  ------------------
  |  |  |  |  157|    467|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    467|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    467|	return _ret; \
  |  |  |  |  163|    467|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|    467|}
card-srbeid.c:srbeid_set_security_env:
  177|     25|{
  178|     25|	sc_apdu_t apdu;
  179|     25|	u8 mse_data[7];
  180|     25|	unsigned key_ref;
  181|     25|	u8 p2;
  182|     25|	int r;
  183|       |
  184|     25|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     25|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     25|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     25|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     25|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 25]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|     25|	(void)se_num;
  186|       |
  187|       |	/* Extract key FID. */
  188|     25|	if ((env->flags & SC_SEC_ENV_FILE_REF_PRESENT) && env->file_ref.len >= 2) {
  ------------------
  |  |   57|     25|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (188:6): [True: 0, False: 25]
  |  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|     25|	} else if ((env->flags & SC_SEC_ENV_KEY_REF_PRESENT) && env->key_ref_len >= 1) {
  ------------------
  |  |   58|     25|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (190:13): [True: 25, False: 0]
  |  Branch (190:58): [True: 25, False: 0]
  ------------------
  191|     25|		key_ref = CE_KEYS_BASE_FID | (unsigned)env->key_ref[0];
  ------------------
  |  |   33|     25|#define CE_KEYS_BASE_FID 0x6000u
  ------------------
  192|     25|	} 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|     25|	switch (env->operation) {
  199|     15|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|     15|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (199:2): [True: 15, False: 10]
  ------------------
  200|     15|		p2 = 0xB6;
  201|     15|		break;
  202|     10|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|     10|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (202:2): [True: 10, False: 15]
  ------------------
  203|     10|		p2 = 0xB8;
  204|     10|		break;
  205|      0|	default:
  ------------------
  |  Branch (205:2): [True: 0, False: 25]
  ------------------
  206|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  207|     25|	}
  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|     25|	mse_data[0] = 0x80;
  212|     25|	mse_data[1] = 0x01;
  213|     25|	mse_data[2] = (env->algorithm_flags & SC_ALGORITHM_RSA_RAW)
  ------------------
  |  |  102|     25|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (213:16): [True: 21, False: 4]
  ------------------
  214|     25|				      ? CE_MSE_ALG_RSA_RAW
  ------------------
  |  |   37|     21|#define CE_MSE_ALG_RSA_RAW   0x00u /* raw RSA; OpenSC pads */
  ------------------
  215|     25|				      : CE_MSE_ALG_RSA_PKCS1;
  ------------------
  |  |   36|     29|#define CE_MSE_ALG_RSA_PKCS1 0x02u /* card adds PKCS#1 padding */
  ------------------
  216|     25|	mse_data[3] = 0x84;
  217|     25|	mse_data[4] = 0x02;
  218|     25|	mse_data[5] = (u8)((key_ref >> 8) & 0xFF);
  219|     25|	mse_data[6] = (u8)(key_ref & 0xFF);
  220|       |
  221|     25|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, p2);
  ------------------
  |  |  293|     25|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  222|     25|	apdu.data = mse_data;
  223|     25|	apdu.datalen = sizeof(mse_data);
  224|     25|	apdu.lc = sizeof(mse_data);
  225|       |
  226|     25|	r = sc_transmit_apdu(card, &apdu);
  227|     25|	LOG_TEST_RET(card->ctx, r, "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: 1, False: 24]
  |  |  |  |  ------------------
  |  |  |  |  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|     25|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 24]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  228|     24|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  229|     24|	LOG_TEST_RET(card->ctx, r, "MSE SET failed");
  ------------------
  |  |  174|     24|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     24|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     24|	int _ret = (r); \
  |  |  |  |  168|     24|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 10, False: 14]
  |  |  |  |  ------------------
  |  |  |  |  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|     24|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 14]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  230|       |
  231|     14|	sc_log(card->ctx, "srbeid: set_security_env: key_ref=0x%04x p2=0x%02x algo=0x%02x",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  232|     14|			key_ref, p2, mse_data[2]);
  233|     14|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|     14|}
card-srbeid.c:srbeid_compute_signature:
  282|      5|{
  283|      5|	return srbeid_pso(card, 0x9E, data, datalen, out, outlen);
  284|      5|}
card-srbeid.c:srbeid_pso:
  243|     16|{
  244|     16|	sc_apdu_t apdu;
  245|     16|	u8 resp[256];
  246|     16|	u8 p2 = 0x00;
  247|     16|	int r;
  248|       |
  249|     16|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|     16|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     16|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     16|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     16|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 16]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  250|       |
  251|     16|	if (datalen == 0 || datalen > sizeof(resp))
  ------------------
  |  Branch (251:6): [True: 0, False: 16]
  |  Branch (251:22): [True: 1, False: 15]
  ------------------
  252|     16|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  253|       |
  254|     15|	if (datalen > SC_MAX_APDU_DATA_SIZE) {
  ------------------
  |  |   35|     15|#define SC_MAX_APDU_DATA_SIZE		0xFF
  ------------------
  |  Branch (254:6): [True: 3, False: 12]
  ------------------
  255|      3|		p2 = data[0];
  256|      3|		++data;
  257|      3|		--datalen;
  258|      3|	}
  259|       |
  260|     15|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x2A, p1, p2);
  ------------------
  |  |  294|     15|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  261|     15|	apdu.data = data;
  262|     15|	apdu.datalen = apdu.lc = datalen;
  263|     15|	apdu.resp = resp;
  264|     15|	apdu.resplen = sizeof(resp);
  265|     15|	apdu.le = sizeof(resp);
  266|       |
  267|     15|	r = sc_transmit_apdu(card, &apdu);
  268|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|     12|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  270|     12|	LOG_TEST_RET(card->ctx, r, "PSO 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: 6, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  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|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  271|       |
  272|      6|	if (apdu.resplen > outlen)
  ------------------
  |  Branch (272:6): [True: 0, False: 6]
  ------------------
  273|      6|		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|      6|	memcpy(out, resp, apdu.resplen);
  275|      6|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  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: 1, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  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|      5|	} else { \
  |  |  |  |  159|      5|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      5|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      5|	} \
  |  |  |  |  162|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  276|      6|}
card-srbeid.c:srbeid_decipher:
  295|      9|{
  296|      9|	int r = srbeid_pso(card, 0x80, crgram, crgram_len, out, outlen);
  297|       |
  298|      9|	if (r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|      9|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (298:6): [True: 2, False: 7]
  ------------------
  299|      2|		r = srbeid_pso(card, 0x9E, crgram, crgram_len, out, outlen);
  300|      9|	return r;
  301|      9|}

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

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

sc_check_sw:
   45|   435k|{
   46|   435k|	if (card == NULL)
  ------------------
  |  Branch (46:6): [True: 0, False: 435k]
  ------------------
   47|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   48|   435k|	if (card->ops->check_sw == NULL)
  ------------------
  |  Branch (48:6): [True: 0, False: 435k]
  ------------------
   49|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
   50|   435k|	return card->ops->check_sw(card, sw1, sw2);
   51|   435k|}
sc_format_apdu:
   55|   554k|{
   56|   554k|	if (card == NULL || apdu == NULL) {
  ------------------
  |  Branch (56:6): [True: 0, False: 554k]
  |  Branch (56:22): [True: 0, False: 554k]
  ------------------
   57|      0|		return;
   58|      0|	}
   59|   554k|	memset(apdu, 0, sizeof(*apdu));
   60|   554k|	apdu->cla = (u8) card->cla;
   61|   554k|	apdu->cse = cse;
   62|   554k|	apdu->ins = (u8) ins;
   63|   554k|	apdu->p1 = (u8) p1;
   64|   554k|	apdu->p2 = (u8) p2;
   65|   554k|}
sc_format_apdu_cse_lc_le:
   68|  5.37k|{
   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|  5.37k|	if (!apdu)
  ------------------
  |  Branch (73:6): [True: 0, False: 5.37k]
  ------------------
   74|      0|		return;
   75|  5.37k|	if (apdu->datalen > SC_MAX_APDU_DATA_SIZE
  ------------------
  |  |   35|  10.7k|#define SC_MAX_APDU_DATA_SIZE		0xFF
  ------------------
  |  Branch (75:6): [True: 22, False: 5.35k]
  ------------------
   76|  5.35k|			|| apdu->resplen > SC_MAX_APDU_RESP_SIZE) {
  ------------------
  |  |   36|  5.35k|#define SC_MAX_APDU_RESP_SIZE		(0xFF+1)
  ------------------
  |  Branch (76:7): [True: 285, False: 5.07k]
  ------------------
   77|       |		/* extended length  or data chaining and/or get response */
   78|    307|		if (apdu->datalen <= SC_MAX_EXT_APDU_DATA_SIZE)
  ------------------
  |  |   38|    307|#define SC_MAX_EXT_APDU_DATA_SIZE		0xFFFF
  ------------------
  |  Branch (78:7): [True: 307, False: 0]
  ------------------
   79|    307|			apdu->lc = apdu->datalen;
   80|    307|		if (apdu->resplen <= SC_MAX_EXT_APDU_RESP_SIZE)
  ------------------
  |  |   39|    307|#define SC_MAX_EXT_APDU_RESP_SIZE		(0xFFFF+1)
  ------------------
  |  Branch (80:7): [True: 307, False: 0]
  ------------------
   81|    307|			apdu->le = apdu->resplen;
   82|    307|		if (apdu->resplen && !apdu->datalen)
  ------------------
  |  Branch (82:7): [True: 307, False: 0]
  |  Branch (82:24): [True: 259, False: 48]
  ------------------
   83|    259|			apdu->cse = SC_APDU_CASE_2;
  ------------------
  |  |  301|    259|#define SC_APDU_CASE_2			0x22
  ------------------
   84|    307|		if (!apdu->resplen && apdu->datalen)
  ------------------
  |  Branch (84:7): [True: 0, False: 307]
  |  Branch (84:25): [True: 0, False: 0]
  ------------------
   85|      0|			apdu->cse = SC_APDU_CASE_3;
  ------------------
  |  |  302|      0|#define SC_APDU_CASE_3			0x23
  ------------------
   86|    307|		if (apdu->resplen && apdu->datalen)
  ------------------
  |  Branch (86:7): [True: 307, False: 0]
  |  Branch (86:24): [True: 48, False: 259]
  ------------------
   87|     48|			apdu->cse = SC_APDU_CASE_4;
  ------------------
  |  |  303|     48|#define SC_APDU_CASE_4			0x24
  ------------------
   88|  5.07k|	} else {
   89|       |		/* short length */
   90|  5.07k|		if (apdu->datalen <= SC_MAX_APDU_DATA_SIZE)
  ------------------
  |  |   35|  5.07k|#define SC_MAX_APDU_DATA_SIZE		0xFF
  ------------------
  |  Branch (90:7): [True: 5.07k, False: 0]
  ------------------
   91|  5.07k|			apdu->lc = apdu->datalen;
   92|  5.07k|		if (apdu->resplen <= SC_MAX_APDU_RESP_SIZE)
  ------------------
  |  |   36|  5.07k|#define SC_MAX_APDU_RESP_SIZE		(0xFF+1)
  ------------------
  |  Branch (92:7): [True: 5.07k, False: 0]
  ------------------
   93|  5.07k|			apdu->le = apdu->resplen;
   94|  5.07k|		if (!apdu->resplen && !apdu->datalen)
  ------------------
  |  Branch (94:7): [True: 2.73k, False: 2.33k]
  |  Branch (94:25): [True: 0, False: 2.73k]
  ------------------
   95|      0|			apdu->cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|      0|#define SC_APDU_CASE_1			0x01
  ------------------
   96|  5.07k|		if (apdu->resplen && !apdu->datalen)
  ------------------
  |  Branch (96:7): [True: 2.33k, False: 2.73k]
  |  Branch (96:24): [True: 2.26k, False: 73]
  ------------------
   97|  2.26k|			apdu->cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|  2.26k|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
   98|  5.07k|		if (!apdu->resplen && apdu->datalen)
  ------------------
  |  Branch (98:7): [True: 2.73k, False: 2.33k]
  |  Branch (98:25): [True: 2.73k, False: 0]
  ------------------
   99|  2.73k|			apdu->cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  2.73k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  100|  5.07k|		if (apdu->resplen && apdu->datalen)
  ------------------
  |  Branch (100:7): [True: 2.33k, False: 2.73k]
  |  Branch (100:24): [True: 73, False: 2.26k]
  ------------------
  101|     73|			apdu->cse = SC_APDU_CASE_4_SHORT;
  ------------------
  |  |  294|     73|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  102|  5.07k|	}
  103|  5.37k|}
sc_format_apdu_ex:
  109|  5.37k|{
  110|  5.37k|	if (!apdu) {
  ------------------
  |  Branch (110:6): [True: 0, False: 5.37k]
  ------------------
  111|      0|		return;
  112|      0|	}
  113|       |
  114|  5.37k|	memset(apdu, 0, sizeof(*apdu));
  115|  5.37k|	apdu->cla = cla;
  116|  5.37k|	apdu->ins = ins;
  117|  5.37k|	apdu->p1 = p1;
  118|  5.37k|	apdu->p2 = p2;
  119|  5.37k|	apdu->resp = resp;
  120|  5.37k|	apdu->resplen = resplen;
  121|  5.37k|	apdu->data = data;
  122|  5.37k|	apdu->datalen = datalen;
  123|  5.37k|	sc_format_apdu_cse_lc_le(apdu);
  124|  5.37k|}
sc_get_max_recv_size:
  188|   333k|{
  189|   333k|	size_t max_recv_size;
  190|   333k|	if (card == NULL || card->reader == NULL) {
  ------------------
  |  Branch (190:6): [True: 0, False: 333k]
  |  Branch (190:22): [True: 0, False: 333k]
  ------------------
  191|      0|		return 0;
  192|      0|	}
  193|   333k|	max_recv_size = card->max_recv_size;
  194|       |
  195|       |	/* initialize max_recv_size to a meaningful value */
  196|   333k|	if (card->caps & SC_CARD_CAP_APDU_EXT) {
  ------------------
  |  |  547|   333k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (196:6): [True: 23.2k, False: 310k]
  ------------------
  197|  23.2k|		if (!max_recv_size)
  ------------------
  |  Branch (197:7): [True: 2.02k, False: 21.1k]
  ------------------
  198|  2.02k|			max_recv_size = 65536;
  199|   310k|	} else {
  200|   310k|		if (!max_recv_size)
  ------------------
  |  Branch (200:7): [True: 160k, False: 149k]
  ------------------
  201|   160k|			max_recv_size = 256;
  202|   310k|	}
  203|       |
  204|       |	/*  Override card limitations with reader limitations. */
  205|   333k|	if (card->reader->max_recv_size != 0
  ------------------
  |  Branch (205:6): [True: 8.85k, False: 324k]
  ------------------
  206|  8.85k|			&& (card->reader->max_recv_size < card->max_recv_size))
  ------------------
  |  Branch (206:7): [True: 0, False: 8.85k]
  ------------------
  207|      0|		max_recv_size = card->reader->max_recv_size;
  208|       |
  209|   333k|	return max_recv_size;
  210|   333k|}
sc_get_max_send_size:
  213|  66.4k|{
  214|  66.4k|	size_t max_send_size;
  215|       |
  216|  66.4k|	if (card == NULL || card->reader == NULL) {
  ------------------
  |  Branch (216:6): [True: 0, False: 66.4k]
  |  Branch (216:22): [True: 0, False: 66.4k]
  ------------------
  217|      0|		return 0;
  218|      0|	}
  219|       |
  220|  66.4k|	max_send_size = card->max_send_size;
  221|       |
  222|       |	/* initialize max_send_size to a meaningful value */
  223|  66.4k|	if (card->caps & SC_CARD_CAP_APDU_EXT
  ------------------
  |  |  547|   132k|#define SC_CARD_CAP_APDU_EXT		0x00000001
  ------------------
  |  Branch (223:6): [True: 10.2k, False: 56.1k]
  ------------------
  224|  10.2k|			&& card->reader->active_protocol != SC_PROTO_T0) {
  ------------------
  |  |  352|  10.2k|#define SC_PROTO_T0		0x00000001
  ------------------
  |  Branch (224:7): [True: 10.2k, False: 0]
  ------------------
  225|  10.2k|		if (!max_send_size)
  ------------------
  |  Branch (225:7): [True: 761, False: 9.50k]
  ------------------
  226|    761|			max_send_size = 65535;
  227|  56.1k|	} else {
  228|  56.1k|		if (!max_send_size)
  ------------------
  |  Branch (228:7): [True: 12.6k, False: 43.5k]
  ------------------
  229|  12.6k|			max_send_size = 255;
  230|  56.1k|	}
  231|       |
  232|       |	/*  Override card limitations with reader limitations. */
  233|  66.4k|	if (card->reader->max_send_size != 0
  ------------------
  |  Branch (233:6): [True: 0, False: 66.4k]
  ------------------
  234|      0|			&& (card->reader->max_send_size < card->max_send_size))
  ------------------
  |  Branch (234:7): [True: 0, False: 0]
  ------------------
  235|      0|		max_send_size = card->reader->max_send_size;
  236|       |
  237|  66.4k|	return max_send_size;
  238|  66.4k|}
sc_connect_card:
  241|  16.2k|{
  242|  16.2k|	sc_card_t *card;
  243|  16.2k|	sc_context_t *ctx;
  244|  16.2k|	struct sc_card_driver *driver;
  245|  16.2k|	int i, r = 0, idx, connected = 0;
  246|       |
  247|  16.2k|	if (card_out == NULL || reader == NULL)
  ------------------
  |  Branch (247:6): [True: 0, False: 16.2k]
  |  Branch (247:26): [True: 0, False: 16.2k]
  ------------------
  248|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  249|  16.2k|	ctx = reader->ctx;
  250|  16.2k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  16.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  16.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  16.2k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 16.2k]
  |  |  ------------------
  ------------------
  251|  16.2k|	if (reader->ops->connect == NULL)
  ------------------
  |  Branch (251:6): [True: 0, False: 16.2k]
  ------------------
  252|  16.2k|		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.2k|	card = sc_card_new(ctx);
  255|  16.2k|	if (card == NULL)
  ------------------
  |  Branch (255:6): [True: 0, False: 16.2k]
  ------------------
  256|  16.2k|		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.2k|	r = reader->ops->connect(reader);
  258|  16.2k|	if (r)
  ------------------
  |  Branch (258:6): [True: 0, False: 16.2k]
  ------------------
  259|      0|		goto err;
  260|       |
  261|  16.2k|	connected = 1;
  262|  16.2k|	card->reader = reader;
  263|  16.2k|	card->ctx = ctx;
  264|       |
  265|  16.2k|	if (reader->flags & SC_READER_ENABLE_ESCAPE)
  ------------------
  |  |  372|  16.2k|#define SC_READER_ENABLE_ESCAPE		0x00000040
  ------------------
  |  Branch (265:6): [True: 0, False: 16.2k]
  ------------------
  266|      0|		sc_detect_escape_cmds(reader);
  267|       |
  268|  16.2k|	memcpy(&card->atr, &reader->atr, sizeof(card->atr));
  269|  16.2k|	memcpy(&card->uid, &reader->uid, sizeof(card->uid));
  270|       |
  271|  16.2k|	_sc_parse_atr(reader);
  272|       |
  273|       |	/* See if the ATR matches any ATR specified in the config file */
  274|  16.2k|	if ((driver = ctx->forced_driver) == NULL) {
  ------------------
  |  Branch (274:6): [True: 16.2k, False: 0]
  ------------------
  275|  16.2k|		sc_log(ctx, "matching configured ATRs");
  ------------------
  |  |   71|  16.2k|#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|   745k|		for (i = 0; ctx->card_drivers[i] != NULL; i++) {
  ------------------
  |  Branch (276:15): [True: 729k, False: 16.2k]
  ------------------
  277|   729k|			driver = ctx->card_drivers[i];
  278|       |
  279|   729k|			if (driver->atr_map == NULL ||
  ------------------
  |  Branch (279:8): [True: 729k, False: 0]
  ------------------
  280|   729k|			    !strcmp(driver->short_name, "default")) {
  ------------------
  |  Branch (280:8): [True: 0, False: 0]
  ------------------
  281|   729k|				driver = NULL;
  282|   729k|				continue;
  283|   729k|			}
  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.2k|	}
  299|       |
  300|  16.2k|	if (driver != NULL) {
  ------------------
  |  Branch (300:6): [True: 0, False: 16.2k]
  ------------------
  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.2k|	else {
  318|  16.2k|		sc_card_t uninitialized = *card;
  319|  16.2k|		sc_log(ctx, "matching built-in ATRs");
  ------------------
  |  |   71|  16.2k|#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|   415k|		for (i = 0; ctx->card_drivers[i] != NULL; i++) {
  ------------------
  |  Branch (320:15): [True: 413k, False: 2.33k]
  ------------------
  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|   413k|			*card = uninitialized;
  333|       |
  334|   413k|			struct sc_card_driver *drv = ctx->card_drivers[i];
  335|   413k|			const struct sc_card_operations *ops = drv->ops;
  336|       |
  337|   413k|			sc_log(ctx, "trying driver '%s'", drv->short_name);
  ------------------
  |  |   71|   413k|#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|   413k|			if (ops == NULL || ops->match_card == NULL)   {
  ------------------
  |  Branch (338:8): [True: 0, False: 413k]
  |  Branch (338:23): [True: 0, False: 413k]
  ------------------
  339|      0|				continue;
  340|      0|			}
  341|   413k|			else if (!(ctx->flags & SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER)
  ------------------
  |  |  860|   413k|#define SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER	0x00000008
  ------------------
  |  Branch (341:13): [True: 413k, False: 0]
  ------------------
  342|   413k|				   	&& !strcmp("default", drv->short_name))   {
  ------------------
  |  Branch (342:12): [True: 2.33k, False: 411k]
  ------------------
  343|  2.33k|				sc_log(ctx , "ignore 'default' card driver");
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
  344|  2.33k|				continue;
  345|  2.33k|			}
  346|       |
  347|       |			/* Needed if match_card() needs to talk with the card (e.g. card-muscle) */
  348|   411k|			*card->ops = *ops;
  349|   411k|			if (ops->match_card(card) != 1)
  ------------------
  |  Branch (349:8): [True: 396k, False: 14.7k]
  ------------------
  350|   396k|				continue;
  351|  14.7k|			sc_log(ctx, "matched: %s", drv->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__
  |  |  ------------------
  ------------------
  352|  14.7k|			memcpy(card->ops, ops, sizeof(struct sc_card_operations));
  353|  14.7k|			card->driver = drv;
  354|  14.7k|			r = ops->init(card);
  355|  14.7k|			if (r) {
  ------------------
  |  Branch (355:8): [True: 1.56k, False: 13.1k]
  ------------------
  356|  1.56k|				sc_log(ctx, "driver '%s' init() failed: %s", drv->name, sc_strerror(r));
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  357|  1.56k|				if (r == SC_ERROR_INVALID_CARD) {
  ------------------
  |  |   60|  1.56k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  |  Branch (357:9): [True: 856, False: 704]
  ------------------
  358|    856|					card->driver = NULL;
  359|    856|					continue;
  360|    856|				}
  361|    704|				goto err;
  362|  1.56k|			}
  363|  13.1k|			break;
  364|  14.7k|		}
  365|  16.2k|	}
  366|  15.5k|	if (card->driver == NULL) {
  ------------------
  |  Branch (366:6): [True: 2.33k, False: 13.1k]
  ------------------
  367|  2.33k|		sc_log(ctx, "unable to find driver for inserted card");
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
  368|  2.33k|		r = SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  2.33k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  369|  2.33k|		goto err;
  370|  2.33k|	}
  371|  13.1k|	if (card->name == NULL)
  ------------------
  |  Branch (371:6): [True: 3.01k, False: 10.1k]
  ------------------
  372|  3.01k|		card->name = card->driver->name;
  373|       |
  374|       |	/* initialize max_send_size/max_recv_size to a meaningful value */
  375|  13.1k|	card->max_recv_size = sc_get_max_recv_size(card);
  376|  13.1k|	card->max_send_size = sc_get_max_send_size(card);
  377|       |
  378|  13.1k|	sc_log(ctx, "card info name:'%s', type:%i, flags:0x%lX, max_send/recv_size:%zu/%zu",
  ------------------
  |  |   71|  13.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__
  |  |  ------------------
  ------------------
  379|  13.1k|			card->name, card->type, card->flags, card->max_send_size, card->max_recv_size);
  380|       |
  381|  13.1k|#ifdef ENABLE_SM
  382|       |	/* Check, if secure messaging module present. */
  383|  13.1k|	r = sc_card_sm_check(card);
  384|  13.1k|	if (r)   {
  ------------------
  |  Branch (384:6): [True: 0, False: 13.1k]
  ------------------
  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.1k|#endif
  389|  13.1k|	*card_out = card;
  390|       |
  391|  13.1k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  13.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.1k|	int _ret = r; \
  |  |  |  |  155|  13.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  13.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: 13.1k]
  |  |  |  |  ------------------
  |  |  |  |  157|  13.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  13.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|  13.1k|	return _ret; \
  |  |  |  |  163|  13.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|  3.03k|err:
  393|  3.03k|	if (connected)
  ------------------
  |  Branch (393:6): [True: 3.03k, False: 0]
  ------------------
  394|  3.03k|		reader->ops->disconnect(reader);
  395|  3.03k|	if (card != NULL)
  ------------------
  |  Branch (395:6): [True: 3.03k, False: 0]
  ------------------
  396|  3.03k|		sc_card_free(card);
  397|  3.03k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  3.03k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.03k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.03k|	int _ret = r; \
  |  |  |  |  155|  3.03k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.03k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.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|  3.03k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3.03k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.03k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.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|  3.03k|	return _ret; \
  |  |  |  |  163|  3.03k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  398|  3.03k|}
sc_disconnect_card:
  401|  16.2k|{
  402|  16.2k|	sc_context_t *ctx;
  403|       |
  404|  16.2k|	if (!card)
  ------------------
  |  Branch (404:6): [True: 3.03k, False: 13.1k]
  ------------------
  405|  3.03k|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  3.03k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  406|       |
  407|  13.1k|	ctx = card->ctx;
  408|  13.1k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  13.1k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.1k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|       |
  410|  13.1k|	if (card->ops->finish) {
  ------------------
  |  Branch (410:6): [True: 12.1k, False: 999]
  ------------------
  411|  12.1k|		int r = card->ops->finish(card);
  412|  12.1k|		if (r)
  ------------------
  |  Branch (412:7): [True: 531, False: 11.6k]
  ------------------
  413|    531|			sc_log(ctx, "card driver finish() failed: %s", sc_strerror(r));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  414|  12.1k|	}
  415|       |
  416|  13.1k|	if (card->reader->ops->disconnect) {
  ------------------
  |  Branch (416:6): [True: 13.1k, False: 0]
  ------------------
  417|  13.1k|		int r = card->reader->ops->disconnect(card->reader);
  418|  13.1k|		if (r)
  ------------------
  |  Branch (418:7): [True: 0, False: 13.1k]
  ------------------
  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.1k|	}
  421|       |
  422|  13.1k|#ifdef ENABLE_SM
  423|       |	/* release SM related resources */
  424|  13.1k|	sc_card_sm_unload(card);
  425|  13.1k|#endif
  426|       |
  427|  13.1k|	sc_card_free(card);
  428|  13.1k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  13.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.1k|	int _ret = r; \
  |  |  |  |  155|  13.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  13.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: 13.1k]
  |  |  |  |  ------------------
  |  |  |  |  157|  13.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  13.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|  13.1k|	return _ret; \
  |  |  |  |  163|  13.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|  13.1k|}
sc_lock:
  456|   650k|{
  457|   650k|	int r = 0, r2 = 0;
  458|   650k|	int was_reset = 0;
  459|   650k|	int reader_lock_obtained  = 0;
  460|       |
  461|   650k|	if (card == NULL)
  ------------------
  |  Branch (461:6): [True: 0, False: 650k]
  ------------------
  462|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  463|       |
  464|   650k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|   650k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   650k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   650k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   650k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 650k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  465|       |
  466|   650k|	r = sc_mutex_lock(card->ctx, card->mutex);
  467|   650k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|   650k|#define SC_SUCCESS				0
  ------------------
  |  Branch (467:6): [True: 0, False: 650k]
  ------------------
  468|      0|		return r;
  469|   650k|	if (card->lock_count == 0) {
  ------------------
  |  Branch (469:6): [True: 297k, False: 352k]
  ------------------
  470|   297k|		if (card->reader->ops->lock != NULL) {
  ------------------
  |  Branch (470:7): [True: 297k, False: 0]
  ------------------
  471|   297k|			r = card->reader->ops->lock(card->reader);
  472|   297k|			while (r == SC_ERROR_CARD_RESET || r == SC_ERROR_READER_REATTACHED) {
  ------------------
  |  |   37|   594k|#define SC_ERROR_CARD_RESET			-1106
  ------------------
              			while (r == SC_ERROR_CARD_RESET || r == SC_ERROR_READER_REATTACHED) {
  ------------------
  |  |   46|   297k|#define SC_ERROR_READER_REATTACHED		-1115
  ------------------
  |  Branch (472:11): [True: 0, False: 297k]
  |  Branch (472:39): [True: 0, False: 297k]
  ------------------
  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|   297k|			if (r == 0)
  ------------------
  |  Branch (477:8): [True: 297k, False: 0]
  ------------------
  478|   297k|				reader_lock_obtained = 1;
  479|   297k|		}
  480|   297k|	}
  481|   650k|	if (r == 0)
  ------------------
  |  Branch (481:6): [True: 650k, False: 0]
  ------------------
  482|   650k|		card->lock_count++;
  483|       |
  484|   650k|	r2 = sc_mutex_unlock(card->ctx, card->mutex);
  485|   650k|	if (r2 != SC_SUCCESS) {
  ------------------
  |  |   28|   650k|#define SC_SUCCESS				0
  ------------------
  |  Branch (485:6): [True: 0, False: 650k]
  ------------------
  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|   650k|	if (r == 0 && was_reset > 0) {
  ------------------
  |  Branch (490:6): [True: 650k, False: 0]
  |  Branch (490:16): [True: 0, False: 650k]
  ------------------
  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|   650k|	if (r == 0 && reader_lock_obtained == 1  && card->ops->card_reader_lock_obtained) {
  ------------------
  |  Branch (498:6): [True: 650k, False: 0]
  |  Branch (498:16): [True: 297k, False: 352k]
  |  Branch (498:46): [True: 99.3k, False: 197k]
  ------------------
  499|  99.3k|		if (SC_SUCCESS != card->ops->card_reader_lock_obtained(card, was_reset))
  ------------------
  |  |   28|  99.3k|#define SC_SUCCESS				0
  ------------------
  |  Branch (499:7): [True: 1.57k, False: 97.7k]
  ------------------
  500|  1.57k|			sc_log(card->ctx, "card_reader_lock_obtained failed");
  ------------------
  |  |   71|  1.57k|#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|  99.3k|	}
  502|       |
  503|   650k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|   650k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   650k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   650k|	int _ret = r; \
  |  |  |  |  155|   650k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 650k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|   650k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 650k]
  |  |  |  |  ------------------
  |  |  |  |  157|   650k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|   650k|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|   650k|	return _ret; \
  |  |  |  |  163|   650k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|   650k|}
sc_unlock:
  507|   650k|{
  508|   650k|	int r, r2;
  509|       |
  510|   650k|	if (!card)
  ------------------
  |  Branch (510:6): [True: 0, False: 650k]
  ------------------
  511|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  512|       |
  513|   650k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|   650k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|   650k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|   650k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|   650k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 650k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  514|       |
  515|   650k|	r = sc_mutex_lock(card->ctx, card->mutex);
  516|   650k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|   650k|#define SC_SUCCESS				0
  ------------------
  |  Branch (516:6): [True: 0, False: 650k]
  ------------------
  517|   650k|		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|   650k|	if (card->lock_count < 1) {
  ------------------
  |  Branch (519:6): [True: 0, False: 650k]
  ------------------
  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|   650k|	if (--card->lock_count == 0) {
  ------------------
  |  Branch (522:6): [True: 297k, False: 352k]
  ------------------
  523|       |		/* release reader lock */
  524|   297k|		if (card->reader->ops->unlock != NULL)
  ------------------
  |  Branch (524:7): [True: 297k, False: 0]
  ------------------
  525|   297k|			r = card->reader->ops->unlock(card->reader);
  526|   297k|	}
  527|   650k|	r2 = sc_mutex_unlock(card->ctx, card->mutex);
  528|   650k|	if (r2 != SC_SUCCESS) {
  ------------------
  |  |   28|   650k|#define SC_SUCCESS				0
  ------------------
  |  Branch (528:6): [True: 0, False: 650k]
  ------------------
  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|   650k|	return r;
  534|   650k|}
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: 213, False: 12.6k]
  ------------------
  614|  12.8k|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    213|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    213|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    213|	int _ret = r; \
  |  |  |  |  155|    213|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 213, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|    213|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    213|	return _ret; \
  |  |  |  |  163|    213|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  615|       |
  616|  12.6k|#ifdef ENABLE_SM
  617|  12.6k|	if (card->sm_ctx.ops.read_binary)   {
  ------------------
  |  Branch (617:6): [True: 194, False: 12.4k]
  ------------------
  618|    194|		r = card->sm_ctx.ops.read_binary(card, idx, buf, count);
  619|    194|		if (r)
  ------------------
  |  Branch (619:7): [True: 161, False: 33]
  ------------------
  620|    194|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|    161|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    161|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    161|	int _ret = r; \
  |  |  |  |  155|    161|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 161, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    161|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    161|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 161, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    161|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    161|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    161|	return _ret; \
  |  |  |  |  163|    161|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  621|    194|	}
  622|  12.4k|#endif
  623|       |
  624|  12.4k|	if (card->ops->read_binary == NULL)
  ------------------
  |  Branch (624:6): [True: 0, False: 12.4k]
  ------------------
  625|  12.4k|		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.4k|	r = sc_lock(card);
  629|  12.4k|	LOG_TEST_RET(card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|  12.4k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  12.4k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  12.4k|	int _ret = (r); \
  |  |  |  |  168|  12.4k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 12.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|  12.4k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 12.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  630|       |
  631|  39.9k|	while (todo > 0) {
  ------------------
  |  Branch (631:9): [True: 36.4k, False: 3.44k]
  ------------------
  632|  36.4k|		size_t chunk = MIN(todo, max_le);
  ------------------
  |  |   70|  36.4k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 14.6k, False: 21.8k]
  |  |  ------------------
  ------------------
  633|       |
  634|  36.4k|		r = card->ops->read_binary(card, idx, buf, chunk, flags);
  635|  36.4k|		if (r == 0 || r == SC_ERROR_FILE_END_REACHED)
  ------------------
  |  |   69|  33.0k|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  |  Branch (635:7): [True: 3.45k, False: 33.0k]
  |  Branch (635:17): [True: 57, False: 32.9k]
  ------------------
  636|  3.51k|			break;
  637|  32.9k|		if (r < 0 && todo != count) {
  ------------------
  |  Branch (637:7): [True: 5.50k, False: 27.4k]
  |  Branch (637:16): [True: 3.65k, False: 1.84k]
  ------------------
  638|       |			/* the last command failed, but previous ones succeeded.
  639|       |			 * Let's just return what we've successfully read. */
  640|  3.65k|			sc_log(card->ctx, "Subsequent read failed with %d, returning what was read successfully.", r);
  ------------------
  |  |   71|  3.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__
  |  |  ------------------
  ------------------
  641|  3.65k|			break;
  642|  3.65k|		}
  643|  29.3k|		if (r < 0) {
  ------------------
  |  Branch (643:7): [True: 1.84k, False: 27.4k]
  ------------------
  644|  1.84k|			sc_unlock(card);
  645|  1.84k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.84k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.84k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.84k|	int _ret = r; \
  |  |  |  |  155|  1.84k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.84k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|  1.84k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.84k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.84k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.84k|	return _ret; \
  |  |  |  |  163|  1.84k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  646|  1.84k|		}
  647|  27.4k|		if ((idx > SIZE_MAX - (size_t) r) || (size_t) r > todo) {
  ------------------
  |  Branch (647:7): [True: 0, False: 27.4k]
  |  Branch (647:40): [True: 0, False: 27.4k]
  ------------------
  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|  27.4k|		todo -= (size_t) r;
  654|  27.4k|		buf  += (size_t) r;
  655|  27.4k|		idx  += (size_t) r;
  656|  27.4k|	}
  657|       |
  658|  10.6k|	sc_unlock(card);
  659|       |
  660|  10.6k|	LOG_FUNC_RETURN(card->ctx, (int)(count - todo));
  ------------------
  |  |  164|  10.6k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  10.6k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  10.6k|	int _ret = r; \
  |  |  |  |  155|  10.6k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.19k, False: 9.41k]
  |  |  |  |  ------------------
  |  |  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.19k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.19k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.41k|	} else { \
  |  |  |  |  159|  9.41k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  9.41k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  9.41k|	} \
  |  |  |  |  162|  10.6k|	return _ret; \
  |  |  |  |  163|  10.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  661|  10.6k|}
sc_select_file:
  810|   102k|{
  811|   102k|	int r;
  812|   102k|	char pbuf[SC_MAX_PATH_STRING_SIZE];
  813|       |
  814|   102k|	if (card == NULL || in_path == NULL) {
  ------------------
  |  Branch (814:6): [True: 0, False: 102k]
  |  Branch (814:22): [True: 0, False: 102k]
  ------------------
  815|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  816|      0|	}
  817|       |
  818|   102k|	r = sc_path_print(pbuf, sizeof(pbuf), in_path);
  819|   102k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|   102k|#define SC_SUCCESS				0
  ------------------
  |  Branch (819:6): [True: 1.72k, False: 100k]
  ------------------
  820|  1.72k|		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|   102k|	if (file != NULL)
  ------------------
  |  Branch (825:6): [True: 52.9k, False: 49.5k]
  ------------------
  826|  52.9k|		*file = NULL;
  827|       |
  828|   102k|	sc_log(card->ctx, "called; type=%d, path=%s", in_path->type, pbuf);
  ------------------
  |  |   71|   102k|#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|   102k|	if (in_path->len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|   102k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (829:6): [True: 0, False: 102k]
  ------------------
  830|   102k|		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|   102k|	if (in_path->type == SC_PATH_TYPE_PATH) {
  ------------------
  |  |  119|   102k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (832:6): [True: 72.2k, False: 30.3k]
  ------------------
  833|       |		/* Perform a sanity check */
  834|  72.2k|		size_t i;
  835|       |
  836|  72.2k|		if ((in_path->len & 1) != 0)
  ------------------
  |  Branch (836:7): [True: 77, False: 72.1k]
  ------------------
  837|  72.2k|			LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  838|       |
  839|   215k|		for (i = 0; i < in_path->len/2; i++) {
  ------------------
  |  Branch (839:15): [True: 143k, False: 72.1k]
  ------------------
  840|   143k|			u8 p1 = in_path->value[2*i],
  841|   143k|			   p2 = in_path->value[2*i+1];
  842|       |
  843|   143k|			if ((p1 == 0x3F && p2 == 0x00) && i != 0)
  ------------------
  |  Branch (843:9): [True: 52.4k, False: 90.5k]
  |  Branch (843:23): [True: 52.1k, False: 375]
  |  Branch (843:38): [True: 22, False: 52.0k]
  ------------------
  844|   143k|				LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  845|   143k|		}
  846|  72.1k|	}
  847|   102k|	if (card->ops->select_file == NULL)
  ------------------
  |  Branch (847:6): [True: 0, False: 102k]
  ------------------
  848|   102k|		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|   102k|	r = card->ops->select_file(card, in_path, file);
  850|   102k|	LOG_TEST_RET(card->ctx, r, "'SELECT' error");
  ------------------
  |  |  174|   102k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|   102k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|   102k|	int _ret = (r); \
  |  |  |  |  168|   102k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 77.1k, False: 25.2k]
  |  |  |  |  ------------------
  |  |  |  |  169|  77.1k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.1k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  77.1k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  77.1k|		return _ret; \
  |  |  |  |  172|  77.1k|	} \
  |  |  |  |  173|   102k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 25.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  851|       |
  852|  25.2k|	if (file) {
  ------------------
  |  Branch (852:6): [True: 13.6k, False: 11.6k]
  ------------------
  853|  13.6k|		if (*file)
  ------------------
  |  Branch (853:7): [True: 13.4k, False: 197]
  ------------------
  854|       |			/* Remember file path */
  855|  13.4k|			(*file)->path = *in_path;
  856|    197|		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|    197|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|    197|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  861|  13.6k|	}
  862|       |
  863|  25.2k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  25.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  25.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  25.2k|	int _ret = r; \
  |  |  |  |  155|  25.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 25.2k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  25.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|    197|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 197, False: 25.0k]
  |  |  |  |  ------------------
  |  |  |  |  157|  25.2k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  25.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|  25.2k|	return _ret; \
  |  |  |  |  163|  25.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  864|  25.2k|}
sc_get_data:
  868|  5.08k|{
  869|  5.08k|	int	r;
  870|       |
  871|  5.08k|	sc_log(card->ctx, "called, tag=%04x", tag);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
  872|  5.08k|	if (card->ops->get_data == NULL)
  ------------------
  |  Branch (872:6): [True: 0, False: 5.08k]
  ------------------
  873|  5.08k|		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|  5.08k|	r = card->ops->get_data(card, tag, buf, len);
  875|       |
  876|  5.08k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  5.08k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  5.08k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  5.08k|	int _ret = r; \
  |  |  |  |  155|  5.08k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.54k, False: 1.54k]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.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|  3.20k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 3.20k, False: 338]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.54k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.54k|	} else { \
  |  |  |  |  159|  1.54k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  1.54k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  1.54k|	} \
  |  |  |  |  162|  5.08k|	return _ret; \
  |  |  |  |  163|  5.08k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  877|  5.08k|}
sc_get_challenge:
  893|  2.77k|{
  894|  2.77k|	int r;
  895|       |
  896|  2.77k|	if (len == 0)
  ------------------
  |  Branch (896:6): [True: 440, False: 2.33k]
  ------------------
  897|    440|		return SC_SUCCESS;
  ------------------
  |  |   28|    440|#define SC_SUCCESS				0
  ------------------
  898|       |
  899|  2.33k|	if (card == NULL || rnd == NULL) {
  ------------------
  |  Branch (899:6): [True: 0, False: 2.33k]
  |  Branch (899:22): [True: 0, False: 2.33k]
  ------------------
  900|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  901|      0|	}
  902|       |
  903|  2.33k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  2.33k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.33k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.33k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.33k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.33k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  904|       |
  905|  2.33k|	if (card->ops == NULL || card->ops->get_challenge == NULL)
  ------------------
  |  Branch (905:6): [True: 0, False: 2.33k]
  |  Branch (905:27): [True: 3, False: 2.32k]
  ------------------
  906|  2.33k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  907|       |
  908|  2.32k|	r = sc_lock(card);
  909|  2.32k|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|  2.32k|#define SC_SUCCESS				0
  ------------------
  |  Branch (909:6): [True: 0, False: 2.32k]
  ------------------
  910|  2.32k|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  911|       |
  912|  6.59k|	while (len > 0) {
  ------------------
  |  Branch (912:9): [True: 6.57k, False: 21]
  ------------------
  913|  6.57k|		r = card->ops->get_challenge(card, rnd, len);
  914|  6.57k|		if (r == 0)
  ------------------
  |  Branch (914:7): [True: 71, False: 6.50k]
  ------------------
  915|     71|			r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     71|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  916|  6.57k|		if (r < 0) {
  ------------------
  |  Branch (916:7): [True: 2.30k, False: 4.26k]
  ------------------
  917|  2.30k|			sc_unlock(card);
  918|  2.30k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  2.30k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.30k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.30k|	int _ret = r; \
  |  |  |  |  155|  2.30k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.30k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.30k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.30k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.30k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.30k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.30k|	} else { \
  |  |  |  |  159|      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.30k|	return _ret; \
  |  |  |  |  163|  2.30k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  919|  2.30k|		}
  920|       |
  921|  4.26k|		rnd += (size_t) r;
  922|  4.26k|		len -= (size_t) r;
  923|  4.26k|	}
  924|       |
  925|     21|	sc_unlock(card);
  926|       |
  927|     21|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  928|     21|}
sc_read_record:
  932|  7.79k|{
  933|  7.79k|	size_t max_le = sc_get_max_recv_size(card);
  934|  7.79k|	size_t todo = count;
  935|  7.79k|	int r;
  936|       |
  937|  7.79k|	if (card == NULL || card->ops == NULL || buf == NULL) {
  ------------------
  |  Branch (937:6): [True: 0, False: 7.79k]
  |  Branch (937:22): [True: 0, False: 7.79k]
  |  Branch (937:43): [True: 0, False: 7.79k]
  ------------------
  938|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  939|      0|	}
  940|  7.79k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  7.79k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  7.79k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  7.79k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  7.79k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 7.79k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  941|  7.79k|	if (count == 0)
  ------------------
  |  Branch (941:6): [True: 2, False: 7.78k]
  ------------------
  942|  7.79k|		LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  943|       |
  944|  7.78k|	if (card->ops->read_record == NULL)
  ------------------
  |  Branch (944:6): [True: 25, False: 7.76k]
  ------------------
  945|  7.78k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  946|       |
  947|       |	/* lock the card now to avoid deselection of the file */
  948|  7.76k|	r = sc_lock(card);
  949|  7.76k|	LOG_TEST_RET(card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|  7.76k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  7.76k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  7.76k|	int _ret = (r); \
  |  |  |  |  168|  7.76k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7.76k]
  |  |  |  |  ------------------
  |  |  |  |  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.76k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7.76k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  950|       |
  951|  16.1k|	while (todo > 0) {
  ------------------
  |  Branch (951:9): [True: 15.4k, False: 655]
  ------------------
  952|  15.4k|		size_t chunk = MIN(todo, max_le);
  ------------------
  |  |   70|  15.4k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 7.33k, False: 8.11k]
  |  |  ------------------
  ------------------
  953|       |
  954|  15.4k|		r = card->ops->read_record(card, rec_nr, idx, buf, chunk, flags);
  955|  15.4k|		if (r == 0 || r == SC_ERROR_FILE_END_REACHED)
  ------------------
  |  |   69|  15.0k|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
  |  Branch (955:7): [True: 411, False: 15.0k]
  |  Branch (955:17): [True: 25, False: 15.0k]
  ------------------
  956|    436|			break;
  957|  15.0k|		if (r < 0 && todo != count) {
  ------------------
  |  Branch (957:7): [True: 6.67k, False: 8.34k]
  |  Branch (957:16): [True: 5.43k, False: 1.23k]
  ------------------
  958|       |			/* the last command failed, but previous ones succeeded.
  959|       |			 * Let's just return what we've successfully read. */
  960|  5.43k|			sc_log(card->ctx, "Subsequent read failed with %d, returning what was read successfully.", r);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
  961|  5.43k|			break;
  962|  5.43k|		}
  963|  9.58k|		if (r < 0) {
  ------------------
  |  Branch (963:7): [True: 1.23k, False: 8.34k]
  ------------------
  964|  1.23k|			sc_unlock(card);
  965|  1.23k|			LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  1.23k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.23k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.23k|	int _ret = r; \
  |  |  |  |  155|  1.23k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.23k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.23k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.23k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.23k|	} else { \
  |  |  |  |  159|      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.23k|	return _ret; \
  |  |  |  |  163|  1.23k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  966|  1.23k|		}
  967|  8.34k|		if ((idx > SIZE_MAX - (size_t) r) || (size_t) r > todo) {
  ------------------
  |  Branch (967:7): [True: 0, False: 8.34k]
  |  Branch (967:40): [True: 0, False: 8.34k]
  ------------------
  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|  8.34k|		todo -= (size_t) r;
  974|  8.34k|		buf  += (size_t) r;
  975|  8.34k|		idx  += (size_t) r;
  976|  8.34k|	}
  977|       |
  978|  6.52k|	sc_unlock(card);
  979|       |
  980|  6.52k|	LOG_FUNC_RETURN(card->ctx, (int)(count - todo));
  ------------------
  |  |  164|  6.52k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  6.52k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  6.52k|	int _ret = r; \
  |  |  |  |  155|  6.52k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 414, False: 6.11k]
  |  |  |  |  ------------------
  |  |  |  |  156|    414|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 414]
  |  |  |  |  ------------------
  |  |  |  |  157|    414|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  6.11k|	} else { \
  |  |  |  |  159|  6.11k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  6.11k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  6.11k|	} \
  |  |  |  |  162|  6.52k|	return _ret; \
  |  |  |  |  163|  6.52k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  981|  6.52k|}
sc_card_ctl:
 1091|   139k|{
 1092|   139k|	int r = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|   139k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1093|       |
 1094|   139k|	if (card == NULL) {
  ------------------
  |  Branch (1094:6): [True: 0, False: 139k]
  ------------------
 1095|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1096|      0|	}
 1097|   139k|	sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL, "called with cmd=%lu\n", cmd);
  ------------------
  |  |   70|   139k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1098|       |
 1099|   139k|	if (card->ops->card_ctl != NULL)
  ------------------
  |  Branch (1099:6): [True: 138k, False: 929]
  ------------------
 1100|   138k|		r = card->ops->card_ctl(card, cmd, args);
 1101|       |
 1102|       |	/* suppress "not supported" error messages */
 1103|   139k|	if (r == SC_ERROR_NOT_SUPPORTED) {
  ------------------
  |  |   89|   139k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  |  Branch (1103:6): [True: 10.2k, False: 129k]
  ------------------
 1104|  10.2k|		sc_log(card->ctx, "card_ctl(%lu) not supported", cmd);
  ------------------
  |  |   71|  10.2k|#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|  10.2k|		return r;
 1106|  10.2k|	}
 1107|   129k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|   129k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|   129k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|   129k|	int _ret = r; \
  |  |  |  |  155|   129k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 87.5k, False: 41.5k]
  |  |  |  |  ------------------
  |  |  |  |  156|  87.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|  31.7k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 31.7k, False: 55.7k]
  |  |  |  |  ------------------
  |  |  |  |  157|  87.5k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  87.5k|	} else { \
  |  |  |  |  159|  41.5k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  41.5k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  41.5k|	} \
  |  |  |  |  162|   129k|	return _ret; \
  |  |  |  |  163|   129k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1108|   129k|}
_sc_card_add_algorithm:
 1111|  47.0k|{
 1112|  47.0k|	sc_algorithm_info_t *p;
 1113|       |
 1114|  47.0k|	if (info == NULL) {
  ------------------
  |  Branch (1114:6): [True: 0, False: 47.0k]
  ------------------
 1115|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1116|      0|	}
 1117|  47.0k|	p = (sc_algorithm_info_t *) realloc(card->algorithms, (card->algorithm_count + 1) * sizeof(*info));
 1118|  47.0k|	if (!p) {
  ------------------
  |  Branch (1118:6): [True: 0, False: 47.0k]
  ------------------
 1119|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1120|      0|	}
 1121|  47.0k|	card->algorithms = p;
 1122|  47.0k|	p += card->algorithm_count;
 1123|  47.0k|	card->algorithm_count++;
 1124|  47.0k|	*p = *info;
 1125|  47.0k|	return SC_SUCCESS;
  ------------------
  |  |   28|  47.0k|#define SC_SUCCESS				0
  ------------------
 1126|  47.0k|}
_sc_card_add_symmetric_alg:
 1130|    144|{
 1131|    144|	sc_algorithm_info_t info;
 1132|       |
 1133|    144|	memset(&info, 0, sizeof(info));
 1134|    144|	info.algorithm = algorithm;
 1135|    144|	info.key_length = key_length;
 1136|    144|	info.flags = flags;
 1137|       |
 1138|    144|	return _sc_card_add_algorithm(card, &info);
 1139|    144|}
_sc_card_add_ec_alg:
 1176|  7.89k|{
 1177|  7.89k|	return _sc_card_add_ec_alg_int(card, key_length, flags, ext_flags,
 1178|  7.89k|		curve_oid, SC_ALGORITHM_EC);
  ------------------
  |  |   70|  7.89k|#define SC_ALGORITHM_EC		2
  ------------------
 1179|  7.89k|}
_sc_card_add_eddsa_alg:
 1184|    112|{
 1185|       |	/* For simplicity, share the ec union with the curve information */
 1186|    112|	return _sc_card_add_ec_alg_int(card, key_length, flags, ext_flags,
 1187|    112|		curve_oid, SC_ALGORITHM_EDDSA);
  ------------------
  |  |   72|    112|#define SC_ALGORITHM_EDDSA		4
  ------------------
 1188|    112|}
_sc_card_add_xeddsa_alg:
 1193|    112|{
 1194|       |	/* For simplicity, share the ec union with the curve information */
 1195|    112|	return _sc_card_add_ec_alg_int(card, key_length, flags, ext_flags,
 1196|    112|		curve_oid, SC_ALGORITHM_XEDDSA);
  ------------------
  |  |   73|    112|#define SC_ALGORITHM_XEDDSA		5
  ------------------
 1197|    112|}
sc_card_find_alg:
 1201|    450|{
 1202|    450|	int i;
 1203|       |
 1204|  1.55k|	for (i = 0; i < card->algorithm_count; i++) {
  ------------------
  |  Branch (1204:14): [True: 1.53k, False: 21]
  ------------------
 1205|  1.53k|		sc_algorithm_info_t *info = &card->algorithms[i];
 1206|       |
 1207|  1.53k|		if (param && (info->algorithm == SC_ALGORITHM_EC ||
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1207:7): [True: 0, False: 1.53k]
  |  Branch (1207:17): [True: 0, False: 0]
  ------------------
 1208|      0|			info->algorithm == SC_ALGORITHM_EDDSA ||
  ------------------
  |  |   72|      0|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1208:4): [True: 0, False: 0]
  ------------------
 1209|      0|			info->algorithm == SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1209:4): [True: 0, False: 0]
  ------------------
 1210|      0|			if (sc_compare_oid((struct sc_object_id *)param, &info->u._ec.params.id))
  ------------------
  |  Branch (1210:8): [True: 0, False: 0]
  ------------------
 1211|      0|				return info;
 1212|  1.53k|		} else if (info->algorithm != algorithm) {
  ------------------
  |  Branch (1212:14): [True: 159, False: 1.37k]
  ------------------
 1213|    159|			continue;
 1214|  1.37k|		} else if (info->key_length == key_length)
  ------------------
  |  Branch (1214:14): [True: 429, False: 946]
  ------------------
 1215|    429|			return info;
 1216|  1.53k|	}
 1217|     21|	return NULL;
 1218|    450|}
sc_card_find_ec_alg:
 1222|     31|{
 1223|     31|	return sc_card_find_alg(card, SC_ALGORITHM_EC, key_length, curve_name);
  ------------------
  |  |   70|     31|#define SC_ALGORITHM_EC		2
  ------------------
 1224|     31|}
_sc_card_add_rsa_alg:
 1240|  38.6k|{
 1241|  38.6k|	sc_algorithm_info_t info;
 1242|       |
 1243|  38.6k|	memset(&info, 0, sizeof(info));
 1244|  38.6k|	info.algorithm = SC_ALGORITHM_RSA;
  ------------------
  |  |   69|  38.6k|#define SC_ALGORITHM_RSA		0
  ------------------
 1245|  38.6k|	info.key_length = key_length;
 1246|  38.6k|	info.flags = flags;
 1247|       |	/* disable particular PKCS1 v1.5 padding type if also RAW is supported on card */
 1248|  38.6k|	if ((info.flags & (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) == (SC_ALGORITHM_RSA_PAD_PKCS1 | SC_ALGORITHM_RSA_RAW)) {
  ------------------
  |  |  111|  38.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|  38.6k|#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|  38.6k|#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|  38.6k|#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|  38.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|  38.6k|#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|  38.6k|#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|  38.6k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (1248:6): [True: 4.15k, False: 34.5k]
  ------------------
 1249|  4.15k|		if (card->ctx->disable_hw_pkcs1_padding & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)
  ------------------
  |  |  109|  4.15k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (1249:7): [True: 0, False: 4.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|  4.15k|		if (card->ctx->disable_hw_pkcs1_padding & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02)
  ------------------
  |  |  110|  4.15k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (1251:7): [True: 4.15k, False: 0]
  ------------------
 1252|  4.15k|			info.flags &= ~SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  110|  4.15k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
 1253|  4.15k|	}
 1254|  38.6k|	info.u._rsa.exponent = exponent;
 1255|       |
 1256|  38.6k|	return _sc_card_add_algorithm(card, &info);
 1257|  38.6k|}
sc_card_find_rsa_alg:
 1260|    419|{
 1261|    419|	return sc_card_find_alg(card, SC_ALGORITHM_RSA, key_length, NULL);
  ------------------
  |  |   69|    419|#define SC_ALGORITHM_RSA		0
  ------------------
 1262|    419|}
_sc_match_atr:
 1333|   357k|{
 1334|   357k|	int res;
 1335|       |
 1336|   357k|	if (card == NULL)
  ------------------
  |  Branch (1336:6): [True: 0, False: 357k]
  ------------------
 1337|      0|		return -1;
 1338|   357k|	res = match_atr_table(card->ctx, table, &card->atr);
 1339|   357k|	if (res < 0)
  ------------------
  |  Branch (1339:6): [True: 347k, False: 10.3k]
  ------------------
 1340|   347k|		return res;
 1341|  10.3k|	if (type_out != NULL)
  ------------------
  |  Branch (1341:6): [True: 9.94k, False: 375]
  ------------------
 1342|  9.94k|		*type_out = table[res].type;
 1343|  10.3k|	return res;
 1344|   357k|}
_sc_match_atr_block:
 1347|  30.2k|{
 1348|  30.2k|	struct sc_card_driver *drv;
 1349|  30.2k|	struct sc_atr_table *table;
 1350|  30.2k|	int res;
 1351|       |
 1352|  30.2k|	if (ctx == NULL)
  ------------------
  |  Branch (1352:6): [True: 0, False: 30.2k]
  ------------------
 1353|      0|		return NULL;
 1354|  30.2k|	if (driver) {
  ------------------
  |  Branch (1354:6): [True: 13.1k, False: 17.0k]
  ------------------
 1355|  13.1k|		drv = driver;
 1356|  13.1k|		table = drv->atr_map;
 1357|  13.1k|		res = match_atr_table(ctx, table, atr);
 1358|  13.1k|		if (res < 0)
  ------------------
  |  Branch (1358:7): [True: 13.1k, False: 0]
  ------------------
 1359|  13.1k|			return NULL;
 1360|      0|		return table[res].card_atr;
 1361|  17.0k|	} else {
 1362|  17.0k|		unsigned int i;
 1363|       |
 1364|   786k|		for (i = 0; ctx->card_drivers[i] != NULL; i++) {
  ------------------
  |  Branch (1364:15): [True: 769k, False: 17.0k]
  ------------------
 1365|   769k|			drv = ctx->card_drivers[i];
 1366|   769k|			table = drv->atr_map;
 1367|   769k|			res = match_atr_table(ctx, table, atr);
 1368|   769k|			if (res < 0)
  ------------------
  |  Branch (1368:8): [True: 769k, False: 0]
  ------------------
 1369|   769k|				continue;
 1370|      0|			return table[res].card_atr;
 1371|   769k|		}
 1372|  17.0k|	}
 1373|  17.0k|	return NULL;
 1374|  30.2k|}
sc_get_conf_block:
 1445|  95.4k|{
 1446|  95.4k|	int i;
 1447|  95.4k|	scconf_block *conf_block = NULL;
 1448|       |
 1449|   190k|	for (i = 0; ctx->conf_blocks[i] != NULL; i++) {
  ------------------
  |  Branch (1449:14): [True: 95.4k, False: 95.4k]
  ------------------
 1450|  95.4k|		scconf_block **blocks;
 1451|       |
 1452|  95.4k|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i], name1, name2);
 1453|  95.4k|		if (blocks != NULL) {
  ------------------
  |  Branch (1453:7): [True: 95.4k, False: 0]
  ------------------
 1454|  95.4k|			conf_block = blocks[0];
 1455|  95.4k|			free(blocks);
 1456|  95.4k|		}
 1457|  95.4k|		if (conf_block != NULL && priority)
  ------------------
  |  Branch (1457:7): [True: 0, False: 95.4k]
  |  Branch (1457:29): [True: 0, False: 0]
  ------------------
 1458|      0|			break;
 1459|  95.4k|	}
 1460|  95.4k|	return conf_block;
 1461|  95.4k|}
sc_clear_ec_params:
 1465|  8.12k|{
 1466|  8.12k|	if (ecp) {
  ------------------
  |  Branch (1466:6): [True: 8.12k, False: 0]
  ------------------
 1467|  8.12k|		free(ecp->named_curve);
 1468|  8.12k|		free(ecp->der.value);
 1469|  8.12k|		memset(ecp, 0, sizeof(struct sc_ec_parameters));
 1470|  8.12k|	}
 1471|  8.12k|	return;
 1472|  8.12k|}
sc_match_atr_block:
 1504|  11.6k|{
 1505|  11.6k|	return _sc_match_atr_block(ctx, driver, atr);
 1506|  11.6k|}
card.c:sc_card_new:
  127|  16.2k|{
  128|  16.2k|	sc_card_t *card;
  129|       |
  130|  16.2k|	if (ctx == NULL)
  ------------------
  |  Branch (130:6): [True: 0, False: 16.2k]
  ------------------
  131|      0|		return NULL;
  132|       |
  133|  16.2k|	card = calloc(1, sizeof(struct sc_card));
  134|  16.2k|	if (card == NULL)
  ------------------
  |  Branch (134:6): [True: 0, False: 16.2k]
  ------------------
  135|      0|		return NULL;
  136|  16.2k|	card->ops = malloc(sizeof(struct sc_card_operations));
  137|  16.2k|	if (card->ops == NULL) {
  ------------------
  |  Branch (137:6): [True: 0, False: 16.2k]
  ------------------
  138|      0|		free(card);
  139|      0|		return NULL;
  140|      0|	}
  141|       |
  142|  16.2k|	card->ctx = ctx;
  143|  16.2k|	if (sc_mutex_create(ctx, &card->mutex) != SC_SUCCESS) {
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  |  Branch (143:6): [True: 0, False: 16.2k]
  ------------------
  144|      0|		free(card->ops);
  145|      0|		free(card);
  146|      0|		return NULL;
  147|      0|	}
  148|       |
  149|  16.2k|	card->type = -1;
  150|  16.2k|	card->app_count = -1;
  151|       |
  152|  16.2k|	return card;
  153|  16.2k|}
card.c:sc_card_free:
  156|  16.2k|{
  157|  16.2k|	sc_free_apps(card);
  158|  16.2k|	sc_free_ef_atr(card);
  159|       |
  160|  16.2k|	free(card->ops);
  161|       |
  162|  16.2k|	if (card->algorithms != NULL)   {
  ------------------
  |  Branch (162:6): [True: 11.8k, False: 4.37k]
  ------------------
  163|  11.8k|		int i;
  164|  58.8k|		for (i=0; i<card->algorithm_count; i++)   {
  ------------------
  |  Branch (164:13): [True: 47.0k, False: 11.8k]
  ------------------
  165|  47.0k|			struct sc_algorithm_info *info = (card->algorithms + i);
  166|  47.0k|			if (info->algorithm == SC_ALGORITHM_EC ||
  ------------------
  |  |   70|  94.0k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (166:8): [True: 7.89k, False: 39.1k]
  ------------------
  167|  39.1k|					info->algorithm == SC_ALGORITHM_EDDSA ||
  ------------------
  |  |   72|  86.1k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (167:6): [True: 112, False: 38.9k]
  ------------------
  168|  38.9k|					info->algorithm == SC_ALGORITHM_XEDDSA) {
  ------------------
  |  |   73|  38.9k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (168:6): [True: 112, False: 38.8k]
  ------------------
  169|  8.12k|				sc_clear_ec_params(&info->u._ec.params);
  170|  8.12k|			}
  171|  47.0k|		}
  172|  11.8k|		free(card->algorithms);
  173|       |
  174|  11.8k|		card->algorithms = NULL;
  175|  11.8k|		card->algorithm_count = 0;
  176|  11.8k|	}
  177|       |
  178|  16.2k|	if (card->mutex != NULL) {
  ------------------
  |  Branch (178:6): [True: 0, False: 16.2k]
  ------------------
  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.2k|	sc_mem_clear(card, sizeof(*card));
  184|  16.2k|	free(card);
  185|  16.2k|}
card.c:_sc_card_add_ec_alg_int:
 1146|  8.12k|{
 1147|  8.12k|	sc_algorithm_info_t info;
 1148|  8.12k|	int r;
 1149|       |
 1150|  8.12k|	memset(&info, 0, sizeof(info));
 1151|  8.12k|	sc_init_oid(&info.u._ec.params.id);
 1152|       |
 1153|  8.12k|	info.algorithm = algorithm;
 1154|  8.12k|	info.key_length = key_length;
 1155|  8.12k|	info.flags = flags;
 1156|       |
 1157|  8.12k|	info.u._ec.ext_flags = ext_flags;
 1158|  8.12k|	if (curve_oid) {
  ------------------
  |  Branch (1158:6): [True: 3.11k, False: 5.00k]
  ------------------
 1159|  3.11k|		info.u._ec.params.id = *curve_oid;
 1160|  3.11k|		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.11k|		LOG_TEST_GOTO_ERR(card->ctx, r, "sc_encode_oid failed");
  ------------------
  |  |  184|  3.11k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  3.11k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  3.11k|	int _ret = (r); \
  |  |  |  |  178|  3.11k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 3.11k]
  |  |  |  |  ------------------
  |  |  |  |  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.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 3.11k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1162|  3.11k|		r = sc_pkcs15_fix_ec_parameters(card->ctx, &info.u._ec.params);
 1163|  3.11k|		LOG_TEST_GOTO_ERR(card->ctx, r, "sc_pkcs15_fix_ec_parameters failed");
  ------------------
  |  |  184|  3.11k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  3.11k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  3.11k|	int _ret = (r); \
  |  |  |  |  178|  3.11k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 3.11k]
  |  |  |  |  ------------------
  |  |  |  |  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.11k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 3.11k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1164|  3.11k|	}
 1165|       |
 1166|  8.12k|	r = _sc_card_add_algorithm(card, &info);
 1167|  8.12k|	return r;
 1168|      0|err:
 1169|      0|	sc_clear_ec_params(&info.u._ec.params);
 1170|      0|	return r;
 1171|  8.12k|}
card.c:match_atr_table:
 1270|  1.14M|{
 1271|  1.14M|	u8 *card_atr_bin;
 1272|  1.14M|	size_t card_atr_bin_len;
 1273|  1.14M|	char card_atr_hex[3 * SC_MAX_ATR_SIZE];
 1274|  1.14M|	size_t card_atr_hex_len;
 1275|  1.14M|	unsigned int i = 0;
 1276|       |
 1277|  1.14M|	if (ctx == NULL || table == NULL || atr == NULL)
  ------------------
  |  Branch (1277:6): [True: 0, False: 1.14M]
  |  Branch (1277:21): [True: 782k, False: 357k]
  |  Branch (1277:38): [True: 0, False: 357k]
  ------------------
 1278|   782k|		return -1;
 1279|   357k|	card_atr_bin = atr->value;
 1280|   357k|	card_atr_bin_len = atr->len;
 1281|   357k|	sc_bin_to_hex(card_atr_bin, card_atr_bin_len, card_atr_hex, sizeof(card_atr_hex), ':');
 1282|   357k|	card_atr_hex_len = strlen(card_atr_hex);
 1283|       |
 1284|   357k|	sc_debug(ctx, SC_LOG_DEBUG_MATCH, "ATR     : %s", card_atr_hex);
  ------------------
  |  |   70|   357k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1285|       |
 1286|  3.02M|	for (i = 0; table[i].atr != NULL; i++) {
  ------------------
  |  Branch (1286:14): [True: 2.67M, False: 347k]
  ------------------
 1287|  2.67M|		const char *tatr = table[i].atr;
 1288|  2.67M|		const char *matr = table[i].atrmask;
 1289|  2.67M|		size_t tatr_len = strlen(tatr);
 1290|  2.67M|		u8 mbin[SC_MAX_ATR_SIZE], tbin[SC_MAX_ATR_SIZE];
 1291|  2.67M|		size_t mbin_len, tbin_len, s, matr_len;
 1292|  2.67M|		size_t fix_hex_len = card_atr_hex_len;
 1293|  2.67M|		size_t fix_bin_len = card_atr_bin_len;
 1294|       |
 1295|  2.67M|		sc_debug(ctx, SC_LOG_DEBUG_MATCH, "ATR try : %s", tatr);
  ------------------
  |  |   70|  2.67M|#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.67M|		if (tatr_len != fix_hex_len) {
  ------------------
  |  Branch (1297:7): [True: 2.59M, False: 79.1k]
  ------------------
 1298|  2.59M|			sc_debug(ctx, SC_LOG_DEBUG_MATCH, "ignored - wrong length");
  ------------------
  |  |   70|  2.59M|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1299|  2.59M|			continue;
 1300|  2.59M|		}
 1301|  79.1k|		if (matr != NULL) {
  ------------------
  |  Branch (1301:7): [True: 19.6k, False: 59.4k]
  ------------------
 1302|  19.6k|			sc_debug(ctx, SC_LOG_DEBUG_MATCH, "ATR mask: %s", matr);
  ------------------
  |  |   70|  19.6k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1303|       |
 1304|  19.6k|			matr_len = strlen(matr);
 1305|  19.6k|			if (tatr_len != matr_len)
  ------------------
  |  Branch (1305:8): [True: 0, False: 19.6k]
  ------------------
 1306|      0|				continue;
 1307|  19.6k|			tbin_len = sizeof(tbin);
 1308|  19.6k|			sc_hex_to_bin(tatr, tbin, &tbin_len);
 1309|  19.6k|			mbin_len = sizeof(mbin);
 1310|  19.6k|			sc_hex_to_bin(matr, mbin, &mbin_len);
 1311|  19.6k|			if (mbin_len != fix_bin_len) {
  ------------------
  |  Branch (1311:8): [True: 0, False: 19.6k]
  ------------------
 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|   392k|			for (s = 0; s < tbin_len; s++) {
  ------------------
  |  Branch (1315:16): [True: 373k, False: 19.6k]
  ------------------
 1316|       |				/* reduce tatr with mask */
 1317|   373k|				tbin[s] = (tbin[s] & mbin[s]);
 1318|       |				/* create copy of card_atr_bin masked) */
 1319|   373k|				mbin[s] = (card_atr_bin[s] & mbin[s]);
 1320|   373k|			}
 1321|  19.6k|			if (memcmp(tbin, mbin, tbin_len) != 0)
  ------------------
  |  Branch (1321:8): [True: 15.1k, False: 4.48k]
  ------------------
 1322|  15.1k|				continue;
 1323|  59.4k|		} else {
 1324|  59.4k|			if (strncasecmp(tatr, card_atr_hex, tatr_len) != 0)
  ------------------
  |  Branch (1324:8): [True: 53.6k, False: 5.83k]
  ------------------
 1325|  53.6k|				continue;
 1326|  59.4k|		}
 1327|  10.3k|		return i;
 1328|  79.1k|	}
 1329|   347k|	return -1;
 1330|   357k|}
card.c:sc_card_sm_unload:
 1511|  13.1k|{
 1512|  13.1k|	if (card->sm_ctx.module.ops.module_cleanup)
  ------------------
  |  Branch (1512:6): [True: 0, False: 13.1k]
  ------------------
 1513|      0|		card->sm_ctx.module.ops.module_cleanup(card->ctx);
 1514|       |
 1515|  13.1k|	if (card->sm_ctx.module.handle)
  ------------------
  |  Branch (1515:6): [True: 0, False: 13.1k]
  ------------------
 1516|      0|		sc_dlclose(card->sm_ctx.module.handle);
 1517|       |	card->sm_ctx.module.handle = NULL;
 1518|  13.1k|	return 0;
 1519|  13.1k|}
card.c:sc_card_sm_check:
 1614|  13.1k|{
 1615|  13.1k|	const char *sm = NULL, *module_name = NULL, *module_path = NULL, *module_data = NULL, *sm_mode = NULL;
 1616|  13.1k|	struct sc_context *ctx = card->ctx;
 1617|  13.1k|	scconf_block *atrblock = NULL, *sm_conf_block = NULL;
 1618|  13.1k|	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.1k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  13.1k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.1k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1627|       |
 1628|       |	/* get the name of card specific SM configuration section */
 1629|  13.1k|	atrblock = _sc_match_atr_block(ctx, card->driver, &card->atr);
 1630|  13.1k|	if (atrblock == NULL)
  ------------------
  |  Branch (1630:6): [True: 13.1k, False: 0]
  ------------------
 1631|  13.1k|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  13.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  13.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  13.1k|	int _ret = r; \
  |  |  |  |  155|  13.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 13.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  13.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: 13.1k]
  |  |  |  |  ------------------
  |  |  |  |  157|  13.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  13.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|  13.1k|	return _ret; \
  |  |  |  |  163|  13.1k|} 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|    178|{
  255|    178|	if (in == NULL || out == NULL) {
  ------------------
  |  Branch (255:6): [True: 0, False: 178]
  |  Branch (255:20): [True: 0, False: 178]
  ------------------
  256|      0|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|      0|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  257|      0|	}
  258|       |
  259|    178|	if (method == COMPRESSION_AUTO) {
  ------------------
  |  |   26|    178|#define COMPRESSION_AUTO	0
  ------------------
  |  Branch (259:6): [True: 177, False: 1]
  ------------------
  260|    177|		method = detect_method(in, inLen);
  261|    177|		if (method == COMPRESSION_UNKNOWN) {
  ------------------
  |  |   29|    177|#define COMPRESSION_UNKNOWN (-1)
  ------------------
  |  Branch (261:7): [True: 74, False: 103]
  ------------------
  262|     74|			return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     74|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
  263|     74|		}
  264|    177|	}
  265|       |
  266|    104|	switch (method) {
  267|     98|	case COMPRESSION_ZLIB:
  ------------------
  |  |   27|     98|#define COMPRESSION_ZLIB	1
  ------------------
  |  Branch (267:2): [True: 98, False: 6]
  ------------------
  268|     98|		return sc_decompress_zlib_alloc(out, outLen, in, inLen, 0);
  269|      6|	case COMPRESSION_GZIP:
  ------------------
  |  |   28|      6|#define COMPRESSION_GZIP	2
  ------------------
  |  Branch (269:2): [True: 6, False: 98]
  ------------------
  270|      6|		return sc_decompress_zlib_alloc(out, outLen, in, inLen, 1);
  271|      0|	default:
  ------------------
  |  Branch (271:2): [True: 0, False: 104]
  ------------------
  272|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  273|    104|	}
  274|    104|}
compression.c:zerr_to_opensc:
   34|    104|static int zerr_to_opensc(int err) {
   35|    104|	switch(err) {
   36|      0|	case Z_OK:
  ------------------
  |  Branch (36:2): [True: 0, False: 104]
  ------------------
   37|      0|	case Z_STREAM_END:
  ------------------
  |  Branch (37:2): [True: 0, False: 104]
  ------------------
   38|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
   39|     19|	case Z_UNKNOWN:
  ------------------
  |  Branch (39:2): [True: 19, False: 85]
  ------------------
   40|     19|		return SC_ERROR_UNKNOWN;
  ------------------
  |  |  130|     19|#define SC_ERROR_UNKNOWN			-1900
  ------------------
   41|     63|	case Z_DATA_ERROR:
  ------------------
  |  Branch (41:2): [True: 63, False: 41]
  ------------------
   42|     85|	case Z_BUF_ERROR:
  ------------------
  |  Branch (42:2): [True: 22, False: 82]
  ------------------
   43|     85|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     85|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
   44|      0|	case Z_MEM_ERROR:
  ------------------
  |  Branch (44:2): [True: 0, False: 104]
  ------------------
   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: 104]
  ------------------
   47|      0|	case Z_STREAM_ERROR:
  ------------------
  |  Branch (47:2): [True: 0, False: 104]
  ------------------
   48|       |	/* case Z_NEED_DICT: */
   49|      0|	default:
  ------------------
  |  Branch (49:2): [True: 0, False: 104]
  ------------------
   50|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   51|    104|	}
   52|    104|}
compression.c:detect_method:
   53|    177|static int detect_method(const u8* in, size_t inLen) {
   54|    177|	if (in != NULL && inLen > 1) {
  ------------------
  |  Branch (54:6): [True: 177, False: 0]
  |  Branch (54:20): [True: 154, False: 23]
  ------------------
   55|    154|		if (in[0] == 0x1f && in[1] == 0x8b)
  ------------------
  |  Branch (55:7): [True: 13, False: 141]
  |  Branch (55:24): [True: 6, False: 7]
  ------------------
   56|      6|			return COMPRESSION_GZIP;
  ------------------
  |  |   28|      6|#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|    148|		if ((((uint16_t) in[0])*256 + in[1]) % 31 == 0)
  ------------------
  |  Branch (75:7): [True: 97, False: 51]
  ------------------
   76|     97|			return COMPRESSION_ZLIB;
  ------------------
  |  |   27|     97|#define COMPRESSION_ZLIB	1
  ------------------
   77|    148|	}
   78|     74|	return COMPRESSION_UNKNOWN;
  ------------------
  |  |   29|     74|#define COMPRESSION_UNKNOWN (-1)
  ------------------
   79|    177|}
compression.c:sc_decompress_zlib_alloc:
  185|    104|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|    104|	z_stream gz;
  188|    104|	int err;
  189|    104|	int window_size = 15;
  190|    104|	const size_t startSize = inLen < 1024 ? 2048 : inLen * 2;
  ------------------
  |  Branch (190:27): [True: 78, False: 26]
  ------------------
  191|    104|	const size_t blockSize = inLen < 1024 ? 512 : inLen / 2;
  ------------------
  |  Branch (191:27): [True: 78, False: 26]
  ------------------
  192|    104|	size_t bufferSize = startSize;
  193|    104|	if (gzip)
  ------------------
  |  Branch (193:6): [True: 6, False: 98]
  ------------------
  194|      6|		window_size += 0x20;
  195|    104|	memset(&gz, 0, sizeof(gz));
  196|       |
  197|    104|	if (!out || !outLen)
  ------------------
  |  Branch (197:6): [True: 0, False: 104]
  |  Branch (197:14): [True: 0, False: 104]
  ------------------
  198|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  199|       |
  200|    104|	gz.next_in = (u8*)in;
  201|    104|	gz.avail_in = (unsigned)inLen;
  202|       |
  203|    104|	err = inflateInit2(&gz, window_size);
  204|    104|	if (err != Z_OK)
  ------------------
  |  Branch (204:6): [True: 0, False: 104]
  ------------------
  205|      0|		return zerr_to_opensc(err);
  206|       |
  207|    104|	*outLen = 0;
  208|       |
  209|    280|	while (1) {
  ------------------
  |  Branch (209:9): [True: 280, Folded]
  ------------------
  210|       |		/* Setup buffer... */
  211|    280|		size_t num;
  212|    280|		u8* buf = realloc(*out, bufferSize);
  213|    280|		if (!buf) {
  ------------------
  |  Branch (213:7): [True: 0, False: 280]
  ------------------
  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|    280|		*out = buf;
  220|    280|		gz.next_out = buf + *outLen;
  221|    280|		gz.avail_out = (unsigned)(bufferSize - *outLen);
  222|       |
  223|    280|		err = inflate(&gz, Z_FULL_FLUSH);
  224|    280|		if (err != Z_STREAM_END && err != Z_OK) {
  ------------------
  |  Branch (224:7): [True: 280, False: 0]
  |  Branch (224:30): [True: 104, False: 176]
  ------------------
  225|    104|			free(*out);
  226|    104|			*out = NULL;
  227|    104|			break;
  228|    104|		}
  229|    176|		num = *outLen + gz.avail_out;
  230|    176|		if (bufferSize > num) {
  ------------------
  |  Branch (230:7): [True: 174, False: 2]
  ------------------
  231|    174|			*outLen += bufferSize - num;
  232|    174|			bufferSize += bufferSize - num + blockSize;
  233|    174|		}
  234|    176|		if (err == Z_STREAM_END) {
  ------------------
  |  Branch (234:7): [True: 0, False: 176]
  ------------------
  235|      0|			if (*outLen > 0) {
  ------------------
  |  Branch (235:8): [True: 0, False: 0]
  ------------------
  236|       |				/* Shrink it down, if it fails, just use old data */
  237|      0|				buf = realloc(buf, *outLen);
  238|      0|				if (buf) {
  ------------------
  |  Branch (238:9): [True: 0, False: 0]
  ------------------
  239|      0|					*out = buf;
  240|      0|				}
  241|      0|			} else {
  242|      0|				free(*out);
  243|      0|				*out = NULL;
  244|      0|				err = Z_DATA_ERROR;
  245|      0|			}
  246|      0|			break;
  247|      0|		}
  248|    176|	}
  249|    104|	inflateEnd(&gz);
  250|    104|	return zerr_to_opensc(err);
  251|    104|}

_sc_delete_reader:
   86|  16.2k|{
   87|  16.2k|	if (reader == NULL) {
  ------------------
  |  Branch (87:6): [True: 0, False: 16.2k]
  ------------------
   88|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   89|      0|	}
   90|  16.2k|	if (reader->ops->release)
  ------------------
  |  Branch (90:6): [True: 16.2k, False: 0]
  ------------------
   91|  16.2k|			reader->ops->release(reader);
   92|  16.2k|	free(reader->name);
   93|  16.2k|	free(reader->vendor);
   94|  16.2k|	list_delete(&ctx->readers, reader);
   95|  16.2k|	free(reader);
   96|  16.2k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
   97|  16.2k|}
sc_ctx_detect_readers:
  782|  16.2k|{
  783|  16.2k|	int r = 0;
  784|  16.2k|	const struct sc_reader_driver *drv = ctx->reader_driver;
  785|       |
  786|  16.2k|	sc_mutex_lock(ctx, ctx->mutex);
  787|       |
  788|  16.2k|	if (drv->ops->detect_readers != NULL)
  ------------------
  |  Branch (788:6): [True: 0, False: 16.2k]
  ------------------
  789|      0|		r = drv->ops->detect_readers(ctx);
  790|       |
  791|  16.2k|	sc_mutex_unlock(ctx, ctx->mutex);
  792|       |
  793|  16.2k|	return r;
  794|  16.2k|}
sc_ctx_get_reader:
  797|  32.4k|{
  798|  32.4k|	return list_get_at(&ctx->readers, i);
  799|  32.4k|}
sc_ctx_get_reader_count:
  812|  48.6k|{
  813|  48.6k|	return list_size(&ctx->readers);
  814|  48.6k|}
sc_context_create:
  946|  16.2k|{
  947|  16.2k|	sc_context_t		*ctx;
  948|  16.2k|	struct _sc_ctx_options	opts;
  949|  16.2k|	int			r;
  950|  16.2k|	char			*driver;
  951|       |
  952|  16.2k|	if (ctx_out == NULL || parm == NULL)
  ------------------
  |  Branch (952:6): [True: 0, False: 16.2k]
  |  Branch (952:25): [True: 0, False: 16.2k]
  ------------------
  953|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  954|       |
  955|  16.2k|	ctx = calloc(1, sizeof(sc_context_t));
  956|  16.2k|	if (ctx == NULL)
  ------------------
  |  Branch (956:6): [True: 0, False: 16.2k]
  ------------------
  957|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  958|  16.2k|	memset(&opts, 0, sizeof(opts));
  959|       |
  960|       |	/* set the application name if set in the parameter options */
  961|  16.2k|	if (parm->app_name != NULL)
  ------------------
  |  Branch (961:6): [True: 16.2k, False: 0]
  ------------------
  962|  16.2k|		ctx->app_name = strdup(parm->app_name);
  963|      0|	else
  964|      0|		ctx->app_name = strdup("default");
  965|  16.2k|	if (ctx->app_name == NULL) {
  ------------------
  |  Branch (965:6): [True: 0, False: 16.2k]
  ------------------
  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.2k|	ctx->exe_path = get_exe_path();
  971|  16.2k|	if (ctx->exe_path == NULL) {
  ------------------
  |  Branch (971:6): [True: 0, False: 16.2k]
  ------------------
  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.2k|	ctx->flags = parm->flags;
  977|  16.2k|	set_defaults(ctx, &opts);
  978|       |
  979|  16.2k|	if (0 != list_init(&ctx->readers)) {
  ------------------
  |  Branch (979:6): [True: 0, False: 16.2k]
  ------------------
  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.2k|	list_attributes_seeker(&ctx->readers, reader_list_seeker);
  985|       |	/* set thread context and create mutex object (if specified) */
  986|  16.2k|	if (parm->thread_ctx != NULL)
  ------------------
  |  Branch (986:6): [True: 16.2k, False: 0]
  ------------------
  987|  16.2k|		ctx->thread_ctx = parm->thread_ctx;
  988|  16.2k|	r = sc_mutex_create(ctx, &ctx->mutex);
  989|  16.2k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  |  Branch (989:6): [True: 0, False: 16.2k]
  ------------------
  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.2k|	process_config_file(ctx, &opts);
 1002|       |
 1003|       |	/* overwrite with caller's parameters if explicitly given */
 1004|  16.2k|	if (parm->debug) {
  ------------------
  |  Branch (1004:6): [True: 0, False: 16.2k]
  ------------------
 1005|      0|		ctx->debug = parm->debug;
 1006|      0|	}
 1007|  16.2k|	if (parm->debug_file) {
  ------------------
  |  Branch (1007:6): [True: 0, False: 16.2k]
  ------------------
 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.2k|	sc_log(ctx, "==================================="); /* first thing in the log */
  ------------------
  |  |   71|  16.2k|#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.2k|	sc_log(ctx, "OpenSC version: %s", sc_get_version());
  ------------------
  |  |   71|  16.2k|#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.2k|	sc_log(ctx, "Configured for %s (%s)", ctx->app_name, ctx->exe_path);
  ------------------
  |  |   71|  16.2k|#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.2k|	r = ctx->reader_driver->ops->init(ctx);
 1039|  16.2k|	if (r != SC_SUCCESS)   {
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1039:6): [True: 0, False: 16.2k]
  ------------------
 1040|      0|		del_drvs(&opts);
 1041|      0|		sc_release_context(ctx);
 1042|      0|		return r;
 1043|      0|	}
 1044|       |
 1045|  16.2k|	driver = getenv("OPENSC_DRIVER");
 1046|  16.2k|	if (driver) {
  ------------------
  |  Branch (1046:6): [True: 0, False: 16.2k]
  ------------------
 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.2k|	load_card_drivers(ctx, &opts);
 1054|  16.2k|	load_card_atrs(ctx);
 1055|       |
 1056|  16.2k|	del_drvs(&opts);
 1057|  16.2k|	sc_ctx_detect_readers(ctx);
 1058|  16.2k|	*ctx_out = ctx;
 1059|       |
 1060|  16.2k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
 1061|  16.2k|}
sc_cancel:
 1075|  16.2k|{
 1076|  16.2k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  16.2k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  16.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  16.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  16.2k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 16.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1077|  16.2k|	if (ctx->reader_driver->ops->cancel != NULL)
  ------------------
  |  Branch (1077:6): [True: 0, False: 16.2k]
  ------------------
 1078|      0|		return ctx->reader_driver->ops->cancel(ctx);
 1079|       |
 1080|  16.2k|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|  16.2k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1081|  16.2k|}
sc_wait_for_event:
 1085|  32.4k|{
 1086|  32.4k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  32.4k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  32.4k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  32.4k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  32.4k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 32.4k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|  32.4k|	if (ctx->reader_driver->ops->wait_for_event != NULL)
  ------------------
  |  Branch (1087:6): [True: 0, False: 32.4k]
  ------------------
 1088|      0|		return ctx->reader_driver->ops->wait_for_event(ctx, event_mask, event_reader, event, timeout, reader_states);
 1089|       |
 1090|  32.4k|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|  32.4k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1091|  32.4k|}
sc_release_context:
 1094|  16.2k|{
 1095|  16.2k|	unsigned int i;
 1096|       |
 1097|  16.2k|	if (ctx == NULL) {
  ------------------
  |  Branch (1097:6): [True: 0, False: 16.2k]
  ------------------
 1098|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1099|      0|	}
 1100|  16.2k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  16.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  16.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  16.2k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 16.2k]
  |  |  ------------------
  ------------------
 1101|  32.4k|	while (list_size(&ctx->readers)) {
  ------------------
  |  Branch (1101:9): [True: 16.2k, False: 16.2k]
  ------------------
 1102|  16.2k|		sc_reader_t *rdr = (sc_reader_t *) list_get_at(&ctx->readers, 0);
 1103|  16.2k|		_sc_delete_reader(ctx, rdr);
 1104|  16.2k|	}
 1105|       |
 1106|  16.2k|	if (ctx->reader_driver != NULL && ctx->reader_driver->ops->finish != NULL)
  ------------------
  |  Branch (1106:6): [True: 16.2k, False: 0]
  |  Branch (1106:36): [True: 0, False: 16.2k]
  ------------------
 1107|      0|		ctx->reader_driver->ops->finish(ctx);
 1108|       |
 1109|   745k|	for (i = 0; ctx->card_drivers[i]; i++) {
  ------------------
  |  Branch (1109:14): [True: 729k, False: 16.2k]
  ------------------
 1110|   729k|		struct sc_card_driver *drv = ctx->card_drivers[i];
 1111|       |
 1112|   729k|		if (drv->atr_map)
  ------------------
  |  Branch (1112:7): [True: 0, False: 729k]
  ------------------
 1113|      0|			_sc_free_atr(ctx, drv);
 1114|   729k|		if (drv->dll)
  ------------------
  |  Branch (1114:7): [True: 0, False: 729k]
  ------------------
 1115|      0|			sc_dlclose(drv->dll);
 1116|   729k|	}
 1117|       |#ifdef USE_OPENSSL3_LIBCTX
 1118|       |	sc_openssl3_deinit(ctx);
 1119|       |#endif
 1120|  16.2k|	if (ctx->preferred_language != NULL)
  ------------------
  |  Branch (1120:6): [True: 0, False: 16.2k]
  ------------------
 1121|      0|		free(ctx->preferred_language);
 1122|  16.2k|	if (ctx->mutex != NULL) {
  ------------------
  |  Branch (1122:6): [True: 0, False: 16.2k]
  ------------------
 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.2k|	if (ctx->conf != NULL)
  ------------------
  |  Branch (1129:6): [True: 16.2k, False: 0]
  ------------------
 1130|  16.2k|		scconf_free(ctx->conf);
 1131|  16.2k|	if (ctx->debug_file && (ctx->debug_file != stdout && ctx->debug_file != stderr))
  ------------------
  |  Branch (1131:6): [True: 16.2k, False: 0]
  |  Branch (1131:26): [True: 16.2k, False: 0]
  |  Branch (1131:55): [True: 0, False: 16.2k]
  ------------------
 1132|      0|		fclose(ctx->debug_file);
 1133|  16.2k|	free(ctx->debug_filename);
 1134|  16.2k|	free(ctx->app_name);
 1135|  16.2k|	free(ctx->exe_path);
 1136|  16.2k|	list_destroy(&ctx->readers);
 1137|  16.2k|	sc_mem_clear(ctx, sizeof(*ctx));
 1138|  16.2k|	free(ctx);
 1139|  16.2k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
 1140|  16.2k|}
sc_get_cache_dir:
 1167|  2.53k|{
 1168|  2.53k|	char *homedir;
 1169|  2.53k|	const char *cache_dir;
 1170|  2.53k|        scconf_block *conf_block = NULL;
 1171|       |#ifdef _WIN32
 1172|       |	char temp_path[PATH_MAX];
 1173|       |#endif
 1174|  2.53k|	conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
 1175|  2.53k|	cache_dir = scconf_get_str(conf_block, "file_cache_dir", NULL);
 1176|  2.53k|	if (cache_dir != NULL) {
  ------------------
  |  Branch (1176:6): [True: 0, False: 2.53k]
  ------------------
 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|  2.53k|#ifndef _WIN32
 1182|       |#ifdef __APPLE__
 1183|       |	cache_dir = getenv("Caches");
 1184|       |#else
 1185|  2.53k|	cache_dir = getenv("XDG_CACHE_HOME");
 1186|  2.53k|#endif
 1187|  2.53k|	if (cache_dir != NULL && cache_dir[0] != '\0') {
  ------------------
  |  Branch (1187:6): [True: 0, False: 2.53k]
  |  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|  2.53k|	cache_dir = ".cache/opensc";
 1192|  2.53k|	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|  2.53k|	if (homedir == NULL || homedir[0] == '\0')
  ------------------
  |  Branch (1203:6): [True: 0, False: 2.53k]
  |  Branch (1203:25): [True: 0, False: 2.53k]
  ------------------
 1204|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1205|  2.53k|	if (snprintf(buf, bufsize, "%s/%s", homedir, cache_dir) < 0)
  ------------------
  |  Branch (1205:6): [True: 0, False: 2.53k]
  ------------------
 1206|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
 1207|  2.53k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.53k|#define SC_SUCCESS				0
  ------------------
 1208|  2.53k|}
sc_make_cache_dir:
 1211|     35|{
 1212|     35|	char dirname[PATH_MAX], *sp;
 1213|     35|	int    r, mkdir_checker;
 1214|     35|	size_t j, namelen;
 1215|       |
 1216|     35|	if ((r = sc_get_cache_dir(ctx, dirname, sizeof(dirname))) < 0)
  ------------------
  |  Branch (1216:6): [True: 0, False: 35]
  ------------------
 1217|      0|		return r;
 1218|     35|	namelen = strlen(dirname);
 1219|       |
 1220|     35|	while (1) {
  ------------------
  |  Branch (1220:9): [True: 35, Folded]
  ------------------
 1221|       |#ifdef _WIN32
 1222|       |		mkdir_checker = mkdir(dirname) >= 0;
 1223|       |#else
 1224|     35|		mkdir_checker = mkdir(dirname, 0700) >= 0;
 1225|     35|#endif
 1226|     35|		if (mkdir_checker)
  ------------------
  |  Branch (1226:7): [True: 3, False: 32]
  ------------------
 1227|      3|			break;
 1228|       |
 1229|     32|		if (errno != ENOENT || (sp = strrchr(dirname, '/')) == NULL
  ------------------
  |  Branch (1229:7): [True: 32, False: 0]
  |  Branch (1229:26): [True: 0, False: 0]
  ------------------
 1230|      0|				|| sp == dirname)
  ------------------
  |  Branch (1230:8): [True: 0, False: 0]
  ------------------
 1231|     32|			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|      3|	while (1) {
  ------------------
  |  Branch (1237:9): [True: 3, Folded]
  ------------------
 1238|      3|		j = strlen(dirname);
 1239|      3|		if (j >= namelen)
  ------------------
  |  Branch (1239:7): [True: 3, False: 0]
  ------------------
 1240|      3|			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|      3|	return SC_SUCCESS;
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
 1251|       |
 1252|       |	/* for lack of a better return code */
 1253|     32|failed:
 1254|     32|	sc_log(ctx, "failed to create cache directory");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1255|     32|	return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     32|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1256|      3|}
ctx.c:load_card_atrs:
  630|  16.2k|{
  631|  16.2k|	struct sc_card_driver *driver;
  632|  16.2k|	scconf_block **blocks;
  633|  16.2k|	int i, j, k;
  634|       |
  635|  32.4k|	for (i = 0; ctx->conf_blocks[i] != NULL; i++) {
  ------------------
  |  Branch (635:14): [True: 16.2k, False: 16.2k]
  ------------------
  636|  16.2k|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i], "card_atr", NULL);
  637|  16.2k|		if (!blocks)
  ------------------
  |  Branch (637:7): [True: 0, False: 16.2k]
  ------------------
  638|      0|			continue;
  639|  16.2k|		for (j = 0; blocks[j] != NULL; j++) {
  ------------------
  |  Branch (639:15): [True: 0, False: 16.2k]
  ------------------
  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.2k|		free(blocks);
  701|  16.2k|	}
  702|  16.2k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  703|  16.2k|}
ctx.c:get_exe_path:
  911|  16.2k|{
  912|       |	/* Find the executable's path which runs this code.
  913|       |	 * See https://github.com/gpakosz/whereami/ for
  914|       |	 * potentially more platforms */
  915|  16.2k|	char exe_path[PATH_MAX] = "unknown executable path";
  916|  16.2k|	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.2k|	if (NULL != realpath("/proc/self/exe", exe_path))
  ------------------
  |  Branch (925:6): [True: 16.2k, False: 0]
  ------------------
  926|  16.2k|		path_found = 1;
  927|  16.2k|#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.2k|	(void) path_found;
  940|  16.2k|#endif
  941|       |
  942|  16.2k|	return strdup(exe_path);
  943|  16.2k|}
ctx.c:set_defaults:
  322|  16.2k|{
  323|  16.2k|	ctx->debug = 0;
  324|  16.2k|	if (ctx->debug_file && (ctx->debug_file != stderr && ctx->debug_file != stdout))
  ------------------
  |  Branch (324:6): [True: 0, False: 16.2k]
  |  Branch (324:26): [True: 0, False: 0]
  |  Branch (324:55): [True: 0, False: 0]
  ------------------
  325|      0|		fclose(ctx->debug_file);
  326|  16.2k|	ctx->debug_file = stderr;
  327|  16.2k|	ctx->flags = 0;
  328|       |	ctx->forced_driver = NULL;
  329|  16.2k|	add_internal_drvs(opts);
  330|  16.2k|}
ctx.c:add_internal_drvs:
  296|  32.4k|{
  297|  32.4k|	const struct _sc_driver_entry *lst;
  298|  32.4k|	int i;
  299|       |
  300|  32.4k|	lst = internal_card_drivers;
  301|  32.4k|	i = 0;
  302|  1.32M|	while (lst[i].name != NULL) {
  ------------------
  |  Branch (302:9): [True: 1.29M, False: 32.4k]
  ------------------
  303|  1.29M|		add_drv(opts, lst[i].name);
  304|  1.29M|		i++;
  305|  1.29M|	}
  306|  32.4k|}
ctx.c:add_drv:
  278|  1.37M|{
  279|  1.37M|	struct _sc_driver_entry *lst;
  280|  1.37M|	int *cp, max, i;
  281|       |
  282|  1.37M|	lst = opts->cdrv;
  283|  1.37M|	cp = &opts->ccount;
  284|  1.37M|	max = SC_MAX_CARD_DRIVERS;
  ------------------
  |  |   31|  1.37M|#define SC_MAX_CARD_DRIVERS		48
  ------------------
  285|  1.37M|	if (*cp == max) /* No space for more drivers... */
  ------------------
  |  Branch (285:6): [True: 0, False: 1.37M]
  ------------------
  286|      0|		return;
  287|  30.0M|	for (i = 0; i < *cp; i++)
  ------------------
  |  Branch (287:14): [True: 28.6M, False: 1.37M]
  ------------------
  288|  28.6M|		if (strcmp(name, lst[i].name) == 0)
  ------------------
  |  Branch (288:7): [True: 0, False: 28.6M]
  ------------------
  289|      0|			return;
  290|  1.37M|	lst[*cp].name = strdup(name);
  291|       |
  292|  1.37M|	*cp = *cp + 1;
  293|  1.37M|}
ctx.c:del_drvs:
  264|  32.4k|{
  265|  32.4k|	struct _sc_driver_entry *lst;
  266|  32.4k|	int *cp, i;
  267|       |
  268|  32.4k|	lst = opts->cdrv;
  269|  32.4k|	cp = &opts->ccount;
  270|       |
  271|  1.41M|	for (i = 0; i < *cp; i++) {
  ------------------
  |  Branch (271:14): [True: 1.37M, False: 32.4k]
  ------------------
  272|  1.37M|		free((void *)lst[i].name);
  273|  1.37M|	}
  274|  32.4k|	*cp = 0;
  275|  32.4k|}
ctx.c:process_config_file:
  706|  16.2k|{
  707|  16.2k|	int i, r, count = 0;
  708|  16.2k|	scconf_block **blocks;
  709|  16.2k|	const char *conf_path = NULL;
  710|  16.2k|	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.2k|	debug = getenv("OPENSC_DEBUG");
  718|  16.2k|	if (debug)
  ------------------
  |  Branch (718:6): [True: 0, False: 16.2k]
  ------------------
  719|      0|		ctx->debug = atoi(debug);
  720|       |
  721|  16.2k|	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.2k|	conf_path = getenv("OPENSC_CONF");
  734|  16.2k|	if (!conf_path)
  ------------------
  |  Branch (734:6): [True: 16.2k, False: 0]
  ------------------
  735|  16.2k|		conf_path = OPENSC_CONF_PATH;
  736|  16.2k|#endif
  737|  16.2k|	ctx->conf = scconf_new(conf_path);
  738|  16.2k|	if (ctx->conf == NULL)
  ------------------
  |  Branch (738:6): [True: 0, False: 16.2k]
  ------------------
  739|      0|		return;
  740|  16.2k|	r = scconf_parse(ctx->conf);
  741|  16.2k|#define OPENSC_CONFIG_STRING "app default { card_drivers = old, internal; }"
  742|  16.2k|#ifdef OPENSC_CONFIG_STRING
  743|       |	/* Parse the string if config file didn't exist */
  744|  16.2k|	if (r < 0)
  ------------------
  |  Branch (744:6): [True: 16.2k, False: 0]
  ------------------
  745|  16.2k|		r = scconf_parse_string(ctx->conf, OPENSC_CONFIG_STRING);
  ------------------
  |  |  741|  16.2k|#define OPENSC_CONFIG_STRING "app default { card_drivers = old, internal; }"
  ------------------
  746|  16.2k|#endif
  747|  16.2k|	if (r < 1) {
  ------------------
  |  Branch (747:6): [True: 0, False: 16.2k]
  ------------------
  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.2k|	sc_log(ctx, "Used configuration file '%s'", conf_path);
  ------------------
  |  |   71|  16.2k|#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.2k|	blocks = scconf_find_blocks(ctx->conf, NULL, "app", ctx->exe_path);
  762|  16.2k|	if (blocks && blocks[0])
  ------------------
  |  Branch (762:6): [True: 16.2k, False: 0]
  |  Branch (762:16): [True: 0, False: 16.2k]
  ------------------
  763|      0|		ctx->conf_blocks[count++] = blocks[0];
  764|  16.2k|	free(blocks);
  765|  16.2k|	blocks = scconf_find_blocks(ctx->conf, NULL, "app", ctx->app_name);
  766|  16.2k|	if (blocks && blocks[0])
  ------------------
  |  Branch (766:6): [True: 16.2k, False: 0]
  |  Branch (766:16): [True: 0, False: 16.2k]
  ------------------
  767|      0|		ctx->conf_blocks[count++] = blocks[0];
  768|  16.2k|	free(blocks);
  769|  16.2k|	if (strcmp(ctx->app_name, "default") != 0) {
  ------------------
  |  Branch (769:6): [True: 16.2k, False: 0]
  ------------------
  770|  16.2k|		blocks = scconf_find_blocks(ctx->conf, NULL, "app", "default");
  771|  16.2k|		if (blocks && blocks[0])
  ------------------
  |  Branch (771:7): [True: 16.2k, False: 0]
  |  Branch (771:17): [True: 16.2k, False: 0]
  ------------------
  772|  16.2k|			ctx->conf_blocks[count] = blocks[0];
  773|  16.2k|		free(blocks);
  774|  16.2k|	}
  775|       |	/* Above we add 3 blocks at most, but conf_blocks has 4 elements,
  776|       |	 * so at least one is NULL */
  777|  32.4k|	for (i = 0; ctx->conf_blocks[i]; i++)
  ------------------
  |  Branch (777:14): [True: 16.2k, False: 16.2k]
  ------------------
  778|  16.2k|		load_parameters(ctx, ctx->conf_blocks[i], opts);
  779|  16.2k|}
ctx.c:load_parameters:
  385|  16.2k|{
  386|  16.2k|	int err = 0;
  387|  16.2k|	const scconf_list *list;
  388|  16.2k|	const char *val;
  389|  16.2k|	int debug;
  390|  16.2k|	const char *disable_hw_pkcs1_padding;
  391|       |#ifdef _WIN32
  392|       |	char expanded_val[PATH_MAX];
  393|       |	DWORD expanded_len;
  394|       |#endif
  395|       |
  396|  16.2k|	debug = scconf_get_int(block, "debug", ctx->debug);
  397|  16.2k|	if (debug > ctx->debug)
  ------------------
  |  Branch (397:6): [True: 0, False: 16.2k]
  ------------------
  398|      0|		ctx->debug = debug;
  399|       |
  400|  16.2k|	val = scconf_get_str(block, "debug_file", NULL);
  401|  16.2k|	if (val)   {
  ------------------
  |  Branch (401:6): [True: 0, False: 16.2k]
  ------------------
  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.2k|	else if (ctx->debug)   {
  ------------------
  |  Branch (410:11): [True: 0, False: 16.2k]
  ------------------
  411|      0|		sc_ctx_log_to_file(ctx, NULL);
  412|      0|	}
  413|       |
  414|  16.2k|	if (scconf_get_bool (block, "disable_popups",
  ------------------
  |  Branch (414:6): [True: 0, False: 16.2k]
  ------------------
  415|  16.2k|				ctx->flags & SC_CTX_FLAG_DISABLE_POPUPS))
  ------------------
  |  |  861|  16.2k|#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.2k|	if (scconf_get_bool (block, "disable_colors",
  ------------------
  |  Branch (418:6): [True: 0, False: 16.2k]
  ------------------
  419|  16.2k|				ctx->flags & SC_CTX_FLAG_DISABLE_COLORS))
  ------------------
  |  |  862|  16.2k|#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.2k|	if (scconf_get_bool (block, "enable_default_driver",
  ------------------
  |  Branch (422:6): [True: 0, False: 16.2k]
  ------------------
  423|  16.2k|				ctx->flags & SC_CTX_FLAG_ENABLE_DEFAULT_DRIVER))
  ------------------
  |  |  860|  16.2k|#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.2k|	list = scconf_find_list(block, "card_drivers");
  427|  16.2k|	set_drivers(opts, list);
  428|       |
  429|       |	/* Disable PKCS#1 v1.5 type 2 (for decryption) depadding on card by default */
  430|  16.2k|	disable_hw_pkcs1_padding = "decipher";
  431|  16.2k|	ctx->disable_hw_pkcs1_padding = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  110|  16.2k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  432|  16.2k|	disable_hw_pkcs1_padding = scconf_get_str(block, "disable_hw_pkcs1_padding", disable_hw_pkcs1_padding);
  433|  16.2k|	if (0 == strcmp(disable_hw_pkcs1_padding, "no")) {
  ------------------
  |  Branch (433:6): [True: 0, False: 16.2k]
  ------------------
  434|      0|		ctx->disable_hw_pkcs1_padding = 0;
  435|  16.2k|	} else if (0 == strcmp(disable_hw_pkcs1_padding, "sign")) {
  ------------------
  |  Branch (435:13): [True: 0, False: 16.2k]
  ------------------
  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.2k|	} else if (0 == strcmp(disable_hw_pkcs1_padding, "decipher")) {
  ------------------
  |  Branch (437:13): [True: 16.2k, False: 0]
  ------------------
  438|  16.2k|		ctx->disable_hw_pkcs1_padding = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  110|  16.2k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  439|  16.2k|	} 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.2k|	return err;
  451|  16.2k|}
ctx.c:set_drivers:
  368|  16.2k|{
  369|  16.2k|	const char *s_internal = "internal", *s_old = "old";
  370|  16.2k|	if (list != NULL)
  ------------------
  |  Branch (370:6): [True: 16.2k, False: 0]
  ------------------
  371|  16.2k|		del_drvs(opts);
  372|  48.6k|	while (list != NULL) {
  ------------------
  |  Branch (372:9): [True: 32.4k, False: 16.2k]
  ------------------
  373|  32.4k|		if (strcmp(list->data, s_internal) == 0)
  ------------------
  |  Branch (373:7): [True: 16.2k, False: 16.2k]
  ------------------
  374|  16.2k|			add_internal_drvs(opts);
  375|  16.2k|		else if (strcmp(list->data, s_old) == 0)
  ------------------
  |  Branch (375:12): [True: 16.2k, False: 0]
  ------------------
  376|  16.2k|			add_old_drvs(opts);
  377|      0|		else
  378|      0|			add_drv(opts, list->data);
  379|  32.4k|		list = list->next;
  380|  32.4k|	}
  381|  16.2k|}
ctx.c:add_old_drvs:
  309|  16.2k|{
  310|  16.2k|	const struct _sc_driver_entry *lst;
  311|  16.2k|	int i;
  312|       |
  313|  16.2k|	lst = old_card_drivers;
  314|  16.2k|	i = 0;
  315|  97.2k|	while (lst[i].name != NULL) {
  ------------------
  |  Branch (315:9): [True: 81.0k, False: 16.2k]
  ------------------
  316|  81.0k|		add_drv(opts, lst[i].name);
  317|  81.0k|		i++;
  318|  81.0k|	}
  319|  16.2k|}
ctx.c:load_card_drivers:
  564|  16.2k|{
  565|  16.2k|	const struct _sc_driver_entry *ent;
  566|  16.2k|	int drv_count;
  567|  16.2k|	int i;
  568|       |
  569|  16.2k|	for (drv_count = 0; ctx->card_drivers[drv_count] != NULL; drv_count++)
  ------------------
  |  Branch (569:22): [True: 0, False: 16.2k]
  ------------------
  570|      0|		;
  571|       |
  572|   745k|	for (i = 0; i < opts->ccount; i++) {
  ------------------
  |  Branch (572:14): [True: 729k, False: 16.2k]
  ------------------
  573|   729k|		struct sc_card_driver *(*func)(void) = NULL;
  574|   729k|		struct sc_card_driver *(**tfunc)(void) = &func;
  575|   729k|		void *dll = NULL;
  576|   729k|		int  j;
  577|       |
  578|   729k|		if (drv_count >= SC_MAX_CARD_DRIVERS - 1)   {
  ------------------
  |  |   31|   729k|#define SC_MAX_CARD_DRIVERS		48
  ------------------
  |  Branch (578:7): [True: 0, False: 729k]
  ------------------
  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|   729k|		ent = &opts->cdrv[i];
  584|  16.6M|		for (j = 0; internal_card_drivers[j].name != NULL; j++) {
  ------------------
  |  Branch (584:15): [True: 16.5M, False: 81.0k]
  ------------------
  585|  16.5M|			if (strcmp(ent->name, internal_card_drivers[j].name) == 0) {
  ------------------
  |  Branch (585:8): [True: 648k, False: 15.8M]
  ------------------
  586|   648k|				func = (struct sc_card_driver *(*)(void)) internal_card_drivers[j].func;
  587|   648k|				break;
  588|   648k|			}
  589|  16.5M|		}
  590|   729k|		if (func == NULL) {
  ------------------
  |  Branch (590:7): [True: 81.0k, False: 648k]
  ------------------
  591|   243k|			for (j = 0; old_card_drivers[j].name != NULL; j++) {
  ------------------
  |  Branch (591:16): [True: 243k, False: 0]
  ------------------
  592|   243k|				if (strcmp(ent->name, old_card_drivers[j].name) == 0) {
  ------------------
  |  Branch (592:9): [True: 81.0k, False: 162k]
  ------------------
  593|  81.0k|					func = (struct sc_card_driver *(*)(void)) old_card_drivers[j].func;
  594|  81.0k|					break;
  595|  81.0k|				}
  596|   243k|			}
  597|  81.0k|		}
  598|       |		/* if not initialized assume external module */
  599|   729k|		if (func == NULL)
  ------------------
  |  Branch (599:7): [True: 0, False: 729k]
  ------------------
  600|      0|			*(void **)(tfunc) = load_dynamic_driver(ctx, &dll, ent->name);
  601|       |		/* if still null, assume driver not found */
  602|   729k|		if (func == NULL) {
  ------------------
  |  Branch (602:7): [True: 0, False: 729k]
  ------------------
  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|   729k|		ctx->card_drivers[drv_count] = func();
  610|   729k|		if (ctx->card_drivers[drv_count] == NULL) {
  ------------------
  |  Branch (610:7): [True: 0, False: 729k]
  ------------------
  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|   729k|		ctx->card_drivers[drv_count]->dll = dll;
  616|   729k|		ctx->card_drivers[drv_count]->atr_map = NULL;
  617|   729k|		ctx->card_drivers[drv_count]->natrs = 0;
  618|       |
  619|   729k|		load_card_driver_options(ctx, ctx->card_drivers[drv_count]);
  620|       |
  621|       |		/* Ensure that the list is always terminated by NULL */
  622|   729k|		ctx->card_drivers[drv_count + 1] = NULL;
  623|       |
  624|   729k|		drv_count++;
  625|   729k|	}
  626|  16.2k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  627|  16.2k|}
ctx.c:load_card_driver_options:
  543|   729k|{
  544|   729k|	scconf_block **blocks, *blk;
  545|   729k|	int i;
  546|       |
  547|  1.45M|	for (i = 0; ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (547:14): [True: 729k, False: 729k]
  ------------------
  548|   729k|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i],
  549|   729k|				"card_driver", driver->short_name);
  550|   729k|		if (!blocks)
  ------------------
  |  Branch (550:7): [True: 0, False: 729k]
  ------------------
  551|      0|			continue;
  552|   729k|		blk = blocks[0];
  553|   729k|		free(blocks);
  554|       |
  555|   729k|		if (blk == NULL)
  ------------------
  |  Branch (555:7): [True: 729k, False: 0]
  ------------------
  556|   729k|			continue;
  557|       |
  558|       |		/* no options at the moment */
  559|   729k|	}
  560|   729k|	return SC_SUCCESS;
  ------------------
  |  |   28|   729k|#define SC_SUCCESS				0
  ------------------
  561|   729k|}

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

cwa_create_secure_channel:
 1097|  1.11k|{
 1098|  1.11k|	u8 *cert = NULL;
 1099|  1.11k|	size_t certlen;
 1100|       |
 1101|  1.11k|	int res = SC_SUCCESS;
  ------------------
  |  |   28|  1.11k|#define SC_SUCCESS				0
  ------------------
 1102|  1.11k|	char *msg = "Success";
 1103|       |
 1104|       |	/* data to get and parse certificates */
 1105|  1.11k|	X509 *icc_cert = NULL;
 1106|  1.11k|	X509 *ca_cert = NULL;
 1107|  1.11k|	EVP_PKEY *icc_pubkey = NULL;
 1108|  1.11k|	EVP_PKEY *ifd_privkey = NULL;
 1109|  1.11k|	sc_context_t *ctx = NULL;
 1110|  1.11k|	struct sm_cwa_session * sm = &card->sm_ctx.info.session.cwa;
 1111|  1.11k|	u8 sig[128];
 1112|       |
 1113|       |	/* several buffer and buffer pointers */
 1114|  1.11k|	u8 *buffer = NULL;
 1115|  1.11k|	size_t bufferlen;
 1116|  1.11k|	u8 *tlv = NULL;		/* buffer to compose TLV messages */
 1117|  1.11k|	size_t tlvlen = 0;
 1118|  1.11k|	u8 rndbuf[16]; /* 8 RND.IFD + 8 SN.IFD */
 1119|       |
 1120|       |	/* preliminary checks */
 1121|  1.11k|	if (!card || !card->ctx )
  ------------------
  |  Branch (1121:6): [True: 0, False: 1.11k]
  |  Branch (1121:15): [True: 0, False: 1.11k]
  ------------------
 1122|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1123|  1.11k|	if (!provider)
  ------------------
  |  Branch (1123:6): [True: 0, False: 1.11k]
  ------------------
 1124|      0|		return SC_ERROR_SM_NOT_INITIALIZED;
  ------------------
  |  |  120|      0|#define SC_ERROR_SM_NOT_INITIALIZED		-1605
  ------------------
 1125|       |	/* commodity vars */
 1126|  1.11k|	ctx = card->ctx;
 1127|       |
 1128|  1.11k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.11k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.11k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.11k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.11k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.11k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1129|       |
 1130|       |	/* check requested initialization method */
 1131|  1.11k|	switch (flag) {
 1132|  1.11k|	case CWA_SM_OFF:	/* disable SM */
  ------------------
  |  |   31|  1.11k|#define CWA_SM_OFF        0x00	/** Disable SM channel */
  ------------------
  |  Branch (1132:2): [True: 1.11k, False: 0]
  ------------------
 1133|  1.11k|		card->sm_ctx.sm_mode = SM_MODE_NONE;
  ------------------
  |  |   43|  1.11k|#define SM_MODE_NONE		0x0
  ------------------
 1134|  1.11k|		sc_log(ctx, "Setting CWA SM status to none");
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
 1135|       |		/* request the Master File to provoke an SM error and close the channel */
 1136|  1.11k|		res = sc_select_file(card, sc_get_mf_path(), NULL);
 1137|  1.11k|		if (res == SC_ERROR_SM)
  ------------------
  |  |  115|  1.11k|#define SC_ERROR_SM				-1600
  ------------------
  |  Branch (1137:7): [True: 25, False: 1.08k]
  ------------------
 1138|     25|			res = SC_SUCCESS;
  ------------------
  |  |   28|     25|#define SC_SUCCESS				0
  ------------------
 1139|  1.11k|		LOG_FUNC_RETURN(ctx, res);
  ------------------
  |  |  164|  1.11k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.11k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.11k|	int _ret = r; \
  |  |  |  |  155|  1.11k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.11k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|    557|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 557, False: 553]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.11k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.11k|	return _ret; \
  |  |  |  |  163|  1.11k|} 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: 1.11k]
  ------------------
 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: 1.11k]
  ------------------
 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|  1.11k|	}
 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|    568|{
 2169|    568|	cwa_provider_t *res = NULL;
 2170|    568|	if (!card || !card->ctx)
  ------------------
  |  Branch (2170:6): [True: 0, False: 568]
  |  Branch (2170:15): [True: 0, False: 568]
  ------------------
 2171|      0|		return NULL;
 2172|    568|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    568|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    568|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    568|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    568|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 568]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2173|    568|	res = calloc(1, sizeof(cwa_provider_t));
 2174|    568|	if (!res) {
  ------------------
  |  Branch (2174:6): [True: 0, False: 568]
  ------------------
 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|    568|	memcpy(res, &default_cwa_provider, sizeof(cwa_provider_t));
 2179|    568|	return res;
 2180|    568|}

sc_enum_apps:
  163|  13.1k|{
  164|  13.1k|	struct sc_context *ctx = card->ctx;
  165|  13.1k|	sc_path_t path;
  166|  13.1k|	int ef_structure;
  167|  13.1k|	size_t file_size, jj;
  168|  13.1k|	int r, ii, idx;
  169|  13.1k|	struct sc_file *ef_dir = NULL;
  170|       |
  171|  13.1k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  13.1k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.1k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  172|       |
  173|  13.1k|	sc_free_apps(card);
  174|  13.1k|	card->app_count = 0;
  175|       |
  176|  13.1k|	sc_format_path("3F002F00", &path);
  177|  13.1k|	r = sc_select_file(card, &path, &ef_dir);
  178|  13.1k|	if (r < 0)
  ------------------
  |  Branch (178:6): [True: 9.81k, False: 3.35k]
  ------------------
  179|  9.81k|		sc_file_free(ef_dir);
  180|  13.1k|	LOG_TEST_RET(ctx, r, "Cannot select EF.DIR file");
  ------------------
  |  |  174|  13.1k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  13.1k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  13.1k|	int _ret = (r); \
  |  |  |  |  168|  13.1k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 9.81k, False: 3.35k]
  |  |  |  |  ------------------
  |  |  |  |  169|  9.81k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.81k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  9.81k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  9.81k|		return _ret; \
  |  |  |  |  172|  9.81k|	} \
  |  |  |  |  173|  13.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.35k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|       |
  182|  3.35k|	if (ef_dir->type != SC_FILE_TYPE_WORKING_EF) {
  ------------------
  |  |  216|  3.35k|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  |  Branch (182:6): [True: 1.05k, False: 2.30k]
  ------------------
  183|  1.05k|		sc_file_free(ef_dir);
  184|  1.05k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_CARD, "EF(DIR) is not a working EF.");
  ------------------
  |  |  174|  1.05k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.05k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.05k|	int _ret = (r); \
  |  |  |  |  168|  1.05k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.05k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.05k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.05k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.05k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.05k|		return _ret; \
  |  |  |  |  172|  1.05k|	} \
  |  |  |  |  173|  1.05k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  185|  1.05k|	}
  186|       |
  187|  2.30k|	ef_structure = ef_dir->ef_structure;
  188|  2.30k|	file_size = ef_dir->size;
  189|  2.30k|	sc_file_free(ef_dir);
  190|  2.30k|	if (ef_structure == SC_FILE_EF_TRANSPARENT) {
  ------------------
  |  |  221|  2.30k|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  |  Branch (190:6): [True: 1.16k, False: 1.13k]
  ------------------
  191|  1.16k|		u8 *buf = NULL, *p;
  192|  1.16k|		size_t bufsize;
  193|       |
  194|  1.16k|		if (file_size == 0)
  ------------------
  |  Branch (194:7): [True: 42, False: 1.12k]
  ------------------
  195|  1.16k|			LOG_FUNC_RETURN(ctx, 0);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 42]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|  1.12k|		if (file_size > MAX_FILE_SIZE)
  ------------------
  |  |  220|  1.12k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (196:7): [True: 16, False: 1.10k]
  ------------------
  197|  1.12k|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  198|       |
  199|  1.10k|		buf = malloc(file_size);
  200|  1.10k|		if (buf == NULL)
  ------------------
  |  Branch (200:7): [True: 0, False: 1.10k]
  ------------------
  201|  1.10k|			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|  1.10k|		p = buf;
  203|  1.10k|		r = sc_read_binary(card, 0, buf, file_size, 0);
  204|  1.10k|		if (r < 0) {
  ------------------
  |  Branch (204:7): [True: 171, False: 935]
  ------------------
  205|    171|			free(buf);
  206|    171|			LOG_TEST_RET(ctx, r, "sc_read_binary() failed");
  ------------------
  |  |  174|    171|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    171|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    171|	int _ret = (r); \
  |  |  |  |  168|    171|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 171, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|    171|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  207|    171|		}
  208|    935|		bufsize = r;
  209|  2.58k|		while (bufsize > 0) {
  ------------------
  |  Branch (209:10): [True: 2.09k, False: 497]
  ------------------
  210|  2.09k|			if (card->app_count == SC_MAX_CARD_APPS) {
  ------------------
  |  |   33|  2.09k|#define SC_MAX_CARD_APPS		8
  ------------------
  |  Branch (210:8): [True: 3, False: 2.08k]
  ------------------
  211|      3|				sc_log(ctx, "Too many applications on card");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  212|      3|				break;
  213|      3|			}
  214|  2.08k|			r = parse_dir_record(card, &p, &bufsize, -1);
  215|  2.08k|			if (r)
  ------------------
  |  Branch (215:8): [True: 435, False: 1.65k]
  ------------------
  216|    435|				break;
  217|  2.08k|		}
  218|    935|		if (buf)
  ------------------
  |  Branch (218:7): [True: 935, False: 0]
  ------------------
  219|    935|			free(buf);
  220|       |
  221|    935|	}
  222|  1.13k|	else {	/* record structure */
  223|  1.13k|		unsigned char buf[256], *p;
  224|  1.13k|		unsigned int rec_nr;
  225|  1.13k|		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|  4.51k|		for (rec_nr = 1; rec_nr < 16; rec_nr++) {
  ------------------
  |  Branch (229:20): [True: 4.49k, False: 16]
  ------------------
  230|  4.49k|			r = sc_read_record(card, rec_nr, 0, buf, sizeof(buf), SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|  4.49k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  231|  4.49k|			if (r == SC_ERROR_RECORD_NOT_FOUND)
  ------------------
  |  |   52|  4.49k|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
  |  Branch (231:8): [True: 1, False: 4.49k]
  ------------------
  232|      1|				break;
  233|  4.49k|			LOG_TEST_RET(ctx, r, "read_record() failed");
  ------------------
  |  |  174|  4.49k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  4.49k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  4.49k|	int _ret = (r); \
  |  |  |  |  168|  4.49k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.10k, False: 3.39k]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.10k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.10k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.10k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.10k|		return _ret; \
  |  |  |  |  172|  1.10k|	} \
  |  |  |  |  173|  4.49k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.39k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  234|       |
  235|  3.39k|			if (card->app_count == SC_MAX_CARD_APPS) {
  ------------------
  |  |   33|  3.39k|#define SC_MAX_CARD_APPS		8
  ------------------
  |  Branch (235:8): [True: 12, False: 3.37k]
  ------------------
  236|     12|				sc_log(ctx, "Too many applications on card");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  237|     12|				break;
  238|     12|			}
  239|       |
  240|  3.37k|			rec_size = r;
  241|  3.37k|			p = buf;
  242|  3.37k|			parse_dir_record(card, &p, &rec_size, (int)rec_nr);
  243|  3.37k|		}
  244|  1.13k|	}
  245|       |
  246|       |	/* Move known PKCS#15 applications to the head of the list */
  247|  2.74k|	for (ii=0, idx=0; ii<card->app_count; ii++)   {
  ------------------
  |  Branch (247:20): [True: 1.78k, False: 964]
  ------------------
  248|  15.1k|		for (jj=0; jj < sizeof(apps)/sizeof(apps[0]); jj++) {
  ------------------
  |  Branch (248:14): [True: 13.5k, False: 1.60k]
  ------------------
  249|  13.5k|			if (apps[jj].aid_len != card->app[ii]->aid.len)
  ------------------
  |  Branch (249:8): [True: 13.2k, False: 307]
  ------------------
  250|  13.2k|				continue;
  251|    307|			if (memcmp(apps[jj].aid, card->app[ii]->aid.value, apps[jj].aid_len))
  ------------------
  |  Branch (251:8): [True: 125, False: 182]
  ------------------
  252|    125|				continue;
  253|    182|			break;
  254|    307|		}
  255|       |
  256|  1.78k|		if (ii != idx && jj < sizeof(apps)/sizeof(apps[0]))   {
  ------------------
  |  Branch (256:7): [True: 1.08k, False: 700]
  |  Branch (256:20): [True: 163, False: 920]
  ------------------
  257|    163|			struct sc_app_info *tmp = card->app[idx];
  258|       |
  259|    163|			card->app[idx] = card->app[ii];
  260|    163|			card->app[ii] = tmp;
  261|    163|			idx++;
  262|    163|		}
  263|  1.78k|	}
  264|       |
  265|    964|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    964|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    964|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    964|	int _ret = r; \
  |  |  |  |  155|    964|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 964, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    964|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 964]
  |  |  |  |  ------------------
  |  |  |  |  157|    964|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    964|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    964|	return _ret; \
  |  |  |  |  163|    964|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|    964|}
sc_free_apps:
  269|  29.3k|{
  270|  29.3k|	int	i;
  271|       |
  272|  33.3k|	for (i = 0; i < card->app_count; i++) {
  ------------------
  |  Branch (272:14): [True: 3.98k, False: 29.3k]
  ------------------
  273|  3.98k|		free(card->app[i]->label);
  274|  3.98k|		free(card->app[i]->ddo.value);
  275|  3.98k|		free(card->app[i]);
  276|  3.98k|	}
  277|  29.3k|	card->app_count = -1;
  278|  29.3k|}
dir.c:parse_dir_record:
   65|  5.46k|{
   66|  5.46k|	struct sc_context *ctx = card->ctx;
   67|  5.46k|	struct sc_asn1_entry asn1_dirrecord[5], asn1_dir[2];
   68|  5.46k|	scconf_block *conf_block = NULL;
   69|  5.46k|	sc_app_info_t *app = NULL;
   70|  5.46k|	struct sc_aid aid;
   71|  5.46k|	u8 label[128], path[128], ddo[128];
   72|  5.46k|	size_t label_len = sizeof(label) - 1, path_len = sizeof(path), ddo_len = sizeof(ddo);
   73|  5.46k|	int r;
   74|       |
   75|  5.46k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  5.46k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  5.46k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  5.46k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  5.46k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 5.46k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   76|  5.46k|	aid.len = sizeof(aid.value);
   77|       |
   78|  5.46k|	memset(label, 0, sizeof(label));
   79|  5.46k|	sc_copy_asn1_entry(c_asn1_dirrecord, asn1_dirrecord);
   80|  5.46k|	sc_copy_asn1_entry(c_asn1_dir, asn1_dir);
   81|  5.46k|	sc_format_asn1_entry(asn1_dir + 0, asn1_dirrecord, NULL, 0);
   82|  5.46k|	sc_format_asn1_entry(asn1_dirrecord + 0, aid.value, &aid.len, 0);
   83|  5.46k|	sc_format_asn1_entry(asn1_dirrecord + 1, label, &label_len, 0);
   84|  5.46k|	sc_format_asn1_entry(asn1_dirrecord + 2, path, &path_len, 0);
   85|  5.46k|	sc_format_asn1_entry(asn1_dirrecord + 3, ddo, &ddo_len, 0);
   86|       |
   87|  5.46k|	r = sc_asn1_decode(ctx, asn1_dir, *buf, *buflen, (const u8 **) buf, buflen);
   88|  5.46k|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|  5.46k|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (88:6): [True: 225, False: 5.24k]
  ------------------
   89|  5.46k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    225|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    225|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    225|	int _ret = r; \
  |  |  |  |  155|    225|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 225, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    225|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    225|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 225, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    225|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    225|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    225|	return _ret; \
  |  |  |  |  163|    225|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   90|  5.24k|	LOG_TEST_RET(ctx, r, "EF(DIR) parsing failed");
  ------------------
  |  |  174|  5.24k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  5.24k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  5.24k|	int _ret = (r); \
  |  |  |  |  168|  5.24k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.25k, False: 3.98k]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.25k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.25k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.25k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.25k|		return _ret; \
  |  |  |  |  172|  1.25k|	} \
  |  |  |  |  173|  5.24k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.98k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   91|       |
   92|  3.98k|	conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
   93|  3.98k|	if (conf_block)   {
  ------------------
  |  Branch (93:6): [True: 0, False: 3.98k]
  ------------------
   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|  3.98k|	app = calloc(1, sizeof(struct sc_app_info));
  112|  3.98k|	if (app == NULL)
  ------------------
  |  Branch (112:6): [True: 0, False: 3.98k]
  ------------------
  113|  3.98k|		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|  3.98k|	memcpy(&app->aid, &aid, sizeof(struct sc_aid));
  116|       |
  117|  3.98k|	if (asn1_dirrecord[1].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|  3.98k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (117:6): [True: 86, False: 3.90k]
  ------------------
  118|     86|		app->label = strdup((char *) label);
  119|  3.90k|	else
  120|  3.90k|		app->label = NULL;
  121|       |
  122|  3.98k|	if (asn1_dirrecord[2].flags & SC_ASN1_PRESENT && path_len > 0) {
  ------------------
  |  |  147|  7.97k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (122:6): [True: 564, False: 3.42k]
  |  Branch (122:51): [True: 508, False: 56]
  ------------------
  123|       |		/* application path present: ignore AID */
  124|    508|		if (path_len > SC_MAX_PATH_SIZE) {
  ------------------
  |  |   47|    508|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (124:7): [True: 2, False: 506]
  ------------------
  125|      2|			free(app->label);
  126|      2|			free(app);
  127|      2|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "Application path is too long.");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  128|      2|		}
  129|    506|		memcpy(app->path.value, path, path_len);
  130|    506|		app->path.len = path_len;
  131|    506|		app->path.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|    506|#define SC_PATH_TYPE_PATH		2
  ------------------
  132|    506|	}
  133|  3.47k|	else {
  134|       |		/* application path not present: use AID as application path */
  135|  3.47k|		memcpy(app->path.value, aid.value, aid.len);
  136|  3.47k|		app->path.len = aid.len;
  137|  3.47k|		app->path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  3.47k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  138|  3.47k|	}
  139|       |
  140|  3.98k|	if (asn1_dirrecord[3].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|  3.98k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (140:6): [True: 425, False: 3.55k]
  ------------------
  141|    425|		app->ddo.value = malloc(ddo_len);
  142|    425|		if (app->ddo.value == NULL) {
  ------------------
  |  Branch (142:7): [True: 0, False: 425]
  ------------------
  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|    425|		memcpy(app->ddo.value, ddo, ddo_len);
  148|    425|		app->ddo.len = ddo_len;
  149|  3.55k|	} else {
  150|  3.55k|		app->ddo.value = NULL;
  151|  3.55k|		app->ddo.len = 0;
  152|  3.55k|	}
  153|       |
  154|  3.98k|	app->rec_nr = rec_nr;
  155|  3.98k|	card->app[card->app_count] = app;
  156|  3.98k|	card->app_count++;
  157|       |
  158|  3.98k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  3.98k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.98k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.98k|	int _ret = r; \
  |  |  |  |  155|  3.98k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.98k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 3.98k]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.98k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.98k|	} else { \
  |  |  |  |  159|      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.98k|	return _ret; \
  |  |  |  |  163|  3.98k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|  3.98k|}

sc_parse_ef_atr:
  135|  1.80k|{
  136|  1.80k|	struct sc_context *ctx = card->ctx;
  137|  1.80k|	struct sc_path path;
  138|  1.80k|	struct sc_file *file = NULL;
  139|  1.80k|	int rv;
  140|  1.80k|	unsigned char *buf = NULL;
  141|  1.80k|	size_t size;
  142|  1.80k|	size_t off = 0;
  143|       |
  144|  1.80k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.80k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.80k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.80k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.80k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.80k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  145|       |
  146|  1.80k|	sc_format_path("3F002F01", &path);
  147|  1.80k|	rv = sc_select_file(card, &path, &file);
  148|  1.80k|	LOG_TEST_GOTO_ERR(ctx, rv, "Cannot select EF(ATR) file");
  ------------------
  |  |  184|  1.80k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.80k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.80k|	int _ret = (r); \
  |  |  |  |  178|  1.80k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 851, False: 956]
  |  |  |  |  ------------------
  |  |  |  |  179|    851|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    851|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    851|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    851|		goto err; \
  |  |  |  |  182|    851|	} \
  |  |  |  |  183|  1.80k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 956]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  149|       |
  150|    956|	if (file->size) {
  ------------------
  |  Branch (150:6): [True: 100, False: 856]
  ------------------
  151|    100|		size = file->size;
  152|    856|	} else {
  153|    856|		size = 1024;
  154|    856|	}
  155|    956|	buf = malloc(size);
  156|    956|	if (!buf) {
  ------------------
  |  Branch (156:6): [True: 0, False: 956]
  ------------------
  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|    956|	rv = sc_read_binary(card, 0, buf, size, 0);
  161|    956|	LOG_TEST_GOTO_ERR(ctx, rv, "Cannot read EF(ATR) file");
  ------------------
  |  |  184|    956|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    956|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    956|	int _ret = (r); \
  |  |  |  |  178|    956|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 171, False: 785]
  |  |  |  |  ------------------
  |  |  |  |  179|    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
  |  |  |  |  ------------------
  |  |  |  |  180|    171|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    171|		goto err; \
  |  |  |  |  182|    171|	} \
  |  |  |  |  183|    956|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 785]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|       |
  163|       |	/* Workaround: Some cards seem to have a buggy storage of the EF.ATR */
  164|    785|	if ((card->type == SC_CARD_TYPE_IASECC_CPX) ||
  ------------------
  |  Branch (164:6): [True: 103, False: 682]
  ------------------
  165|    682|	    (card->type == SC_CARD_TYPE_IASECC_CPXCL)) {
  ------------------
  |  Branch (165:6): [True: 11, False: 671]
  ------------------
  166|       |		/* Let's keep the first byte */
  167|    114|		if ((rv > 1) &&
  ------------------
  |  Branch (167:7): [True: 111, False: 3]
  ------------------
  168|    111|		    (buf[0] == ISO7816_II_CATEGORY_TLV))
  ------------------
  |  |   28|    111|#define ISO7816_II_CATEGORY_TLV		0x80
  ------------------
  |  Branch (168:7): [True: 1, False: 110]
  ------------------
  169|      1|			off++;
  170|    114|	}
  171|    785|	rv = sc_parse_ef_atr_content(card, buf + off, rv - off);
  172|    785|	LOG_TEST_GOTO_ERR(ctx, rv, "EF(ATR) parse error");
  ------------------
  |  |  184|    785|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    785|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    785|	int _ret = (r); \
  |  |  |  |  178|    785|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 21, False: 764]
  |  |  |  |  ------------------
  |  |  |  |  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|    785|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 764]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  173|       |
  174|    764|	rv = SC_SUCCESS;
  ------------------
  |  |   28|    764|#define SC_SUCCESS				0
  ------------------
  175|       |
  176|  1.80k|err:
  177|  1.80k|	sc_file_free(file);
  178|  1.80k|	free(buf);
  179|  1.80k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  1.80k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.80k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.80k|	int _ret = r; \
  |  |  |  |  155|  1.80k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.80k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.80k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 764]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.80k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.80k|	} else { \
  |  |  |  |  159|      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.80k|	return _ret; \
  |  |  |  |  163|  1.80k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  180|  1.80k|}
sc_free_ef_atr:
  183|  16.2k|{
  184|  16.2k|	if (card->ef_atr)
  ------------------
  |  Branch (184:6): [True: 787, False: 15.4k]
  ------------------
  185|    787|		free(card->ef_atr);
  186|       |	card->ef_atr = NULL;
  187|  16.2k|}
ef-atr.c:sc_parse_ef_atr_content:
   36|    785|{
   37|    785|	struct sc_context *ctx = card->ctx;
   38|    785|	const unsigned char *tag = NULL;
   39|    785|	size_t taglen;
   40|    785|	struct sc_ef_atr ef_atr;
   41|       |
   42|    785|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    785|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    785|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    785|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    785|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 785]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   43|       |
   44|    785|	memset(&ef_atr, 0, sizeof(struct sc_ef_atr));
   45|       |
   46|    785|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_CARD_SERVICE, &taglen);
  ------------------
  |  |   31|    785|#define ISO7816_TAG_II_CARD_SERVICE		0x43
  ------------------
   47|    785|	if (tag && taglen >= 1)   {
  ------------------
  |  Branch (47:6): [True: 11, False: 774]
  |  Branch (47:13): [True: 8, False: 3]
  ------------------
   48|      8|		ef_atr.card_service = *tag;
   49|      8|		sc_log(ctx, "EF.ATR: card service 0x%X", ef_atr.card_service);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   50|      8|	}
   51|       |
   52|    785|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_PRE_ISSUING, &taglen);
  ------------------
  |  |   34|    785|#define ISO7816_TAG_II_PRE_ISSUING		0x46
  ------------------
   53|    785|	if (tag) {
  ------------------
  |  Branch (53:6): [True: 584, False: 201]
  ------------------
   54|    584|		size_t len = taglen > sizeof(ef_atr.pre_issuing) ? sizeof(ef_atr.pre_issuing) : taglen;
  ------------------
  |  Branch (54:16): [True: 579, False: 5]
  ------------------
   55|       |
   56|    584|		memcpy(ef_atr.pre_issuing, tag, len);
   57|    584|		ef_atr.pre_issuing_len = len;
   58|       |
   59|    584|		sc_log(ctx, "EF.ATR: Pre-Issuing data '%s'", sc_dump_hex(ef_atr.pre_issuing, ef_atr.pre_issuing_len));
  ------------------
  |  |   71|    584|#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|    584|	}
   61|       |
   62|    785|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_CARD_CAPABILITIES, &taglen);
  ------------------
  |  |   35|    785|#define ISO7816_TAG_II_CARD_CAPABILITIES	0x47
  ------------------
   63|    785|	if (tag && taglen >= 3) {
  ------------------
  |  Branch (63:6): [True: 31, False: 754]
  |  Branch (63:13): [True: 27, False: 4]
  ------------------
   64|     27|		ef_atr.df_selection =  *(tag + 0);
   65|     27|		ef_atr.unit_size = *(tag + 1);
   66|     27|		ef_atr.card_capabilities = *(tag + 2);
   67|     27|		sc_log(ctx, "EF.ATR: DF selection %X, unit_size %zX, card caps %X",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   68|     27|				ef_atr.df_selection, ef_atr.unit_size, ef_atr.card_capabilities);
   69|     27|	}
   70|       |
   71|    785|	if (ef_atr.card_capabilities & ISO7816_CAP_EXTENDED_LENGTH_INFO) {
  ------------------
  |  |   45|    785|#define ISO7816_CAP_EXTENDED_LENGTH_INFO	0x20
  ------------------
  |  Branch (71:6): [True: 24, False: 761]
  ------------------
   72|       |		/* Extended Length Information in EF.ATR/INFO */
   73|     24|		tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_EXTENDED_LENGTH, &taglen);
  ------------------
  |  |   41|     24|#define ISO7816_TAG_II_EXTENDED_LENGTH		0x7F66
  ------------------
   74|     24|		if (tag && taglen >= 8) {
  ------------------
  |  Branch (74:7): [True: 20, False: 4]
  |  Branch (74:14): [True: 18, False: 2]
  ------------------
   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|     18|			ef_atr.max_command_apdu = bebytes2ushort(tag + 2);
   79|     18|			ef_atr.max_response_apdu = bebytes2ushort(tag + 6);
   80|     18|			sc_log(ctx, "EF.ATR: Biggest command APDU %zu bytes, response APDU %zu",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   81|     18|					ef_atr.max_command_apdu, ef_atr.max_response_apdu);
   82|     18|		}
   83|     24|	}
   84|       |
   85|    785|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_AID, &taglen);
  ------------------
  |  |   36|    785|#define ISO7816_TAG_II_AID			0x4F
  ------------------
   86|    785|	if (tag) {
  ------------------
  |  Branch (86:6): [True: 33, False: 752]
  ------------------
   87|     33|		if (taglen > sizeof(ef_atr.aid.value))
  ------------------
  |  Branch (87:7): [True: 1, False: 32]
  ------------------
   88|     33|			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|     32|		memcpy(ef_atr.aid.value, tag, taglen);
   90|     32|		ef_atr.aid.len = taglen;
   91|     32|		sc_log(ctx, "EF.ATR: AID '%s'", sc_dump_hex(ef_atr.aid.value, ef_atr.aid.len));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   92|     32|	}
   93|       |
   94|       |	/* IAS/ECC specific issuer data: contains the max send/recv buffer sizes in plain and SM modes */
   95|    784|	tag = sc_asn1_find_tag(ctx, buf, buflen, IASECC_TAG_II_IO_BUFFER_SIZES, &taglen);
  ------------------
  |  |   48|    784|#define IASECC_TAG_II_IO_BUFFER_SIZES		0xE0
  ------------------
   96|    784|	if (tag) {
  ------------------
  |  Branch (96:6): [True: 601, False: 183]
  ------------------
   97|    601|		size_t len = taglen > sizeof(ef_atr.issuer_data) ? sizeof(ef_atr.issuer_data) : taglen;
  ------------------
  |  Branch (97:16): [True: 41, False: 560]
  ------------------
   98|       |
   99|    601|		memcpy(ef_atr.issuer_data, tag, len);
  100|    601|		ef_atr.issuer_data_len = len;
  101|       |
  102|    601|		sc_log(ctx, "EF.ATR: Issuer data '%s'", sc_dump_hex(ef_atr.issuer_data, ef_atr.issuer_data_len));
  ------------------
  |  |   71|    601|#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|    601|	}
  104|       |
  105|    784|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_ALLOCATION_SCHEME, &taglen);
  ------------------
  |  |   37|    784|#define ISO7816_TAG_II_ALLOCATION_SCHEME        0x78
  ------------------
  106|    784|	if (tag)   {
  ------------------
  |  Branch (106:6): [True: 71, False: 713]
  ------------------
  107|     71|		sc_log(ctx, "EF.ATR: DER encoded OID %s", sc_dump_hex(tag, taglen));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  108|     71|		tag = sc_asn1_find_tag(ctx, tag, taglen, SC_ASN1_TAG_OBJECT, &taglen);
  ------------------
  |  |  200|     71|#define SC_ASN1_TAG_OBJECT		6
  ------------------
  109|     71|		if (tag)   {
  ------------------
  |  Branch (109:7): [True: 28, False: 43]
  ------------------
  110|     28|			sc_log(ctx, "EF.ATR: OID %s", sc_dump_hex(tag, taglen));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  111|     28|			if(sc_asn1_decode_object_id(tag, taglen, &ef_atr.allocation_oid))
  ------------------
  |  Branch (111:7): [True: 20, False: 8]
  ------------------
  112|     28|				LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ASN1_OBJECT);
  ------------------
  |  |  164|     20|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  113|     28|		}
  114|     71|	}
  115|       |
  116|    764|	tag = sc_asn1_find_tag(ctx, buf, buflen, ISO7816_TAG_II_STATUS_SW, &taglen);
  ------------------
  |  |   39|    764|#define ISO7816_TAG_II_STATUS_SW		0x82
  ------------------
  117|    764|	if (tag && taglen == 2)   {
  ------------------
  |  Branch (117:6): [True: 7, False: 757]
  |  Branch (117:13): [True: 3, False: 4]
  ------------------
  118|      3|		ef_atr.status = *(tag + 0) * 0x100 + *(tag + 1);
  119|      3|		sc_log(ctx, "EF.ATR: status word 0x%X", ef_atr.status);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  120|      3|	}
  121|       |
  122|    764|	if (!card->ef_atr)
  ------------------
  |  Branch (122:6): [True: 748, False: 16]
  ------------------
  123|    748|		card->ef_atr = calloc(1, sizeof(struct sc_ef_atr));
  124|       |
  125|    764|	if (!card->ef_atr)
  ------------------
  |  Branch (125:6): [True: 0, False: 764]
  ------------------
  126|    764|		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|    764|	memcpy(card->ef_atr, &ef_atr, sizeof(struct sc_ef_atr));
  129|       |
  130|    764|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    764|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    764|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    764|	int _ret = r; \
  |  |  |  |  155|    764|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 764, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    764|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 764]
  |  |  |  |  ------------------
  |  |  |  |  157|    764|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    764|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    764|	return _ret; \
  |  |  |  |  163|    764|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  131|    764|}

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

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

gp_select_aid:
   50|  1.56k|{
   51|  1.56k|	int rv;
   52|  1.56k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.56k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.56k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.56k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.56k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.56k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   53|  1.56k|	rv = iso7816_select_aid(card, aid->value, aid->len, NULL, NULL);
   54|  1.56k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  164|  1.56k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.56k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.56k|	int _ret = r; \
  |  |  |  |  155|  1.56k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.56k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.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|     62|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 62, False: 1.50k]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.56k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.56k|	return _ret; \
  |  |  |  |  163|  1.56k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   55|  1.56k|}
gp_select_card_manager:
   60|  1.54k|{
   61|  1.54k|	int rv;
   62|       |
   63|  1.54k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  1.54k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.54k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.54k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.54k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.54k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   64|  1.54k|	rv = gp_select_aid(card, &gp_card_manager);
   65|  1.54k|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  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|     48|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 48, False: 1.50k]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   66|  1.54k|}
gp_select_isd_rid:
   71|     15|{
   72|     15|	int rv;
   73|       |
   74|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   75|     15|	rv = gp_select_aid(card, &gp_isd_rid);
   76|     15|	LOG_FUNC_RETURN(card->ctx, rv);
  ------------------
  |  |  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|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 14, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   77|     15|}
gp_get_cplc_data:
   82|    714|{
   83|    714|	size_t len = sizeof(global_platform_cplc_data_t);
   84|    714|	u8 *receive_buf = (u8 *)cplc_data;
   85|    714|	struct sc_apdu apdu;
   86|    714|	int rc;
   87|       |
   88|    714|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, ISO7816_INS_GET_DATA, 0x9f, 0x7f);
  ------------------
  |  |  292|    714|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
              	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, ISO7816_INS_GET_DATA, 0x9f, 0x7f);
  ------------------
  |  |   34|    714|#define ISO7816_INS_GET_DATA    0xca
  ------------------
   89|    714|	apdu.cla = GLOBAL_PLATFORM_CLASS;
  ------------------
  |  |   31|    714|#define GLOBAL_PLATFORM_CLASS   0x80
  ------------------
   90|    714|	apdu.resp = receive_buf;
   91|    714|	apdu.resplen = len;
   92|    714|	apdu.le = len;
   93|       |
   94|    714|	rc = sc_transmit_apdu(card, &apdu);
   95|    714|	if (rc < 0)
  ------------------
  |  Branch (95:6): [True: 6, False: 708]
  ------------------
   96|    714|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   97|       |
   98|    708|	rc = sc_check_sw(card, apdu.sw1, apdu.sw2);
   99|    708|	if (rc < 0)
  ------------------
  |  Branch (99:6): [True: 6, False: 702]
  ------------------
  100|    708|		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|    702|	if ((size_t)apdu.resplen < sizeof(global_platform_cplc_data_t)) {
  ------------------
  |  Branch (104:6): [True: 2, False: 700]
  ------------------
  105|      2|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_CORRUPTED_DATA);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  106|      2|	}
  107|    700|	LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  164|    700|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    700|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    700|	int _ret = r; \
  |  |  |  |  155|    700|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 700]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    700|	} else { \
  |  |  |  |  159|    700|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    700|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    700|	} \
  |  |  |  |  162|    700|	return _ret; \
  |  |  |  |  163|    700|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  108|    700|}

iasecc_sdo_free_fields:
  150|    223|{
  151|    223|	if (sdo == NULL) {
  ------------------
  |  Branch (151:6): [True: 0, False: 223]
  ------------------
  152|      0|		return;
  153|      0|	}
  154|       |
  155|    223|	free(sdo->docp.tries_maximum.value);
  156|    223|	free(sdo->docp.tries_remaining.value);
  157|    223|	free(sdo->docp.usage_remaining.value);
  158|    223|	free(sdo->docp.non_repudiation.value);
  159|    223|	free(sdo->docp.acls_contact.value);
  160|    223|	free(sdo->docp.acls_contactless.value);
  161|    223|	free(sdo->docp.size.value);
  162|    223|	free(sdo->docp.name.value);
  163|    223|	free(sdo->docp.issuer_data.value);
  164|       |
  165|    223|	if (sdo->sdo_class == IASECC_SDO_CLASS_RSA_PUBLIC)   {
  ------------------
  |  |  101|    223|#define IASECC_SDO_CLASS_RSA_PUBLIC	0x20
  ------------------
  |  Branch (165:6): [True: 0, False: 223]
  ------------------
  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|    223|	else if (sdo->sdo_class == IASECC_SDO_CLASS_RSA_PRIVATE)   {
  ------------------
  |  |  100|    223|#define IASECC_SDO_CLASS_RSA_PRIVATE	0x10
  ------------------
  |  Branch (172:11): [True: 0, False: 223]
  ------------------
  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|    223|	else if (sdo->sdo_class == IASECC_SDO_CLASS_CHV)   {
  ------------------
  |  |   98|    223|#define IASECC_SDO_CLASS_CHV		0x01
  ------------------
  |  Branch (180:11): [True: 134, False: 89]
  ------------------
  181|    134|		free(sdo->data.chv.size_max.value);
  182|    134|		free(sdo->data.chv.size_min.value);
  183|    134|		free(sdo->data.chv.value.value);
  184|    134|	}
  185|       |	/* invalidate all the other members too */
  186|    223|	memset(sdo, 0, sizeof(struct iasecc_sdo));
  187|    223|}
iasecc_se_get_crt:
  254|      9|{
  255|      9|	struct sc_context *ctx = card->ctx;
  256|      9|	int ii;
  257|       |
  258|      9|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|      9|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      9|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      9|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      9|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  259|      9|	if (!se || !crt)
  ------------------
  |  Branch (259:6): [True: 0, False: 9]
  |  Branch (259:13): [True: 0, False: 9]
  ------------------
  260|      9|		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|      9|	sc_log(ctx, "CRT search template: %X:%X:%X, refs %X:%X:...",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  262|      9|			crt->tag, crt->algo, crt->usage, crt->refs[0], crt->refs[1]);
  263|       |
  264|     59|	for (ii=0; ii<SC_MAX_CRTS_IN_SE && se->crts[ii].tag; ii++)   {
  ------------------
  |  |   50|    118|#define SC_MAX_CRTS_IN_SE		12
  ------------------
  |  Branch (264:13): [True: 56, False: 3]
  |  Branch (264:37): [True: 50, False: 6]
  ------------------
  265|     50|		if (crt->tag != se->crts[ii].tag)
  ------------------
  |  Branch (265:7): [True: 40, False: 10]
  ------------------
  266|     40|			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|      9|	sc_log(ctx, "iasecc_se_get_crt() CRT is not 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__
  |  |  ------------------
  ------------------
  282|      9|	return SC_ERROR_DATA_OBJECT_NOT_FOUND;
  ------------------
  |  |   66|      9|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  283|      9|}
iasecc_se_parse:
  317|    107|{
  318|    107|	struct sc_context *ctx = card->ctx;
  319|    107|	size_t size, offs;
  320|    107|	int size_size;
  321|    107|	int rv;
  322|       |
  323|    107|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    107|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    107|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    107|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    107|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 107]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  324|    107|	sc_log(ctx, "data_len %zu", data_len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  325|       |
  326|    107|	if (data_len < 1)
  ------------------
  |  Branch (326:6): [True: 7, False: 100]
  ------------------
  327|    107|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  328|       |
  329|    100|	if (*data == IASECC_SDO_TEMPLATE_TAG)   {
  ------------------
  |  |   29|    100|#define IASECC_SDO_TEMPLATE_TAG	0x70
  ------------------
  |  Branch (329:6): [True: 39, False: 61]
  ------------------
  330|     39|		size_size = iasecc_parse_size(data + 1, data_len - 1, &size);
  331|     39|		LOG_TEST_RET(ctx, size_size, "parse error: invalid size data of IASECC_SDO_TEMPLATE");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  332|       |
  333|     36|		if (data_len < size + size_size + 1)
  ------------------
  |  Branch (333:7): [True: 3, False: 33]
  ------------------
  334|     36|			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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  335|       |
  336|     33|		data += size_size + 1;
  337|     33|		data_len = size;
  338|     33|		sc_log(ctx, "IASECC_SDO_TEMPLATE: size %zu, size_size %d", size, size_size);
  ------------------
  |  |   71|     33|#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|     33|		if (data_len < 3)
  ------------------
  |  Branch (340:7): [True: 13, False: 20]
  ------------------
  341|     33|			LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|       |
  343|     20|		if (*data != IASECC_SDO_TAG_HEADER)
  ------------------
  |  |   27|     20|#define IASECC_SDO_TAG_HEADER	0xBF
  ------------------
  |  Branch (343:7): [True: 13, False: 7]
  ------------------
  344|     20|			LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  345|       |
  346|      7|		if ((*(data + 1) & 0x7F) != IASECC_SDO_CLASS_SE)
  ------------------
  |  |  102|      7|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
  |  Branch (346:7): [True: 4, False: 3]
  ------------------
  347|      7|			 LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  348|       |
  349|      3|		size_size = iasecc_parse_size(data + 3, data_len - 3, &size);
  350|      3|		LOG_TEST_RET(ctx, size_size, "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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  351|       |
  352|      2|		if (data_len != size + size_size + 3)
  ------------------
  |  Branch (352:7): [True: 1, False: 1]
  ------------------
  353|      2|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: invalid SDO SE 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  354|       |
  355|      1|		data += 3 + size_size;
  356|      1|		data_len = size;
  357|      1|		sc_log(ctx, "IASECC_SDO_TEMPLATE SE: size %zu, size_size %d", size, size_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__
  |  |  ------------------
  ------------------
  358|      1|	}
  359|       |
  360|     62|	if (*data != IASECC_SDO_CLASS_SE)   {
  ------------------
  |  |  102|     62|#define IASECC_SDO_CLASS_SE		0x7B
  ------------------
  |  Branch (360:6): [True: 13, False: 49]
  ------------------
  361|     13|		sc_log(ctx, "Invalid SE tag 0x%X; data length %zu", *data, data_len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  362|     13|		LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|     13|	}
  364|       |
  365|     49|	size_size = iasecc_parse_size(data + 1, data_len - 1, &size);
  366|     49|	LOG_TEST_RET(ctx, size_size, "parse error: invalid size data");
  ------------------
  |  |  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: 2, False: 47]
  |  |  |  |  ------------------
  |  |  |  |  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|     49|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 47]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  367|       |
  368|     47|	if (data_len != size + size_size + 1)
  ------------------
  |  Branch (368:6): [True: 11, False: 36]
  ------------------
  369|     47|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: invalid SE data size");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  370|       |
  371|     36|	offs = 1 + size_size;
  372|    561|	for (; offs < data_len;)   {
  ------------------
  |  Branch (372:9): [True: 552, False: 9]
  ------------------
  373|    552|		rv = iasecc_crt_parse(card, data + offs, data_len - offs, se);
  374|    552|		LOG_TEST_RET(ctx, rv, "parse error: invalid SE data");
  ------------------
  |  |  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: 27, False: 525]
  |  |  |  |  ------------------
  |  |  |  |  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|    552|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 525]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  375|       |
  376|    525|		offs += rv;
  377|    525|	}
  378|       |
  379|      9|	if (offs != data_len)
  ------------------
  |  Branch (379:6): [True: 0, False: 9]
  ------------------
  380|      9|		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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  383|      9|}
iasecc_sdo_parse:
  755|    213|{
  756|    213|	struct sc_context *ctx = card->ctx;
  757|    213|	size_t size, offs;
  758|    213|	int size_size;
  759|    213|	int rv;
  760|       |
  761|    213|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    213|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    213|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    213|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    213|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 213]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  762|       |
  763|    213|	if (data == NULL || data_len < 2)
  ------------------
  |  Branch (763:6): [True: 0, False: 213]
  |  Branch (763:22): [True: 18, False: 195]
  ------------------
  764|    213|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  765|       |
  766|    195|	if (*data == IASECC_SDO_TEMPLATE_TAG)   {
  ------------------
  |  |   29|    195|#define IASECC_SDO_TEMPLATE_TAG	0x70
  ------------------
  |  Branch (766:6): [True: 34, False: 161]
  ------------------
  767|     34|		size_size = iasecc_parse_size(data + 1, data_len - 1, &size);
  768|     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: 2, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  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|     34|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  769|       |
  770|     32|		if (data_len < (size_t)(size_size + 1)) {
  ------------------
  |  Branch (770:7): [True: 0, False: 32]
  ------------------
  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|     32|		data += size_size + 1;
  774|     32|		data_len -= (size_size + 1);
  775|     32|		if (size > data_len) {
  ------------------
  |  Branch (775:7): [True: 28, False: 4]
  ------------------
  776|     28|			LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  777|     28|		}
  778|      4|		data_len = size;
  779|      4|		sc_log(ctx, "IASECC_SDO_TEMPLATE: size %zu, size_size %d", size, size_size);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  780|      4|	}
  781|       |
  782|    165|	if (data_len < 4 || *data != IASECC_SDO_TAG_HEADER)
  ------------------
  |  |   27|    162|#define IASECC_SDO_TAG_HEADER	0xBF
  ------------------
  |  Branch (782:6): [True: 3, False: 162]
  |  Branch (782:22): [True: 18, False: 144]
  ------------------
  783|    165|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  784|       |
  785|    144|	if (sdo->sdo_class != (*(data + 1) & 0x7F))
  ------------------
  |  Branch (785:6): [True: 1, False: 143]
  ------------------
  786|    144|		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|    143|	if (sdo->sdo_ref != (*(data + 2) & 0x3F))
  ------------------
  |  Branch (788:6): [True: 1, False: 142]
  ------------------
  789|    143|		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|    142|	size_size = iasecc_parse_size(data + 3, data_len - 3, &size);
  792|    142|	LOG_TEST_RET(ctx, size_size, "parse error: invalid size data");
  ------------------
  |  |  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: 1, False: 141]
  |  |  |  |  ------------------
  |  |  |  |  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|    142|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 141]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  793|       |
  794|    141|	if (data_len != size + size_size + 3)
  ------------------
  |  Branch (794:6): [True: 7, False: 134]
  ------------------
  795|    141|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: invalid SDO 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  796|       |
  797|    134|	sc_log(ctx, "sz %zu, sz_size %d", size, size_size);
  ------------------
  |  |   71|    134|#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|    134|	offs = 3 + size_size;
  800|    227|	for (; offs < data_len;)   {
  ------------------
  |  Branch (800:9): [True: 223, False: 4]
  ------------------
  801|    223|		rv = iasecc_sdo_parse_data(card, data + offs, data_len - offs, sdo);
  802|    223|		if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    223|#define SC_SUCCESS				0
  ------------------
  |  Branch (802:7): [True: 223, False: 0]
  ------------------
  803|    223|			iasecc_sdo_free_fields(card, sdo);
  804|    223|			LOG_TEST_RET(ctx, rv, "parse error: invalid SDO data");
  ------------------
  |  |  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: 130, False: 93]
  |  |  |  |  ------------------
  |  |  |  |  169|    130|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    130|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    130|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    130|		return _ret; \
  |  |  |  |  172|    130|	} \
  |  |  |  |  173|    223|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 93]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  805|    223|		}
  806|       |
  807|     93|		offs += rv;
  808|     93|	}
  809|       |
  810|      4|	if (offs != data_len)
  ------------------
  |  Branch (810:6): [True: 0, False: 4]
  ------------------
  811|      4|		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|      4|	sc_log(ctx, "docp.acls_contact.size %zu, docp.size.size %zu",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  814|      4|			sdo->docp.acls_contact.size, sdo->docp.size.size);
  815|       |
  816|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  817|      4|}
iasecc_docp_copy:
 1327|      9|{
 1328|      9|	int rv;
 1329|       |
 1330|      9|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|      9|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|      9|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|      9|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|      9|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1331|      9|	if (!in || !out)
  ------------------
  |  Branch (1331:6): [True: 0, False: 9]
  |  Branch (1331:13): [True: 0, False: 9]
  ------------------
 1332|      9|		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|      9|	memset(out, 0, sizeof(struct iasecc_sdo_docp));
 1335|       |
 1336|      9|	rv = iasecc_tlv_copy(ctx, &in->name, &out->name);
 1337|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1338|       |
 1339|      9|	rv = iasecc_tlv_copy(ctx, &in->tries_maximum, &out->tries_maximum);
 1340|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1341|       |
 1342|      9|	rv = iasecc_tlv_copy(ctx, &in->tries_remaining, &out->tries_remaining);
 1343|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1344|       |
 1345|      9|	rv = iasecc_tlv_copy(ctx, &in->usage_maximum, &out->usage_maximum);
 1346|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1347|       |
 1348|      9|	rv = iasecc_tlv_copy(ctx, &in->usage_remaining, &out->usage_remaining);
 1349|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1350|       |
 1351|      9|	rv = iasecc_tlv_copy(ctx, &in->non_repudiation, &out->non_repudiation);
 1352|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1353|       |
 1354|      9|	rv = iasecc_tlv_copy(ctx, &in->size, &out->size);
 1355|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1356|       |
 1357|      9|	rv = iasecc_tlv_copy(ctx, &in->acls_contact, &out->acls_contact);
 1358|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1359|       |
 1360|      9|	rv = iasecc_tlv_copy(ctx, &in->acls_contactless, &out->acls_contactless);
 1361|      9|	LOG_TEST_RET(ctx, rv, "TLV copy error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1362|       |
 1363|      9|	out->amb = in->amb;
 1364|      9|	memcpy(out->scbs, in->scbs, sizeof(out->scbs));
 1365|       |
 1366|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1367|      9|}
iasecc-sdo.c:iasecc_parse_acls:
   44|     34|{
   45|     34|	struct sc_context *ctx = card->ctx;
   46|     34|	struct iasecc_extended_tlv *acls = &docp->acls_contact;
   47|     34|	int ii;
   48|     34|	size_t offs;
   49|     34|	unsigned char mask = 0x40;
   50|       |
   51|     34|	if (flags)
  ------------------
  |  Branch (51:6): [True: 0, False: 34]
  ------------------
   52|      0|		acls = &docp->acls_contactless;
   53|       |
   54|     34|	if (!acls->size)
  ------------------
  |  Branch (54:6): [True: 2, False: 32]
  ------------------
   55|     34|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   56|       |
   57|     32|	docp->amb = *(acls->value + 0);
   58|     32|	memset(docp->scbs, 0xFF, sizeof(docp->scbs));
   59|    241|	for (ii=0, offs = 1; ii<7; ii++, mask >>= 1)
  ------------------
  |  Branch (59:23): [True: 212, False: 29]
  ------------------
   60|    212|		if (mask & docp->amb) {
  ------------------
  |  Branch (60:7): [True: 13, False: 199]
  ------------------
   61|     13|			if (offs >= acls->size) {
  ------------------
  |  Branch (61:8): [True: 3, False: 10]
  ------------------
   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|     10|			docp->scbs[ii] = *(acls->value + offs++);
   65|     10|		}
   66|       |
   67|     29|	sc_log(ctx, "iasecc_parse_docp() SCBs %02X:%02X:%02X:%02X:%02X:%02X:%02X",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   68|     29|			docp->scbs[0],docp->scbs[1],docp->scbs[2],docp->scbs[3],
   69|     29|			docp->scbs[4],docp->scbs[5],docp->scbs[6]);
   70|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   71|     29|}
iasecc-sdo.c:iasecc_crt_parse:
  200|    552|{
  201|    552|	struct sc_context *ctx = card->ctx;
  202|    552|	struct sc_crt crt;
  203|    552|	int ii, offs, len, parsed_len = -1;
  204|       |
  205|    552|	sc_log(ctx, "iasecc_crt_parse(0x%X) called", *data);
  ------------------
  |  |   71|    552|#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|    552|	if (data_len < 2)
  ------------------
  |  Branch (207:6): [True: 1, False: 551]
  ------------------
  208|    552|		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|    551|	memset(&crt, 0, sizeof(crt));
  211|    551|	crt.tag = *(data + 0);
  212|    551|	len = *(data + 1);
  213|       |
  214|    676|	for(offs = 2; offs < len + 2; offs += 3)   {
  ------------------
  |  Branch (214:16): [True: 150, False: 526]
  ------------------
  215|    150|		if ((size_t) offs + 2 >= data_len)
  ------------------
  |  Branch (215:7): [True: 3, False: 147]
  ------------------
  216|    150|			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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  217|    147|		sc_log(ctx, "iasecc_crt_parse(0x%X) CRT %X -> %X", *data, *(data + offs), *(data + offs + 2));
  ------------------
  |  |   71|    147|#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|    147|		if (*(data + offs) == IASECC_CRT_TAG_USAGE)   {
  ------------------
  |  |  111|    147|#define IASECC_CRT_TAG_USAGE		0x95
  ------------------
  |  Branch (218:7): [True: 78, False: 69]
  ------------------
  219|     78|			crt.usage = *(data + offs + 2);
  220|     78|		}
  221|     69|		else if (*(data + offs) == IASECC_CRT_TAG_REFERENCE)   {
  ------------------
  |  |  112|     69|#define IASECC_CRT_TAG_REFERENCE	0x83
  ------------------
  |  Branch (221:12): [True: 46, False: 23]
  ------------------
  222|     46|			int nn_refs = sizeof(crt.refs) / sizeof(crt.refs[0]);
  223|       |
  224|    150|			for (ii=0; ii<nn_refs && crt.refs[ii]; ii++)
  ------------------
  |  Branch (224:15): [True: 149, False: 1]
  |  Branch (224:29): [True: 104, False: 45]
  ------------------
  225|    104|				;
  226|     46|			if (ii == nn_refs)
  ------------------
  |  Branch (226:8): [True: 1, False: 45]
  ------------------
  227|     46|				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|     45|			crt.refs[ii] = *(data + offs + 2);
  230|     45|		}
  231|     23|		else if (*(data + offs) == IASECC_CRT_TAG_ALGO)   {
  ------------------
  |  |  113|     23|#define IASECC_CRT_TAG_ALGO		0x80
  ------------------
  |  Branch (231:12): [True: 2, False: 21]
  ------------------
  232|      2|			crt.algo = *(data + offs + 2);
  233|      2|		}
  234|     21|		else   {
  235|     21|			LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  236|     21|		}
  237|    147|	}
  238|       |
  239|  1.75k|	for (ii=0; ii<SC_MAX_CRTS_IN_SE; ii++)
  ------------------
  |  |   50|  1.75k|#define SC_MAX_CRTS_IN_SE		12
  ------------------
  |  Branch (239:13): [True: 1.75k, False: 1]
  ------------------
  240|  1.75k|		if (!se->crts[ii].tag)
  ------------------
  |  Branch (240:7): [True: 525, False: 1.23k]
  ------------------
  241|    525|			break;
  242|       |
  243|    526|	if (ii==SC_MAX_CRTS_IN_SE)
  ------------------
  |  |   50|    526|#define SC_MAX_CRTS_IN_SE		12
  ------------------
  |  Branch (243:6): [True: 1, False: 525]
  ------------------
  244|    526|		LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "iasecc_crt_parse() error: too much CRTs in SE");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  245|       |
  246|    525|	memcpy(&se->crts[ii], &crt, sizeof(crt));
  247|    525|	parsed_len = len + 2;
  248|    525|	LOG_FUNC_RETURN(ctx, parsed_len);
  ------------------
  |  |  164|    525|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    525|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    525|	int _ret = r; \
  |  |  |  |  155|    525|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 525]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    525|	} else { \
  |  |  |  |  159|    525|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    525|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    525|	} \
  |  |  |  |  162|    525|	return _ret; \
  |  |  |  |  163|    525|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  249|    525|}
iasecc-sdo.c:iasecc_parse_size:
  388|    976|{
  389|    976|	if (data_len > 0 && *data < 0x80) {
  ------------------
  |  Branch (389:6): [True: 970, False: 6]
  |  Branch (389:22): [True: 892, False: 78]
  ------------------
  390|    892|		*out = *data;
  391|    892|		return 1;
  392|    892|	}
  393|     84|	else if (data_len > 1 && *data == 0x81) {
  ------------------
  |  Branch (393:11): [True: 76, False: 8]
  |  Branch (393:27): [True: 30, False: 46]
  ------------------
  394|     30|		*out = *(data + 1);
  395|     30|		return 2;
  396|     30|	}
  397|     54|	else if (data_len > 2 && *data == 0x82) {
  ------------------
  |  Branch (397:11): [True: 44, False: 10]
  |  Branch (397:27): [True: 32, False: 12]
  ------------------
  398|     32|		*out = *(data + 1) * 0x100 + *(data + 2);
  399|     32|		return 3;
  400|     32|	}
  401|       |
  402|     22|	return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     22|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  403|    976|}
iasecc-sdo.c:iasecc_sdo_parse_data:
  667|    223|{
  668|    223|	struct sc_context *ctx = card->ctx;
  669|    223|	struct iasecc_extended_tlv tlv;
  670|    223|	int tlv_size, rv;
  671|       |
  672|    223|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    223|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    223|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    223|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    223|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 223]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  673|    223|	sc_log(ctx, "iasecc_sdo_parse_data() class %X; ref %X", sdo->sdo_class, sdo->sdo_ref);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  674|       |
  675|    223|	tlv_size = iasecc_parse_get_tlv(card, data, data_len, &tlv);
  676|    223|	LOG_TEST_RET(ctx, tlv_size, "parse error: get TLV");
  ------------------
  |  |  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: 12, False: 211]
  |  |  |  |  ------------------
  |  |  |  |  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|    223|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 211]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  677|       |
  678|    211|	sc_log(ctx, "iasecc_sdo_parse_data() tlv.tag 0x%X", tlv.tag);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  679|    211|	if (tlv.tag == IASECC_DOCP_TAG)   {
  ------------------
  |  |   31|    211|#define IASECC_DOCP_TAG				0xA0
  ------------------
  |  Branch (679:6): [True: 64, False: 147]
  ------------------
  680|     64|		sc_log(ctx, "iasecc_sdo_parse_data() parse IASECC_DOCP_TAG: 0x%X; size %zu",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  681|     64|				tlv.tag, tlv.size);
  682|     64|		rv = iasecc_parse_docp(card, tlv.value, tlv.size, sdo);
  683|     64|		sc_log(ctx, "iasecc_sdo_parse_data() parsed IASECC_DOCP_TAG rv %i", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  684|     64|		free(tlv.value);
  685|     64|		LOG_TEST_RET(ctx, rv, "parse error: cannot parse DOCP");
  ------------------
  |  |  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: 55, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|     55|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     55|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     55|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     55|		return _ret; \
  |  |  |  |  172|     55|	} \
  |  |  |  |  173|     64|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  686|     64|	}
  687|    147|	else if (tlv.tag == IASECC_DOCP_TAG_NON_REPUDIATION)   {
  ------------------
  |  |   37|    147|#define IASECC_DOCP_TAG_NON_REPUDIATION 		0x9E
  ------------------
  |  Branch (687:11): [True: 14, False: 133]
  ------------------
  688|     14|		free(sdo->docp.non_repudiation.value);
  689|     14|		sdo->docp.non_repudiation = tlv;
  690|     14|	}
  691|    133|	else if (tlv.tag == IASECC_DOCP_TAG_USAGE_REMAINING)   {
  ------------------
  |  |   36|    133|#define IASECC_DOCP_TAG_USAGE_REMAINING		0x9D
  ------------------
  |  Branch (691:11): [True: 16, False: 117]
  ------------------
  692|     16|		free(sdo->docp.usage_remaining.value);
  693|     16|		sdo->docp.usage_remaining = tlv;
  694|     16|	}
  695|    117|	else if (tlv.tag == IASECC_DOCP_TAG_TRIES_MAXIMUM)   {
  ------------------
  |  |   33|    117|#define IASECC_DOCP_TAG_TRIES_MAXIMUM		0x9A
  ------------------
  |  Branch (695:11): [True: 28, False: 89]
  ------------------
  696|     28|		free(sdo->docp.tries_maximum.value);
  697|     28|		sdo->docp.tries_maximum = tlv;
  698|     28|	}
  699|     89|	else if (tlv.tag == IASECC_DOCP_TAG_TRIES_REMAINING)   {
  ------------------
  |  |   34|     89|#define IASECC_DOCP_TAG_TRIES_REMAINING		0x9B
  ------------------
  |  Branch (699:11): [True: 20, False: 69]
  ------------------
  700|     20|		free(sdo->docp.tries_remaining.value);
  701|     20|		sdo->docp.tries_remaining = tlv;
  702|     20|	}
  703|     69|	else if (tlv.tag == IASECC_SDO_CHV_TAG)   {
  ------------------
  |  |   63|     69|#define IASECC_SDO_CHV_TAG		0x7F41
  ------------------
  |  Branch (703:11): [True: 33, False: 36]
  ------------------
  704|     33|		if (sdo->sdo_class != IASECC_SDO_CLASS_CHV) {
  ------------------
  |  |   98|     33|#define IASECC_SDO_CLASS_CHV		0x01
  ------------------
  |  Branch (704:7): [True: 1, False: 32]
  ------------------
  705|      1|			free(tlv.value);
  706|      1|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "parse error: IASECC_SDO_CHV_TAG tag in non User CHV 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  707|      1|		}
  708|       |
  709|     32|		rv = iasecc_parse_chv(card, tlv.value, tlv.size, &sdo->data.chv);
  710|     32|		free(tlv.value);
  711|     32|		LOG_TEST_RET(ctx, rv, "parse error: cannot parse SDO CHV data");
  ------------------
  |  |  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: 26, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  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|     32|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 6]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  712|     32|	}
  713|     36|	else if (tlv.tag == IASECC_SDO_PUBKEY_TAG)   {
  ------------------
  |  |   76|     36|#define IASECC_SDO_PUBKEY_TAG			0x7F49
  ------------------
  |  Branch (713:11): [True: 1, False: 35]
  ------------------
  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|     35|	else if (tlv.tag == IASECC_SDO_PRVKEY_TAG)   {
  ------------------
  |  |   68|     35|#define IASECC_SDO_PRVKEY_TAG			0x7F48
  ------------------
  |  Branch (723:11): [True: 1, False: 34]
  ------------------
  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|     34|	else if (tlv.tag == IASECC_SDO_KEYSET_TAG)   {
  ------------------
  |  |   83|     34|#define IASECC_SDO_KEYSET_TAG			0xA2
  ------------------
  |  Branch (733:11): [True: 1, False: 33]
  ------------------
  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|     33|	else   {
  744|     33|		sc_log(ctx, "iasecc_sdo_parse_data() non supported tag 0x%X", tlv.tag);
  ------------------
  |  |   71|     33|#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|     33|		free(tlv.value);
  746|     33|		LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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|     33|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 33, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  747|     33|	}
  748|       |
  749|     93|	return tlv_size;
  750|    211|}
iasecc-sdo.c:iasecc_parse_get_tlv:
  408|    710|{
  409|    710|	struct sc_context *ctx = card->ctx;
  410|    710|	int size_len, tag_len;
  411|       |
  412|    710|	memset(tlv, 0, sizeof(*tlv));
  413|    710|	sc_log(ctx, "iasecc_parse_get_tlv() called for tag 0x%X", *data);
  ------------------
  |  |   71|    710|#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|    710|	if (data_len < 1)
  ------------------
  |  Branch (414:6): [True: 0, False: 710]
  ------------------
  415|    710|		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|    710|	if ((*data == 0x7F) || (*data == 0x5F))   {
  ------------------
  |  Branch (416:6): [True: 64, False: 646]
  |  Branch (416:25): [True: 5, False: 641]
  ------------------
  417|     69|		if (data_len < 2)
  ------------------
  |  Branch (417:7): [True: 1, False: 68]
  ------------------
  418|     69|			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|     68|		tlv->tag = *data * 0x100 + *(data + 1);
  420|     68|		tag_len = 2;
  421|     68|	}
  422|    641|	else   {
  423|    641|		tlv->tag = *data;
  424|    641|		tag_len = 1;
  425|    641|	}
  426|       |
  427|    709|	sc_log(ctx, "iasecc_parse_get_tlv() tlv->tag 0x%X", tlv->tag);
  ------------------
  |  |   71|    709|#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|    709|	size_len = iasecc_parse_size(data + tag_len, data_len - tag_len, &tlv->size);
  429|    709|	LOG_TEST_RET(ctx, size_len, "parse error: invalid size data");
  ------------------
  |  |  174|    709|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    709|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    709|	int _ret = (r); \
  |  |  |  |  168|    709|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 696]
  |  |  |  |  ------------------
  |  |  |  |  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|    709|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 696]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  430|    696|	if (tag_len + size_len + tlv->size > data_len) {
  ------------------
  |  Branch (430:6): [True: 28, False: 668]
  ------------------
  431|     28|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|     28|	}
  433|       |
  434|    668|	tlv->value = calloc(1, tlv->size);
  435|    668|	if (!tlv->value)
  ------------------
  |  Branch (435:6): [True: 0, False: 668]
  ------------------
  436|    668|		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|    668|	memcpy(tlv->value, data + size_len + tag_len, tlv->size);
  438|       |
  439|    668|	tlv->on_card = 1;
  440|       |
  441|    668|	sc_log(ctx, "iasecc_parse_get_tlv() parsed %zu bytes", tag_len + size_len + tlv->size);
  ------------------
  |  |   71|    668|#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|    668|	return (int)(tag_len + size_len + tlv->size);
  443|    668|}
iasecc-sdo.c:iasecc_parse_docp:
  594|     90|{
  595|     90|	struct sc_context *ctx = card->ctx;
  596|     90|	size_t offs = 0;
  597|     90|	int rv;
  598|       |
  599|     90|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     90|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     90|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     90|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     90|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 90]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  600|    340|	while(offs < data_len)   {
  ------------------
  |  Branch (600:8): [True: 306, False: 34]
  ------------------
  601|    306|		struct iasecc_extended_tlv tlv;
  602|       |
  603|    306|		rv = iasecc_parse_get_tlv(card, data + offs, data_len - offs, &tlv);
  604|    306|		LOG_TEST_RET(ctx, rv, "iasecc_parse_get_tlv() get and parse TLV 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: 16, False: 290]
  |  |  |  |  ------------------
  |  |  |  |  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|    306|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 290]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  605|       |
  606|    290|		sc_log(ctx, "iasecc_parse_docp() parse_get_tlv returned %i; tag %X; size %zu",
  ------------------
  |  |   71|    290|#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|    290|				rv, tlv.tag, tlv.size);
  608|       |
  609|    290|		if (tlv.tag == IASECC_DOCP_TAG_ACLS)   {
  ------------------
  |  |   39|    290|#define IASECC_DOCP_TAG_ACLS			0xA1
  ------------------
  |  Branch (609:7): [True: 26, False: 264]
  ------------------
  610|     26|			int _rv = iasecc_parse_docp(card, tlv.value, tlv.size, sdo);
  611|     26|			free(tlv.value);
  612|     26|			LOG_TEST_RET(ctx, _rv, "parse error: cannot parse DOCP");
  ------------------
  |  |  174|     26|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     26|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     26|	int _ret = (r); \
  |  |  |  |  168|     26|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 6, False: 20]
  |  |  |  |  ------------------
  |  |  |  |  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|     26|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 20]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  613|     26|		}
  614|    264|		else if (tlv.tag == IASECC_DOCP_TAG_ACLS_CONTACT)   {
  ------------------
  |  |   40|    264|#define IASECC_DOCP_TAG_ACLS_CONTACT		0x8C
  ------------------
  |  Branch (614:12): [True: 49, False: 215]
  ------------------
  615|     49|			free(sdo->docp.acls_contact.value);
  616|     49|			sdo->docp.acls_contact = tlv;
  617|     49|		}
  618|    215|		else if (tlv.tag == IASECC_DOCP_TAG_ACLS_CONTACTLESS)   {
  ------------------
  |  |   41|    215|#define IASECC_DOCP_TAG_ACLS_CONTACTLESS	0x9C
  ------------------
  |  Branch (618:12): [True: 18, False: 197]
  ------------------
  619|     18|			free(sdo->docp.acls_contactless.value);
  620|     18|			sdo->docp.acls_contactless = tlv;
  621|     18|		}
  622|    197|		else if (tlv.tag == IASECC_DOCP_TAG_SIZE)   {
  ------------------
  |  |   38|    197|#define IASECC_DOCP_TAG_SIZE			0x80
  ------------------
  |  Branch (622:12): [True: 31, False: 166]
  ------------------
  623|     31|			free(sdo->docp.size.value);
  624|     31|			sdo->docp.size = tlv;
  625|     31|		}
  626|    166|		else if (tlv.tag == IASECC_DOCP_TAG_NAME)   {
  ------------------
  |  |   32|    166|#define IASECC_DOCP_TAG_NAME			0x84
  ------------------
  |  Branch (626:12): [True: 25, False: 141]
  ------------------
  627|     25|			free(sdo->docp.name.value);
  628|     25|			sdo->docp.name = tlv;
  629|     25|		}
  630|    141|		else if (tlv.tag == IASECC_DOCP_TAG_ISSUER_DATA)   {
  ------------------
  |  |   43|    141|#define IASECC_DOCP_TAG_ISSUER_DATA		0x85
  ------------------
  |  Branch (630:12): [True: 17, False: 124]
  ------------------
  631|     17|			free(sdo->docp.issuer_data.value);
  632|     17|			sdo->docp.issuer_data = tlv;
  633|     17|		}
  634|    124|		else if (tlv.tag == IASECC_DOCP_TAG_NON_REPUDIATION)   {
  ------------------
  |  |   37|    124|#define IASECC_DOCP_TAG_NON_REPUDIATION 		0x9E
  ------------------
  |  Branch (634:12): [True: 12, False: 112]
  ------------------
  635|     12|			free(sdo->docp.non_repudiation.value);
  636|     12|			sdo->docp.non_repudiation = tlv;
  637|     12|		}
  638|    112|		else if (tlv.tag == IASECC_DOCP_TAG_USAGE_REMAINING)   {
  ------------------
  |  |   36|    112|#define IASECC_DOCP_TAG_USAGE_REMAINING		0x9D
  ------------------
  |  Branch (638:12): [True: 19, False: 93]
  ------------------
  639|     19|			free(sdo->docp.usage_remaining.value);
  640|     19|			sdo->docp.usage_remaining = tlv;
  641|     19|		}
  642|     93|		else if (tlv.tag == IASECC_DOCP_TAG_TRIES_MAXIMUM)   {
  ------------------
  |  |   33|     93|#define IASECC_DOCP_TAG_TRIES_MAXIMUM		0x9A
  ------------------
  |  Branch (642:12): [True: 15, False: 78]
  ------------------
  643|     15|			free(sdo->docp.tries_maximum.value);
  644|     15|			sdo->docp.tries_maximum = tlv;
  645|     15|		}
  646|     78|		else if (tlv.tag == IASECC_DOCP_TAG_TRIES_REMAINING)   {
  ------------------
  |  |   34|     78|#define IASECC_DOCP_TAG_TRIES_REMAINING		0x9B
  ------------------
  |  Branch (646:12): [True: 44, False: 34]
  ------------------
  647|     44|			free(sdo->docp.tries_remaining.value);
  648|     44|			sdo->docp.tries_remaining = tlv;
  649|     44|		}
  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|    250|		offs += rv;
  656|    250|	}
  657|       |
  658|     34|	rv = iasecc_parse_acls(card, &sdo->docp, 0);
  659|     34|	LOG_TEST_RET(ctx, rv, "Cannot parse ACLs in DOCP");
  ------------------
  |  |  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: 5, False: 29]
  |  |  |  |  ------------------
  |  |  |  |  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|     34|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 29]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  660|       |
  661|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  662|     29|}
iasecc-sdo.c:iasecc_parse_chv:
  448|     32|{
  449|     32|	struct sc_context *ctx = card->ctx;
  450|     32|	size_t offs = 0;
  451|     32|	int rv;
  452|       |
  453|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  454|    187|	while(offs < data_len)   {
  ------------------
  |  Branch (454:8): [True: 181, False: 6]
  ------------------
  455|    181|		struct iasecc_extended_tlv tlv;
  456|       |
  457|    181|		rv = iasecc_parse_get_tlv(card, data + offs, data_len - offs, &tlv);
  458|    181|		LOG_TEST_RET(ctx, rv, "iasecc_parse_chv() get and parse TLV error");
  ------------------
  |  |  174|    181|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    181|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    181|	int _ret = (r); \
  |  |  |  |  168|    181|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 14, False: 167]
  |  |  |  |  ------------------
  |  |  |  |  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|    181|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 167]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  459|       |
  460|    167|		sc_log(ctx, "iasecc_parse_chv() get and parse TLV returned %i; tag %X; size %zu",
  ------------------
  |  |   71|    167|#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|    167|				rv, tlv.tag, tlv.size);
  462|       |
  463|    167|		if (tlv.tag == IASECC_SDO_CHV_TAG_SIZE_MAX) {
  ------------------
  |  |   64|    167|#define IASECC_SDO_CHV_TAG_SIZE_MAX	0x80
  ------------------
  |  Branch (463:7): [True: 39, False: 128]
  ------------------
  464|     39|			free(chv->size_max.value);
  465|     39|			chv->size_max = tlv;
  466|    128|		} else if (tlv.tag == IASECC_SDO_CHV_TAG_SIZE_MIN) {
  ------------------
  |  |   65|    128|#define IASECC_SDO_CHV_TAG_SIZE_MIN	0x81
  ------------------
  |  Branch (466:14): [True: 71, False: 57]
  ------------------
  467|     71|			free(chv->size_min.value);
  468|     71|			chv->size_min = tlv;
  469|     71|		} else if (tlv.tag == IASECC_SDO_CHV_TAG_VALUE) {
  ------------------
  |  |   66|     57|#define IASECC_SDO_CHV_TAG_VALUE	0x82
  ------------------
  |  Branch (469:14): [True: 45, False: 12]
  ------------------
  470|     45|			free(chv->value.value);
  471|     45|			chv->value = tlv;
  472|     45|		} else {
  473|     12|			free(tlv.value);
  474|     12|			LOG_TEST_RET(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED, "parse error: non CHV SDO tag");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  475|     12|		}
  476|       |
  477|    155|		offs += rv;
  478|    155|	}
  479|       |
  480|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  481|      6|}
iasecc-sdo.c:iasecc_tlv_copy:
 1304|     81|{
 1305|     81|	if (!in || !out)
  ------------------
  |  Branch (1305:6): [True: 0, False: 81]
  |  Branch (1305:13): [True: 0, False: 81]
  ------------------
 1306|     81|		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|     81|	memset(out, 0, sizeof(struct iasecc_extended_tlv));
 1309|     81|	out->tag = in->tag;
 1310|     81|	out->parent_tag = in->parent_tag;
 1311|     81|	out->on_card = in->on_card;
 1312|     81|	if (in->value && in->size)   {
  ------------------
  |  Branch (1312:6): [True: 0, False: 81]
  |  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|     81|	return SC_SUCCESS;
  ------------------
  |  |   28|     81|#define SC_SUCCESS				0
  ------------------
 1322|     81|}

iasecc_sm_initialize:
  270|    139|{
  271|    139|	struct sc_context *ctx = card->ctx;
  272|    139|#ifdef ENABLE_SM
  273|    139|	struct sm_info *sm_info = &card->sm_ctx.info;
  274|    139|	struct sm_cwa_session *cwa_session = &sm_info->session.cwa;
  275|    139|	struct sc_remote_data rdata;
  276|    139|	int rv;
  277|       |
  278|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  279|       |
  280|    139|	strlcpy(sm_info->config_section, card->sm_ctx.config_section, sizeof(sm_info->config_section));
  ------------------
  |  |   43|    139|#define strlcpy _strlcpy
  ------------------
  281|    139|	sm_info->cmd = cmd;
  282|    139|	sm_info->serialnr = card->serialnr;
  283|    139|	sm_info->card_type = card->type;
  284|    139|	sm_info->sm_type = SM_TYPE_CWA14890;
  ------------------
  |  |   39|    139|#define SM_TYPE_CWA14890	0x400
  ------------------
  285|       |
  286|    139|	rv = iasecc_sm_se_mutual_authentication(card, se_num);
  287|    139|	LOG_TEST_RET(ctx, rv, "iasecc_sm_initialize() MUTUAL AUTHENTICATION failed");
  ------------------
  |  |  174|    139|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    139|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    139|	int _ret = (r); \
  |  |  |  |  168|    139|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 139, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    139|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    139|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    139|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    139|		return _ret; \
  |  |  |  |  172|    139|	} \
  |  |  |  |  173|    139|} 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|    139|{
  587|    139|	struct sc_context *ctx = card->ctx;
  588|    139|#ifdef ENABLE_SM
  589|    139|	struct sm_info *sm_info = &card->sm_ctx.info;
  590|    139|	struct sc_remote_data rdata;
  591|    139|	struct iasecc_sm_cmd_update_binary cmd_data;
  592|    139|	int rv;
  593|       |
  594|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  595|    139|	sc_log(ctx, "SM read binary: acl:%X, offs:%zu, count:%zu", se_num, offs, count);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  596|       |
  597|    139|	rv = iasecc_sm_initialize(card, se_num, SM_CMD_FILE_READ);
  ------------------
  |  |   56|    139|#define SM_CMD_FILE_READ		0x201
  ------------------
  598|    139|	LOG_TEST_RET(ctx, rv, "iasecc_sm_read_binary() SM INITIALIZE failed");
  ------------------
  |  |  174|    139|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    139|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    139|	int _ret = (r); \
  |  |  |  |  168|    139|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 139, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    139|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    139|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    139|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    139|		return _ret; \
  |  |  |  |  172|    139|	} \
  |  |  |  |  173|    139|} 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|    139|{
  223|    139|	struct sc_context *ctx = card->ctx;
  224|    139|	struct sm_info *sm_info = &card->sm_ctx.info;
  225|    139|	struct iasecc_se_info se;
  226|    139|	struct sc_crt *crt =  &sm_info->session.cwa.params.crt_at;
  227|    139|	struct sc_apdu apdu;
  228|    139|	unsigned char sbuf[0x100];
  229|    139|	int rv, offs;
  230|       |
  231|    139|	memset(&se, 0, sizeof(se));
  232|       |
  233|    139|	se.reference = se_num;
  234|    139|	crt->usage = IASECC_UQB_AT_MUTUAL_AUTHENTICATION;
  ------------------
  |  |  127|    139|#define IASECC_UQB_AT_MUTUAL_AUTHENTICATION	0xC0
  ------------------
  235|    139|	crt->tag = IASECC_CRT_TAG_AT;
  ------------------
  |  |  104|    139|#define IASECC_CRT_TAG_AT	0xA4
  ------------------
  236|       |
  237|    139|	rv = iasecc_se_get_info(card, &se);
  238|    139|	LOG_TEST_RET(ctx, rv, "Get SE info error");
  ------------------
  |  |  174|    139|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    139|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    139|	int _ret = (r); \
  |  |  |  |  168|    139|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 130, False: 9]
  |  |  |  |  ------------------
  |  |  |  |  169|    130|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    130|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    130|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    130|		return _ret; \
  |  |  |  |  172|    130|	} \
  |  |  |  |  173|    139|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 9]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  239|       |
  240|      9|	rv = iasecc_se_get_crt(card, &se, crt);
  241|      9|	sc_file_free(se.df);
  242|      9|	LOG_TEST_RET(ctx, rv, "Cannot get authentication CRT");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|  38.7k|{
   37|  38.7k|	if (card == NULL || apdu == NULL) {
  ------------------
  |  Branch (37:6): [True: 0, False: 38.7k]
  |  Branch (37:22): [True: 0, False: 38.7k]
  ------------------
   38|      0|		return;
   39|      0|	}
   40|       |
   41|  38.7k|	if (apdu->lc > sc_get_max_send_size(card)) {
  ------------------
  |  Branch (41:6): [True: 884, False: 37.8k]
  ------------------
   42|       |		/* The lower layers will automatically do chaining */
   43|    884|		apdu->flags |= SC_APDU_FLAGS_CHAINING;
  ------------------
  |  |  306|    884|#define SC_APDU_FLAGS_CHAINING		0x00000001UL
  ------------------
   44|    884|	}
   45|       |
   46|  38.7k|	if (apdu->le > sc_get_max_recv_size(card)) {
  ------------------
  |  Branch (46:6): [True: 3.92k, False: 34.8k]
  ------------------
   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|  3.92k|		apdu->le = sc_get_max_recv_size(card);
   50|  3.92k|	}
   51|  38.7k|}
encode_do_data:
  177|  7.47k|{
  178|  7.47k|	unsigned char offset_buffer[2];
  179|  7.47k|	size_t offset_buffer_len = sizeof offset_buffer;
  180|  7.47k|	struct sc_asn1_entry asn1_do_data[sizeof c_asn1_do_data / sizeof *c_asn1_do_data];
  181|  7.47k|	sc_copy_asn1_entry(c_asn1_do_data, asn1_do_data);
  182|       |
  183|  7.47k|	if (idx > 0xFFFF)
  ------------------
  |  Branch (183:6): [True: 0, False: 7.47k]
  ------------------
  184|  7.47k|		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|  7.47k|	offset_buffer[0] = (u8) (idx >> 8);
  186|  7.47k|	offset_buffer[1] = (u8) (idx & 0x00FF);
  187|  7.47k|	sc_format_asn1_entry(asn1_do_data + 0, offset_buffer, &offset_buffer_len, 1);
  188|       |
  189|  7.47k|	if (data && data_len) {
  ------------------
  |  Branch (189:6): [True: 0, False: 7.47k]
  |  Branch (189:14): [True: 0, False: 0]
  ------------------
  190|      0|		sc_format_asn1_entry(asn1_do_data + 1, (void *) &data, &data_len, 1);
  191|  7.47k|	} else {
  192|  7.47k|		sc_format_asn1_entry(asn1_do_data + 1, NULL, NULL, 0);
  193|  7.47k|	}
  194|       |
  195|  7.47k|	LOG_TEST_RET(ctx,
  ------------------
  |  |  174|  7.47k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  7.47k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  7.47k|	int _ret = (r); \
  |  |  |  |  168|  7.47k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 7.47k]
  |  |  |  |  ------------------
  |  |  |  |  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.47k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7.47k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|  7.47k|			sc_asn1_encode(ctx, asn1_do_data, out, outlen),
  197|  7.47k|			"sc_asn1_encode() failed");
  198|       |
  199|  7.47k|	return SC_SUCCESS;
  ------------------
  |  |   28|  7.47k|#define SC_SUCCESS				0
  ------------------
  200|  7.47k|}
decode_do_data:
  205|  5.08k|{
  206|  5.08k|	struct sc_asn1_entry asn1_do_data[sizeof c_asn1_do_data / sizeof *c_asn1_do_data];
  207|  5.08k|	sc_copy_asn1_entry(c_asn1_do_data, asn1_do_data);
  208|       |
  209|  5.08k|	sc_format_asn1_entry(asn1_do_data + 0, NULL, NULL, 0);
  210|  5.08k|	sc_format_asn1_entry(asn1_do_data + 1, out, outlen, 0);
  211|       |
  212|  5.08k|	LOG_TEST_RET(ctx,
  ------------------
  |  |  174|  5.08k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  5.08k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  5.08k|	int _ret = (r); \
  |  |  |  |  168|  5.08k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 102, False: 4.98k]
  |  |  |  |  ------------------
  |  |  |  |  169|    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
  |  |  |  |  ------------------
  |  |  |  |  170|    102|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    102|		return _ret; \
  |  |  |  |  172|    102|	} \
  |  |  |  |  173|  5.08k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4.98k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  213|  4.98k|			sc_asn1_decode(ctx, asn1_do_data, encoded_data, encoded_data_len, NULL, NULL),
  214|  4.98k|			"sc_asn1_decode() failed");
  215|       |
  216|  4.98k|	if (!(asn1_do_data[1].flags & SC_ASN1_PRESENT))
  ------------------
  |  |  147|  4.98k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (216:6): [True: 2.73k, False: 2.25k]
  ------------------
  217|  2.73k|		return SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|  2.73k|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  218|       |
  219|  2.25k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.25k|#define SC_SUCCESS				0
  ------------------
  220|  4.98k|}
iso7816_build_pin_apdu:
 1183|  2.02k|{
 1184|  2.02k|	int r, len = 0, pad = 0, use_pin_pad = 0, ins, p1 = 0;
 1185|  2.02k|	int cse = SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|  2.02k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
 1186|       |
 1187|  2.02k|	switch (data->pin_type) {
 1188|  2.00k|	case SC_AC_CHV:
  ------------------
  |  |  151|  2.00k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  |  Branch (1188:2): [True: 2.00k, False: 26]
  ------------------
 1189|       |		/* fall through */
 1190|  2.00k|	case SC_AC_SESSION:
  ------------------
  |  |  159|  2.00k|#define SC_AC_SESSION			0x00000100 /* Session PIN */
  ------------------
  |  Branch (1190:2): [True: 0, False: 2.02k]
  ------------------
 1191|  2.02k|	case SC_AC_CONTEXT_SPECIFIC:
  ------------------
  |  |  160|  2.02k|#define SC_AC_CONTEXT_SPECIFIC		0x00000200 /* Context specific login */
  ------------------
  |  Branch (1191:2): [True: 26, False: 2.00k]
  ------------------
 1192|  2.02k|		break;
 1193|      0|	default:
  ------------------
  |  Branch (1193:2): [True: 0, False: 2.02k]
  ------------------
 1194|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1195|  2.02k|	}
 1196|       |
 1197|  2.02k|	if (data->flags & SC_PIN_CMD_NEED_PADDING)
  ------------------
  |  |  422|  2.02k|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  |  Branch (1197:6): [True: 410, False: 1.61k]
  ------------------
 1198|    410|		pad = 1;
 1199|  2.02k|	if (data->flags & SC_PIN_CMD_USE_PINPAD)
  ------------------
  |  |  421|  2.02k|#define SC_PIN_CMD_USE_PINPAD		0x0001
  ------------------
  |  Branch (1199:6): [True: 0, False: 2.02k]
  ------------------
 1200|      0|		use_pin_pad = 1;
 1201|       |
 1202|  2.02k|	data->pin1.offset = 5;
 1203|       |
 1204|  2.02k|	switch (data->cmd) {
 1205|    298|	case SC_PIN_CMD_VERIFY:
  ------------------
  |  |  415|    298|#define SC_PIN_CMD_VERIFY	0
  ------------------
  |  Branch (1205:2): [True: 298, False: 1.73k]
  ------------------
 1206|    298|		ins = 0x20;
 1207|       |		/* detect overloaded APDU with SC_PIN_CMD_GET_INFO */
 1208|    298|		if (data->pin1.len == 0 && !use_pin_pad)
  ------------------
  |  Branch (1208:7): [True: 0, False: 298]
  |  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|    298|		if ((r = sc_build_pin(buf, buf_len, &data->pin1, pad)) < 0)
  ------------------
  |  Branch (1210:7): [True: 15, False: 283]
  ------------------
 1211|     15|			return r;
 1212|    283|		len = r;
 1213|    283|		break;
 1214|     60|	case SC_PIN_CMD_CHANGE:
  ------------------
  |  |  416|     60|#define SC_PIN_CMD_CHANGE	1
  ------------------
  |  Branch (1214:2): [True: 60, False: 1.96k]
  ------------------
 1215|     60|		ins = 0x24;
 1216|     60|		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: 59, False: 1]
  |  Branch (1216:31): [True: 0, False: 1]
  |  Branch (1216:46): [True: 0, False: 0]
  ------------------
 1217|     59|			if ((r = sc_build_pin(buf, buf_len, &data->pin1, pad)) < 0)
  ------------------
  |  Branch (1217:8): [True: 5, False: 54]
  ------------------
 1218|      5|				return r;
 1219|     54|			len += r;
 1220|     54|		}
 1221|      1|		else {
 1222|       |			/* implicit test */
 1223|      1|			p1 = 1;
 1224|      1|		}
 1225|       |
 1226|     55|		data->pin2.offset = data->pin1.offset + len;
 1227|     55|		if ((r = sc_build_pin(buf+len, buf_len-len, &data->pin2, pad)) < 0)
  ------------------
  |  Branch (1227:7): [True: 0, False: 55]
  ------------------
 1228|      0|			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|     55|		if (data->pin1.len && data->pin2.len == 0) {
  ------------------
  |  Branch (1232:7): [True: 54, False: 1]
  |  Branch (1232:25): [True: 0, False: 54]
  ------------------
 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|     55|		len += r;
 1237|     55|		break;
 1238|      0|	case SC_PIN_CMD_UNBLOCK:
  ------------------
  |  |  417|      0|#define SC_PIN_CMD_UNBLOCK	2
  ------------------
  |  Branch (1238:2): [True: 0, False: 2.02k]
  ------------------
 1239|      0|		ins = 0x2C;
 1240|      0|		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: 0, False: 0]
  |  Branch (1240:31): [True: 0, False: 0]
  |  Branch (1240:46): [True: 0, False: 0]
  ------------------
 1241|      0|			if ((r = sc_build_pin(buf, buf_len, &data->pin1, pad)) < 0)
  ------------------
  |  Branch (1241:8): [True: 0, False: 0]
  ------------------
 1242|      0|				return r;
 1243|      0|			len += r;
 1244|      0|		} else {
 1245|      0|			p1 |= 0x02;
 1246|      0|		}
 1247|       |
 1248|      0|		if (data->pin2.len != 0 || use_pin_pad) {
  ------------------
  |  Branch (1248:7): [True: 0, False: 0]
  |  Branch (1248:30): [True: 0, False: 0]
  ------------------
 1249|      0|			data->pin2.offset = data->pin1.offset + len;
 1250|      0|			if ((r = sc_build_pin(buf+len, buf_len-len, &data->pin2, pad)) < 0)
  ------------------
  |  Branch (1250:8): [True: 0, False: 0]
  ------------------
 1251|      0|				return r;
 1252|      0|			len += r;
 1253|      0|		} else {
 1254|      0|			p1 |= 0x01;
 1255|      0|		}
 1256|      0|		if (p1 == 0x03) {
  ------------------
  |  Branch (1256:7): [True: 0, False: 0]
  ------------------
 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|      0|		break;
 1261|  1.67k|	case SC_PIN_CMD_GET_INFO:
  ------------------
  |  |  418|  1.67k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1261:2): [True: 1.67k, False: 358]
  ------------------
 1262|  1.67k|		ins = 0x20;
 1263|       |		/* No data to send or to receive */
 1264|  1.67k|		cse = SC_APDU_CASE_1;
  ------------------
  |  |  291|  1.67k|#define SC_APDU_CASE_1			0x01
  ------------------
 1265|  1.67k|		break;
 1266|      0|	default:
  ------------------
  |  Branch (1266:2): [True: 0, False: 2.02k]
  ------------------
 1267|      0|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1268|  2.02k|	}
 1269|       |
 1270|  2.00k|	sc_format_apdu(card, apdu, cse, ins, p1, data->pin_reference);
 1271|  2.00k|	apdu->lc = len;
 1272|  2.00k|	apdu->datalen = len;
 1273|  2.00k|	apdu->data = buf;
 1274|  2.00k|	apdu->resplen = 0;
 1275|       |
 1276|  2.00k|	return 0;
 1277|  2.02k|}
iso7816_select_aid:
 1395|  15.2k|{
 1396|  15.2k|	struct sc_context *ctx = card->ctx;
 1397|  15.2k|	struct sc_apdu apdu;
 1398|  15.2k|	int rv;
 1399|       |
 1400|  15.2k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  15.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  15.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  15.2k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 15.2k]
  |  |  ------------------
  ------------------
 1401|       |
 1402|  15.2k|	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.23k|#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|  8.03k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  |  Branch (1402:30): [True: 7.23k, False: 8.03k]
  |  Branch (1402:102): [True: 7.23k, False: 8.03k]
  ------------------
 1403|  15.2k|	apdu.lc = reqlen;
 1404|  15.2k|	apdu.data = req;
 1405|  15.2k|	apdu.datalen = reqlen;
 1406|  15.2k|	apdu.resp = resp;
 1407|  15.2k|	apdu.resplen = resp == NULL ? 0 : *resplen;
  ------------------
  |  Branch (1407:17): [True: 7.23k, False: 8.03k]
  ------------------
 1408|  15.2k|	apdu.le = resp == NULL ? 0 : 256;
  ------------------
  |  Branch (1408:12): [True: 7.23k, False: 8.03k]
  ------------------
 1409|       |
 1410|  15.2k|	rv = sc_transmit_apdu(card, &apdu);
 1411|  15.2k|	if (resplen)
  ------------------
  |  Branch (1411:6): [True: 8.03k, False: 7.23k]
  ------------------
 1412|  8.03k|		*resplen = apdu.resplen;
 1413|  15.2k|	LOG_TEST_RET(card->ctx, rv, "APDU transmit failed");
  ------------------
  |  |  174|  15.2k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  15.2k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  15.2k|	int _ret = (r); \
  |  |  |  |  168|  15.2k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 132, False: 15.1k]
  |  |  |  |  ------------------
  |  |  |  |  169|    132|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    132|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    132|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    132|		return _ret; \
  |  |  |  |  172|    132|	} \
  |  |  |  |  173|  15.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 15.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1414|       |
 1415|  15.1k|	rv = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1416|  15.1k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  15.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  15.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  15.1k|	int _ret = r; \
  |  |  |  |  155|  15.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 15.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  15.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.4k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10.4k, False: 4.72k]
  |  |  |  |  ------------------
  |  |  |  |  157|  15.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  15.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|  15.1k|	return _ret; \
  |  |  |  |  163|  15.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1417|  15.1k|}
sc_get_iso7816_driver:
 1485|   560k|{
 1486|   560k|	return &iso_driver;
 1487|   560k|}
iso7816.c:no_match:
 1431|  8.31k|{
 1432|  8.31k|	return 0;
 1433|  8.31k|}
iso7816.c:iso7816_read_record:
  225|  14.8k|{
  226|  14.8k|	struct sc_apdu apdu;
  227|  14.8k|	int r;
  228|       |	/* XXX maybe use some bigger buffer */
  229|  14.8k|	unsigned char resp[SC_MAX_APDU_RESP_SIZE];
  230|  14.8k|	unsigned char *encoded_data = NULL, *decoded_data = NULL;
  231|  14.8k|	size_t encoded_data_len = 0, decoded_data_len = 0;
  232|       |
  233|  14.8k|	if (rec_nr > 0xFF)
  ------------------
  |  Branch (233:6): [True: 2, False: 14.8k]
  ------------------
  234|  14.8k|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  235|       |
  236|  14.8k|	if (idx == 0) {
  ------------------
  |  Branch (236:6): [True: 7.39k, False: 7.47k]
  ------------------
  237|  7.39k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xB2, rec_nr, 0);
  ------------------
  |  |  301|  7.39k|#define SC_APDU_CASE_2			0x22
  ------------------
  238|  7.39k|		apdu.le = count;
  239|  7.39k|		apdu.resplen = count;
  240|  7.39k|		apdu.resp = buf;
  241|  7.47k|	} else {
  242|  7.47k|		r = encode_do_data(card->ctx, idx, NULL, 0, &encoded_data, &encoded_data_len);
  243|  7.47k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not encode data objects");
  ------------------
  |  |  184|  7.47k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  7.47k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  7.47k|	int _ret = (r); \
  |  |  |  |  178|  7.47k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 7.47k]
  |  |  |  |  ------------------
  |  |  |  |  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.47k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 7.47k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|       |
  245|  7.47k|		sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0xB3, rec_nr, 0);
  ------------------
  |  |  303|  7.47k|#define SC_APDU_CASE_4			0x24
  ------------------
  246|  7.47k|		apdu.lc = encoded_data_len;
  247|  7.47k|		apdu.datalen = encoded_data_len;
  248|  7.47k|		apdu.data = encoded_data;
  249|  7.47k|		apdu.le = sizeof resp;
  250|  7.47k|		apdu.resplen = sizeof resp;
  251|  7.47k|		apdu.resp = resp;
  252|  7.47k|	}
  253|  14.8k|	apdu.p2 = (flags & SC_RECORD_EF_ID_MASK) << 3;
  ------------------
  |  | 1293|  14.8k|#define SC_RECORD_EF_ID_MASK		0x0001FUL
  ------------------
  254|  14.8k|	if (flags & SC_RECORD_BY_REC_NR)
  ------------------
  |  | 1298|  14.8k|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
  |  Branch (254:6): [True: 14.8k, False: 0]
  ------------------
  255|  14.8k|		apdu.p2 |= 0x04;
  256|       |
  257|  14.8k|	iso7816_fixup_transceive_length(card, &apdu);
  258|  14.8k|	r = sc_transmit_apdu(card, &apdu);
  259|  14.8k|	LOG_TEST_GOTO_ERR(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  184|  14.8k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  14.8k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  14.8k|	int _ret = (r); \
  |  |  |  |  178|  14.8k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 585, False: 14.2k]
  |  |  |  |  ------------------
  |  |  |  |  179|    585|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    585|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    585|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    585|		goto err; \
  |  |  |  |  182|    585|	} \
  |  |  |  |  183|  14.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 14.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  260|  14.2k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  261|  14.2k|	LOG_TEST_GOTO_ERR(card->ctx, r, "Card returned error");
  ------------------
  |  |  184|  14.2k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  14.2k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  14.2k|	int _ret = (r); \
  |  |  |  |  178|  14.2k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 2.96k, False: 11.3k]
  |  |  |  |  ------------------
  |  |  |  |  179|  2.96k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.96k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  2.96k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  2.96k|		goto err; \
  |  |  |  |  182|  2.96k|	} \
  |  |  |  |  183|  14.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 11.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  262|       |
  263|  11.3k|	if (idx == 0) {
  ------------------
  |  Branch (263:6): [True: 6.23k, False: 5.08k]
  ------------------
  264|  6.23k|		r = (int)apdu.resplen;
  265|  6.23k|	} else {
  266|  5.08k|		r = decode_do_data(card->ctx, apdu.resp, apdu.resplen,
  267|  5.08k|				&decoded_data, &decoded_data_len);
  268|  5.08k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Could not decode data objects");
  ------------------
  |  |  184|  5.08k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  5.08k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  5.08k|	int _ret = (r); \
  |  |  |  |  178|  5.08k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 2.83k, False: 2.25k]
  |  |  |  |  ------------------
  |  |  |  |  179|  2.83k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.83k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|  2.83k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|  2.83k|		goto err; \
  |  |  |  |  182|  2.83k|	} \
  |  |  |  |  183|  5.08k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.25k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|  2.25k|		if (decoded_data_len <= count) {
  ------------------
  |  Branch (269:7): [True: 1.92k, False: 328]
  ------------------
  270|  1.92k|			count = decoded_data_len;
  271|  1.92k|		}
  272|  2.25k|		memcpy(buf, decoded_data, count);
  273|  2.25k|		r = (int)count;
  274|  2.25k|	}
  275|       |
  276|  14.8k|err:
  277|  14.8k|	free(encoded_data);
  278|  14.8k|	free(decoded_data);
  279|  14.8k|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  164|  14.8k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  14.8k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  14.8k|	int _ret = r; \
  |  |  |  |  155|  14.8k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 6.74k, False: 8.12k]
  |  |  |  |  ------------------
  |  |  |  |  156|  6.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|  6.38k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 6.38k, False: 364]
  |  |  |  |  ------------------
  |  |  |  |  157|  6.74k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  8.12k|	} else { \
  |  |  |  |  159|  8.12k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  8.12k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  8.12k|	} \
  |  |  |  |  162|  14.8k|	return _ret; \
  |  |  |  |  163|  14.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  280|  14.8k|}
iso7816.c:iso7816_select_file:
  629|  51.5k|{
  630|  51.5k|	struct sc_context *ctx;
  631|  51.5k|	struct sc_apdu apdu;
  632|  51.5k|	unsigned char buf[SC_MAX_APDU_BUFFER_SIZE];
  633|  51.5k|	unsigned char pathbuf[SC_MAX_PATH_SIZE], *path = pathbuf;
  634|  51.5k|	int r, pathtype;
  635|  51.5k|	size_t pathlen;
  636|  51.5k|	int select_mf = 0;
  637|  51.5k|	struct sc_file *file = NULL;
  638|  51.5k|	const u8 *buffer;
  639|  51.5k|	size_t buffer_len;
  640|  51.5k|	unsigned int cla, tag;
  641|       |
  642|  51.5k|	if (card == NULL || in_path == NULL) {
  ------------------
  |  Branch (642:6): [True: 0, False: 51.5k]
  |  Branch (642:22): [True: 0, False: 51.5k]
  ------------------
  643|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  644|      0|	}
  645|  51.5k|	ctx = card->ctx;
  646|  51.5k|	memcpy(path, in_path->value, in_path->len);
  647|  51.5k|	pathlen = in_path->len;
  648|  51.5k|	pathtype = in_path->type;
  649|       |
  650|  51.5k|	if (in_path->aid.len) {
  ------------------
  |  Branch (650:6): [True: 2.55k, False: 49.0k]
  ------------------
  651|  2.55k|		if (!pathlen) {
  ------------------
  |  Branch (651:7): [True: 1.44k, False: 1.11k]
  ------------------
  652|  1.44k|			memcpy(path, in_path->aid.value, in_path->aid.len);
  653|  1.44k|			pathlen = in_path->aid.len;
  654|  1.44k|			pathtype = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|  1.44k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  655|  1.44k|		} else {
  656|       |			/* First, select the application */
  657|  1.11k|			sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 4, 0);
  ------------------
  |  |  293|  1.11k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  658|  1.11k|			apdu.data = in_path->aid.value;
  659|  1.11k|			apdu.datalen = in_path->aid.len;
  660|  1.11k|			apdu.lc = in_path->aid.len;
  661|       |
  662|  1.11k|			r = sc_transmit_apdu(card, &apdu);
  663|  1.11k|			LOG_TEST_RET(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  664|  1.09k|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  665|  1.09k|			if (r)
  ------------------
  |  Branch (665:8): [True: 739, False: 358]
  ------------------
  666|  1.09k|				LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    739|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    739|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    739|	int _ret = r; \
  |  |  |  |  155|    739|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 739, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    739|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    739|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 739, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    739|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    739|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    739|	return _ret; \
  |  |  |  |  163|    739|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  667|       |
  668|    358|			if (pathtype == SC_PATH_TYPE_PATH
  ------------------
  |  |  119|    716|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (668:8): [True: 358, 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|    358|				pathtype = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|    358|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  671|    358|		}
  672|  2.55k|	}
  673|       |
  674|  50.8k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0xA4, 0, 0);
  ------------------
  |  |  294|  50.8k|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
  675|       |
  676|  50.8k|	switch (pathtype) {
  677|  8.29k|	case SC_PATH_TYPE_FILE_ID:
  ------------------
  |  |  117|  8.29k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (677:2): [True: 8.29k, False: 42.5k]
  ------------------
  678|  8.29k|		apdu.p1 = 0;
  679|  8.29k|		if (pathlen != 2)
  ------------------
  |  Branch (679:7): [True: 0, False: 8.29k]
  ------------------
  680|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  681|  8.29k|		break;
  682|  23.6k|	case SC_PATH_TYPE_DF_NAME:
  ------------------
  |  |  118|  23.6k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (682:2): [True: 23.6k, False: 27.1k]
  ------------------
  683|  23.6k|		apdu.p1 = 4;
  684|  23.6k|		break;
  685|  18.4k|	case SC_PATH_TYPE_PATH:
  ------------------
  |  |  119|  18.4k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (685:2): [True: 18.4k, False: 32.4k]
  ------------------
  686|  18.4k|		apdu.p1 = 8;
  687|  18.4k|		if (pathlen >= 2 && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (687:7): [True: 18.2k, False: 124]
  |  Branch (687:23): [True: 13.3k, False: 4.94k]
  ------------------
  688|  13.3k|			if (pathlen == 2) {	/* only 3F00 supplied */
  ------------------
  |  Branch (688:8): [True: 3.48k, False: 9.86k]
  ------------------
  689|  3.48k|				select_mf = 1;
  690|  3.48k|				apdu.p1 = 0;
  691|  3.48k|				break;
  692|  3.48k|			}
  693|  9.86k|			path += 2;
  694|  9.86k|			pathlen -= 2;
  695|  9.86k|		}
  696|  14.9k|		break;
  697|  14.9k|	case SC_PATH_TYPE_FROM_CURRENT:
  ------------------
  |  |  122|    358|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
  |  Branch (697:2): [True: 358, False: 50.4k]
  ------------------
  698|    358|		apdu.p1 = 9;
  699|    358|		break;
  700|     63|	case SC_PATH_TYPE_PARENT:
  ------------------
  |  |  123|     63|#define SC_PATH_TYPE_PARENT		5
  ------------------
  |  Branch (700:2): [True: 63, False: 50.7k]
  ------------------
  701|     63|		apdu.p1 = 3;
  702|     63|		pathlen = 0;
  703|     63|		apdu.cse = SC_APDU_CASE_2_SHORT;
  ------------------
  |  |  292|     63|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  704|     63|		break;
  705|      0|	default:
  ------------------
  |  Branch (705:2): [True: 0, False: 50.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|  50.8k|	}
  708|  50.8k|	apdu.lc = pathlen;
  709|  50.8k|	apdu.data = path;
  710|  50.8k|	apdu.datalen = pathlen;
  711|       |
  712|  50.8k|	if (file_out != NULL) {
  ------------------
  |  Branch (712:6): [True: 30.9k, False: 19.8k]
  ------------------
  713|  30.9k|		apdu.p2 = 0;		/* first record, return FCI */
  714|  30.9k|		apdu.resp = buf;
  715|  30.9k|		apdu.resplen = sizeof(buf);
  716|  30.9k|		apdu.le = sc_get_max_recv_size(card) < 256 ? sc_get_max_recv_size(card) : 256;
  ------------------
  |  Branch (716:13): [True: 1.15k, False: 29.8k]
  ------------------
  717|  30.9k|	}
  718|  19.8k|	else {
  719|  19.8k|		apdu.p2 = 0x0C;		/* first record, return nothing */
  720|  19.8k|		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|  39.6k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (720:14): [True: 0, False: 19.8k]
  ------------------
  721|  19.8k|	}
  722|       |
  723|  50.8k|	r = sc_transmit_apdu(card, &apdu);
  724|  50.8k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  50.8k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  50.8k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  50.8k|	int _ret = (r); \
  |  |  |  |  168|  50.8k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 533, False: 50.2k]
  |  |  |  |  ------------------
  |  |  |  |  169|    533|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    533|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    533|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    533|		return _ret; \
  |  |  |  |  172|    533|	} \
  |  |  |  |  173|  50.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 50.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  725|  50.2k|	if (file_out == NULL) {
  ------------------
  |  Branch (725:6): [True: 19.7k, False: 30.4k]
  ------------------
  726|       |		/* For some cards 'SELECT' can be only with request to return FCI/FCP. */
  727|  19.7k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  728|  19.7k|		if (apdu.sw1 == 0x6A && apdu.sw2 == 0x86)   {
  ------------------
  |  Branch (728:7): [True: 133, False: 19.6k]
  |  Branch (728:27): [True: 45, False: 88]
  ------------------
  729|     45|			apdu.p2 = 0x00;
  730|     45|			if (sc_transmit_apdu(card, &apdu) == SC_SUCCESS)
  ------------------
  |  |   28|     45|#define SC_SUCCESS				0
  ------------------
  |  Branch (730:8): [True: 21, False: 24]
  ------------------
  731|     21|				r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  732|     45|		}
  733|  19.7k|		if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (733:7): [True: 0, False: 19.7k]
  ------------------
  734|  19.7k|			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|  19.7k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  19.7k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  19.7k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  19.7k|	int _ret = r; \
  |  |  |  |  155|  19.7k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 19.7k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  19.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|  13.7k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 13.7k, False: 6.00k]
  |  |  |  |  ------------------
  |  |  |  |  157|  19.7k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  19.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|  19.7k|	return _ret; \
  |  |  |  |  163|  19.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  736|  19.7k|	}
  737|       |
  738|  30.4k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  739|  30.4k|	if (r)
  ------------------
  |  Branch (739:6): [True: 17.7k, False: 12.7k]
  ------------------
  740|  30.4k|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  17.7k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  17.7k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  17.7k|	int _ret = r; \
  |  |  |  |  155|  17.7k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 17.7k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|  17.7k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 17.7k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  17.7k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  17.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|  17.7k|	return _ret; \
  |  |  |  |  163|  17.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  741|       |
  742|  12.7k|	if (file_out && (apdu.resplen == 0))   {
  ------------------
  |  Branch (742:6): [True: 12.7k, False: 0]
  |  Branch (742:18): [True: 2.18k, False: 10.5k]
  ------------------
  743|       |		/* For some cards 'SELECT' MF or DF_NAME do not return FCI. */
  744|  2.18k|		if (select_mf || pathtype == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|  1.89k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (744:7): [True: 295, False: 1.89k]
  |  Branch (744:20): [True: 1.44k, False: 443]
  ------------------
  745|  1.74k|			file = sc_file_new();
  746|  1.74k|			if (file == NULL)
  ------------------
  |  Branch (746:8): [True: 0, False: 1.74k]
  ------------------
  747|  1.74k|				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.74k|			file->path = *in_path;
  749|       |
  750|  1.74k|			*file_out = file;
  751|  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  752|  1.74k|		}
  753|  2.18k|	}
  754|       |
  755|  11.0k|	if (apdu.resplen < 2)
  ------------------
  |  Branch (755:6): [True: 763, False: 10.2k]
  ------------------
  756|  11.0k|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    763|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    763|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    763|	int _ret = r; \
  |  |  |  |  155|    763|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 763, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    763|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    763|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 763, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    763|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    763|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    763|	return _ret; \
  |  |  |  |  163|    763|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  757|  10.2k|	switch (apdu.resp[0]) {
  758|  8.44k|	case ISO7816_TAG_FCI:
  ------------------
  |  |   15|  8.44k|#define ISO7816_TAG_FCI			0x6F
  ------------------
  |  Branch (758:2): [True: 8.44k, False: 1.80k]
  ------------------
  759|  9.96k|	case ISO7816_TAG_FCP:
  ------------------
  |  |   17|  9.96k|#define ISO7816_TAG_FCP			0x62
  ------------------
  |  Branch (759:2): [True: 1.51k, False: 8.73k]
  ------------------
  760|  9.96k|		file = sc_file_new();
  761|  9.96k|		if (file == NULL)
  ------------------
  |  Branch (761:7): [True: 0, False: 9.96k]
  ------------------
  762|  9.96k|			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|  9.96k|		file->path = *in_path;
  764|  9.96k|		if (card->ops->process_fci == NULL) {
  ------------------
  |  Branch (764:7): [True: 0, False: 9.96k]
  ------------------
  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|  9.96k|		buffer = apdu.resp;
  769|  9.96k|		r = sc_asn1_read_tag(&buffer, apdu.resplen, &cla, &tag, &buffer_len);
  770|  9.96k|		if (r == SC_SUCCESS)
  ------------------
  |  |   28|  9.96k|#define SC_SUCCESS				0
  ------------------
  |  Branch (770:7): [True: 8.94k, False: 1.01k]
  ------------------
  771|  8.94k|			card->ops->process_fci(card, file, buffer, buffer_len);
  772|  9.96k|		*file_out = file;
  773|  9.96k|		break;
  774|     60|	case 0x00: /* proprietary coding */
  ------------------
  |  Branch (774:2): [True: 60, False: 10.1k]
  ------------------
  775|     60|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  776|    233|	default:
  ------------------
  |  Branch (776:2): [True: 233, False: 10.0k]
  ------------------
  777|    233|		LOG_FUNC_RETURN(ctx, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  164|    233|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    233|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    233|	int _ret = r; \
  |  |  |  |  155|    233|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 233, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    233|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    233|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 233, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    233|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    233|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    233|	return _ret; \
  |  |  |  |  163|    233|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  778|  10.2k|	}
  779|       |
  780|  9.96k|	return SC_SUCCESS;
  ------------------
  |  |   28|  9.96k|#define SC_SUCCESS				0
  ------------------
  781|  10.2k|}
iso7816.c:iso7816_get_response:
  904|  89.3k|{
  905|  89.3k|	struct sc_apdu apdu = {0};
  906|  89.3k|	int r;
  907|  89.3k|	size_t rlen;
  908|       |
  909|       |	/* request at most max_recv_size bytes */
  910|  89.3k|	if (*count > sc_get_max_recv_size(card))
  ------------------
  |  Branch (910:6): [True: 1.17k, False: 88.2k]
  ------------------
  911|  1.17k|		rlen = sc_get_max_recv_size(card);
  912|  88.2k|	else
  913|  88.2k|		rlen = *count;
  914|       |
  915|  89.3k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xC0, 0x00, 0x00);
  ------------------
  |  |  301|  89.3k|#define SC_APDU_CASE_2			0x22
  ------------------
  916|  89.3k|	apdu.le      = rlen;
  917|  89.3k|	apdu.resplen = rlen;
  918|  89.3k|	apdu.resp    = buf;
  919|       |	/* don't call GET RESPONSE recursively */
  920|  89.3k|	apdu.flags  |= SC_APDU_FLAGS_NO_GET_RESP;
  ------------------
  |  |  308|  89.3k|#define SC_APDU_FLAGS_NO_GET_RESP	0x00000002UL
  ------------------
  921|       |
  922|  89.3k|	r = sc_transmit_apdu(card, &apdu);
  923|  89.3k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  89.3k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  89.3k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  89.3k|	int _ret = (r); \
  |  |  |  |  168|  89.3k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 428, False: 88.9k]
  |  |  |  |  ------------------
  |  |  |  |  169|    428|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    428|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    428|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    428|		return _ret; \
  |  |  |  |  172|    428|	} \
  |  |  |  |  173|  89.3k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 88.9k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  924|       |
  925|  88.9k|	*count = apdu.resplen;
  926|       |
  927|  88.9k|	if (apdu.resplen == 0) {
  ------------------
  |  Branch (927:6): [True: 4.40k, False: 84.5k]
  ------------------
  928|  4.40k|		LOG_FUNC_RETURN(card->ctx, sc_check_sw(card, apdu.sw1, apdu.sw2));
  ------------------
  |  |  164|  4.40k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  4.40k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  4.40k|	int _ret = r; \
  |  |  |  |  155|  4.40k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.40k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.40k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.15k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 2.15k, False: 2.24k]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.40k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.40k|	} else { \
  |  |  |  |  159|      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.40k|	return _ret; \
  |  |  |  |  163|  4.40k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  929|  4.40k|	}
  930|  84.5k|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00)
  ------------------
  |  Branch (930:6): [True: 25.7k, False: 58.8k]
  |  Branch (930:26): [True: 25.3k, False: 383]
  ------------------
  931|  25.3k|		r = 0;					/* no more data to read */
  932|  59.2k|	else if (apdu.sw1 == 0x61)
  ------------------
  |  Branch (932:11): [True: 55.2k, False: 4.00k]
  ------------------
  933|  55.2k|		r = apdu.sw2 == 0 ? 256 : apdu.sw2;	/* more data to read    */
  ------------------
  |  Branch (933:7): [True: 1.71k, False: 53.5k]
  ------------------
  934|  4.00k|	else if (apdu.sw1 == 0x62 && apdu.sw2 == 0x82)
  ------------------
  |  Branch (934:11): [True: 820, False: 3.18k]
  |  Branch (934:31): [True: 746, False: 74]
  ------------------
  935|    746|		r = 0; /* Le not reached but file/record ended */
  936|  3.25k|	else
  937|  3.25k|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  938|       |
  939|  84.5k|	return r;
  940|  88.9k|}
iso7816.c:iso7816_get_challenge:
  786|  3.64k|{
  787|  3.64k|	int r;
  788|  3.64k|	struct sc_apdu apdu;
  789|       |
  790|  3.64k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0x84, 0x00, 0x00);
  ------------------
  |  |  301|  3.64k|#define SC_APDU_CASE_2			0x22
  ------------------
  791|  3.64k|	apdu.le = len;
  792|  3.64k|	apdu.resp = rnd;
  793|  3.64k|	apdu.resplen = len;
  794|       |
  795|  3.64k|	r = sc_transmit_apdu(card, &apdu);
  796|  3.64k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  3.64k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.64k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.64k|	int _ret = (r); \
  |  |  |  |  168|  3.64k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 13, False: 3.63k]
  |  |  |  |  ------------------
  |  |  |  |  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|  3.64k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.63k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  797|       |
  798|  3.63k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  799|  3.63k|	LOG_TEST_RET(card->ctx, r, "GET CHALLENGE failed");
  ------------------
  |  |  174|  3.63k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.63k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.63k|	int _ret = (r); \
  |  |  |  |  168|  3.63k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.05k, False: 2.57k]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.05k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.05k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.05k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.05k|		return _ret; \
  |  |  |  |  172|  1.05k|	} \
  |  |  |  |  173|  3.63k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.57k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  800|       |
  801|  2.57k|	if (len < apdu.resplen) {
  ------------------
  |  Branch (801:6): [True: 0, False: 2.57k]
  ------------------
  802|      0|		return (int) len;
  803|      0|	}
  804|       |
  805|  2.57k|	return (int) apdu.resplen;
  806|  2.57k|}
iso7816.c:iso7816_restore_security_env:
 1076|      3|{
 1077|      3|	struct sc_apdu apdu;
 1078|      3|	int r;
 1079|       |
 1080|      3|	if (card == NULL) {
  ------------------
  |  Branch (1080:6): [True: 0, False: 3]
  ------------------
 1081|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1082|      0|	}
 1083|       |
 1084|      3|	sc_format_apdu(card, &apdu, SC_APDU_CASE_1, 0x22, 0xF3, se_num);
  ------------------
  |  |  291|      3|#define SC_APDU_CASE_1			0x01
  ------------------
 1085|       |
 1086|      3|	r = sc_transmit_apdu(card, &apdu);
 1087|      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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1088|      2|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1089|      2|	LOG_TEST_RET(card->ctx, r, "Card returned 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1090|       |
 1091|      1|	return r;
 1092|      2|}
iso7816.c:iso7816_set_security_env:
  981|     77|{
  982|     77|	struct sc_apdu apdu;
  983|     77|	u8 sbuf[SC_MAX_APDU_BUFFER_SIZE];
  984|     77|	u8 *p;
  985|     77|	int r, locked = 0;
  986|       |
  987|     77|	if (card == NULL || env == NULL) {
  ------------------
  |  Branch (987:6): [True: 0, False: 77]
  |  Branch (987:22): [True: 0, False: 77]
  ------------------
  988|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  989|      0|	}
  990|     77|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0x22, 0x41, 0);
  ------------------
  |  |  293|     77|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  991|     77|	switch (env->operation) {
  992|      0|	case SC_SEC_OPERATION_AUTHENTICATE:
  ------------------
  |  |   49|      0|#define SC_SEC_OPERATION_AUTHENTICATE	0x0003
  ------------------
  |  Branch (992:2): [True: 0, False: 77]
  ------------------
  993|      0|		apdu.p2 = 0xA4;
  994|      0|		break;
  995|     36|	case SC_SEC_OPERATION_DECIPHER:
  ------------------
  |  |   47|     36|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  |  Branch (995:2): [True: 36, False: 41]
  ------------------
  996|     36|	case SC_SEC_OPERATION_DERIVE:
  ------------------
  |  |   50|     36|#define SC_SEC_OPERATION_DERIVE         0x0004
  ------------------
  |  Branch (996:2): [True: 0, False: 77]
  ------------------
  997|     36|		apdu.p2 = 0xB8;
  998|     36|		break;
  999|     41|	case SC_SEC_OPERATION_SIGN:
  ------------------
  |  |   48|     41|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  |  Branch (999:2): [True: 41, False: 36]
  ------------------
 1000|     41|		apdu.p2 = 0xB6;
 1001|     41|		break;
 1002|      0|	default:
  ------------------
  |  Branch (1002:2): [True: 0, False: 77]
  ------------------
 1003|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1004|     77|	}
 1005|     77|	p = sbuf;
 1006|     77|	if (env->flags & SC_SEC_ENV_ALG_REF_PRESENT) {
  ------------------
  |  |   56|     77|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  |  Branch (1006:6): [True: 77, False: 0]
  ------------------
 1007|     77|		*p++ = 0x80;	/* algorithm reference */
 1008|     77|		*p++ = 0x01;
 1009|     77|		*p++ = env->algorithm_ref & 0xFF;
 1010|     77|	}
 1011|     77|	if (env->flags & SC_SEC_ENV_FILE_REF_PRESENT) {
  ------------------
  |  |   57|     77|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  |  Branch (1011:6): [True: 0, False: 77]
  ------------------
 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|     77|	if (env->flags & SC_SEC_ENV_KEY_REF_PRESENT) {
  ------------------
  |  |   58|     77|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  |  Branch (1022:6): [True: 77, False: 0]
  ------------------
 1023|     77|		if (sizeof(sbuf) - (p - sbuf) < env->key_ref_len + 2)
  ------------------
  |  Branch (1023:7): [True: 0, False: 77]
  ------------------
 1024|      0|			return SC_ERROR_OFFSET_TOO_LARGE;
  ------------------
  |  |   96|      0|#define SC_ERROR_OFFSET_TOO_LARGE		-1415
  ------------------
 1025|       |
 1026|     77|		if (env->flags & SC_SEC_ENV_KEY_REF_SYMMETRIC)
  ------------------
  |  |   59|     77|#define SC_SEC_ENV_KEY_REF_SYMMETRIC	0x0008
  ------------------
  |  Branch (1026:7): [True: 0, False: 77]
  ------------------
 1027|      0|			*p++ = 0x83;
 1028|     77|		else
 1029|     77|			*p++ = 0x84;
 1030|     77|		if (env->key_ref_len > SC_MAX_KEYREF_SIZE)
  ------------------
  |  |   53|     77|#define SC_MAX_KEYREF_SIZE		8
  ------------------
  |  Branch (1030:7): [True: 0, False: 77]
  ------------------
 1031|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1032|     77|		*p++ = env->key_ref_len & 0xFF;
 1033|     77|		memcpy(p, env->key_ref, env->key_ref_len);
 1034|     77|		p += env->key_ref_len;
 1035|     77|	}
 1036|     77|	r = (int)(p - sbuf);
 1037|     77|	apdu.lc = r;
 1038|     77|	apdu.datalen = r;
 1039|     77|	apdu.data = sbuf;
 1040|     77|	if (se_num > 0) {
  ------------------
  |  Branch (1040:6): [True: 0, False: 77]
  ------------------
 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|     77|	if (apdu.datalen != 0) {
  ------------------
  |  Branch (1045:6): [True: 77, False: 0]
  ------------------
 1046|     77|		r = sc_transmit_apdu(card, &apdu);
 1047|     77|		if (r) {
  ------------------
  |  Branch (1047:7): [True: 1, False: 76]
  ------------------
 1048|      1|			sc_log(card->ctx, "%s: APDU transmit failed", sc_strerror(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__
  |  |  ------------------
  ------------------
 1049|      1|			goto err;
 1050|      1|		}
 1051|     76|		r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1052|     76|		if (r) {
  ------------------
  |  Branch (1052:7): [True: 17, False: 59]
  ------------------
 1053|     17|			sc_log(card->ctx, "%s: Card returned error", sc_strerror(r));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1054|     17|			goto err;
 1055|     17|		}
 1056|     76|	}
 1057|     59|	if (se_num <= 0) {
  ------------------
  |  Branch (1057:6): [True: 59, False: 0]
  ------------------
 1058|     59|		r = SC_SUCCESS;
  ------------------
  |  |   28|     59|#define SC_SUCCESS				0
  ------------------
 1059|     59|		goto err;
 1060|     59|	}
 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|     77|err:
 1068|     77|	if (locked)
  ------------------
  |  Branch (1068:6): [True: 0, False: 77]
  ------------------
 1069|      0|		sc_unlock(card);
 1070|     77|	return r;
 1071|      0|}
iso7816.c:iso7816_compute_signature:
 1099|      6|{
 1100|      6|	int r;
 1101|      6|	struct sc_apdu apdu;
 1102|       |
 1103|      6|	if (card == NULL || data == NULL || out == NULL) {
  ------------------
  |  Branch (1103:6): [True: 0, False: 6]
  |  Branch (1103:22): [True: 0, False: 6]
  |  Branch (1103:38): [True: 0, False: 6]
  ------------------
 1104|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1105|      0|	}
 1106|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1107|      6|	sc_log(card->ctx, "ISO7816 compute signature: in-len %zu, out-len %zu", datalen, outlen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1108|       |
 1109|       |	/* INS: 0x2A  PERFORM SECURITY OPERATION
 1110|       |	 * P1:  0x9E  Resp: Digital Signature
 1111|       |	 * P2:  0x9A  Cmd: Input for Digital Signature */
 1112|      6|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4, 0x2A, 0x9E, 0x9A);
  ------------------
  |  |  303|      6|#define SC_APDU_CASE_4			0x24
  ------------------
 1113|      6|	apdu.resp = out;
 1114|      6|	apdu.resplen = outlen;
 1115|      6|	apdu.le = outlen;
 1116|       |
 1117|      6|	apdu.data = data;
 1118|      6|	apdu.lc = datalen;
 1119|      6|	apdu.datalen = datalen;
 1120|       |
 1121|      6|	iso7816_fixup_transceive_length(card, &apdu);
 1122|      6|	r = sc_transmit_apdu(card, &apdu);
 1123|      6|	LOG_TEST_RET(card->ctx, r, "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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1124|      5|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00)
  ------------------
  |  Branch (1124:6): [True: 3, False: 2]
  |  Branch (1124:26): [True: 2, False: 1]
  ------------------
 1125|      5|		LOG_FUNC_RETURN(card->ctx, (int)apdu.resplen);
  ------------------
  |  |  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: 1, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|      1|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      1|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      1|	} \
  |  |  |  |  162|      2|	return _ret; \
  |  |  |  |  163|      2|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1126|       |
 1127|      3|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1128|      3|	LOG_TEST_RET(card->ctx, r, "Card returned 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 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|   386k|{
  112|   386k|	const int err_count = sizeof(iso7816_errors)/sizeof(iso7816_errors[0]);
  113|   386k|	int i;
  114|       |
  115|       |	/* Handle special cases here */
  116|   386k|	if (sw1 == 0x6C) {
  ------------------
  |  Branch (116:6): [True: 263, False: 385k]
  ------------------
  117|    263|		sc_log(card->ctx, "Wrong length; correct length is %d", 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__
  |  |  ------------------
  ------------------
  118|    263|		return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|    263|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  119|    263|	}
  120|   385k|	if (sw1 == 0x90 && sw2 == 0x00)
  ------------------
  |  Branch (120:6): [True: 138k, False: 247k]
  |  Branch (120:21): [True: 132k, False: 5.57k]
  ------------------
  121|   132k|		return SC_SUCCESS;
  ------------------
  |  |   28|   132k|#define SC_SUCCESS				0
  ------------------
  122|   253k|	if (sw1 == 0x63U && (sw2 & ~0x0fU) == 0xc0U) {
  ------------------
  |  Branch (122:6): [True: 2.41k, False: 250k]
  |  Branch (122:22): [True: 126, False: 2.29k]
  ------------------
  123|    126|		sc_log(card->ctx, "PIN not verified (remaining tries: %d)", (sw2 & 0x0f));
  ------------------
  |  |   71|    126|#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|    126|		return SC_ERROR_PIN_CODE_INCORRECT;
  ------------------
  |  |   64|    126|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  125|    126|	}
  126|  10.3M|	for (i = 0; i < err_count; i++)   {
  ------------------
  |  Branch (126:14): [True: 10.3M, False: 27.5k]
  ------------------
  127|  10.3M|		if (iso7816_errors[i].SWs == ((sw1 << 8) | sw2)) {
  ------------------
  |  Branch (127:7): [True: 225k, False: 10.0M]
  ------------------
  128|   225k|			sc_log(card->ctx, "%s", iso7816_errors[i].errorstr);
  ------------------
  |  |   71|   225k|#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|   225k|			return iso7816_errors[i].errorno;
  130|   225k|		}
  131|  10.3M|	}
  132|       |
  133|  27.5k|	sc_log(card->ctx, "Unknown SWs; SW1=%02X, SW2=%02X", sw1, sw2);
  ------------------
  |  |   71|  27.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__
  |  |  ------------------
  ------------------
  134|  27.5k|	return SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|  27.5k|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  135|   253k|}
iso7816.c:iso7816_process_fci:
  431|  9.92k|{
  432|  9.92k|	struct sc_context *ctx = card->ctx;
  433|  9.92k|	const unsigned char *p, *end;
  434|  9.92k|	unsigned int cla = 0, tag = 0;
  435|  9.92k|	size_t length;
  436|       |
  437|  9.92k|	file->status = SC_FILE_STATUS_UNKNOWN;
  ------------------
  |  |  254|  9.92k|#define SC_FILE_STATUS_UNKNOWN		0xff /* if tag 0x8A is missing, there is no information about LCSB */
  ------------------
  438|       |
  439|  9.92k|	for (p = buf, length = buflen, end = buf + buflen;
  440|  27.5k|			p < end;
  ------------------
  |  Branch (440:4): [True: 24.9k, False: 2.64k]
  ------------------
  441|  24.9k|			p += length, length = end - p) {
  442|       |
  443|  24.9k|		if (SC_SUCCESS != sc_asn1_read_tag(&p, length, &cla, &tag, &length)
  ------------------
  |  |   28|  24.9k|#define SC_SUCCESS				0
  ------------------
  |  Branch (443:7): [True: 4.38k, False: 20.5k]
  ------------------
  444|  20.5k|				|| p == NULL) {
  ------------------
  |  Branch (444:8): [True: 2.89k, False: 17.6k]
  ------------------
  445|  7.28k|			break;
  446|  7.28k|		}
  447|  17.6k|		switch (cla | tag) {
  ------------------
  |  Branch (447:11): [True: 14.3k, False: 3.30k]
  ------------------
  448|  1.52k|			case 0x81:
  ------------------
  |  Branch (448:4): [True: 1.52k, False: 16.1k]
  ------------------
  449|  1.52k|				if (file->size != 0) {
  ------------------
  |  Branch (449:9): [True: 86, False: 1.44k]
  ------------------
  450|       |					/* don't overwrite existing file size excluding structural information */
  451|     86|					break;
  452|     86|				}
  453|       |				/* fall through */
  454|  4.60k|			case 0x80:
  ------------------
  |  Branch (454:4): [True: 3.16k, False: 14.4k]
  ------------------
  455|       |				/* determine the file size */
  456|  4.60k|				file->size = 0;
  457|  4.60k|				if (p && length <= sizeof(size_t)) {
  ------------------
  |  Branch (457:9): [True: 4.60k, False: 0]
  |  Branch (457:14): [True: 4.55k, False: 53]
  ------------------
  458|  4.55k|					size_t size = 0, i;
  459|  15.2k|					for (i = 0; i < length; i++) {
  ------------------
  |  Branch (459:18): [True: 10.7k, False: 4.55k]
  ------------------
  460|  10.7k|						size <<= 8;
  461|  10.7k|						size |= p[i];
  462|  10.7k|					}
  463|  4.55k|					if (size > MAX_FILE_SIZE) {
  ------------------
  |  |  220|  4.55k|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (463:10): [True: 708, False: 3.84k]
  ------------------
  464|    708|						file->size = MAX_FILE_SIZE;
  ------------------
  |  |  220|    708|#define MAX_FILE_SIZE 65535
  ------------------
  465|    708|						sc_log(ctx, "  file size truncated, encoded length: %zu", size);
  ------------------
  |  |   71|    708|#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.84k|					} else {
  467|  3.84k|						file->size = size;
  468|  3.84k|					}
  469|  4.55k|				}
  470|       |
  471|  4.60k|				sc_log(ctx, "  bytes in file: %zu", file->size);
  ------------------
  |  |   71|  4.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__
  |  |  ------------------
  ------------------
  472|  4.60k|				break;
  473|       |
  474|  3.00k|			case 0x82:
  ------------------
  |  Branch (474:4): [True: 3.00k, False: 14.6k]
  ------------------
  475|  3.00k|				if (length > 0) {
  ------------------
  |  Branch (475:9): [True: 2.67k, False: 325]
  ------------------
  476|  2.67k|					unsigned char byte = p[0];
  477|  2.67k|					const char *type;
  478|       |
  479|  2.67k|					file->shareable = byte & 0x40 ? 1 : 0;
  ------------------
  |  Branch (479:24): [True: 365, False: 2.31k]
  ------------------
  480|  2.67k|					sc_log(ctx, "  shareable: %s", (byte & 0x40) ? "yes" : "no");
  ------------------
  |  |   71|  5.35k|#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: 365, False: 2.31k]
  |  |  ------------------
  ------------------
  481|  2.67k|					file->ef_structure = byte & 0x07;
  482|  2.67k|					switch ((byte >> 3) & 7) {
  483|  1.82k|						case 0:
  ------------------
  |  Branch (483:7): [True: 1.82k, False: 846]
  ------------------
  484|  1.82k|							type = "working EF";
  485|  1.82k|							file->type = SC_FILE_TYPE_WORKING_EF;
  ------------------
  |  |  216|  1.82k|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  486|  1.82k|							break;
  487|    175|						case 1:
  ------------------
  |  Branch (487:7): [True: 175, False: 2.50k]
  ------------------
  488|    175|							type = "internal EF";
  489|    175|							file->type = SC_FILE_TYPE_INTERNAL_EF;
  ------------------
  |  |  215|    175|#define SC_FILE_TYPE_INTERNAL_EF	0x03
  ------------------
  490|    175|							break;
  491|    343|						case 7:
  ------------------
  |  Branch (491:7): [True: 343, False: 2.33k]
  ------------------
  492|    343|							type = "DF";
  493|    343|							file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|    343|#define SC_FILE_TYPE_DF			0x04
  ------------------
  494|    343|							break;
  495|    328|						default:
  ------------------
  |  Branch (495:7): [True: 328, False: 2.34k]
  ------------------
  496|    328|							file->type = SC_FILE_TYPE_UNKNOWN;
  ------------------
  |  |  213|    328|#define SC_FILE_TYPE_UNKNOWN		0x00
  ------------------
  497|    328|							type = "unknown";
  498|    328|							break;
  499|  2.67k|					}
  500|  2.67k|					sc_log(ctx, "  type: %s", type);
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
  501|  2.67k|					sc_log(ctx, "  EF structure: %d", byte & 0x07);
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
  502|  2.67k|					sc_log(ctx, "  tag 0x82: 0x%02x", byte);
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
  503|       |
  504|       |					/* if possible, get additional information for non-DFs */
  505|  2.67k|					if (file->type != SC_FILE_TYPE_DF) {
  ------------------
  |  |  214|  2.67k|#define SC_FILE_TYPE_DF			0x04
  ------------------
  |  Branch (505:10): [True: 2.33k, False: 343]
  ------------------
  506|       |						/* max. record length for fixed- & variable-sized records */
  507|  2.33k|						if (length > 2 && byte & 0x06) {
  ------------------
  |  Branch (507:11): [True: 479, False: 1.85k]
  |  Branch (507:25): [True: 285, False: 194]
  ------------------
  508|    285|							file->record_length = (length > 3)
  ------------------
  |  Branch (508:30): [True: 213, False: 72]
  ------------------
  509|    285|								? bebytes2ushort(p+2)
  510|    285|								: p[2];
  511|    285|							sc_log(ctx, "  record length: %zu", file->record_length);
  ------------------
  |  |   71|    285|#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|    285|						}
  513|       |
  514|       |						/* number of records */
  515|  2.33k|						if (length > 4) {
  ------------------
  |  Branch (515:11): [True: 363, False: 1.96k]
  ------------------
  516|    363|							file->record_count = (length > 5)
  ------------------
  |  Branch (516:29): [True: 188, False: 175]
  ------------------
  517|    363|								? bebytes2ushort(p+4)
  518|    363|								: p[4];
  519|    363|							sc_log(ctx, "  records: %zu", file->record_count);
  ------------------
  |  |   71|    363|#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|    363|						}
  521|  2.33k|					}
  522|       |
  523|  2.67k|					if (SC_SUCCESS != sc_file_set_type_attr(file, p, length))
  ------------------
  |  |   28|  2.67k|#define SC_SUCCESS				0
  ------------------
  |  Branch (523:10): [True: 0, False: 2.67k]
  ------------------
  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|  2.67k|				}
  526|  3.00k|				break;
  527|       |
  528|  3.00k|			case 0x83:
  ------------------
  |  Branch (528:4): [True: 680, False: 16.9k]
  ------------------
  529|    680|				if (length == 2) {
  ------------------
  |  Branch (529:9): [True: 419, False: 261]
  ------------------
  530|    419|					file->id = (p[0] << 8) | p[1];
  531|    419|					sc_log(ctx, "  file identifier: 0x%02X%02X", p[0], p[1]);
  ------------------
  |  |   71|    419|#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|    419|				}
  533|    680|				break;
  534|       |
  535|    649|			case 0x84:
  ------------------
  |  Branch (535:4): [True: 649, False: 17.0k]
  ------------------
  536|    649|				if (length > 0 && length <= 16) {
  ------------------
  |  Branch (536:9): [True: 452, False: 197]
  |  Branch (536:23): [True: 434, False: 18]
  ------------------
  537|    434|					memcpy(file->name, p, length);
  538|    434|					file->namelen = length;
  539|       |
  540|    434|					sc_log_hex(ctx, "  File name:", file->name, file->namelen);
  ------------------
  |  |  129|    434|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    434|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  541|    434|					if (!file->type)
  ------------------
  |  Branch (541:10): [True: 142, False: 292]
  ------------------
  542|    142|						file->type = SC_FILE_TYPE_DF;
  ------------------
  |  |  214|    142|#define SC_FILE_TYPE_DF			0x04
  ------------------
  543|    434|				}
  544|    649|				break;
  545|       |
  546|    603|			case 0x85:
  ------------------
  |  Branch (546:4): [True: 603, False: 17.0k]
  ------------------
  547|    810|			case 0xA5:
  ------------------
  |  Branch (547:4): [True: 207, False: 17.4k]
  ------------------
  548|    810|				if (SC_SUCCESS != sc_file_set_prop_attr(file, p, length)) {
  ------------------
  |  |   28|    810|#define SC_SUCCESS				0
  ------------------
  |  Branch (548:9): [True: 0, False: 810]
  ------------------
  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|    810|				break;
  552|       |
  553|  1.33k|			case 0x86:
  ------------------
  |  Branch (553:4): [True: 1.33k, False: 16.3k]
  ------------------
  554|  1.33k|				if (SC_SUCCESS != sc_file_set_sec_attr(file, p, length)) {
  ------------------
  |  |   28|  1.33k|#define SC_SUCCESS				0
  ------------------
  |  Branch (554:9): [True: 0, False: 1.33k]
  ------------------
  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.33k|				break;
  558|       |
  559|    298|			case 0x88:
  ------------------
  |  Branch (559:4): [True: 298, False: 17.3k]
  ------------------
  560|    298|				if (length == 1) {
  ------------------
  |  Branch (560:9): [True: 73, False: 225]
  ------------------
  561|     73|					file->sid = *p;
  562|     73|					sc_log(ctx, "  short file identifier: 0x%02X", *p);
  ------------------
  |  |   71|     73|#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|     73|				}
  564|    298|				break;
  565|       |
  566|  1.55k|			case 0x8A:
  ------------------
  |  Branch (566:4): [True: 1.55k, False: 16.1k]
  ------------------
  567|  1.55k|				if (length == 1) {
  ------------------
  |  Branch (567:9): [True: 1.35k, False: 208]
  ------------------
  568|  1.35k|					switch (p[0]) {
  569|     72|						case 0:
  ------------------
  |  Branch (569:7): [True: 72, False: 1.27k]
  ------------------
  570|     72|							file->status =SC_FILE_STATUS_NO_INFO;
  ------------------
  |  |  243|     72|#define SC_FILE_STATUS_NO_INFO		0x04 /* ISO7816-4: No information given, (0) */
  ------------------
  571|     72|							break;
  572|     69|						case 1:
  ------------------
  |  Branch (572:7): [True: 69, False: 1.28k]
  ------------------
  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|     66|						case 3:
  ------------------
  |  Branch (575:7): [True: 66, False: 1.28k]
  ------------------
  576|     66|							file->status = SC_FILE_STATUS_INITIALISATION;
  ------------------
  |  |  242|     66|#define SC_FILE_STATUS_INITIALISATION	0x03 /* ISO7816-4: Initialisation state, (3) */
  ------------------
  577|     66|							break;
  578|     66|						case 4:
  ------------------
  |  Branch (578:7): [True: 66, False: 1.28k]
  ------------------
  579|    133|						case 6:
  ------------------
  |  Branch (579:7): [True: 67, False: 1.28k]
  ------------------
  580|    133|							file->status = SC_FILE_STATUS_INVALIDATED;
  ------------------
  |  |  237|    133|#define SC_FILE_STATUS_INVALIDATED	0x01 /* ISO7816-4: Operational state (deactivated) (4, 6) */
  ------------------
  581|    133|							break;
  582|    276|						case 5:
  ------------------
  |  Branch (582:7): [True: 276, False: 1.07k]
  ------------------
  583|    344|						case 7:
  ------------------
  |  Branch (583:7): [True: 68, False: 1.28k]
  ------------------
  584|    344|							file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|    344|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  585|    344|							break;
  586|     66|						case 12:
  ------------------
  |  Branch (586:7): [True: 66, False: 1.28k]
  ------------------
  587|    132|						case 13:
  ------------------
  |  Branch (587:7): [True: 66, False: 1.28k]
  ------------------
  588|    198|						case 14:
  ------------------
  |  Branch (588:7): [True: 66, False: 1.28k]
  ------------------
  589|    264|						case 15:
  ------------------
  |  Branch (589:7): [True: 66, False: 1.28k]
  ------------------
  590|    264|							file->status = SC_FILE_STATUS_TERMINATION;
  ------------------
  |  |  244|    264|#define SC_FILE_STATUS_TERMINATION	0x0c /* ISO7816-4: Termination state (12,13,14,15) */
  ------------------
  591|    264|							break;
  592|     66|						case 2:
  ------------------
  |  Branch (592:7): [True: 66, False: 1.28k]
  ------------------
  593|     66|							file->status = SC_FILE_STATUS_RFU_2;
  ------------------
  |  |  248|     66|#define SC_FILE_STATUS_RFU_2		0x07 /* ISO7816-4: (0x02) */
  ------------------
  594|     66|							break;
  595|     67|						case 8:
  ------------------
  |  Branch (595:7): [True: 67, False: 1.28k]
  ------------------
  596|     67|							file->status = SC_FILE_STATUS_RFU_8;
  ------------------
  |  |  249|     67|#define SC_FILE_STATUS_RFU_8		0x08 /* ISO7816-4: (0x08) */
  ------------------
  597|     67|							break;
  598|     66|						case 9:
  ------------------
  |  Branch (598:7): [True: 66, False: 1.28k]
  ------------------
  599|     66|							file->status = SC_FILE_STATUS_RFU_9;
  ------------------
  |  |  250|     66|#define SC_FILE_STATUS_RFU_9		0x09 /* ISO7816-4: (0x09) */
  ------------------
  600|     66|							break;
  601|     66|						case 10:
  ------------------
  |  Branch (601:7): [True: 66, False: 1.28k]
  ------------------
  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|     66|						case 11:
  ------------------
  |  Branch (604:7): [True: 66, False: 1.28k]
  ------------------
  605|     66|							file->status = SC_FILE_STATUS_RFU_11;
  ------------------
  |  |  252|     66|#define SC_FILE_STATUS_RFU_11		0x0b /* ISO7816-4: (0x0b) */
  ------------------
  606|     66|							break;
  607|     71|						default:
  ------------------
  |  Branch (607:7): [True: 71, False: 1.27k]
  ------------------
  608|     71|							file->status = SC_FILE_STATUS_PROPRIETARY;
  ------------------
  |  |  245|     71|#define SC_FILE_STATUS_PROPRIETARY	0xf0 /* ISO7816-4: codes > 15 */
  ------------------
  609|  1.35k|					}
  610|  1.35k|				}
  611|  1.55k|				break;
  612|       |
  613|  1.55k|			case 0x62:
  ------------------
  |  Branch (613:4): [True: 1.07k, False: 16.5k]
  ------------------
  614|  1.16k|			case 0x64:
  ------------------
  |  Branch (614:4): [True: 89, False: 17.5k]
  ------------------
  615|  1.32k|			case 0x6F:
  ------------------
  |  Branch (615:4): [True: 162, False: 17.4k]
  ------------------
  616|       |				/* allow nested FCP/FMD/FCI templates */
  617|  1.32k|				iso7816_process_fci(card, file, p, length);
  618|  17.6k|		}
  619|  17.6k|	}
  620|       |
  621|  9.92k|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|  9.92k|#define SC_FILE_MAGIC			0x14426950
  ------------------
  622|       |
  623|  9.92k|	return SC_SUCCESS;
  ------------------
  |  |   28|  9.92k|#define SC_SUCCESS				0
  ------------------
  624|  9.92k|}
iso7816.c:iso7816_pin_cmd:
 1282|  2.46k|{
 1283|  2.46k|	struct sc_apdu local_apdu, *apdu;
 1284|  2.46k|	int r;
 1285|  2.46k|	u8  sbuf[SC_MAX_APDU_BUFFER_SIZE];
 1286|       |
 1287|  2.46k|	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|  2.46k|	if (data->cmd == SC_PIN_CMD_GET_INFO &&
  ------------------
  |  |  418|  4.93k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1293:6): [True: 2.10k, False: 358]
  ------------------
 1294|  2.10k|	    !(card->caps & SC_CARD_CAP_ISO7816_PIN_INFO)) {
  ------------------
  |  |  553|  2.10k|#define SC_CARD_CAP_ISO7816_PIN_INFO	0x00000008
  ------------------
  |  Branch (1294:6): [True: 436, False: 1.67k]
  ------------------
 1295|    436|		sc_log(card->ctx, "Card does not support PIN status queries");
  ------------------
  |  |   71|    436|#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|    436|		return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|    436|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1297|    436|	}
 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|  2.02k|	if (data->apdu == NULL) {
  ------------------
  |  Branch (1304:6): [True: 2.02k, False: 1]
  ------------------
 1305|  2.02k|		r = iso7816_build_pin_apdu(card, &local_apdu, data, sbuf, sizeof(sbuf));
 1306|  2.02k|		if (r < 0)
  ------------------
  |  Branch (1306:7): [True: 20, False: 2.00k]
  ------------------
 1307|     20|			return r;
 1308|  2.00k|		data->apdu = &local_apdu;
 1309|  2.00k|	}
 1310|  2.00k|	apdu = data->apdu;
 1311|       |
 1312|  2.00k|	if (!(data->flags & SC_PIN_CMD_USE_PINPAD) || data->cmd == SC_PIN_CMD_GET_INFO) {
  ------------------
  |  |  421|  2.00k|#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: 2.00k, False: 0]
  |  Branch (1312:48): [True: 0, False: 0]
  ------------------
 1313|       |		/* Transmit the APDU to the card */
 1314|  2.00k|		r = sc_transmit_apdu(card, apdu);
 1315|       |
 1316|       |		/* Clear the buffer - it may contain pins */
 1317|  2.00k|		sc_mem_clear(sbuf, sizeof(sbuf));
 1318|  2.00k|	}
 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|  2.00k|	if (data->apdu == &local_apdu)
  ------------------
  |  Branch (1338:6): [True: 2.00k, False: 1]
  ------------------
 1339|  2.00k|		data->apdu = NULL;
 1340|       |
 1341|  2.00k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  2.00k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.00k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.00k|	int _ret = (r); \
  |  |  |  |  168|  2.00k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 12, False: 1.99k]
  |  |  |  |  ------------------
  |  |  |  |  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|  2.00k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.99k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1342|  1.99k|	r = sc_check_sw(card, apdu->sw1, apdu->sw2);
 1343|       |
 1344|  1.99k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.99k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1344:6): [True: 933, False: 1.06k]
  ------------------
 1345|    933|		data->pin1.logged_in = SC_PIN_STATE_LOGGED_IN;
  ------------------
  |  |  432|    933|#define SC_PIN_STATE_LOGGED_IN  2
  ------------------
 1346|  1.06k|	} else if (r == SC_ERROR_PIN_CODE_INCORRECT) {
  ------------------
  |  |   64|  1.06k|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (1346:13): [True: 11, False: 1.05k]
  ------------------
 1347|     11|		data->pin1.tries_left = apdu->sw2 & 0xF;
 1348|     11|		data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|     11|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 1349|     11|		if (data->cmd == SC_PIN_CMD_GET_INFO)
  ------------------
  |  |  418|     11|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1349:7): [True: 8, False: 3]
  ------------------
 1350|      8|			r = SC_SUCCESS;
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
 1351|  1.05k|	} else if (r == SC_ERROR_AUTH_METHOD_BLOCKED) {
  ------------------
  |  |   62|  1.05k|#define SC_ERROR_AUTH_METHOD_BLOCKED		-1212
  ------------------
  |  Branch (1351:13): [True: 2, False: 1.05k]
  ------------------
 1352|      2|		data->pin1.tries_left = 0;
 1353|      2|		data->pin1.logged_in = SC_PIN_STATE_LOGGED_OUT;
  ------------------
  |  |  431|      2|#define SC_PIN_STATE_LOGGED_OUT 1
  ------------------
 1354|      2|		if (data->cmd == SC_PIN_CMD_GET_INFO)
  ------------------
  |  |  418|      2|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (1354:7): [True: 1, False: 1]
  ------------------
 1355|      1|			r = SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
 1356|      2|	}
 1357|       |
 1358|  1.99k|	return r;
 1359|  2.00k|}
iso7816.c:iso7816_get_data:
 1363|    192|{
 1364|    192|	int                             r, cse;
 1365|    192|	struct sc_apdu                  apdu;
 1366|       |
 1367|    192|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    192|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    192|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    192|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 192]
  |  |  ------------------
  ------------------
 1368|       |
 1369|    192|	if (buf && len)
  ------------------
  |  Branch (1369:6): [True: 192, False: 0]
  |  Branch (1369:13): [True: 192, False: 0]
  ------------------
 1370|    192|		cse = SC_APDU_CASE_2;
  ------------------
  |  |  301|    192|#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|    192|	sc_format_apdu(card, &apdu, cse, 0xCA, (tag >> 8) & 0xff, tag & 0xff);
 1375|    192|	apdu.le = len;
 1376|    192|	apdu.resp = buf;
 1377|    192|	apdu.resplen = len;
 1378|    192|	r = sc_transmit_apdu(card, &apdu);
 1379|    192|	LOG_TEST_RET(card->ctx, r, "APDU 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: 4, False: 188]
  |  |  |  |  ------------------
  |  |  |  |  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|    192|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 188]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1380|       |
 1381|    188|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
 1382|    188|	LOG_TEST_RET(card->ctx, r, "GET_DATA returned error");
  ------------------
  |  |  174|    188|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    188|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    188|	int _ret = (r); \
  |  |  |  |  168|    188|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 66, False: 122]
  |  |  |  |  ------------------
  |  |  |  |  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|    188|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 122]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1383|       |
 1384|    122|	if (apdu.resplen > len)
  ------------------
  |  Branch (1384:6): [True: 0, False: 122]
  ------------------
 1385|      0|		r = SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 1386|    122|	else
 1387|    122|		r = (int)apdu.resplen;
 1388|       |
 1389|    122|	LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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: 12, False: 110]
  |  |  |  |  ------------------
  |  |  |  |  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|    110|	} else { \
  |  |  |  |  159|    110|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    110|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    110|	} \
  |  |  |  |  162|    122|	return _ret; \
  |  |  |  |  163|    122|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1390|    122|}
iso7816.c:iso7816_read_binary:
  140|  23.8k|{
  141|  23.8k|	struct sc_context *ctx = card->ctx;
  142|  23.8k|	struct sc_apdu apdu;
  143|  23.8k|	int r;
  144|       |
  145|  23.8k|	if (idx > 0x7FFF) {
  ------------------
  |  Branch (145:6): [True: 15, False: 23.8k]
  ------------------
  146|     15|		sc_log(ctx, "invalid EF offset: 0x%X > 0x7FFF", idx);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  147|     15|		return SC_ERROR_OFFSET_TOO_LARGE;
  ------------------
  |  |   96|     15|#define SC_ERROR_OFFSET_TOO_LARGE		-1415
  ------------------
  148|     15|	}
  149|       |
  150|  23.8k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0xB0, (idx >> 8) & 0x7F, idx & 0xFF);
  ------------------
  |  |  301|  23.8k|#define SC_APDU_CASE_2			0x22
  ------------------
  151|  23.8k|	apdu.le = count;
  152|  23.8k|	apdu.resplen = count;
  153|  23.8k|	apdu.resp = buf;
  154|       |
  155|  23.8k|	iso7816_fixup_transceive_length(card, &apdu);
  156|  23.8k|	r = sc_transmit_apdu(card, &apdu);
  157|  23.8k|	LOG_TEST_RET(ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  23.8k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  23.8k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  23.8k|	int _ret = (r); \
  |  |  |  |  168|  23.8k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 559, False: 23.3k]
  |  |  |  |  ------------------
  |  |  |  |  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|  23.8k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 23.3k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  158|       |
  159|  23.3k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  160|  23.3k|	if (r == SC_ERROR_FILE_END_REACHED || r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   69|  46.6k|#define SC_ERROR_FILE_END_REACHED		-1219
  ------------------
              	if (r == SC_ERROR_FILE_END_REACHED || r == SC_ERROR_INCORRECT_PARAMETERS)
  ------------------
  |  |   55|  22.8k|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (160:6): [True: 468, False: 22.8k]
  |  Branch (160:40): [True: 100, False: 22.7k]
  ------------------
  161|  23.3k|		LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  164|    568|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    568|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    568|	int _ret = r; \
  |  |  |  |  155|    568|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 111, False: 457]
  |  |  |  |  ------------------
  |  |  |  |  156|    111|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 111]
  |  |  |  |  ------------------
  |  |  |  |  157|    111|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    457|	} else { \
  |  |  |  |  159|    457|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    457|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    457|	} \
  |  |  |  |  162|    568|	return _ret; \
  |  |  |  |  163|    568|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  162|  22.7k|	LOG_TEST_RET(ctx, r, "Check SW error");
  ------------------
  |  |  174|  22.7k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  22.7k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  22.7k|	int _ret = (r); \
  |  |  |  |  168|  22.7k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 3.51k, False: 19.2k]
  |  |  |  |  ------------------
  |  |  |  |  169|  3.51k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.51k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  3.51k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  3.51k|		return _ret; \
  |  |  |  |  172|  3.51k|	} \
  |  |  |  |  173|  22.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 19.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  163|       |
  164|  19.2k|	LOG_FUNC_RETURN(ctx, (int)apdu.resplen);
  ------------------
  |  |  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: 2.15k, False: 17.0k]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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: 2.15k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.15k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  17.0k|	} else { \
  |  |  |  |  159|  17.0k|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|  17.0k|			"returning with: %d\n", _ret); \
  |  |  |  |  161|  17.0k|	} \
  |  |  |  |  162|  19.2k|	return _ret; \
  |  |  |  |  163|  19.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  165|  19.2k|}

sc_do_log:
   58|  16.0M|{
   59|  16.0M|	va_list ap;
   60|       |
   61|  16.0M|	va_start(ap, format);
   62|  16.0M|	sc_do_log_va(ctx, level, file, line, func, 0, format, ap);
   63|       |	va_end(ap);
   64|  16.0M|}
sc_do_log_color:
   67|  3.24M|{
   68|  3.24M|	va_list ap;
   69|       |
   70|  3.24M|	va_start(ap, format);
   71|  3.24M|	sc_do_log_va(ctx, level, file, line, func, color, format, ap);
   72|       |	va_end(ap);
   73|  3.24M|}
sc_do_log_openssl:
   77|     34|{
   78|     34|	BIO *bio = NULL;
   79|     34|	int length, rc;
   80|     34|	char *buffer = NULL;
   81|       |
   82|     34|	if ((bio = BIO_new(BIO_s_mem())) == NULL) {
  ------------------
  |  Branch (82:6): [True: 0, False: 34]
  ------------------
   83|      0|		sc_do_log(ctx, level, file, line, func, "Cannot log OpenSSL error");
   84|      0|		goto end;
   85|      0|	}
   86|     34|	ERR_print_errors(bio);
   87|       |
   88|     34|	length = BIO_pending(bio);
   89|     34|	if (length <= 0) {
  ------------------
  |  Branch (89:6): [True: 1, False: 33]
  ------------------
   90|       |		/* no error? */
   91|      1|		goto end;
   92|      1|	}
   93|       |	/* trailing null byte */
   94|     33|	buffer = malloc(length + 1);
   95|     33|	if (buffer == NULL) {
  ------------------
  |  Branch (95:6): [True: 0, False: 33]
  ------------------
   96|      0|		sc_do_log(ctx, level, file, line, func, "No memory!");
   97|      0|		goto end;
   98|      0|	}
   99|     33|	rc = BIO_read(bio, buffer, length);
  100|     33|	buffer[length] = '\0';
  101|     33|	if (rc <= 0) {
  ------------------
  |  Branch (101:6): [True: 0, False: 33]
  ------------------
  102|      0|		sc_do_log(ctx, level, file, line, func, "Cannot read OpenSSL error");
  103|      0|		goto end;
  104|      0|	}
  105|       |
  106|     33|	sc_do_log(ctx, level, file, line, func, "OpenSSL error\n%s", buffer);
  107|     34|end:
  108|     34|	free(buffer);
  109|     34|	BIO_free(bio);
  110|     34|}
_sc_debug:
  205|  64.8k|{
  206|  64.8k|	va_list ap;
  207|       |
  208|  64.8k|	va_start(ap, format);
  209|  64.8k|	sc_do_log_va(ctx, level, NULL, 0, NULL, 0, format, ap);
  210|       |	va_end(ap);
  211|  64.8k|}
_sc_debug_hex:
  343|   445k|{
  344|   445k|	size_t blen;
  345|   445k|	char *buf;
  346|   445k|	const char *truncated = "";
  347|       |
  348|   445k|	if (len > SC_MAX_EXT_APDU_BUFFER_SIZE) {
  ------------------
  |  |   37|   445k|#define SC_MAX_EXT_APDU_BUFFER_SIZE	65538
  ------------------
  |  Branch (348:6): [True: 0, False: 445k]
  ------------------
  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|   445k|	blen = len * 5 + 128;
  353|       |
  354|   445k|	buf = malloc(blen);
  355|   445k|	if (buf == NULL)
  ------------------
  |  Branch (355:6): [True: 0, False: 445k]
  ------------------
  356|      0|		return;
  357|       |
  358|   445k|	sc_hex_dump(data, len, buf, blen);
  359|       |
  360|   445k|	if (label)
  ------------------
  |  Branch (360:6): [True: 445k, False: 0]
  ------------------
  361|   445k|		sc_do_log(ctx, type, file, line, func, "\n%s (%s%zu byte%s):\n%s",
  362|   445k|				label, truncated, len, len == 1 ? "" : "s", buf);
  ------------------
  |  Branch (362:28): [True: 1.28k, False: 444k]
  ------------------
  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|   445k|	free(buf);
  368|   445k|}
sc_hex_dump:
  371|   445k|{
  372|   445k|	char *p = buf;
  373|   445k|	size_t p_len = len;
  374|   445k|	int lines = 0;
  375|       |
  376|   445k|	if (buf == NULL || (in == NULL && count != 0)) {
  ------------------
  |  Branch (376:6): [True: 0, False: 445k]
  |  Branch (376:22): [True: 348, False: 445k]
  |  Branch (376:36): [True: 0, False: 348]
  ------------------
  377|      0|		return;
  378|      0|	}
  379|   445k|	buf[0] = 0;
  380|   445k|	if ((count * 5) > len)
  ------------------
  |  Branch (380:6): [True: 0, False: 445k]
  ------------------
  381|      0|		return;
  382|  3.86M|	while (count) {
  ------------------
  |  Branch (382:9): [True: 3.41M, False: 445k]
  ------------------
  383|  3.41M|		char ascbuf[17];
  384|  3.41M|		size_t i;
  385|       |
  386|  54.2M|		for (i = 0; i < count && i < 16; i++) {
  ------------------
  |  Branch (386:15): [True: 53.9M, False: 353k]
  |  Branch (386:28): [True: 50.8M, False: 3.06M]
  ------------------
  387|  50.8M|			sprintf(p, "%02X ", *in);
  388|  50.8M|			if (isprint(*in))
  ------------------
  |  Branch (388:8): [True: 29.3M, False: 21.4M]
  ------------------
  389|  29.3M|				ascbuf[i] = *in;
  390|  21.4M|			else
  391|  21.4M|				ascbuf[i] = '.';
  392|  50.8M|			p += 3;
  393|  50.8M|			p_len -= 3;
  394|  50.8M|			in++;
  395|  50.8M|		}
  396|  3.41M|		count -= i;
  397|  3.41M|		ascbuf[i] = 0;
  398|  5.22M|		for (; i < 16 && lines; i++) {
  ------------------
  |  Branch (398:10): [True: 1.99M, False: 3.23M]
  |  Branch (398:20): [True: 1.80M, False: 184k]
  ------------------
  399|  1.80M|			strlcat(p, "   ", p_len);
  400|  1.80M|			p += 3;
  401|  1.80M|			p_len -= 3;
  402|  1.80M|		}
  403|  3.41M|		snprintf(p, p_len, "%s\n", ascbuf);
  404|  3.41M|		p += strlen(ascbuf) + 1;
  405|  3.41M|		p_len -= strlen(ascbuf) - 1;
  406|  3.41M|		lines++;
  407|  3.41M|	}
  408|   445k|}
sc_dump_hex:
  412|   218k|{
  413|   218k|	static char dump_buf[0x1000];
  414|   218k|	size_t ii, size = sizeof(dump_buf) - 0x10;
  415|   218k|	size_t offs = 0;
  416|       |
  417|   218k|	memset(dump_buf, 0, sizeof(dump_buf));
  418|   218k|	if (in == NULL)
  ------------------
  |  Branch (418:6): [True: 0, False: 218k]
  ------------------
  419|      0|		return dump_buf;
  420|       |
  421|  1.32M|	for (ii=0; ii<count; ii++) {
  ------------------
  |  Branch (421:13): [True: 1.11M, False: 218k]
  ------------------
  422|  1.11M|		if (ii && !(ii%16))   {
  ------------------
  |  Branch (422:7): [True: 1.02M, False: 87.7k]
  |  Branch (422:13): [True: 17.7k, False: 1.00M]
  ------------------
  423|  17.7k|			if (!(ii%48))
  ------------------
  |  Branch (423:8): [True: 3.16k, False: 14.6k]
  ------------------
  424|  3.16k|				snprintf(dump_buf + offs, size - offs, "\n");
  425|  14.6k|			else
  426|  14.6k|				snprintf(dump_buf + offs, size - offs, " ");
  427|  17.7k|			offs = strlen(dump_buf);
  428|  17.7k|		}
  429|       |
  430|  1.11M|		snprintf(dump_buf + offs, size - offs, "%02X", *(in + ii));
  431|  1.11M|		offs += 2;
  432|       |
  433|  1.11M|		if (offs > size)
  ------------------
  |  Branch (433:7): [True: 0, False: 1.11M]
  ------------------
  434|      0|			break;
  435|  1.11M|	}
  436|       |
  437|   218k|	if (ii<count)
  ------------------
  |  Branch (437:6): [True: 0, False: 218k]
  ------------------
  438|      0|		snprintf(dump_buf + offs, sizeof(dump_buf) - offs, "....\n");
  439|       |
  440|   218k|	return dump_buf;
  441|   218k|}
sc_dump_oid:
  445|  10.5k|{
  446|  10.5k|	static char dump_buf[SC_MAX_OBJECT_ID_OCTETS * 20];
  447|  10.5k|        size_t ii;
  448|       |
  449|  10.5k|	memset(dump_buf, 0, sizeof(dump_buf));
  450|  10.5k|	if (oid)
  ------------------
  |  Branch (450:6): [True: 10.5k, False: 0]
  ------------------
  451|  76.7k|		for (ii=0; ii<SC_MAX_OBJECT_ID_OCTETS && oid->value[ii] != -1; ii++)
  ------------------
  |  |   46|   153k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (451:14): [True: 76.7k, False: 0]
  |  Branch (451:44): [True: 66.1k, False: 10.5k]
  ------------------
  452|  66.1k|			snprintf(dump_buf + strlen(dump_buf), sizeof(dump_buf) - strlen(dump_buf), "%s%i", (ii ? "." : ""), oid->value[ii]);
  ------------------
  |  Branch (452:88): [True: 55.5k, False: 10.5k]
  ------------------
  453|       |
  454|  10.5k|	return dump_buf;
  455|  10.5k|}
log.c:sc_do_log_va:
  124|  19.3M|{
  125|       |#ifdef _WIN32
  126|       |	SYSTEMTIME st;
  127|       |#else
  128|  19.3M|	struct tm *tm;
  129|  19.3M|	struct timeval tv;
  130|  19.3M|	char time_string[40];
  131|  19.3M|#endif
  132|       |
  133|  19.3M|	if (!ctx || ctx->debug < level)
  ------------------
  |  Branch (133:6): [True: 203, False: 19.3M]
  |  Branch (133:14): [True: 19.3M, False: 0]
  ------------------
  134|  19.3M|		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|    778|mscfs_t *mscfs_new(void) {
   46|    778|	mscfs_t *fs = malloc(sizeof(mscfs_t));
   47|    778|	if (!fs)
  ------------------
  |  Branch (47:6): [True: 0, False: 778]
  ------------------
   48|      0|		return NULL;
   49|    778|	memset(fs, 0, sizeof(mscfs_t));
   50|    778|	memcpy(fs->currentPath, "\x3F\x00", 2);
   51|    778|	return fs;
   52|    778|}
mscfs_free:
   54|    778|void mscfs_free(mscfs_t *fs) {
   55|    778|	mscfs_clear_cache(fs);
   56|    778|	free(fs);
   57|    778|}
mscfs_clear_cache:
   59|  3.37k|void mscfs_clear_cache(mscfs_t* fs) {
   60|  3.37k|	if(!fs->cache.array) {
  ------------------
  |  Branch (60:5): [True: 3.01k, False: 358]
  ------------------
   61|  3.01k|		return;
   62|  3.01k|	}
   63|    358|	free(fs->cache.array);
   64|       |	fs->cache.array = NULL;
   65|    358|	fs->cache.totalSize = 0;
   66|    358|	fs->cache.size = 0;
   67|    358|}
mscfs_push_file:
   83|  34.9k|{
   84|  34.9k|	mscfs_cache_t *cache = &fs->cache;
   85|  34.9k|	if (cache->size >= MAX_FILES)
  ------------------
  |  |   81|  34.9k|#define MAX_FILES 10000
  ------------------
  |  Branch (85:6): [True: 1, False: 34.9k]
  ------------------
   86|      1|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      1|#define SC_ERROR_INTERNAL			-1400
  ------------------
   87|  34.9k|	if(!cache->array || cache->size == cache->totalSize) {
  ------------------
  |  Branch (87:5): [True: 358, False: 34.6k]
  |  Branch (87:22): [True: 257, False: 34.3k]
  ------------------
   88|    615|		int length = cache->totalSize + MSCFS_CACHE_INCREMENT;
  ------------------
  |  |   35|    615|#define MSCFS_CACHE_INCREMENT 128
  ------------------
   89|    615|		mscfs_file_t *oldArray;
   90|    615|		cache->totalSize = length;
   91|    615|		oldArray = cache->array;
   92|    615|		cache->array = malloc(sizeof(mscfs_file_t) * length);
   93|    615|		if(!cache->array)
  ------------------
  |  Branch (93:6): [True: 0, False: 615]
  ------------------
   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|    615|		if(oldArray) {
  ------------------
  |  Branch (95:6): [True: 257, False: 358]
  ------------------
   96|    257|			memcpy(cache->array, oldArray, sizeof(mscfs_file_t) * cache->size);
   97|    257|			free(oldArray);
   98|    257|		}
   99|    615|	}
  100|  34.9k|	cache->array[cache->size] = *file;
  101|  34.9k|	cache->size++;
  102|  34.9k|	return SC_SUCCESS;
  ------------------
  |  |   28|  34.9k|#define SC_SUCCESS				0
  ------------------
  103|  34.9k|}
mscfs_update_cache:
  105|  2.59k|int mscfs_update_cache(mscfs_t* fs) {
  106|  2.59k|	mscfs_file_t file;
  107|  2.59k|	int r;
  108|  2.59k|	mscfs_clear_cache(fs);
  109|  2.59k|	r = fs->listFile(&file, 1, fs->udata);
  110|  2.59k|	if(r == 0)
  ------------------
  |  Branch (110:5): [True: 82, False: 2.51k]
  ------------------
  111|     82|		return 0;
  112|  2.51k|	else if(r < 0)
  ------------------
  |  Branch (112:10): [True: 2.11k, False: 403]
  ------------------
  113|  2.11k|		return r;
  114|  35.7k|	while(1) {
  ------------------
  |  Branch (114:8): [True: 35.7k, Folded]
  ------------------
  115|  35.7k|		if(!mscfs_is_ignored(fs, file.objectId)) {
  ------------------
  |  Branch (115:6): [True: 34.9k, False: 766]
  ------------------
  116|       |			/* Check if its a directory in the root */
  117|  34.9k|			u8* oid = file.objectId.id;
  118|  34.9k|			if(oid[2] == 0 && oid[3] == 0) {
  ------------------
  |  Branch (118:7): [True: 23.9k, False: 11.0k]
  |  Branch (118:22): [True: 9.52k, False: 14.4k]
  ------------------
  119|  9.52k|				oid[2] = oid[0];
  120|  9.52k|				oid[3] = oid[1];
  121|  9.52k|				oid[0] = 0x3F;
  122|  9.52k|				oid[1] = 0x00;
  123|  9.52k|				file.ef = 0;
  124|  25.4k|			} else  {
  125|  25.4k|				file.ef = 1; /* File is a working elementary file */
  126|  25.4k|			}
  127|       |
  128|  34.9k|			r = mscfs_push_file(fs, &file);
  129|  34.9k|			if (r != SC_SUCCESS)
  ------------------
  |  |   28|  34.9k|#define SC_SUCCESS				0
  ------------------
  |  Branch (129:8): [True: 1, False: 34.9k]
  ------------------
  130|      1|				return r;
  131|  34.9k|		}
  132|  35.7k|		r = fs->listFile(&file, 0, fs->udata);
  133|  35.7k|		if(r == 0)
  ------------------
  |  Branch (133:6): [True: 187, False: 35.5k]
  ------------------
  134|    187|			break;
  135|  35.5k|		else if(r < 0)
  ------------------
  |  Branch (135:11): [True: 215, False: 35.3k]
  ------------------
  136|    215|			return r;
  137|  35.7k|	}
  138|    187|	return fs->cache.size;
  139|    403|}
mscfs_check_cache:
  142|  4.69k|{
  143|  4.69k|	int r = SC_SUCCESS;
  ------------------
  |  |   28|  4.69k|#define SC_SUCCESS				0
  ------------------
  144|  4.69k|	if(!fs->cache.array) {
  ------------------
  |  Branch (144:5): [True: 2.59k, False: 2.09k]
  ------------------
  145|  2.59k|		r = mscfs_update_cache(fs);
  146|  2.59k|	}
  147|  4.69k|	return r;
  148|  4.69k|}
mscfs_lookup_path:
  151|  1.41k|{
  152|  1.41k|	u8* oid = objectId->id;
  153|  1.41k|	if ((pathlen & 1) != 0) /* not divisible by 2 */
  ------------------
  |  Branch (153:6): [True: 428, False: 989]
  ------------------
  154|    428|		return MSCFS_INVALID_ARGS;
  ------------------
  |  |   33|    428|#define MSCFS_INVALID_ARGS 	SC_ERROR_INVALID_ARGUMENTS
  |  |  ------------------
  |  |  |  |   73|    428|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  |  |  ------------------
  ------------------
  155|    989|	if(isDirectory) {
  ------------------
  |  Branch (155:5): [True: 0, False: 989]
  ------------------
  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|    989|	oid[0] = fs->currentPath[0];
  167|    989|	oid[1] = fs->currentPath[1];
  168|       |	/* Chop off the root in the path */
  169|    989|	if(pathlen > 2 && memcmp(path, "\x3F\x00", 2) == 0) {
  ------------------
  |  Branch (169:5): [True: 854, False: 135]
  |  Branch (169:20): [True: 810, False: 44]
  ------------------
  170|    810|		path += 2;
  171|    810|		pathlen -= 2;
  172|    810|		oid[0] = 0x3F;
  173|    810|		oid[1] = 0x00;
  174|    810|	}
  175|       |	/* Limit to a single directory */
  176|    989|	if(pathlen > 4)
  ------------------
  |  Branch (176:5): [True: 18, False: 971]
  ------------------
  177|     18|		return MSCFS_INVALID_ARGS;
  ------------------
  |  |   33|     18|#define MSCFS_INVALID_ARGS 	SC_ERROR_INVALID_ARGUMENTS
  |  |  ------------------
  |  |  |  |   73|     18|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  |  |  ------------------
  ------------------
  178|       |	/* Reset to root */
  179|    971|	if(pathlen == 2 && 0 == memcmp(path, "\x3F\x00", 2)) {
  ------------------
  |  Branch (179:5): [True: 685, False: 286]
  |  Branch (179:21): [True: 13, False: 672]
  ------------------
  180|     13|		oid[0] = oid[2] = path[0];
  181|     13|		oid[1] = oid[3] = path[1];
  182|    958|	} else if(pathlen == 2) { /* Path preserved for current-path */
  ------------------
  |  Branch (182:12): [True: 672, False: 286]
  ------------------
  183|    672|		oid[2] = path[0];
  184|    672|		oid[3] = path[1];
  185|    672|	} else if(pathlen == 4) {
  ------------------
  |  Branch (185:12): [True: 285, False: 1]
  ------------------
  186|    285|		oid[0] = path[0];
  187|    285|		oid[1] = path[1];
  188|    285|		oid[2] = path[2];
  189|    285|		oid[3] = path[3];
  190|    285|	}
  191|       |
  192|    971|	return 0;
  193|    989|}
mscfs_check_selection:
  207|    315|{
  208|    315|	if(fs->currentPath[0] == 0 && fs->currentPath[1] == 0)
  ------------------
  |  Branch (208:5): [True: 0, False: 315]
  |  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|    315|	if(requiredItem == 1 && fs->currentFile[0] == 0 && fs->currentFile[1] == 0)
  ------------------
  |  Branch (210:5): [True: 0, False: 315]
  |  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|    315|	return 0;
  213|    315|}
mscfs_loadFileInfo:
  216|  1.41k|{
  217|  1.41k|	msc_id fullPath = {{0, 0, 0, 0}};
  218|  1.41k|	int x, rc;
  219|  1.41k|	if (fs == NULL || path == NULL || file_data == NULL)
  ------------------
  |  Branch (219:6): [True: 0, False: 1.41k]
  |  Branch (219:20): [True: 0, False: 1.41k]
  |  Branch (219:36): [True: 0, False: 1.41k]
  ------------------
  220|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  221|  1.41k|	rc = mscfs_lookup_path(fs, path, pathlen, &fullPath, 0);
  222|  1.41k|	if (rc != SC_SUCCESS) {
  ------------------
  |  |   28|  1.41k|#define SC_SUCCESS				0
  ------------------
  |  Branch (222:6): [True: 446, False: 971]
  ------------------
  223|    446|		return rc;
  224|    446|	}
  225|       |
  226|       |	/* Obtain file information while checking if it exists */
  227|    971|	rc = mscfs_check_cache(fs);
  228|    971|	if (rc < 0)
  ------------------
  |  Branch (228:6): [True: 22, False: 949]
  ------------------
  229|     22|		return rc;
  230|    949|	if(idx) *idx = -1;
  ------------------
  |  Branch (230:5): [True: 949, False: 0]
  ------------------
  231|  62.7k|	for(x = 0; x < fs->cache.size; x++) {
  ------------------
  |  Branch (231:13): [True: 62.0k, False: 621]
  ------------------
  232|  62.0k|		*file_data = &fs->cache.array[x];
  233|  62.0k|		if (*file_data) {
  ------------------
  |  Branch (233:7): [True: 62.0k, False: 0]
  ------------------
  234|  62.0k|			msc_id objectId;
  235|  62.0k|			objectId = (*file_data)->objectId;
  236|  62.0k|			if(0 == memcmp(objectId.id, fullPath.id, 4)) {
  ------------------
  |  Branch (236:7): [True: 328, False: 61.7k]
  ------------------
  237|    328|				if (idx)
  ------------------
  |  Branch (237:9): [True: 328, False: 0]
  ------------------
  238|    328|					*idx = x;
  239|    328|				break;
  240|    328|			}
  241|  61.7k|			*file_data = NULL;
  242|  61.7k|		}
  243|  62.0k|	}
  244|    949|	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: 621, False: 328]
  |  Branch (244:28): [True: 14, False: 607]
  |  Branch (244:79): [True: 233, False: 374]
  |  Branch (244:131): [True: 13, False: 361]
  ------------------
  245|    260|		static mscfs_file_t ROOT_FILE;
  246|    260|		ROOT_FILE.ef = 0;
  247|    260|		ROOT_FILE.size = 0;
  248|       |		/* Faked Root ID */
  249|    260|		ROOT_FILE.objectId = rootId;
  250|       |
  251|    260|		ROOT_FILE.read = 0;
  252|    260|		ROOT_FILE.write = 0x02; /* User Pin access */
  253|    260|		ROOT_FILE.delete = 0x02;
  254|       |
  255|    260|		*file_data = &ROOT_FILE;
  256|    260|		if(idx) *idx = -2;
  ------------------
  |  Branch (256:6): [True: 260, False: 0]
  ------------------
  257|    689|	} else if(*file_data == NULL) {
  ------------------
  |  Branch (257:12): [True: 361, False: 328]
  ------------------
  258|    361|		return MSCFS_FILE_NOT_FOUND;
  ------------------
  |  |   34|    361|#define MSCFS_FILE_NOT_FOUND 	SC_ERROR_FILE_NOT_FOUND
  |  |  ------------------
  |  |  |  |   51|    361|#define SC_ERROR_FILE_NOT_FOUND			-1201
  |  |  ------------------
  ------------------
  259|    361|	}
  260|       |
  261|    588|	return 0;
  262|    949|}
muscle-filesystem.c:mscfs_is_ignored:
   70|  35.7k|{
   71|  35.7k|	int ignored = 0;
   72|  35.7k|	const u8** ptr = ignoredFiles;
   73|   106k|	while(ptr && *ptr && !ignored) {
  ------------------
  |  Branch (73:8): [True: 106k, False: 0]
  |  Branch (73:15): [True: 71.5k, False: 35.0k]
  |  Branch (73:23): [True: 70.7k, False: 746]
  ------------------
   74|  70.7k|		if(0 == memcmp(objectId.id, *ptr, 4))
  ------------------
  |  Branch (74:6): [True: 766, False: 70.0k]
  ------------------
   75|    766|			ignored = 1;
   76|  70.7k|		ptr++;
   77|  70.7k|	}
   78|  35.7k|	return ignored;
   79|  35.7k|}

msc_list_objects:
   37|  38.3k|int msc_list_objects(sc_card_t* card, u8 next, mscfs_file_t* file) {
   38|  38.3k|	sc_apdu_t apdu;
   39|  38.3k|	u8 fileData[14];
   40|  38.3k|	int r;
   41|       |
   42|  38.3k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2, 0x58, next, 0x00);
  ------------------
  |  |  301|  38.3k|#define SC_APDU_CASE_2			0x22
  ------------------
   43|  38.3k|	apdu.le = 14;
   44|  38.3k|	apdu.resplen = 14;
   45|  38.3k|	apdu.resp = fileData;
   46|  38.3k|	r = sc_transmit_apdu(card, &apdu);
   47|  38.3k|	if (r)
  ------------------
  |  Branch (47:6): [True: 33, False: 38.3k]
  ------------------
   48|     33|		return r;
   49|       |
   50|  38.3k|	if(apdu.sw1 == 0x9C && apdu.sw2 == 0x12) {
  ------------------
  |  Branch (50:5): [True: 180, False: 38.1k]
  |  Branch (50:25): [True: 31, False: 149]
  ------------------
   51|     31|		return 0;
   52|     31|	}
   53|  38.2k|	r = sc_check_sw(card, apdu.sw1, apdu.sw2);
   54|  38.2k|	if (r)
  ------------------
  |  Branch (54:6): [True: 2.27k, False: 36.0k]
  ------------------
   55|  2.27k|		return r;
   56|  36.0k|	if(apdu.resplen == 0) /* No more left */
  ------------------
  |  Branch (56:5): [True: 238, False: 35.7k]
  ------------------
   57|    238|		return 0;
   58|  35.7k|	if (apdu.resplen != 14) {
  ------------------
  |  Branch (58:6): [True: 15, False: 35.7k]
  ------------------
   59|     15|		sc_log(card->ctx, "expected 14 bytes, got %zu.\n", apdu.resplen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   60|     15|		return SC_ERROR_UNKNOWN_DATA_RECEIVED;
  ------------------
  |  |   63|     15|#define SC_ERROR_UNKNOWN_DATA_RECEIVED		-1213
  ------------------
   61|     15|	}
   62|  35.7k|	memcpy(file->objectId.id, fileData, 4);
   63|  35.7k|	file->size = bebytes2ulong(fileData + 4);
   64|  35.7k|	file->read = bebytes2ushort(fileData + 8);
   65|  35.7k|	file->write = bebytes2ushort(fileData + 10);
   66|  35.7k|	file->delete = bebytes2ushort(fileData + 12);
   67|       |
   68|  35.7k|	return 1;
   69|  35.7k|}
msc_partial_read_object:
   72|    315|{
   73|    315|	u8 buffer[9];
   74|    315|	sc_apdu_t apdu;
   75|    315|	int r;
   76|       |
   77|    315|	sc_format_apdu(card, &apdu, SC_APDU_CASE_4_SHORT, 0x56, 0x00, 0x00);
  ------------------
  |  |  294|    315|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
   78|       |
   79|    315|	sc_log(card->ctx, "READ: Offset: %x\tLength: %zu\n", offset, dataLength);
  ------------------
  |  |   71|    315|#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|    315|	memcpy(buffer, objectId.id, 4);
   81|    315|	ulong2bebytes(buffer + 4, offset);
   82|    315|	buffer[8] = (u8)dataLength;
   83|    315|	apdu.data = buffer;
   84|    315|	apdu.datalen = 9;
   85|    315|	apdu.lc = 9;
   86|    315|	apdu.le = dataLength;
   87|    315|	apdu.resplen = dataLength;
   88|    315|	apdu.resp = data;
   89|    315|	r = sc_transmit_apdu(card, &apdu);
   90|    315|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    315|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    315|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    315|	int _ret = (r); \
  |  |  |  |  168|    315|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 5, False: 310]
  |  |  |  |  ------------------
  |  |  |  |  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|    315|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 310]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   91|    310|	if (apdu.sw1 == 0x90 && apdu.sw2 == 0x00 && dataLength <= apdu.resplen)
  ------------------
  |  Branch (91:6): [True: 247, False: 63]
  |  Branch (91:26): [True: 245, False: 2]
  |  Branch (91:46): [True: 238, False: 7]
  ------------------
   92|    238|		return (int)dataLength;
   93|     72|	if (apdu.sw1 == 0x9C) {
  ------------------
  |  Branch (93:6): [True: 6, False: 66]
  ------------------
   94|      6|		if (apdu.sw2 == 0x07) {
  ------------------
  |  Branch (94:7): [True: 1, False: 5]
  ------------------
   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|      5|		} else if (apdu.sw2 == 0x06) {
  ------------------
  |  Branch (96:14): [True: 1, False: 4]
  ------------------
   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|      4|		} else if (apdu.sw2 == 0x0F) {
  ------------------
  |  Branch (98:14): [True: 1, False: 3]
  ------------------
   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|      6|	}
  103|     69|	sc_log(card->ctx,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  104|     69|		"got strange SWs: 0x%02X 0x%02X\n", apdu.sw1, apdu.sw2);
  105|     69|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, SC_ERROR_UNKNOWN_DATA_RECEIVED);
  ------------------
  |  |  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|     69|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 69, False: 0]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  106|     69|}
msc_read_object:
  109|    315|{
  110|    315|	int r = 0;
  111|    315|	unsigned int i;
  112|    315|	size_t max_read_unit = MSC_MAX_READ;
  ------------------
  |  |   35|    315|#define MSC_MAX_READ (card->max_recv_size > 0 ? card->max_recv_size : 255)
  |  |  ------------------
  |  |  |  Branch (35:23): [True: 315, False: 0]
  |  |  ------------------
  ------------------
  113|       |
  114|    553|	for (i = 0; i < dataLength; i += r) {
  ------------------
  |  Branch (114:14): [True: 315, False: 238]
  ------------------
  115|    315|		r = msc_partial_read_object(card, objectId, offset + i, data + i, MIN(dataLength - i, max_read_unit));
  ------------------
  |  |   70|    315|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 141, False: 174]
  |  |  ------------------
  ------------------
  116|    315|		LOG_TEST_RET(card->ctx, r, "Error in partial object read");
  ------------------
  |  |  174|    315|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    315|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    315|	int _ret = (r); \
  |  |  |  |  168|    315|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 77, False: 238]
  |  |  |  |  ------------------
  |  |  |  |  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|    315|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  117|    238|		if (r == 0)
  ------------------
  |  Branch (117:7): [True: 0, False: 238]
  ------------------
  118|      0|			break;
  119|    238|	}
  120|    238|	return (int)dataLength;
  121|    315|}
msc_select_applet:
  256|  7.29k|{
  257|  7.29k|	sc_apdu_t apdu;
  258|  7.29k|	int r;
  259|       |
  260|  7.29k|	sc_format_apdu(card, &apdu, SC_APDU_CASE_3_SHORT, 0xA4, 4, 0);
  ------------------
  |  |  293|  7.29k|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  261|  7.29k|	apdu.lc = appletIdLength;
  262|  7.29k|	apdu.data = appletId;
  263|  7.29k|	apdu.datalen = appletIdLength;
  264|  7.29k|	apdu.resplen = 0;
  265|  7.29k|	apdu.le = 0;
  266|       |
  267|  7.29k|	r = sc_transmit_apdu(card, &apdu);
  268|  7.29k|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|  7.29k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  7.29k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  7.29k|	int _ret = (r); \
  |  |  |  |  168|  7.29k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 37, False: 7.26k]
  |  |  |  |  ------------------
  |  |  |  |  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|  7.29k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7.26k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|  7.26k|	if(apdu.sw1 == 0x90 && apdu.sw2 == 0x00)
  ------------------
  |  Branch (269:5): [True: 798, False: 6.46k]
  |  Branch (269:25): [True: 778, False: 20]
  ------------------
  270|    778|		return 1;
  271|       |
  272|  6.48k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE,  SC_ERROR_CARD_CMD_FAILED);
  ------------------
  |  |  153|  6.48k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  6.48k|	int _ret = r; \
  |  |  155|  6.48k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 6.48k, False: 0]
  |  |  ------------------
  |  |  156|  6.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|  6.48k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 6.48k, False: 0]
  |  |  ------------------
  |  |  157|  6.48k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  6.48k|	} else { \
  |  |  159|      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.48k|	return _ret; \
  |  |  163|  6.48k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  273|  6.48k|}
msc_get_challenge:
  434|     34|{
  435|     34|	sc_apdu_t apdu;
  436|     34|	int r, location, cse;
  437|     34|	size_t len;
  438|     34|	u8 *buffer, *ptr;
  439|       |
  440|     34|	location = (dataLength < MSC_MAX_READ) ? 1 : 2; /* 1 == APDU, 2 == (seed in 0xFFFFFFFE, out in 0xFFFFFFFF) */
  ------------------
  |  |   35|     34|#define MSC_MAX_READ (card->max_recv_size > 0 ? card->max_recv_size : 255)
  |  |  ------------------
  |  |  |  Branch (35:23): [True: 34, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (440:13): [True: 33, False: 1]
  ------------------
  441|     34|	cse = (location == 1) ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  294|     33|#define SC_APDU_CASE_4_SHORT		0x04
  ------------------
              	cse = (location == 1) ? SC_APDU_CASE_4_SHORT : SC_APDU_CASE_3_SHORT;
  ------------------
  |  |  293|     35|#define SC_APDU_CASE_3_SHORT		0x03
  ------------------
  |  Branch (441:8): [True: 33, False: 1]
  ------------------
  442|     34|	len = seedLength + 4;
  443|       |
  444|     34|	if (seedLength >= MSC_MAX_SEND - 4 || dataLength >= MSC_MAX_READ - 9)/* Output buffer doesn't seem to operate as desired.... nobody can read/delete */
  ------------------
  |  |   36|     34|#define MSC_MAX_SEND (card->max_send_size > 0 ? card->max_send_size : 255)
  |  |  ------------------
  |  |  |  Branch (36:23): [True: 34, False: 0]
  |  |  ------------------
  ------------------
              	if (seedLength >= MSC_MAX_SEND - 4 || dataLength >= MSC_MAX_READ - 9)/* Output buffer doesn't seem to operate as desired.... nobody can read/delete */
  ------------------
  |  |   35|     34|#define MSC_MAX_READ (card->max_recv_size > 0 ? card->max_recv_size : 255)
  |  |  ------------------
  |  |  |  Branch (35:23): [True: 34, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (444:6): [True: 0, False: 34]
  |  Branch (444:40): [True: 1, False: 33]
  ------------------
  445|     34|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  446|       |
  447|     33|	buffer = malloc(len);
  448|     33|	if(!buffer) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (448:5): [True: 0, False: 33]
  ------------------
  449|     33|	ptr = buffer;
  450|     33|	ushort2bebytes(ptr, dataLength);
  451|     33|	ptr+=2;
  452|     33|	ushort2bebytes(ptr, seedLength);
  453|     33|	ptr+=2;
  454|     33|	if(seedLength > 0) {
  ------------------
  |  Branch (454:5): [True: 0, False: 33]
  ------------------
  455|      0|		memcpy(ptr, seedData, seedLength);
  456|      0|	}
  457|     33|	sc_format_apdu(card, &apdu, cse, 0x62, 0x00, location);
  458|     33|	apdu.data = buffer;
  459|     33|	apdu.datalen = len;
  460|     33|	apdu.lc = len;
  461|       |
  462|     33|	if(location == 1) {
  ------------------
  |  Branch (462:5): [True: 33, False: 0]
  ------------------
  463|     33|		u8* outputBuffer = malloc(dataLength + 2);
  464|     33|		if(outputBuffer == NULL) {
  ------------------
  |  Branch (464:6): [True: 0, False: 33]
  ------------------
  465|      0|			free(buffer);
  466|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  467|     33|		};
  468|     33|		apdu.le = dataLength + 2;
  469|     33|		apdu.resp = outputBuffer;
  470|     33|		apdu.resplen = dataLength + 2;
  471|     33|	}
  472|     33|	r = sc_transmit_apdu(card, &apdu);
  473|     33|	if(location == 1) {
  ------------------
  |  Branch (473:5): [True: 33, False: 0]
  ------------------
  474|     33|		memcpy(outputData, apdu.resp + 2, dataLength);
  475|     33|		free(apdu.resp);
  476|     33|	}
  477|     33|	free(buffer);
  478|     33|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|     33|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     33|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     33|	int _ret = (r); \
  |  |  |  |  168|     33|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1, False: 32]
  |  |  |  |  ------------------
  |  |  |  |  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|     33|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 32]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  479|     32|	if(location == 1) {
  ------------------
  |  Branch (479:5): [True: 32, False: 0]
  ------------------
  480|     32|		if(apdu.sw1 == 0x90 && apdu.sw2 == 0x00) {
  ------------------
  |  Branch (480:6): [True: 3, False: 29]
  |  Branch (480:26): [True: 2, False: 1]
  ------------------
  481|      2|			return SC_SUCCESS;
  ------------------
  |  |   28|      2|#define SC_SUCCESS				0
  ------------------
  482|     30|		} else {
  483|     30|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  484|     30|			if (r) {
  ------------------
  |  Branch (484:8): [True: 30, False: 0]
  ------------------
  485|     30|				if (card->ctx->debug >= 2) {
  ------------------
  |  Branch (485:9): [True: 0, False: 30]
  ------------------
  486|      0|					sc_log(card->ctx,  "got strange SWs: 0x%02X 0x%02X\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__
  |  |  ------------------
  ------------------
  487|      0|					     apdu.sw1, apdu.sw2);
  488|      0|				}
  489|     30|				LOG_FUNC_RETURN(card->ctx, r);
  ------------------
  |  |  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|     30|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 30, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  490|     30|			}
  491|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  492|      0|		}
  493|     32|	} else {
  494|      0|		if(apdu.sw1 != 0x90 || apdu.sw2 != 0x00) {
  ------------------
  |  Branch (494:6): [True: 0, False: 0]
  |  Branch (494:26): [True: 0, False: 0]
  ------------------
  495|      0|			r = sc_check_sw(card, apdu.sw1, apdu.sw2);
  496|      0|			if (r) {
  ------------------
  |  Branch (496:8): [True: 0, False: 0]
  ------------------
  497|      0|				if (card->ctx->debug >= 2) {
  ------------------
  |  Branch (497:9): [True: 0, False: 0]
  ------------------
  498|      0|					sc_log(card->ctx,  "got strange SWs: 0x%02X 0x%02X\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__
  |  |  ------------------
  ------------------
  499|      0|					     apdu.sw1, apdu.sw2);
  500|      0|				}
  501|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  502|      0|			}
  503|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  504|      0|		}
  505|      0|		r = msc_read_object(card, inputId, 2, outputData, dataLength);
  506|      0|		if(r < 0)
  ------------------
  |  Branch (506:6): [True: 0, False: 0]
  ------------------
  507|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  508|      0|		msc_delete_object(card, inputId,0);
  509|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  510|      0|	}
  511|     32|}

sc_pkcs1_strip_02_padding_constant_time:
  154|     75|{
  155|     75|	unsigned int i = 0;
  156|     75|	u8 *msg, *msg_orig = NULL;
  157|     75|	unsigned int good, found_zero_byte, mask, tmp_outlen;
  158|     75|	unsigned int zero_index = 0, msg_index, mlen = -1, len = 0;
  159|     75|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|     75|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|     75|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|     75|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|     75|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 75]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  160|       |
  161|     75|	if (data == NULL || data_len <= 0 || data_len > n ||
  ------------------
  |  Branch (161:6): [True: 0, False: 75]
  |  Branch (161:22): [True: 3, False: 72]
  |  Branch (161:39): [True: 20, False: 52]
  ------------------
  162|     52|			n < SC_PKCS1_PADDING_MIN_SIZE || out_len == NULL)
  ------------------
  |  |   40|    127|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  |  Branch (162:4): [True: 0, False: 52]
  |  Branch (162:37): [True: 0, False: 52]
  ------------------
  163|     75|		LOG_FUNC_RETURN(ctx, SC_ERROR_INTERNAL);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|       |
  165|     52|	tmp_outlen = *out_len;
  166|     52|	msg = msg_orig = calloc(n, sizeof(u8));
  167|     52|	if (msg == NULL)
  ------------------
  |  Branch (167:6): [True: 0, False: 52]
  ------------------
  168|     52|		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|     52|	len = data_len;
  177|  14.7k|	for (data += len, msg += n, i = 0; i < n; i++) {
  ------------------
  |  Branch (177:37): [True: 14.7k, False: 52]
  ------------------
  178|  14.7k|		mask = ~constant_time_is_zero(len);
  179|  14.7k|		len -= 1 & mask;
  180|  14.7k|		data -= 1 & mask;
  181|  14.7k|		*--msg = *data & mask;
  182|  14.7k|	}
  183|       |	// check first byte to be 0x00
  184|     52|	good = constant_time_is_zero(msg[0]);
  185|       |	// check second byte to be 0x02
  186|     52|	good &= constant_time_eq(msg[1], 2);
  187|       |
  188|       |	// find zero byte after random data in padding
  189|     52|	found_zero_byte = 0;
  190|  14.6k|	for (i = 2; i < n; i++) {
  ------------------
  |  Branch (190:14): [True: 14.6k, False: 52]
  ------------------
  191|  14.6k|		unsigned int equals0 = constant_time_is_zero(msg[i]);
  192|  14.6k|		zero_index = constant_time_select(~found_zero_byte & equals0, i, zero_index);
  193|  14.6k|		found_zero_byte |= equals0;
  194|  14.6k|	}
  195|       |
  196|       |	// zero_index stands for index of last found zero
  197|     52|	good &= constant_time_ge(zero_index, 2 + 8);
  198|       |
  199|       |	// start of the actual message in data
  200|     52|	msg_index = zero_index + 1;
  201|       |
  202|       |	// length of message
  203|     52|	mlen = data_len - msg_index;
  204|       |
  205|       |	// check that message fits into out buffer
  206|     52|	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|     52|	tmp_outlen = constant_time_select(constant_time_lt(n - SC_PKCS1_PADDING_MIN_SIZE, tmp_outlen),
  ------------------
  |  |   40|     52|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  210|     52|			n - SC_PKCS1_PADDING_MIN_SIZE, tmp_outlen);
  ------------------
  |  |   40|     52|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  211|    479|	for (msg_index = 1; msg_index < n - SC_PKCS1_PADDING_MIN_SIZE; msg_index <<= 1) {
  ------------------
  |  |   40|    479|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  |  Branch (211:22): [True: 427, False: 52]
  ------------------
  212|    427|		mask = ~constant_time_eq(msg_index & (n - SC_PKCS1_PADDING_MIN_SIZE - mlen), 0);
  ------------------
  |  |   40|    427|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  213|   101k|		for (i = SC_PKCS1_PADDING_MIN_SIZE; i < n - msg_index; i++)
  ------------------
  |  |   40|    427|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  |  Branch (213:39): [True: 101k, False: 427]
  ------------------
  214|   101k|			msg[i] = constant_time_select_8(mask, msg[i + msg_index], msg[i]);
  215|    427|	}
  216|       |	// move message into out buffer, if good
  217|  4.67k|	for (i = 0; i < tmp_outlen; i++) {
  ------------------
  |  Branch (217:14): [True: 4.62k, False: 52]
  ------------------
  218|  4.62k|		unsigned int msg_index;
  219|       |		// when out is longer than message in data, use some bogus index in msg
  220|  4.62k|		mask = good & constant_time_lt(i, mlen);
  221|  4.62k|		msg_index = constant_time_select(mask, i + SC_PKCS1_PADDING_MIN_SIZE, 0); // to now overflow msg buffer
  ------------------
  |  |   40|  4.62k|#define SC_PKCS1_PADDING_MIN_SIZE 11
  ------------------
  222|  4.62k|		out[i] = constant_time_select_8(mask, msg[msg_index], out[i]);
  223|  4.62k|	}
  224|       |
  225|     52|	*out_len = constant_time_select(good, mlen, *out_len);
  226|     52|	free(msg_orig);
  227|     52|	return constant_time_select(good, mlen, SC_ERROR_WRONG_PADDING);
  ------------------
  |  |   93|     52|#define SC_ERROR_WRONG_PADDING			-1412
  ------------------
  228|     52|}
sc_pkcs1_encode:
  612|    126|{
  613|    126|	int    rv, i;
  614|    126|	size_t tmp_len = *out_len;
  615|    126|	const u8    *tmp = in;
  616|    126|	unsigned int hash_algo, pad_algo;
  617|    126|	size_t mod_len = BYTES4BITS(mod_bits);
  ------------------
  |  |  146|    126|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  618|    126|#ifdef ENABLE_OPENSSL
  619|    126|	size_t sLen;
  620|    126|	EVP_MD* md = NULL;
  621|    126|	unsigned int mgf1_hash;
  622|    126|#endif
  623|       |
  624|    126|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    126|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    126|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    126|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    126|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 126]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  625|       |
  626|    126|	hash_algo = flags & SC_ALGORITHM_RSA_HASHES;
  ------------------
  |  |  142|    126|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  627|    126|	pad_algo  = flags & SC_ALGORITHM_RSA_PADS;
  ------------------
  |  |  103|    126|#define SC_ALGORITHM_RSA_PADS		0x000000FF
  ------------------
  628|    126|	if (pad_algo == 0)
  ------------------
  |  Branch (628:6): [True: 55, False: 71]
  ------------------
  629|     55|		pad_algo = SC_ALGORITHM_RSA_PAD_NONE;
  ------------------
  |  |  104|     55|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  630|    126|	sc_log(ctx, "hash algorithm 0x%X, pad algorithm 0x%X", hash_algo, pad_algo);
  ------------------
  |  |   71|    126|#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|    126|	if ((pad_algo == SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 || pad_algo == SC_ALGORITHM_RSA_PAD_NONE) &&
  ------------------
  |  |  109|    252|#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|     55|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  |  Branch (632:7): [True: 71, False: 55]
  |  Branch (632:57): [True: 55, False: 0]
  ------------------
  633|    126|	    hash_algo != SC_ALGORITHM_RSA_HASH_NONE) {
  ------------------
  |  |  133|    126|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (633:6): [True: 93, False: 33]
  ------------------
  634|     93|		i = sc_pkcs1_add_digest_info_prefix(hash_algo, in, in_len, out, &tmp_len);
  635|     93|		if (i != SC_SUCCESS) {
  ------------------
  |  |   28|     93|#define SC_SUCCESS				0
  ------------------
  |  Branch (635:7): [True: 0, False: 93]
  ------------------
  636|      0|			sc_log(ctx, "Unable to add digest info 0x%x", hash_algo);
  ------------------
  |  |   71|      0|#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|      0|			LOG_FUNC_RETURN(ctx, i);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  638|      0|		}
  639|     93|		tmp = out;
  640|     93|	} else   {
  641|     33|		tmp_len = in_len;
  642|     33|	}
  643|       |
  644|    126|	switch(pad_algo) {
  645|     55|	case SC_ALGORITHM_RSA_PAD_NONE:
  ------------------
  |  |  104|     55|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  |  Branch (645:2): [True: 55, False: 71]
  ------------------
  646|       |		/* padding done by card => nothing to do */
  647|     55|		if (out != tmp)
  ------------------
  |  Branch (647:7): [True: 2, False: 53]
  ------------------
  648|      2|			memcpy(out, tmp, tmp_len);
  649|     55|		*out_len = tmp_len;
  650|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  651|     71|	case SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01:
  ------------------
  |  |  109|     71|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (651:2): [True: 71, False: 55]
  ------------------
  652|       |		/* add pkcs1 bt01 padding */
  653|     71|		rv = sc_pkcs1_add_01_padding(tmp, tmp_len, out, out_len, mod_len);
  654|     71|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  655|      0|	case SC_ALGORITHM_RSA_PAD_PSS:
  ------------------
  |  |  107|      0|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (655:2): [True: 0, False: 126]
  ------------------
  656|       |		/* add PSS padding */
  657|      0|#ifdef ENABLE_OPENSSL
  658|      0|		mgf1_hash = flags & SC_ALGORITHM_MGF1_HASHES;
  ------------------
  |  |  150|      0|#define SC_ALGORITHM_MGF1_HASHES	0x01F00000
  ------------------
  659|      0|		if (hash_algo == SC_ALGORITHM_RSA_HASH_NONE) {
  ------------------
  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (659:7): [True: 0, False: 0]
  ------------------
  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|      0|		if (!(md = hash_flag2md(ctx, hash_algo))) {
  ------------------
  |  Branch (669:7): [True: 0, False: 0]
  ------------------
  670|      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__
  |  |  ------------------
  ------------------
  671|      0|			return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  672|      0|		}
  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: 126]
  ------------------
  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|    126|	}
  695|    126|}
sc_get_encoding_flags:
  700|    429|{
  701|    429|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    429|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  702|    429|	if (pflags == NULL || sflags == NULL)
  ------------------
  |  Branch (702:6): [True: 0, False: 429]
  |  Branch (702:24): [True: 0, False: 429]
  ------------------
  703|    429|		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|    429|	sc_log(ctx, "iFlags 0x%lX, card capabilities 0x%lX", iflags, caps);
  ------------------
  |  |   71|    429|#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|    429|	if ((caps & iflags) == iflags) {
  ------------------
  |  Branch (716:6): [True: 182, False: 247]
  ------------------
  717|       |		/* Card supports the signature operation we want to do, great, let's
  718|       |		 * go with it then. */
  719|    182|		*sflags = iflags;
  720|    182|		*pflags = 0;
  721|       |
  722|    247|	} else if ((caps & SC_ALGORITHM_RSA_PAD_PSS) &&
  ------------------
  |  |  107|    247|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (722:13): [True: 59, False: 188]
  ------------------
  723|     59|			(iflags & SC_ALGORITHM_RSA_PAD_PSS)) {
  ------------------
  |  |  107|     59|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (723:4): [True: 0, False: 59]
  ------------------
  724|      0|		*sflags |= SC_ALGORITHM_RSA_PAD_PSS;
  ------------------
  |  |  107|      0|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  725|      0|		*sflags |= iflags & SC_ALGORITHM_MGF1_HASHES;
  ------------------
  |  |  150|      0|#define SC_ALGORITHM_MGF1_HASHES	0x01F00000
  ------------------
  726|      0|		*pflags = iflags & ~(iflags & (SC_ALGORITHM_MGF1_HASHES | SC_ALGORITHM_RSA_PAD_PSS));
  ------------------
  |  |  150|      0|#define SC_ALGORITHM_MGF1_HASHES	0x01F00000
  ------------------
              		*pflags = iflags & ~(iflags & (SC_ALGORITHM_MGF1_HASHES | SC_ALGORITHM_RSA_PAD_PSS));
  ------------------
  |  |  107|      0|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  727|       |
  728|    247|	} else if ((caps & SC_ALGORITHM_RSA_RAW) &&
  ------------------
  |  |  102|    247|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (728:13): [True: 204, False: 43]
  ------------------
  729|    204|				(iflags & SC_ALGORITHM_RSA_PAD_PKCS1
  ------------------
  |  |  111|    408|#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|    204|#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|    204|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  |  Branch (729:6): [True: 204, False: 0]
  ------------------
  730|      0|				|| iflags & SC_ALGORITHM_RSA_PAD_PSS
  ------------------
  |  |  107|    204|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (730:8): [True: 0, False: 0]
  ------------------
  731|      0|#ifdef ENABLE_OPENSSL
  732|      0|				|| iflags & SC_ALGORITHM_RSA_PAD_OAEP
  ------------------
  |  |  108|    204|#define SC_ALGORITHM_RSA_PAD_OAEP	0x00000020 /* PKCS#1 v2.0 OAEP */
  ------------------
  |  Branch (732:8): [True: 0, False: 0]
  ------------------
  733|      0|#endif
  734|    204|				|| iflags & SC_ALGORITHM_RSA_PAD_NONE)) {
  ------------------
  |  |  104|      0|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  |  Branch (734:8): [True: 0, False: 0]
  ------------------
  735|       |		/* Use the card's raw RSA capability on the padded input */
  736|    204|		*sflags = SC_ALGORITHM_RSA_PAD_NONE;
  ------------------
  |  |  104|    204|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  737|    204|		*pflags = iflags;
  738|       |
  739|    204|	} else if ((caps & (SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE)) &&
  ------------------
  |  |  109|     43|#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|     43|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (739:13): [True: 43, False: 0]
  ------------------
  740|     43|			(iflags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01)) {
  ------------------
  |  |  109|     43|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
  |  Branch (740:4): [True: 43, False: 0]
  ------------------
  741|       |		/* A corner case - the card can partially do PKCS1, if we prepend the
  742|       |		 * DigestInfo bit it will do the rest. */
  743|     43|		*sflags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  109|     43|#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|     43|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  744|     43|		*pflags = iflags & SC_ALGORITHM_RSA_HASHES;
  ------------------
  |  |  142|     43|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  745|       |
  746|     43|	} else if ((caps & (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 */
  ------------------
              	} else if ((caps & (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 */
  ------------------
  |  Branch (746:13): [True: 0, False: 0]
  ------------------
  747|      0|			(iflags & 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 */
  ------------------
  |  Branch (747:4): [True: 0, False: 0]
  ------------------
  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|      0|	} 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|      0|#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|      0|#define SC_ALGORITHM_AES		67
  ------------------
  |  Branch (751:13): [True: 0, False: 0]
  ------------------
  752|      0|		*sflags = 0;
  753|      0|		*pflags = 0;
  754|       |
  755|      0|	} else if ((iflags & SC_ALGORITHM_AES_FLAGS) > 0) {
  ------------------
  |  |  209|      0|#define SC_ALGORITHM_AES_FLAGS		 0x0F000000
  ------------------
  |  Branch (755:13): [True: 0, False: 0]
  ------------------
  756|      0|		*sflags = iflags & SC_ALGORITHM_AES_FLAGS;
  ------------------
  |  |  209|      0|#define SC_ALGORITHM_AES_FLAGS		 0x0F000000
  ------------------
  757|      0|		if (iflags & SC_ALGORITHM_AES_CBC_PAD)
  ------------------
  |  |  208|      0|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
  |  Branch (757:7): [True: 0, False: 0]
  ------------------
  758|      0|			*pflags = SC_ALGORITHM_AES_CBC_PAD;
  ------------------
  |  |  208|      0|#define SC_ALGORITHM_AES_CBC_PAD	 0x04000000
  ------------------
  759|      0|		else
  760|      0|			*pflags = 0;
  761|       |
  762|      0|	} else {
  763|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "unsupported 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  764|      0|	}
  765|       |
  766|    429|	sc_log(ctx, "pad flags 0x%lX, secure algorithm flags 0x%lX", *pflags, *sflags);
  ------------------
  |  |   71|    429|#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|    429|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 429]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  768|    429|}
padding.c:sc_pkcs1_add_digest_info_prefix:
  381|     93|{
  382|     93|	int i;
  383|       |
  384|    402|	for (i = 0; digest_info_prefix[i].algorithm != 0; i++) {
  ------------------
  |  Branch (384:14): [True: 402, False: 0]
  ------------------
  385|    402|		if (algorithm == digest_info_prefix[i].algorithm) {
  ------------------
  |  Branch (385:7): [True: 93, False: 309]
  ------------------
  386|     93|			const u8 *hdr      = digest_info_prefix[i].hdr;
  387|     93|			size_t    hdr_len  = digest_info_prefix[i].hdr_len,
  388|     93|			          hash_len = digest_info_prefix[i].hash_len;
  389|       |
  390|     93|			if (in_len != hash_len || *out_len < (hdr_len + hash_len))
  ------------------
  |  Branch (390:8): [True: 0, False: 93]
  |  Branch (390:30): [True: 0, False: 93]
  ------------------
  391|      0|				return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  392|       |
  393|     93|			memmove(out + hdr_len, in, hash_len);
  394|     93|			memmove(out, hdr, hdr_len);
  395|     93|			*out_len = hdr_len + hash_len;
  396|       |
  397|     93|			return SC_SUCCESS;
  ------------------
  |  |   28|     93|#define SC_SUCCESS				0
  ------------------
  398|     93|		}
  399|    402|	}
  400|       |
  401|      0|	return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  402|     93|}
padding.c:sc_pkcs1_add_01_padding:
   97|     71|{
   98|     71|	size_t i;
   99|       |
  100|     71|	if (*out_len < mod_length)
  ------------------
  |  Branch (100:6): [True: 0, False: 71]
  ------------------
  101|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  102|     71|	if (in_len + 11 > mod_length)
  ------------------
  |  Branch (102:6): [True: 0, False: 71]
  ------------------
  103|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  104|     71|	i = mod_length - in_len;
  105|     71|	memmove(out + i, in, in_len);
  106|     71|	*out++ = 0x00;
  107|     71|	*out++ = 0x01;
  108|       |
  109|     71|	memset(out, 0xFF, i - 3);
  110|     71|	out += i - 3;
  111|     71|	*out = 0x00;
  112|       |
  113|     71|	*out_len = mod_length;
  114|     71|	return SC_SUCCESS;
  ------------------
  |  |   28|     71|#define SC_SUCCESS				0
  ------------------
  115|     71|}

sc_asn1_decode_algorithm_id:
  510|  7.31k|{
  511|  7.31k|	struct sc_asn1_pkcs15_algorithm_info *alg_info = NULL;
  512|  7.31k|	struct sc_asn1_entry asn1_alg_id[3];
  513|  7.31k|	int r;
  514|       |
  515|  7.31k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  7.31k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  516|  7.31k|	sc_copy_asn1_entry(c_asn1_alg_id, asn1_alg_id);
  517|  7.31k|	sc_format_asn1_entry(asn1_alg_id + 0, &id->oid, NULL, 0);
  518|       |
  519|  7.31k|	memset(id, 0, sizeof(*id));
  520|  7.31k|	r = _sc_asn1_decode(ctx, asn1_alg_id, in, len, &in, &len, 0, depth + 1);
  521|  7.31k|	LOG_TEST_RET(ctx, r, "ASN.1 parsing of algo ID failed");
  ------------------
  |  |  174|  7.31k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  7.31k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  7.31k|	int _ret = (r); \
  |  |  |  |  168|  7.31k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 70, False: 7.24k]
  |  |  |  |  ------------------
  |  |  |  |  169|     70|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     70|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     70|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     70|		return _ret; \
  |  |  |  |  172|     70|	} \
  |  |  |  |  173|  7.31k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 7.24k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  522|       |
  523|  7.24k|        sc_log(ctx, "decoded OID '%s'", sc_dump_oid(&(id->oid)));
  ------------------
  |  |   71|  7.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__
  |  |  ------------------
  ------------------
  524|       |
  525|       |	/* See if we understand the algorithm, and if we do, check
  526|       |	 * whether we know how to decode any additional parameters */
  527|  7.24k|	id->algorithm = (unsigned int ) -1;
  528|  7.24k|	alg_info = sc_asn1_get_algorithm_info(id);
  529|  7.24k|	if (alg_info != NULL) {
  ------------------
  |  Branch (529:6): [True: 4.85k, False: 2.39k]
  ------------------
  530|  4.85k|		id->algorithm = alg_info->id;
  531|  4.85k|		if (alg_info->decode) {
  ------------------
  |  Branch (531:7): [True: 4.52k, False: 328]
  ------------------
  532|  4.52k|			if (asn1_alg_id[1].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|  4.52k|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (532:8): [True: 5, False: 4.52k]
  ------------------
  533|      5|				sc_log(ctx, "SC_ASN1_PRESENT was set, so invalid");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  534|      5|				LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ASN1_OBJECT);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  535|      5|			}
  536|  4.52k|			r = alg_info->decode(ctx, &id->params, in, len, depth);
  537|  4.52k|		}
  538|  4.85k|	}
  539|       |
  540|  7.24k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  7.24k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  7.24k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  7.24k|	int _ret = r; \
  |  |  |  |  155|  7.24k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 7.24k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  7.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|     23|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 23, False: 7.22k]
  |  |  |  |  ------------------
  |  |  |  |  157|  7.24k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  7.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|  7.24k|	return _ret; \
  |  |  |  |  163|  7.24k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  541|  7.24k|}
sc_asn1_encode_algorithm_id:
  547|  3.34k|{
  548|  3.34k|	struct sc_asn1_pkcs15_algorithm_info *alg_info;
  549|  3.34k|	struct sc_algorithm_id temp_id;
  550|  3.34k|	struct sc_asn1_entry asn1_alg_id[3];
  551|  3.34k|	u8 *obj = NULL;
  552|  3.34k|	size_t obj_len = 0;
  553|  3.34k|	int r;
  554|  3.34k|	u8 *tmp;
  555|       |
  556|  3.34k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  3.34k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.34k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.34k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.34k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  557|  3.34k|        sc_log(ctx, "type of algorithm to encode: %lu", id->algorithm);
  ------------------
  |  |   71|  3.34k|#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|  3.34k|	alg_info = sc_asn1_get_algorithm_info(id);
  559|  3.34k|	if (alg_info == NULL) {
  ------------------
  |  Branch (559:6): [True: 0, False: 3.34k]
  ------------------
  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|  3.34k|	if (!sc_valid_oid(&id->oid)) {
  ------------------
  |  Branch (565:6): [True: 0, False: 3.34k]
  ------------------
  566|      0|		temp_id = *id;
  567|      0|		temp_id.oid = alg_info->oid;
  568|      0|		id = &temp_id;
  569|      0|	}
  570|       |
  571|  3.34k|        sc_log(ctx, "encode algo %s", sc_dump_oid(&(id->oid)));
  ------------------
  |  |   71|  3.34k|#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|  3.34k|	sc_copy_asn1_entry(c_asn1_alg_id, asn1_alg_id);
  573|  3.34k|	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|  3.34k|	if (id->algorithm != SC_ALGORITHM_EDDSA &&
  ------------------
  |  |   72|  6.68k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (579:6): [True: 3.34k, False: 0]
  ------------------
  580|  3.34k|	    id->algorithm != SC_ALGORITHM_XEDDSA &&
  ------------------
  |  |   73|  6.68k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (580:6): [True: 3.34k, False: 0]
  ------------------
  581|  3.34k|	    (!id->params || !alg_info->encode))
  ------------------
  |  Branch (581:7): [True: 213, False: 3.12k]
  |  Branch (581:22): [True: 0, False: 3.12k]
  ------------------
  582|    213|		asn1_alg_id[1].flags |= SC_ASN1_PRESENT;
  ------------------
  |  |  147|    213|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  583|       |
  584|  3.34k|	r = _sc_asn1_encode(ctx, asn1_alg_id, buf, len, depth + 1);
  585|  3.34k|	LOG_TEST_RET(ctx, r, "ASN.1 encode of algorithm failed");
  ------------------
  |  |  174|  3.34k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.34k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.34k|	int _ret = (r); \
  |  |  |  |  168|  3.34k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 3.34k]
  |  |  |  |  ------------------
  |  |  |  |  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.34k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  586|       |
  587|       |	/* Encode any parameters */
  588|  3.34k|	if (id->params && alg_info->encode) {
  ------------------
  |  Branch (588:6): [True: 3.12k, False: 213]
  |  Branch (588:20): [True: 3.12k, False: 0]
  ------------------
  589|  3.12k|		r = alg_info->encode(ctx, id->params, &obj, &obj_len, depth+1);
  590|  3.12k|		if (r < 0) {
  ------------------
  |  Branch (590:7): [True: 0, False: 3.12k]
  ------------------
  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|  3.12k|	}
  596|       |
  597|  3.34k|	if (obj_len) {
  ------------------
  |  Branch (597:6): [True: 3.12k, False: 213]
  ------------------
  598|  3.12k|		tmp = (u8 *) realloc(*buf, *len + obj_len);
  599|  3.12k|		if (!tmp) {
  ------------------
  |  Branch (599:7): [True: 0, False: 3.12k]
  ------------------
  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|  3.12k|		*buf = tmp;
  606|  3.12k|		memcpy(*buf + *len, obj, obj_len);
  607|  3.12k|		*len += obj_len;
  608|  3.12k|		free(obj);
  609|  3.12k|	}
  610|       |
  611|  3.34k|	sc_log(ctx, "return encoded algorithm ID: %s", sc_dump_hex(*buf, *len));
  ------------------
  |  |   71|  3.34k|#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|  3.34k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  3.34k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  3.34k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  3.34k|	int _ret = r; \
  |  |  |  |  155|  3.34k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 3.34k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  3.34k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, 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.34k]
  |  |  |  |  ------------------
  |  |  |  |  157|  3.34k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  3.34k|	} else { \
  |  |  |  |  159|      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.34k|	return _ret; \
  |  |  |  |  163|  3.34k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  613|  3.34k|}
sc_asn1_clear_algorithm_id:
  617|  8.85k|{
  618|  8.85k|	struct sc_asn1_pkcs15_algorithm_info *aip;
  619|       |
  620|  8.85k|	if (id->params && (aip = sc_asn1_get_algorithm_info(id)) && aip->free) {
  ------------------
  |  Branch (620:6): [True: 5.53k, False: 3.31k]
  |  Branch (620:20): [True: 5.53k, False: 0]
  |  Branch (620:62): [True: 5.53k, False: 0]
  ------------------
  621|  5.53k|		aip->free(id->params);
  622|       |		id->params = NULL;
  623|  5.53k|	}
  624|  8.85k|}
pkcs15-algo.c:sc_asn1_get_algorithm_info:
  486|  16.1k|{
  487|  16.1k|	struct sc_asn1_pkcs15_algorithm_info *aip = NULL;
  488|       |
  489|   222k|	for (aip = algorithm_table; aip->id >= 0; aip++)   {
  ------------------
  |  Branch (489:30): [True: 219k, False: 2.39k]
  ------------------
  490|   219k|		if ((int) id->algorithm < 0 && sc_compare_oid(&id->oid, &aip->oid))
  ------------------
  |  Branch (490:7): [True: 105k, False: 113k]
  |  Branch (490:34): [True: 4.85k, False: 101k]
  ------------------
  491|  4.85k|			return aip;
  492|       |
  493|   214k|		if (aip->id == (int)id->algorithm)
  ------------------
  |  Branch (493:7): [True: 8.87k, False: 205k]
  ------------------
  494|  8.87k|			return aip;
  495|   214k|	}
  496|       |
  497|  2.39k|	return NULL;
  498|  16.1k|}
pkcs15-algo.c:asn1_decode_ec_params:
  265|  4.52k|{
  266|  4.52k|	int r;
  267|  4.52k|	struct sc_object_id curve;
  268|  4.52k|	struct sc_asn1_entry asn1_ec_params[4];
  269|  4.52k|	struct sc_ec_parameters *ecp;
  270|       |
  271|  4.52k|	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|  4.52k|	sc_copy_asn1_entry(c_asn1_ec_params, asn1_ec_params);
  277|  4.52k|	sc_format_asn1_entry(asn1_ec_params + 1, &curve, 0, 0);
  278|       |
  279|       |	/* Some signature algorithms will not have any data */
  280|  4.52k|	if (buflen == 0 || buf == NULL)
  ------------------
  |  Branch (280:6): [True: 13, False: 4.51k]
  |  Branch (280:21): [True: 0, False: 4.51k]
  ------------------
  281|     13|		return 0;
  282|       |
  283|  4.51k|	r = sc_asn1_decode_choice(ctx, asn1_ec_params, buf, buflen, NULL, NULL);
  284|       |	/* r = index in asn1_ec_params */
  285|  4.51k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "asn1_decode_ec_params r=%d", r);
  ------------------
  |  |   70|  4.51k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  286|  4.51k|	if (r < 0)
  ------------------
  |  Branch (286:6): [True: 23, False: 4.48k]
  ------------------
  287|     23|		return r;
  288|       |
  289|  4.48k|	ecp = calloc(1, sizeof(struct sc_ec_parameters));
  290|  4.48k|	if (ecp == NULL)
  ------------------
  |  Branch (290:6): [True: 0, False: 4.48k]
  ------------------
  291|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  292|       |
  293|  4.48k|	if (r <= 1) {
  ------------------
  |  Branch (293:6): [True: 4.48k, False: 0]
  ------------------
  294|  4.48k|		ecp->der.value = malloc(buflen);
  295|  4.48k|		if (ecp->der.value == NULL) {
  ------------------
  |  Branch (295:7): [True: 0, False: 4.48k]
  ------------------
  296|      0|			free(ecp);
  297|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  298|      0|		}
  299|  4.48k|		ecp->der.len = buflen;
  300|  4.48k|		memcpy(ecp->der.value, buf, buflen);
  301|  4.48k|	}
  302|      0|	else    {
  303|      0|		r = 0;
  304|      0|	}
  305|       |
  306|  4.48k|	ecp->type = r; /* but 0 = ecparams if any, 1=named curve */
  307|  4.48k|	*paramp = ecp;
  308|  4.48k|	return SC_SUCCESS;
  ------------------
  |  |   28|  4.48k|#define SC_SUCCESS				0
  ------------------
  309|  4.48k|};
pkcs15-algo.c:asn1_encode_ec_params:
  314|  3.12k|{
  315|  3.12k|	 struct sc_ec_parameters *ecp = (struct sc_ec_parameters *) params;
  316|       |
  317|       |	/* Only handle named curves. They may be absent too */
  318|  3.12k|	sc_debug(ctx, SC_LOG_DEBUG_ASN1, "asn1_encode_ec_params() called");
  ------------------
  |  |   70|  3.12k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  319|  3.12k|	*buf = NULL;
  320|  3.12k|	*buflen = 0;
  321|  3.12k|	if (ecp && ecp->type == 1 && ecp->der.value) { /* named curve */
  ------------------
  |  Branch (321:6): [True: 3.12k, False: 0]
  |  Branch (321:13): [True: 3.12k, False: 0]
  |  Branch (321:31): [True: 3.12k, False: 0]
  ------------------
  322|  3.12k|		*buf = malloc(ecp->der.len);
  323|  3.12k|		if (*buf == NULL)
  ------------------
  |  Branch (323:7): [True: 0, False: 3.12k]
  ------------------
  324|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  325|       |
  326|  3.12k|		memcpy(*buf, ecp->der.value, ecp->der.len);
  327|  3.12k|		*buflen = ecp->der.len;
  328|  3.12k|	}
  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|  3.12k|	return 0;
  334|  3.12k|}
pkcs15-algo.c:asn1_free_ec_params:
  338|  5.53k|{
  339|  5.53k|	struct sc_ec_parameters *ecp = (struct sc_ec_parameters *) params;
  340|       |
  341|  5.53k|	if (ecp) {
  ------------------
  |  Branch (341:6): [True: 5.53k, False: 0]
  ------------------
  342|  5.53k|		if (ecp->der.value)
  ------------------
  |  Branch (342:7): [True: 5.53k, False: 0]
  ------------------
  343|  5.53k|			free(ecp->der.value);
  344|  5.53k|		if (ecp->named_curve)
  ------------------
  |  Branch (344:7): [True: 0, False: 5.53k]
  ------------------
  345|      0|			free(ecp->named_curve);
  346|  5.53k|		free(ecp);
  347|  5.53k|	}
  348|  5.53k|}

sc_pkcs15emu_cac_init_ex:
  371|  13.8k|{
  372|  13.8k|	sc_card_t   *card = p15card->card;
  373|  13.8k|	sc_context_t    *ctx = card->ctx;
  374|       |
  375|  13.8k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  13.8k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.8k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|       |
  377|  13.8k|	if (cac_detect_card(p15card))
  ------------------
  |  Branch (377:6): [True: 12.8k, False: 1.02k]
  ------------------
  378|  12.8k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.8k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  379|  1.02k|	return sc_pkcs15emu_cac_init(p15card);
  380|  13.8k|}
pkcs15-cac.c:cac_detect_card:
   65|  13.8k|{
   66|  13.8k|	sc_card_t *card = p15card->card;
   67|       |
   68|  13.8k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  13.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  13.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  13.8k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 13.8k]
  |  |  ------------------
  ------------------
   69|  13.8k|	if (card->type < SC_CARD_TYPE_CAC_GENERIC
  ------------------
  |  Branch (69:6): [True: 11.7k, False: 2.12k]
  ------------------
   70|  2.12k|		|| card->type >= SC_CARD_TYPE_CAC_GENERIC+1000)
  ------------------
  |  Branch (70:6): [True: 1.10k, False: 1.02k]
  ------------------
   71|  12.8k|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  12.8k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
   72|  1.02k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.02k|#define SC_SUCCESS				0
  ------------------
   73|  13.8k|}
pkcs15-cac.c:sc_pkcs15emu_cac_init:
   89|  1.02k|{
   90|  1.02k|	static const pindata pins[] = {
   91|  1.02k|		{ "1", "PIN", "", 0x00,
   92|  1.02k|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|  1.02k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
   93|  1.02k|		  8, 4, 8,
   94|  1.02k|		  SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|  1.02k|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
   95|  1.02k|		  SC_PKCS15_PIN_FLAG_INITIALIZED ,
  ------------------
  |  |   58|  1.02k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
   96|  1.02k|		  -1, 0xFF,
   97|  1.02k|		  SC_PKCS15_CO_FLAG_PRIVATE },
  ------------------
  |  |   50|  1.02k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
   98|  1.02k|		{ NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0}
   99|  1.02k|	};
  100|       |	/* oid for key usage */
  101|  1.02k|	static const struct sc_object_id usage_type = {{ 2, 5, 29, 15, -1 }};
  102|  1.02k|	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|  1.02k|	int    r, i;
  113|  1.02k|	sc_card_t *card = p15card->card;
  114|  1.02k|	sc_serial_number_t serial;
  115|  1.02k|	char buf[SC_MAX_SERIALNR * 2 + 1];
  116|  1.02k|	int count;
  117|  1.02k|	char *token_name = NULL;
  118|       |
  119|       |
  120|  1.02k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.02k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.02k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.02k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.02k]
  |  |  ------------------
  ------------------
  121|       |
  122|  1.02k|	memset(&serial, 0, sizeof(serial));
  123|       |
  124|       |	/* could read this off card if needed */
  125|       |
  126|  1.02k|	set_string(&p15card->tokeninfo->label, cac_get_name(card->type));
  127|  1.02k|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   46|  1.02k|#define MANU_ID		"Common Access Card"
  ------------------
  128|       |
  129|       |	/*
  130|       |	 * get serial number
  131|       |	 */
  132|  1.02k|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
  133|  1.02k|	if (r < 0) {
  ------------------
  |  Branch (133:6): [True: 803, False: 217]
  ------------------
  134|    803|		sc_log(card->ctx, "sc_card_ctl rc=%d",r);
  ------------------
  |  |   71|    803|#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|    803|		set_string(&p15card->tokeninfo->serial_number, "00000000");
  136|    803|	} else {
  137|    217|		sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
  138|    217|		set_string(&p15card->tokeninfo->serial_number, buf);
  139|    217|	}
  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|  1.02k|	sc_log(card->ctx,  "CAC adding pins...");
  ------------------
  |  |   71|  1.02k|#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|  2.04k|	for (i = 0; pins[i].id; i++) {
  ------------------
  |  Branch (146:14): [True: 1.02k, False: 1.02k]
  ------------------
  147|  1.02k|		struct sc_pkcs15_auth_info pin_info;
  148|  1.02k|		struct sc_pkcs15_object   pin_obj;
  149|  1.02k|		const char * label;
  150|       |
  151|  1.02k|		memset(&pin_info, 0, sizeof(pin_info));
  152|  1.02k|		memset(&pin_obj,  0, sizeof(pin_obj));
  153|       |
  154|  1.02k|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|  1.02k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  155|  1.02k|		sc_pkcs15_format_id(pins[i].id, &pin_info.auth_id);
  156|  1.02k|		pin_info.attrs.pin.reference     = pins[i].ref;
  157|  1.02k|		pin_info.attrs.pin.flags         = pins[i].flags;
  158|  1.02k|		pin_info.attrs.pin.type          = pins[i].type;
  159|  1.02k|		pin_info.attrs.pin.min_length    = pins[i].minlen;
  160|  1.02k|		pin_info.attrs.pin.stored_length = pins[i].storedlen;
  161|  1.02k|		pin_info.attrs.pin.max_length    = pins[i].maxlen;
  162|  1.02k|		pin_info.attrs.pin.pad_char      = pins[i].pad_char;
  163|  1.02k|		sc_format_path(pins[i].path, &pin_info.path);
  164|  1.02k|		pin_info.tries_left    = -1;
  165|       |
  166|  1.02k|		label = pins[i].label;
  167|  1.02k|		sc_log(card->ctx,  "CAC Adding pin %d label=%s",i, label);
  ------------------
  |  |   71|  1.02k|#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|  1.02k|		strncpy(pin_obj.label, label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  1.02k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  169|  1.02k|		pin_obj.flags = pins[i].obj_flags;
  170|       |
  171|       |		/* get the ACA path in case it needs to be selected before PIN verify */
  172|  1.02k|		r = sc_card_ctl(card, SC_CARDCTL_CAC_GET_ACA_PATH, &pin_info.path);
  173|  1.02k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get ACA path.");
  ------------------
  |  |  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: 0, False: 1.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|  1.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  174|       |
  175|  1.02k|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  176|  1.02k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not add pin object.");
  ------------------
  |  |  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: 0, False: 1.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|  1.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  177|  1.02k|	}
  178|       |
  179|       |	/* set other objects */
  180|  1.02k|	r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_INIT_GET_GENERIC_OBJECTS, &count);
  181|  1.02k|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not initiate generic objects.");
  ------------------
  |  |  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: 0, False: 1.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|  1.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  182|       |
  183|  1.44k|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (183:14): [True: 421, False: 1.02k]
  ------------------
  184|    421|		struct sc_pkcs15_data_info obj_info;
  185|    421|		struct sc_pkcs15_object    obj_obj;
  186|       |
  187|    421|		r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_GET_NEXT_GENERIC_OBJECT, &obj_info);
  188|    421|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get next generic object.");
  ------------------
  |  |  184|    421|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    421|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    421|	int _ret = (r); \
  |  |  |  |  178|    421|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 421]
  |  |  |  |  ------------------
  |  |  |  |  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|    421|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 421]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|    421|		memset(&obj_obj, 0, sizeof(obj_obj));
  190|    421|		memcpy(obj_obj.label, obj_info.app_label, sizeof(obj_obj.label));
  191|       |
  192|    421|		r = sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_DATA_OBJECT,
  ------------------
  |  |  442|    421|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  193|    421|			&obj_obj, &obj_info);
  194|    421|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize generic object.");
  ------------------
  |  |  184|    421|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    421|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    421|	int _ret = (r); \
  |  |  |  |  178|    421|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 421]
  |  |  |  |  ------------------
  |  |  |  |  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|    421|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 421]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|    421|	}
  196|  1.02k|	r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_FINAL_GET_GENERIC_OBJECTS, &count);
  197|  1.02k|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize generic objects.");
  ------------------
  |  |  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: 0, False: 1.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|  1.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|  1.02k|	sc_log(card->ctx,  "CAC adding certs, pub and priv keys...");
  ------------------
  |  |   71|  1.02k|#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|  1.02k|	r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_INIT_GET_CERT_OBJECTS, &count);
  207|  1.02k|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not initiate cert objects.");
  ------------------
  |  |  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: 0, False: 1.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|  1.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  208|       |
  209|  3.72k|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (209:14): [True: 2.70k, False: 1.02k]
  ------------------
  210|  2.70k|		struct sc_pkcs15_data_info obj_info;
  211|  2.70k|		struct sc_pkcs15_cert_info cert_info;
  212|  2.70k|		struct sc_pkcs15_pubkey_info pubkey_info;
  213|  2.70k|		struct sc_pkcs15_prkey_info prkey_info;
  214|  2.70k|		struct sc_pkcs15_object cert_obj;
  215|  2.70k|		struct sc_pkcs15_object pubkey_obj;
  216|  2.70k|		struct sc_pkcs15_object prkey_obj;
  217|  2.70k|		sc_pkcs15_der_t   cert_der;
  218|  2.70k|		sc_pkcs15_cert_t *cert_out = NULL;
  219|       |
  220|  2.70k|		r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_GET_NEXT_CERT_OBJECT, &obj_info);
  221|  2.70k|		LOG_TEST_RET(card->ctx, r, "Can not get next object");
  ------------------
  |  |  174|  2.70k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  2.70k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  2.70k|	int _ret = (r); \
  |  |  |  |  168|  2.70k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 2.70k]
  |  |  |  |  ------------------
  |  |  |  |  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.70k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2.70k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  222|       |
  223|  2.70k|		memset(&cert_info, 0, sizeof(cert_info));
  224|  2.70k|		memset(&pubkey_info, 0, sizeof(pubkey_info));
  225|  2.70k|		memset(&prkey_info, 0, sizeof(prkey_info));
  226|  2.70k|		memset(&cert_obj,  0, sizeof(cert_obj));
  227|  2.70k|		memset(&pubkey_obj,  0, sizeof(pubkey_obj));
  228|  2.70k|		memset(&prkey_obj,  0, sizeof(prkey_obj));
  229|       |
  230|  2.70k|		cert_info.id = obj_info.id;
  231|  2.70k|		pubkey_info.id = obj_info.id;
  232|  2.70k|		prkey_info.id = obj_info.id;
  233|  2.70k|		cert_info.path = obj_info.path;
  234|  2.70k|		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|  2.70k|		if (prkey_info.path.len && prkey_info.path.len <= 2) {
  ------------------
  |  Branch (237:7): [True: 890, False: 1.81k]
  |  Branch (237:30): [True: 890, False: 0]
  ------------------
  238|    890|			prkey_info.path.value[2] = prkey_info.path.value[0];
  239|    890|			prkey_info.path.value[3] = prkey_info.path.value[1];
  240|    890|			prkey_info.path.value[0] = 0x3f;
  241|    890|			prkey_info.path.value[1] = 0x00;
  242|    890|			prkey_info.path.len += 2;
  243|    890|		}
  244|  2.70k|		pubkey_info.native        = 1;
  245|  2.70k|		pubkey_info.key_reference = ((int)obj_info.id.value[0]) << 8 | obj_info.id.value[1];
  246|  2.70k|		prkey_info.key_reference = ((int)obj_info.id.value[0]) << 8 | obj_info.id.value[1];
  247|  2.70k|		prkey_info.native        = 1;
  248|       |
  249|  2.70k|		memcpy(cert_obj.label, obj_info.app_label, sizeof(obj_info.app_label));
  250|  2.70k|		memcpy(pubkey_obj.label, obj_info.app_label, sizeof(obj_info.app_label));
  251|  2.70k|		memcpy(prkey_obj.label, obj_info.app_label, sizeof(obj_info.app_label));
  252|  2.70k|		prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|  2.70k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  253|  2.70k|		sc_pkcs15_format_id(pins[0].id, &prkey_obj.auth_id);
  254|       |
  255|  2.70k|		r = sc_pkcs15_read_file(p15card, &cert_info.path, &cert_der.value, &cert_der.len, 0);
  256|       |
  257|  2.70k|		if (r) {
  ------------------
  |  Branch (257:7): [True: 2.25k, False: 452]
  ------------------
  258|  2.25k|			sc_log(card->ctx,  "No cert found,i=%d", i);
  ------------------
  |  |   71|  2.25k|#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|  2.25k|			continue;
  260|  2.25k|		}
  261|    452|		cert_info.path.count = (int)cert_der.len;
  262|       |
  263|    452|		sc_log(card->ctx, "cert len=%zu, cert_info.path.count=%d r=%d",
  ------------------
  |  |   71|    452|#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|    452|				cert_der.len, cert_info.path.count, r);
  265|    452|		sc_log_hex(card->ctx, "cert", cert_der.value, cert_der.len);
  ------------------
  |  |  129|    452|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|    452|    _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|    452|		if (cert_der.value) {
  ------------------
  |  Branch (269:7): [True: 179, False: 273]
  ------------------
  270|    179|			cert_info.value.value = cert_der.value;
  271|    179|			cert_info.value.len = cert_der.len;
  272|    179|			cert_info.path.len = 0; /* use in mem cert from now on */
  273|    179|		}
  274|       |
  275|       |		/* following will find the cached cert in cert_info */
  276|    452|		r =  sc_pkcs15_read_certificate(p15card, &cert_info, 0, &cert_out);
  277|    452|		if (r < 0 || cert_out->key == NULL) {
  ------------------
  |  Branch (277:7): [True: 452, False: 0]
  |  Branch (277:16): [True: 0, False: 0]
  ------------------
  278|    452|			sc_log(card->ctx,  "Failed to read/parse the certificate r=%d",r);
  ------------------
  |  |   71|    452|#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|    452|			if (cert_out != NULL)
  ------------------
  |  Branch (279:8): [True: 0, False: 452]
  ------------------
  280|      0|				sc_pkcs15_free_certificate(cert_out);
  281|    452|			free(cert_info.value.value);
  282|    452|			continue;
  283|    452|		}
  284|       |
  285|      0|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  286|      0|		if (r < 0) {
  ------------------
  |  Branch (286:7): [True: 0, False: 0]
  ------------------
  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|      0|		if (!token_name) {
  ------------------
  |  Branch (293:7): [True: 0, False: 0]
  ------------------
  294|      0|			u8 * cn_name = NULL;
  295|      0|			size_t cn_len = 0;
  296|      0|			static const struct sc_object_id cn_oid = {{ 2, 5, 4, 3, -1 }};
  297|      0|			r = sc_pkcs15_get_name_from_dn(card->ctx, cert_out->subject,
  298|      0|				cert_out->subject_len, &cn_oid, &cn_name, &cn_len);
  299|      0|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (299:8): [True: 0, False: 0]
  ------------------
  300|      0|				token_name = malloc (cn_len+1);
  301|      0|				if (!token_name) {
  ------------------
  |  Branch (301:9): [True: 0, False: 0]
  ------------------
  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|      0|				memcpy(token_name, cn_name, cn_len);
  307|      0|				free(cn_name);
  308|      0|				token_name[cn_len] = 0;
  309|      0|				free(p15card->tokeninfo->label);
  310|      0|				p15card->tokeninfo->label = token_name;
  311|      0|			}
  312|      0|		}
  313|       |
  314|       |
  315|      0|		r = sc_pkcs15_encode_pubkey_as_spki(card->ctx, cert_out->key, &pubkey_info.direct.spki.value, &pubkey_info.direct.spki.len);
  316|      0|		if (r < 0)
  ------------------
  |  Branch (316:7): [True: 0, False: 0]
  ------------------
  317|      0|			goto fail;
  318|      0|		pubkey_obj.emulated = cert_out->key;
  319|       |
  320|      0|		r = sc_pkcs15_get_bitstring_extension(card->ctx, cert_out, &usage_type, &usage, NULL);
  321|      0|		if (r < 0) {
  ------------------
  |  Branch (321:7): [True: 0, False: 0]
  ------------------
  322|      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
  ------------------
  323|      0|		}
  324|      0|		sc_pkcs15_map_usage(usage, cert_out->key->algorithm, &pubkey_info.usage, &prkey_info.usage, 1);
  325|      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__
  |  |  ------------------
  ------------------
  326|      0|				sc_dump_hex(cert_info.id.value, cert_info.id.len),
  327|      0|				 usage, pubkey_info.usage, prkey_info.usage);
  328|      0|		if (cert_out->key->algorithm != SC_ALGORITHM_RSA) {
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (328:7): [True: 0, False: 0]
  ------------------
  329|      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__
  |  |  ------------------
  ------------------
  330|      0|			sc_pkcs15_free_certificate(cert_out);
  331|      0|			free(pubkey_info.direct.spki.value);
  332|      0|			continue;
  333|      0|		} else {
  334|      0|			pubkey_info.modulus_length = cert_out->key->u.rsa.modulus.len * 8;
  335|      0|			prkey_info.modulus_length = cert_out->key->u.rsa.modulus.len * 8;
  336|      0|			r = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  337|      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__
  |  |  ------------------
  ------------------
  338|      0|			if (r < 0) {
  ------------------
  |  Branch (338:8): [True: 0, False: 0]
  ------------------
  339|      0|				free(pubkey_info.direct.spki.value);
  340|      0|				goto fail;
  341|      0|			}
  342|      0|			pubkey_info.direct.spki.value = NULL; /* moved to the pubkey object on p15card  */
  343|      0|			pubkey_info.direct.spki.len = 0;
  344|      0|			r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  345|      0|			if (r < 0)
  ------------------
  |  Branch (345:8): [True: 0, False: 0]
  ------------------
  346|      0|				goto fail;
  347|      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__
  |  |  ------------------
  ------------------
  348|      0|		}
  349|       |
  350|      0|		cert_out->key = NULL;
  351|      0|fail:
  352|      0|		sc_pkcs15_free_certificate(cert_out);
  353|      0|		if (r < 0) {
  ------------------
  |  Branch (353:7): [True: 0, False: 0]
  ------------------
  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|      0|	}
  359|  1.02k|	r = (card->ops->card_ctl)(card, SC_CARDCTL_CAC_FINAL_GET_CERT_OBJECTS, &count);
  360|  1.02k|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize cert objects.");
  ------------------
  |  |  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: 0, False: 1.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|  1.02k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.02k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  361|       |
  362|  1.02k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.02k]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|  1.02k|{
   79|  1.02k|    switch (type) {
   80|    177|    case SC_CARD_TYPE_CAC_I: return ("CAC I");
  ------------------
  |  Branch (80:5): [True: 177, False: 843]
  ------------------
   81|    396|    case SC_CARD_TYPE_CAC_II: return ("CAC II");
  ------------------
  |  Branch (81:5): [True: 396, False: 624]
  ------------------
   82|    447|    case SC_CARD_TYPE_CAC_ALT_HID: return ("CAC ALT HID");
  ------------------
  |  Branch (82:5): [True: 447, False: 573]
  ------------------
   83|      0|    default: break;
  ------------------
  |  Branch (83:5): [True: 0, False: 1.02k]
  ------------------
   84|  1.02k|    }
   85|      0|    return ("CAC");
   86|  1.02k|}

sc_pkcs15_read_cached_file:
  113|  5.63k|{
  114|  5.63k|	char fname[PATH_MAX];
  115|  5.63k|	int rv;
  116|  5.63k|	FILE *f;
  117|  5.63k|	size_t count;
  118|  5.63k|	struct stat stbuf;
  119|  5.63k|	u8 *data = NULL;
  120|       |
  121|  5.63k|	if (path->len < 2)
  ------------------
  |  Branch (121:6): [True: 1.84k, False: 3.79k]
  ------------------
  122|  1.84k|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  1.84k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  123|       |
  124|       |	/* Accept full path or FILE-ID path with AID */
  125|  3.79k|	if ((path->type != SC_PATH_TYPE_PATH) && (path->type != SC_PATH_TYPE_FILE_ID || path->aid.len == 0))
  ------------------
  |  |  119|  3.79k|#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|  3.88k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  |  Branch (125:6): [True: 1.94k, False: 1.85k]
  |  Branch (125:44): [True: 1, False: 1.94k]
  |  Branch (125:82): [True: 777, False: 1.16k]
  ------------------
  126|    778|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    778|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  127|       |
  128|  3.01k|	sc_log(p15card->card->ctx, "try to read cache for %s", sc_print_path(path));
  ------------------
  |  |   71|  3.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__
  |  |  ------------------
  ------------------
  129|  3.01k|	rv = generate_cache_filename(p15card, path, fname, sizeof(fname));
  130|  3.01k|	if (rv != SC_SUCCESS)
  ------------------
  |  |   28|  3.01k|#define SC_SUCCESS				0
  ------------------
  |  Branch (130:6): [True: 1.13k, False: 1.88k]
  ------------------
  131|  1.13k|		return rv;
  132|  1.88k|	sc_log(p15card->card->ctx, "read cached file %s", fname);
  ------------------
  |  |   71|  1.88k|#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|  1.88k|	f = fopen(fname, "rb");
  135|  1.88k|	if (!f)
  ------------------
  |  Branch (135:6): [True: 1.02k, False: 865]
  ------------------
  136|  1.02k|		return SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|  1.02k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  137|    865|	if (fstat(fileno(f), &stbuf))   {
  ------------------
  |  Branch (137:6): [True: 0, False: 865]
  ------------------
  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|    865|	if (path->count < 0) {
  ------------------
  |  Branch (142:6): [True: 359, False: 506]
  ------------------
  143|    359|		count = stbuf.st_size;
  144|    359|	}
  145|    506|	else {
  146|    506|		count = path->count;
  147|    506|		if (path->index + count > (size_t)stbuf.st_size)   {
  ------------------
  |  Branch (147:7): [True: 344, False: 162]
  ------------------
  148|    344|			rv = SC_ERROR_FILE_NOT_FOUND; /* cache file bad? */
  ------------------
  |  |   51|    344|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  149|    344|			goto err;
  150|    344|		}
  151|       |
  152|    162|		if (0 != fseek(f, (long)path->index, SEEK_SET)) {
  ------------------
  |  Branch (152:7): [True: 0, False: 162]
  ------------------
  153|      0|			rv = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|      0|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  154|      0|			goto err;
  155|      0|		}
  156|    162|	}
  157|       |
  158|    521|	if (*buf == NULL) {
  ------------------
  |  Branch (158:6): [True: 519, False: 2]
  ------------------
  159|    519|		data = malloc((size_t)stbuf.st_size);
  160|    519|		if (data == NULL)   {
  ------------------
  |  Branch (160:7): [True: 0, False: 519]
  ------------------
  161|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  162|      0|			goto err;
  163|      0|		}
  164|    519|	}
  165|      2|	else {
  166|      2|		if (count > *bufsize) {
  ------------------
  |  Branch (166:7): [True: 1, False: 1]
  ------------------
  167|      1|			rv =  SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      1|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  168|      1|			goto err;
  169|      1|		}
  170|      1|		data = *buf;
  171|      1|	}
  172|       |
  173|    520|	if (count != fread(data, 1, count, f)) {
  ------------------
  |  Branch (173:6): [True: 0, False: 520]
  ------------------
  174|      0|		rv = SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  175|      0|		goto err;
  176|      0|	}
  177|    520|	*buf = data;
  178|    520|	*bufsize = count;
  179|       |
  180|    520|	rv = SC_SUCCESS;
  ------------------
  |  |   28|    520|#define SC_SUCCESS				0
  ------------------
  181|       |
  182|    865|err:
  183|    865|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    865|#define SC_SUCCESS				0
  ------------------
  |  Branch (183:6): [True: 345, False: 520]
  ------------------
  184|    345|		if (data != *buf) {
  ------------------
  |  Branch (184:7): [True: 1, False: 344]
  ------------------
  185|      1|			free(data);
  186|      1|		}
  187|    345|	}
  188|       |
  189|    865|	fclose(f);
  190|    865|	return rv;
  191|    520|}
sc_pkcs15_cache_file:
  196|    770|{
  197|    770|	char fname[PATH_MAX];
  198|    770|	int r;
  199|    770|	long len;
  200|    770|	FILE *f;
  201|    770|	size_t c;
  202|       |
  203|    770|	r = generate_cache_filename(p15card, path, fname, sizeof(fname));
  204|    770|	if (r != 0)
  ------------------
  |  Branch (204:6): [True: 437, False: 333]
  ------------------
  205|    437|		return r;
  206|       |
  207|    333|	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|    333|	if (f == NULL && errno == ENOENT) {
  ------------------
  |  Branch (211:6): [True: 35, False: 298]
  |  Branch (211:19): [True: 35, False: 0]
  ------------------
  212|     35|		if ((r = sc_make_cache_dir(p15card->card->ctx)) < 0)
  ------------------
  |  Branch (212:7): [True: 32, False: 3]
  ------------------
  213|     32|			return r;
  214|      3|		f = fopen(fname, "ab");
  215|      3|	}
  216|    301|	if (f == NULL)
  ------------------
  |  Branch (216:6): [True: 1, False: 300]
  ------------------
  217|      1|		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|    300|	len = ftell(f);
  222|    300|	if (len > path->index) {
  ------------------
  |  Branch (222:6): [True: 41, False: 259]
  ------------------
  223|       |		/* override previous cache records on this location */
  224|     41|		r = fseek(f, path->index, SEEK_SET);
  225|     41|		if (r != 0) {
  ------------------
  |  Branch (225:7): [True: 0, False: 41]
  ------------------
  226|      0|			fclose(f);
  227|      0|			return 0;
  228|      0|		}
  229|    259|	} else if (path->index > len) {
  ------------------
  |  Branch (229:13): [True: 41, False: 218]
  ------------------
  230|       |		/* We miss some bytes so we will not cache this chunk */
  231|     41|		fclose(f);
  232|     41|		return 0;
  233|     41|	}
  234|       |
  235|    259|	c = fwrite(buf, 1, bufsize, f);
  236|    259|	fclose(f);
  237|    259|	if (c != bufsize) {
  ------------------
  |  Branch (237:6): [True: 0, False: 259]
  ------------------
  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|    259|	return 0;
  243|    259|}
pkcs15-cache.c:generate_cache_filename:
   44|  3.78k|{
   45|  3.78k|	char dir[PATH_MAX];
   46|  3.78k|	char *last_update = NULL;
   47|  3.78k|	int  r;
   48|  3.78k|	unsigned u;
   49|  3.78k|	size_t change_counter;
   50|       |
   51|  3.78k|	if (p15card->tokeninfo->serial_number == NULL
  ------------------
  |  Branch (51:6): [True: 1.28k, False: 2.50k]
  ------------------
   52|  1.28k|			&& (p15card->card->uid.len == 0
  ------------------
  |  Branch (52:8): [True: 1.28k, 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|  1.28k|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  1.28k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   55|       |
   56|  2.50k|	if (path->len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|  2.50k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (56:6): [True: 0, False: 2.50k]
  ------------------
   57|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   58|  2.50k|	r = sc_get_cache_dir(p15card->card->ctx, dir, sizeof(dir));
   59|  2.50k|	if (r)
  ------------------
  |  Branch (59:6): [True: 0, False: 2.50k]
  ------------------
   60|      0|		return r;
   61|  2.50k|	snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir), "/");
   62|       |
   63|  2.50k|	last_update = sc_pkcs15_get_lastupdate(p15card);
   64|  2.50k|	if (!last_update)
  ------------------
  |  Branch (64:6): [True: 2.50k, False: 0]
  ------------------
   65|  2.50k|		last_update = "NODATE";
   66|       |
   67|  2.50k|	if (p15card->tokeninfo->serial_number) {
  ------------------
  |  Branch (67:6): [True: 2.50k, False: 0]
  ------------------
   68|  2.50k|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir),
   69|  2.50k|				"%s_%s", p15card->tokeninfo->serial_number,
   70|  2.50k|				last_update);
   71|  2.50k|	} 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|  2.50k|	if (SC_SUCCESS == sc_card_ctl(p15card->card, SC_CARDCTL_GET_CHANGE_COUNTER, &change_counter))
  ------------------
  |  |   28|  2.50k|#define SC_SUCCESS				0
  ------------------
  |  Branch (78:6): [True: 1, False: 2.49k]
  ------------------
   79|      1|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir), "_%zu", change_counter);
   80|       |
   81|  2.50k|	if (path->aid.len &&
  ------------------
  |  Branch (81:6): [True: 1.50k, False: 991]
  ------------------
   82|  1.50k|		(path->type == SC_PATH_TYPE_FILE_ID || path->type == SC_PATH_TYPE_PATH))   {
  ------------------
  |  |  117|  3.01k|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
              		(path->type == SC_PATH_TYPE_FILE_ID || path->type == SC_PATH_TYPE_PATH))   {
  ------------------
  |  |  119|    256|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (82:4): [True: 1.25k, False: 256]
  |  Branch (82:42): [True: 6, False: 250]
  ------------------
   83|  1.25k|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir), "_");
   84|  10.1k|		for (u = 0; u < path->aid.len; u++)
  ------------------
  |  Branch (84:15): [True: 8.86k, False: 1.25k]
  ------------------
   85|  8.86k|			snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir),
   86|  8.86k|					"%02X",  path->aid.value[u]);
   87|  1.25k|	}
   88|  1.24k|	else if (path->type != SC_PATH_TYPE_PATH)  {
  ------------------
  |  |  119|  1.24k|#define SC_PATH_TYPE_PATH		2
  ------------------
  |  Branch (88:11): [True: 282, False: 959]
  ------------------
   89|    282|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    282|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   90|    282|	}
   91|       |
   92|  2.21k|	if (path->len)   {
  ------------------
  |  Branch (92:6): [True: 2.21k, False: 0]
  ------------------
   93|  2.21k|		size_t offs = 0;
   94|       |
   95|  2.21k|		if (path->len > 2 && memcmp(path->value, "\x3F\x00", 2) == 0)
  ------------------
  |  Branch (95:7): [True: 959, False: 1.25k]
  |  Branch (95:24): [True: 889, False: 70]
  ------------------
   96|    889|			offs = 2;
   97|  2.21k|		snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir), "_");
   98|  8.66k|		for (u = 0; u < path->len - offs; u++)
  ------------------
  |  Branch (98:15): [True: 6.44k, False: 2.21k]
  ------------------
   99|  6.44k|			snprintf(dir + strlen(dir), sizeof(dir) - strlen(dir),
  100|  6.44k|					"%02X",  path->value[u + offs]);
  101|  2.21k|	}
  102|       |
  103|  2.21k|	if (!buf)
  ------------------
  |  Branch (103:6): [True: 0, False: 2.21k]
  ------------------
  104|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  105|  2.21k|	strlcpy(buf, dir, bufsize);
  ------------------
  |  |   43|  2.21k|#define strlcpy _strlcpy
  ------------------
  106|       |
  107|  2.21k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.21k|#define SC_SUCCESS				0
  ------------------
  108|  2.21k|}

sc_pkcs15emu_cardos_init_ex:
  172|  9.95k|{
  173|  9.95k|	if (cardos_pkcs15emu_detect_card(p15card))
  ------------------
  |  Branch (173:6): [True: 9.16k, False: 787]
  ------------------
  174|  9.16k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.16k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  175|       |
  176|    787|	return sc_pkcs15emu_cardos_init(p15card, aid);
  177|  9.95k|}
pkcs15-cardos.c:cardos_pkcs15emu_detect_card:
  138|  9.95k|{
  139|  9.95k|	if (p15card->card->type <  SC_CARD_TYPE_CARDOS_BASE)
  ------------------
  |  Branch (139:6): [True: 421, False: 9.53k]
  ------------------
  140|    421|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|    421|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  141|       |
  142|  9.53k|	if (p15card->card->type >= SC_CARD_TYPE_CARDOS_BASE + 1000)
  ------------------
  |  Branch (142:6): [True: 8.74k, False: 787]
  ------------------
  143|  8.74k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  8.74k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  144|       |
  145|    787|	return SC_SUCCESS;
  ------------------
  |  |   28|    787|#define SC_SUCCESS				0
  ------------------
  146|  9.53k|}
pkcs15-cardos.c:sc_pkcs15emu_cardos_init:
  151|    787|{
  152|    787|	sc_card_t *card = p15card->card;
  153|    787|	int r;
  154|       |
  155|    787|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    787|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    787|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    787|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    787|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 787]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  156|       |
  157|    787|	r = sc_pkcs15_bind_internal(p15card, aid);
  158|    787|	LOG_TEST_RET(card->ctx, r, "sc_pkcs15_bind_internal failed");
  ------------------
  |  |  174|    787|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    787|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    787|	int _ret = (r); \
  |  |  |  |  168|    787|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 777, False: 10]
  |  |  |  |  ------------------
  |  |  |  |  169|    777|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    777|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    777|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    777|		return _ret; \
  |  |  |  |  172|    777|	} \
  |  |  |  |  173|    787|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 10]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  159|       |
  160|       |	/* If card has created algorithms, return  */
  161|     10|	sc_log(card->ctx, " card->algorithms:%p card->algorithm_count:%d", card->algorithms, card->algorithm_count);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  162|     10|	if (!card->algorithms && card->algorithm_count == 0) {
  ------------------
  |  Branch (162:6): [True: 7, False: 3]
  |  Branch (162:27): [True: 7, False: 0]
  ------------------
  163|      7|		r = cardos_fix_token_info(p15card);
  164|      7|	}
  165|       |
  166|     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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|     10|}
pkcs15-cardos.c:cardos_fix_token_info:
   43|      7|{
   44|      7|	sc_card_t *card;
   45|      7|	struct sc_supported_algo_info (*saa)[SC_MAX_SUPPORTED_ALGORITHMS];
   46|      7|	struct sc_supported_algo_info *sa;
   47|      7|	struct sc_cardctl_cardos_pass_algo_flags *passed = NULL;
   48|      7|	int r = 0;
   49|      7|	int i;
   50|       |
   51|      7|	card = p15card->card;
   52|       |
   53|      7|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|      7|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|      7|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|      7|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 7]
  |  |  ------------------
  ------------------
   54|       |
   55|      7|	passed = calloc(1, sizeof(struct sc_cardctl_cardos_pass_algo_flags));
   56|      7|	if (!passed)
  ------------------
  |  Branch (56:6): [True: 0, False: 7]
  ------------------
   57|      7|		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|      7|	passed->pass = 1; /* get used_flags and card_flags from card */
   60|      7|	r = sc_card_ctl(p15card->card, SC_CARDCTL_CARDOS_PASS_ALGO_FLAGS, passed);
   61|      7|	if (r < 0) {
  ------------------
  |  Branch (61:6): [True: 0, False: 7]
  ------------------
   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|      7|	saa = &(p15card->tokeninfo->supported_algos);
   67|       |
   68|      7|	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|      7|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   69|       |
   70|      7|	if (passed->card_flags) { /* user forced the flags, use them */
  ------------------
  |  Branch (70:6): [True: 0, False: 7]
  ------------------
   71|      0|		passed->new_flags = passed->card_flags; /* from card_atr flags */
   72|      7|	} else {
   73|       |
   74|      7|		for (i = 0, sa = saa[0]; i < SC_MAX_SUPPORTED_ALGORITHMS; i++, sa++) {
  ------------------
  |  |   61|      7|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (74:28): [True: 7, False: 0]
  ------------------
   75|       |
   76|      7|			if (sa->reference == 0 && sa->mechanism == 0
  ------------------
  |  Branch (76:8): [True: 7, False: 0]
  |  Branch (76:30): [True: 7, False: 0]
  ------------------
   77|      7|					&& sa->operations == 0 && sa->algo_ref == 0)
  ------------------
  |  Branch (77:9): [True: 7, False: 0]
  |  Branch (77:32): [True: 7, False: 0]
  ------------------
   78|      7|				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|      7|		if (passed->new_flags == 0) {
  ------------------
  |  Branch (118:7): [True: 7, False: 0]
  ------------------
  119|      7|			if (p15card->tokeninfo && p15card->tokeninfo->flags & SC_PKCS15_TOKEN_EID_COMPLIANT) {
  ------------------
  |  |  598|      7|#define SC_PKCS15_TOKEN_EID_COMPLIANT			0x08
  ------------------
  |  Branch (119:8): [True: 7, False: 0]
  |  Branch (119:30): [True: 0, False: 7]
  ------------------
  120|      0|				sc_debug(card->ctx, SC_LOG_DEBUG_NORMAL, "EID_COMPLIANT flag found");
  ------------------
  |  |   70|      0|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  121|      0|				passed->new_flags = (passed->used_flags & ~SC_ALGORITHM_SPECIFIC_FLAGS) | SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |   96|      0|#define SC_ALGORITHM_SPECIFIC_FLAGS	0x001FFFFF
  ------------------
              				passed->new_flags = (passed->used_flags & ~SC_ALGORITHM_SPECIFIC_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 */
  |  |  ------------------
  ------------------
  122|      0|			} else
  123|      7|				passed->new_flags = passed->used_flags; /* from default cardos_init */
  124|      7|		}
  125|      7|	}
  126|       |
  127|      7|	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|      7|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  128|       |
  129|      7|	passed->pass = 2; /* tell card driver to use the new flags */
  130|      7|	r = sc_card_ctl(p15card->card, SC_CARDCTL_CARDOS_PASS_ALGO_FLAGS, passed);
  131|       |
  132|      7|	free(passed);
  133|      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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  134|      7|}

sc_pkcs15emu_cedulauy_init_ex:
  196|  12.4k|{
  197|  12.4k|	if (p15card->card->type != SC_CARD_TYPE_CEDULAUY)
  ------------------
  |  Branch (197:6): [True: 12.3k, False: 67]
  ------------------
  198|  12.3k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  199|       |
  200|     67|	return sc_pkcs15emu_cedulauy_init(p15card);
  201|  12.4k|}
pkcs15-cedulauy.c:sc_pkcs15emu_cedulauy_init:
   70|     67|{
   71|     67|	struct sc_context *ctx = p15card->card->ctx;
   72|     67|	struct sc_aid aid;
   73|     67|	int r;
   74|     67|	size_t i;
   75|       |
   76|     67|	struct sc_pkcs15_auth_info pin_info = {0};
   77|     67|	struct sc_pkcs15_object pin_obj = {0};
   78|     67|	struct sc_pkcs15_cert_info cert_info = {0};
   79|     67|	struct sc_pkcs15_object cert_obj = {0};
   80|     67|	struct sc_pkcs15_prkey_info prkey_info = {0};
   81|     67|	struct sc_pkcs15_object prkey_obj = {0};
   82|     67|	struct sc_pkcs15_cert *cert = NULL;
   83|     67|	struct sc_app_info *appinfo;
   84|       |
   85|     67|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   86|       |
   87|     67|	memcpy(aid.value, cedulauy_aid, sizeof cedulauy_aid);
   88|     67|	aid.len = sizeof cedulauy_aid;
   89|       |
   90|     67|	appinfo = calloc(1, sizeof(struct sc_app_info));
   91|     67|	if (appinfo == NULL) {
  ------------------
  |  Branch (91:6): [True: 0, False: 67]
  ------------------
   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|     67|	appinfo->aid = aid;
   95|     67|	appinfo->ddo.aid = aid;
   96|     67|	p15card->app = appinfo;
   97|       |
   98|       |	/* Global PIN (reference 0x11, ASCII numeric, zero-padded to 12 bytes). */
   99|     67|	pin_info.auth_id.value[0] = CEDULAUY_OBJ_ID;
  ------------------
  |  |   52|     67|#define CEDULAUY_OBJ_ID	  0x01	 /* links cert <-> prkey */
  ------------------
  100|     67|	pin_info.auth_id.len = 1;
  101|     67|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     67|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  102|     67|	pin_info.attrs.pin.reference = CEDULAUY_PIN_REF;
  ------------------
  |  |   51|     67|#define CEDULAUY_PIN_REF  0x11	 /* Global PIN reference */
  ------------------
  103|     67|	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   58|     67|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
              	pin_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   59|     67|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  104|     67|	pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|     67|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  105|     67|	pin_info.attrs.pin.min_length = 4;
  106|     67|	pin_info.attrs.pin.stored_length = 12;
  107|     67|	pin_info.attrs.pin.max_length = 12;
  108|     67|	pin_info.attrs.pin.pad_char = 0x00;
  109|     67|	pin_info.tries_left = -1;
  110|     67|	pin_info.max_tries = -1;
  111|     67|	strlcpy(pin_obj.label, "PIN", sizeof pin_obj.label);
  ------------------
  |  |   43|     67|#define strlcpy _strlcpy
  ------------------
  112|     67|	r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  113|     67|	LOG_TEST_RET(ctx, r, "Cannot add Global PIN object");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  114|       |
  115|       |	/* Signing certificate (EF B001 under the IAS application). */
  116|     67|	sc_format_path("i" CEDULAUY_CERT_FID, &cert_info.path); /* 'i' => select by file ID */
  ------------------
  |  |   49|     67|#define CEDULAUY_CERT_FID "B001" /* signing certificate EF */
  ------------------
  117|     67|	cert_info.path.aid = aid;
  118|     67|	cert_info.id.value[0] = CEDULAUY_OBJ_ID;
  ------------------
  |  |   52|     67|#define CEDULAUY_OBJ_ID	  0x01	 /* links cert <-> prkey */
  ------------------
  119|     67|	cert_info.id.len = 1;
  120|     67|	strlcpy(cert_obj.label, "Certificado de Firma", sizeof cert_obj.label);
  ------------------
  |  |   43|     67|#define strlcpy _strlcpy
  ------------------
  121|     67|	r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  122|     67|	LOG_TEST_RET(ctx, r, "Cannot add signing certificate object");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  123|       |
  124|       |	/* Set the token label and serial number from the certificate, when
  125|       |	 * readable.  The serial number also keys the file cache. */
  126|     67|	if (sc_pkcs15_read_certificate(p15card, &cert_info, 0, &cert) == SC_SUCCESS) {
  ------------------
  |  |   28|     67|#define SC_SUCCESS				0
  ------------------
  |  Branch (126:6): [True: 0, False: 67]
  ------------------
  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|     67|	prkey_info.id.value[0] = CEDULAUY_OBJ_ID;
  ------------------
  |  |   52|     67|#define CEDULAUY_OBJ_ID	  0x01	 /* links cert <-> prkey */
  ------------------
  167|     67|	prkey_info.id.len = 1;
  168|     67|	prkey_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  307|     67|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              	prkey_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|     67|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  169|     67|	prkey_info.native = 1;
  170|     67|	prkey_info.key_reference = CEDULAUY_KEY_REF;
  ------------------
  |  |   50|     67|#define CEDULAUY_KEY_REF  0x01	 /* signing private key reference */
  ------------------
  171|     67|	prkey_info.modulus_length = 2048;
  172|     67|	prkey_obj.auth_id.value[0] = CEDULAUY_OBJ_ID;
  ------------------
  |  |   52|     67|#define CEDULAUY_OBJ_ID	  0x01	 /* links cert <-> prkey */
  ------------------
  173|     67|	prkey_obj.auth_id.len = 1;
  174|     67|	prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     67|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  175|     67|	strlcpy(prkey_obj.label, "Clave de Firma", sizeof prkey_obj.label);
  ------------------
  |  |   43|     67|#define strlcpy _strlcpy
  ------------------
  176|     67|	r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  177|     67|	LOG_TEST_RET(ctx, r, "Cannot add signing private key object");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  178|       |
  179|       |	/* Public identity data objects (DF 7000), readable without PIN. */
  180|    335|	for (i = 0; i < sizeof cedulauy_data_files / sizeof cedulauy_data_files[0]; i++) {
  ------------------
  |  Branch (180:14): [True: 268, False: 67]
  ------------------
  181|    268|		struct sc_pkcs15_data_info dinfo = {0};
  182|    268|		struct sc_pkcs15_object dobj = {0};
  183|       |
  184|    268|		sc_format_path(cedulauy_data_files[i].path, &dinfo.path);
  185|    268|		strlcpy(dinfo.app_label, cedulauy_data_files[i].label, sizeof dinfo.app_label);
  ------------------
  |  |   43|    268|#define strlcpy _strlcpy
  ------------------
  186|    268|		strlcpy(dobj.label, cedulauy_data_files[i].label, sizeof dobj.label);
  ------------------
  |  |   43|    268|#define strlcpy _strlcpy
  ------------------
  187|    268|		r = sc_pkcs15emu_add_data_object(p15card, &dobj, &dinfo);
  188|    268|		LOG_TEST_RET(ctx, r, "Cannot add identity data object");
  ------------------
  |  |  174|    268|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    268|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    268|	int _ret = (r); \
  |  |  |  |  168|    268|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 268]
  |  |  |  |  ------------------
  |  |  |  |  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|    268|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 268]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|    268|	}
  190|       |
  191|     67|	LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|     67|}

sc_pkcs15_get_name_from_dn:
  158|  1.13k|{
  159|  1.13k|	const u8 *rdn = NULL;
  160|  1.13k|	const u8 *next_ava = NULL;
  161|  1.13k|	size_t rdn_len = 0;
  162|  1.13k|	size_t next_ava_len = 0;
  163|  1.13k|	int rv;
  164|       |
  165|  1.13k|	rdn = sc_asn1_skip_tag(ctx, &dn, &dn_len, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &rdn_len);
  ------------------
  |  |  206|  1.13k|#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.13k|#define SC_ASN1_CONS			0x20000000
  ------------------
  166|  1.13k|	if (rdn == NULL)
  ------------------
  |  Branch (166:6): [True: 0, False: 1.13k]
  ------------------
  167|  1.13k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of Distinguished Name");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  168|       |
  169|  1.18k|	for (next_ava = rdn, next_ava_len = rdn_len; next_ava_len; ) {
  ------------------
  |  Branch (169:47): [True: 1.13k, False: 50]
  ------------------
  170|  1.13k|		const u8 *ava, *dummy, *oidp;
  171|  1.13k|		struct sc_object_id oid;
  172|  1.13k|		size_t ava_len = 0, dummy_len, oid_len = 0;
  173|       |
  174|       |		/* unwrap the set and point to the next ava */
  175|  1.13k|		ava = sc_asn1_skip_tag(ctx, &next_ava, &next_ava_len, SC_ASN1_TAG_SET | SC_ASN1_CONS, &ava_len);
  ------------------
  |  |  207|  1.13k|#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.13k|#define SC_ASN1_CONS			0x20000000
  ------------------
  176|  1.13k|		if (ava == NULL)
  ------------------
  |  Branch (176:7): [True: 376, False: 755]
  ------------------
  177|  1.13k|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA");
  ------------------
  |  |  174|    376|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    376|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    376|	int _ret = (r); \
  |  |  |  |  168|    376|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 376, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    376|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    376|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    376|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    376|		return _ret; \
  |  |  |  |  172|    376|	} \
  |  |  |  |  173|    376|} 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|    755|		dummy = ava; dummy_len = ava_len;
  189|    755|		ava = sc_asn1_skip_tag(ctx, &dummy, &dummy_len, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &ava_len);
  ------------------
  |  |  206|    755|#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|    755|#define SC_ASN1_CONS			0x20000000
  ------------------
  190|    755|		if (ava == NULL)
  ------------------
  |  Branch (190:7): [True: 238, False: 517]
  ------------------
  191|    755|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA");
  ------------------
  |  |  174|    238|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    238|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    238|	int _ret = (r); \
  |  |  |  |  168|    238|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 238, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    238|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    238|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    238|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    238|		return _ret; \
  |  |  |  |  172|    238|	} \
  |  |  |  |  173|    238|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|       |
  193|       |		/* unwrap the oid */
  194|    517|		oidp = sc_asn1_skip_tag(ctx, &ava, &ava_len, SC_ASN1_TAG_OBJECT, &oid_len);
  ------------------
  |  |  200|    517|#define SC_ASN1_TAG_OBJECT		6
  ------------------
  195|    517|		if (ava == NULL || ava_len < 1)
  ------------------
  |  Branch (195:7): [True: 0, False: 517]
  |  Branch (195:22): [True: 10, False: 507]
  ------------------
  196|    517|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA OID");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  197|       |
  198|       |		/* Convert to OID */
  199|    507|		rv = sc_asn1_decode_object_id(oidp, oid_len, &oid);
  200|    507|		if (rv != SC_SUCCESS)
  ------------------
  |  |   28|    507|#define SC_SUCCESS				0
  ------------------
  |  Branch (200:7): [True: 406, False: 101]
  ------------------
  201|    507|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA OID");
  ------------------
  |  |  174|    406|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    406|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    406|	int _ret = (r); \
  |  |  |  |  168|    406|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 406, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    406|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    406|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    406|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    406|		return _ret; \
  |  |  |  |  172|    406|	} \
  |  |  |  |  173|    406|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  202|       |
  203|    101|		if (sc_compare_oid(&oid, type) == 0)
  ------------------
  |  Branch (203:7): [True: 50, False: 51]
  ------------------
  204|     50|			continue;
  205|       |
  206|       |		/* Yes, then return the name */
  207|     51|		dummy = sc_asn1_skip_tag(ctx, &ava, &ava_len, ava[0] & SC_ASN1_TAG_PRIMITIVE, &dummy_len);
  ------------------
  |  |  191|     51|#define SC_ASN1_TAG_PRIMITIVE		0x1F
  ------------------
  208|     51|		if (dummy == NULL)
  ------------------
  |  Branch (208:7): [True: 37, False: 14]
  ------------------
  209|     51|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA name");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  210|     14|		if (*name == NULL) {
  ------------------
  |  Branch (210:7): [True: 14, False: 0]
  ------------------
  211|     14|			*name = malloc(dummy_len);
  212|     14|			if (*name == NULL)
  ------------------
  |  Branch (212:8): [True: 0, False: 14]
  ------------------
  213|     14|				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|     14|			*name_len = dummy_len;
  215|     14|		}
  216|       |
  217|     14|		*name_len = MIN(dummy_len, *name_len);
  ------------------
  |  |   70|     14|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 14]
  |  |  ------------------
  ------------------
  218|     14|		memcpy(*name, dummy, *name_len);
  219|     14|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  220|     14|	}
  221|       |
  222|     50|	LOG_FUNC_RETURN(ctx, SC_ERROR_ASN1_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|     50|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  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|     50|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 50, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  223|     50|}
sc_pkcs15_get_extension:
  248|  1.15k|{
  249|  1.15k|	const u8 *ext = NULL;
  250|  1.15k|	const u8 *next_ext = NULL;
  251|  1.15k|	size_t ext_len = 0;
  252|  1.15k|	size_t next_ext_len = 0;
  253|  1.15k|	struct sc_object_id oid;
  254|  1.15k|	u8 *val = NULL;
  255|  1.15k|	size_t val_len = 0;
  256|  1.15k|	int critical;
  257|  1.15k|	int r;
  258|  1.15k|	struct sc_asn1_entry asn1_cert_ext[] = {
  259|  1.15k|		{ "x509v3 entry OID", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, 0, &oid, 0 },
  ------------------
  |  |  159|  1.15k|#define SC_ASN1_OBJECT                  6
  ------------------
              		{ "x509v3 entry OID", SC_ASN1_OBJECT, SC_ASN1_TAG_OBJECT, 0, &oid, 0 },
  ------------------
  |  |  200|  1.15k|#define SC_ASN1_TAG_OBJECT		6
  ------------------
  260|  1.15k|		{ "criticalFlag",  SC_ASN1_BOOLEAN, SC_ASN1_TAG_BOOLEAN, SC_ASN1_OPTIONAL, &critical, NULL },
  ------------------
  |  |  153|  1.15k|#define SC_ASN1_BOOLEAN                 1
  ------------------
              		{ "criticalFlag",  SC_ASN1_BOOLEAN, SC_ASN1_TAG_BOOLEAN, SC_ASN1_OPTIONAL, &critical, NULL },
  ------------------
  |  |  195|  1.15k|#define SC_ASN1_TAG_BOOLEAN		1
  ------------------
              		{ "criticalFlag",  SC_ASN1_BOOLEAN, SC_ASN1_TAG_BOOLEAN, SC_ASN1_OPTIONAL, &critical, NULL },
  ------------------
  |  |  148|  1.15k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
  261|  1.15k|		{ "extensionValue",SC_ASN1_OCTET_STRING, SC_ASN1_TAG_OCTET_STRING, SC_ASN1_ALLOC, &val, &val_len },
  ------------------
  |  |  157|  1.15k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "extensionValue",SC_ASN1_OCTET_STRING, SC_ASN1_TAG_OCTET_STRING, SC_ASN1_ALLOC, &val, &val_len },
  ------------------
  |  |  198|  1.15k|#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.15k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
  262|  1.15k|		{ NULL, 0, 0, 0, NULL, NULL }
  263|  1.15k|	};
  264|       |
  265|  1.15k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.15k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.15k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.15k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.15k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.15k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  266|       |
  267|  1.15k|	for (next_ext = cert->extensions, next_ext_len = cert->extensions_len; next_ext_len; ) {
  ------------------
  |  Branch (267:73): [True: 0, False: 1.15k]
  ------------------
  268|       |		/* unwrap the set and point to the next ava */
  269|      0|		ext = sc_asn1_skip_tag(ctx, &next_ext, &next_ext_len,
  270|      0|			SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &ext_len);
  ------------------
  |  |  206|      0|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              			SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &ext_len);
  ------------------
  |  |  141|      0|#define SC_ASN1_CONS			0x20000000
  ------------------
  271|      0|		if (ext == NULL)
  ------------------
  |  Branch (271:7): [True: 0, False: 0]
  ------------------
  272|      0|			LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "ASN.1 decoding of AVA");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|      0|		critical = 0;
  280|      0|		r = sc_asn1_decode(ctx, asn1_cert_ext, ext, ext_len, NULL, NULL);
  281|      0|		if (r < 0)
  ------------------
  |  Branch (281:7): [True: 0, False: 0]
  ------------------
  282|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  283|       |
  284|       |		/* is it the RN we are looking for */
  285|      0|		if (sc_compare_oid(&oid, type) != 0) {
  ------------------
  |  Branch (285:7): [True: 0, False: 0]
  ------------------
  286|      0|			if (*ext_val == NULL) {
  ------------------
  |  Branch (286:8): [True: 0, False: 0]
  ------------------
  287|      0|				*ext_val = val;
  288|      0|				val = NULL;
  289|      0|				*ext_val_len = val_len;
  290|       |				/* do not free here -- return the allocated value to caller */
  291|      0|			}
  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|      0|			if (is_critical)
  ------------------
  |  Branch (300:8): [True: 0, False: 0]
  ------------------
  301|      0|				*is_critical = critical;
  302|       |
  303|      0|			r = (int)val_len;
  304|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|      0|		}
  306|      0|		if (val) {
  ------------------
  |  Branch (306:7): [True: 0, False: 0]
  ------------------
  307|      0|			free(val);
  308|      0|			val = NULL;
  309|      0|		}
  310|      0|	}
  311|  1.15k|	if (val)
  ------------------
  |  Branch (311:6): [True: 0, False: 1.15k]
  ------------------
  312|      0|	    free(val);
  313|       |
  314|  1.15k|	LOG_FUNC_RETURN(ctx, SC_ERROR_ASN1_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|  1.15k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.15k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.15k|	int _ret = r; \
  |  |  |  |  155|  1.15k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.15k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|  1.15k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 1.15k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.15k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.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|  1.15k|	return _ret; \
  |  |  |  |  163|  1.15k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  315|  1.15k|}
sc_pkcs15_get_bitstring_extension:
  325|  1.15k|{
  326|  1.15k|	int r;
  327|  1.15k|	u8 *bit_string = NULL;
  328|  1.15k|	size_t bit_string_len=0, val_len = sizeof(*value);
  329|  1.15k|	struct sc_asn1_entry asn1_bit_string[] = {
  330|  1.15k|		{ "bitString", SC_ASN1_BIT_FIELD, SC_ASN1_TAG_BIT_STRING, 0, value, &val_len },
  ------------------
  |  |  171|  1.15k|#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.15k|#define SC_ASN1_TAG_BIT_STRING		3
  ------------------
  331|  1.15k|		{ NULL, 0, 0, 0, NULL, NULL }
  332|  1.15k|	};
  333|       |
  334|  1.15k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.15k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.15k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.15k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.15k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.15k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  335|       |
  336|  1.15k|	r = sc_pkcs15_get_extension(ctx, cert, type, &bit_string, &bit_string_len, is_critical);
  337|  1.15k|	LOG_TEST_RET(ctx, r, "Get extension error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  338|       |
  339|      0|	r = sc_asn1_decode(ctx, asn1_bit_string, bit_string, bit_string_len, NULL, NULL);
  340|      0|	free(bit_string);
  341|      0|	LOG_TEST_RET(ctx, r, "Decoding extension bit string");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|       |
  343|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  344|      0|}
sc_pkcs15_pubkey_from_cert:
  350|     37|{
  351|     37|	int rv;
  352|     37|	struct sc_pkcs15_cert * cert;
  353|       |
  354|     37|	cert =  calloc(1, sizeof(struct sc_pkcs15_cert));
  355|     37|	if (cert == NULL)
  ------------------
  |  Branch (355:6): [True: 0, False: 37]
  ------------------
  356|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  357|       |
  358|     37|	rv = parse_x509_cert(ctx, cert_blob, cert);
  359|       |
  360|     37|	*out = cert->key;
  361|     37|	cert->key = NULL;
  362|     37|	sc_pkcs15_free_certificate(cert);
  363|       |
  364|     37|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  365|     37|}
sc_pkcs15_read_certificate:
  371|  5.27k|{
  372|  5.27k|	struct sc_context *ctx = NULL;
  373|  5.27k|	struct sc_pkcs15_cert *cert = NULL;
  374|  5.27k|	struct sc_pkcs15_der der;
  375|  5.27k|	int r;
  376|       |
  377|  5.27k|	if (p15card == NULL || info == NULL || cert_out == NULL) {
  ------------------
  |  Branch (377:6): [True: 0, False: 5.27k]
  |  Branch (377:25): [True: 0, False: 5.27k]
  |  Branch (377:41): [True: 0, False: 5.27k]
  ------------------
  378|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  379|      0|	}
  380|  5.27k|	ctx = p15card->card->ctx;
  381|  5.27k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  5.27k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  5.27k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  5.27k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  5.27k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 5.27k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|       |
  383|  5.27k|	if (info->value.len && info->value.value)   {
  ------------------
  |  Branch (383:6): [True: 3.42k, False: 1.85k]
  |  Branch (383:25): [True: 3.42k, False: 0]
  ------------------
  384|  3.42k|		sc_der_copy(&der, &info->value);
  385|  3.42k|	}
  386|  1.85k|	else if (info->path.len) {
  ------------------
  |  Branch (386:11): [True: 1.71k, False: 134]
  ------------------
  387|  1.71k|		r = sc_pkcs15_read_file(p15card, &info->path, &der.value, &der.len, private_obj);
  388|  1.71k|		LOG_TEST_RET(ctx, r, "Unable to read certificate file.");
  ------------------
  |  |  174|  1.71k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.71k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.71k|	int _ret = (r); \
  |  |  |  |  168|  1.71k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 1.34k, False: 368]
  |  |  |  |  ------------------
  |  |  |  |  169|  1.34k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __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.34k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|  1.34k|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|  1.34k|		return _ret; \
  |  |  |  |  172|  1.34k|	} \
  |  |  |  |  173|  1.71k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 368]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  389|  1.71k|	}
  390|    134|	else   {
  391|    134|		LOG_FUNC_RETURN(ctx, SC_ERROR_OBJECT_NOT_FOUND);
  ------------------
  |  |  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|    134|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 134, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  392|    134|	}
  393|       |
  394|  3.78k|	cert = malloc(sizeof(struct sc_pkcs15_cert));
  395|  3.78k|	if (cert == NULL) {
  ------------------
  |  Branch (395:6): [True: 0, False: 3.78k]
  ------------------
  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.78k|	memset(cert, 0, sizeof(struct sc_pkcs15_cert));
  400|  3.78k|	if (parse_x509_cert(ctx, &der, cert)) {
  ------------------
  |  Branch (400:6): [True: 1.46k, False: 2.32k]
  ------------------
  401|  1.46k|		free(der.value);
  402|  1.46k|		sc_pkcs15_free_certificate(cert);
  403|  1.46k|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ASN1_OBJECT);
  ------------------
  |  |  164|  1.46k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.46k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.46k|	int _ret = r; \
  |  |  |  |  155|  1.46k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.46k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.46k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.46k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.46k|	} else { \
  |  |  |  |  159|      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.46k|	return _ret; \
  |  |  |  |  163|  1.46k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  404|  1.46k|	}
  405|  2.32k|	free(der.value);
  406|       |
  407|  2.32k|	*cert_out = cert;
  408|  2.32k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.32k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.32k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.32k|	int _ret = r; \
  |  |  |  |  155|  2.32k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.32k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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: 2.32k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.32k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.32k|	return _ret; \
  |  |  |  |  163|  2.32k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  409|  2.32k|}
sc_pkcs15_decode_cdf_entry:
  446|      3|{
  447|      3|	sc_context_t *ctx = p15card->card->ctx;
  448|      3|	struct sc_pkcs15_cert_info info;
  449|      3|	struct sc_asn1_entry	asn1_cred_ident[3], asn1_com_cert_attr[4],
  450|      3|				asn1_x509_cert_attr[2], asn1_type_cert_attr[2],
  451|      3|				asn1_cert[2], asn1_x509_cert_value_choice[3];
  452|      3|	struct sc_asn1_pkcs15_object cert_obj = {
  453|      3|		obj, asn1_com_cert_attr, NULL,
  454|      3|		asn1_type_cert_attr };
  455|      3|	sc_pkcs15_der_t *der = &info.value;
  456|      3|	u8 id_value[128];
  457|      3|	int id_type;
  458|      3|	size_t id_value_len = sizeof(id_value);
  459|      3|	int r;
  460|       |
  461|      3|	sc_copy_asn1_entry(c_asn1_cred_ident, asn1_cred_ident);
  462|      3|	sc_copy_asn1_entry(c_asn1_com_cert_attr, asn1_com_cert_attr);
  463|      3|	sc_copy_asn1_entry(c_asn1_x509_cert_attr, asn1_x509_cert_attr);
  464|      3|	sc_copy_asn1_entry(c_asn1_x509_cert_value_choice, asn1_x509_cert_value_choice);
  465|      3|	sc_copy_asn1_entry(c_asn1_type_cert_attr, asn1_type_cert_attr);
  466|      3|	sc_copy_asn1_entry(c_asn1_cert, asn1_cert);
  467|       |
  468|      3|	sc_format_asn1_entry(asn1_cred_ident + 0, &id_type, NULL, 0);
  469|      3|	sc_format_asn1_entry(asn1_cred_ident + 1, &id_value, &id_value_len, 0);
  470|      3|	sc_format_asn1_entry(asn1_com_cert_attr + 0, &info.id, NULL, 0);
  471|      3|	sc_format_asn1_entry(asn1_com_cert_attr + 1, &info.authority, NULL, 0);
  472|      3|	sc_format_asn1_entry(asn1_com_cert_attr + 2, asn1_cred_ident, NULL, 0);
  473|      3|	sc_format_asn1_entry(asn1_x509_cert_attr + 0, asn1_x509_cert_value_choice, NULL, 0);
  474|      3|	sc_format_asn1_entry(asn1_x509_cert_value_choice + 0, &info.path, NULL, 0);
  475|      3|	sc_format_asn1_entry(asn1_x509_cert_value_choice + 1, &der->value, &der->len, 0);
  476|      3|	sc_format_asn1_entry(asn1_type_cert_attr + 0, asn1_x509_cert_attr, NULL, 0);
  477|      3|	sc_format_asn1_entry(asn1_cert + 0, &cert_obj, NULL, 0);
  478|       |
  479|       |	/* Fill in defaults */
  480|      3|	memset(&info, 0, sizeof(info));
  481|      3|	info.authority = 0;
  482|       |
  483|      3|	r = sc_asn1_decode(ctx, asn1_cert, *buf, *buflen, buf, buflen);
  484|       |	/* In case of error, trash the cert value (direct coding) */
  485|      3|	if (r < 0 && der->value)
  ------------------
  |  Branch (485:6): [True: 3, False: 0]
  |  Branch (485:15): [True: 0, False: 3]
  ------------------
  486|      0|		free(der->value);
  487|      3|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|      3|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (487:6): [True: 1, False: 2]
  ------------------
  488|      1|		return r;
  489|      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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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_free_certificate:
  645|  3.82k|{
  646|  3.82k|	if (cert == NULL) {
  ------------------
  |  Branch (646:6): [True: 0, False: 3.82k]
  ------------------
  647|      0|		return;
  648|      0|	}
  649|       |
  650|  3.82k|	sc_pkcs15_free_pubkey(cert->key);
  651|  3.82k|	free(cert->subject);
  652|  3.82k|	free(cert->issuer);
  653|  3.82k|	free(cert->serial);
  654|  3.82k|	free(cert->data.value);
  655|  3.82k|	free(cert->extensions);
  656|  3.82k|	free(cert);
  657|  3.82k|}
sc_pkcs15_free_cert_info:
  662|  2.62k|{
  663|  2.62k|	if (!cert)
  ------------------
  |  Branch (663:6): [True: 0, False: 2.62k]
  ------------------
  664|      0|		return;
  665|  2.62k|	free(cert->value.value);
  666|  2.62k|	free(cert);
  667|  2.62k|}
pkcs15-cert.c:parse_x509_cert:
   40|  3.82k|{
   41|  3.82k|	int r;
   42|  3.82k|	struct sc_algorithm_id sig_alg = {0};
   43|  3.82k|	struct sc_pkcs15_pubkey *pubkey = NULL;
   44|  3.82k|	unsigned char *serial = NULL, *issuer = NULL, *subject = NULL, *buf =  der->value;
   45|  3.82k|	size_t serial_len = 0, issuer_len = 0, subject_len = 0, data_len = 0, buflen = der->len;
   46|  3.82k|	struct sc_asn1_entry asn1_version[] = {
   47|  3.82k|		{ "version", SC_ASN1_INTEGER, SC_ASN1_TAG_INTEGER, 0, &cert->version, NULL },
  ------------------
  |  |  154|  3.82k|#define SC_ASN1_INTEGER                 2
  ------------------
              		{ "version", SC_ASN1_INTEGER, SC_ASN1_TAG_INTEGER, 0, &cert->version, NULL },
  ------------------
  |  |  196|  3.82k|#define SC_ASN1_TAG_INTEGER		2
  ------------------
   48|  3.82k|		{ NULL, 0, 0, 0, NULL, NULL }
   49|  3.82k|	};
   50|  3.82k|	struct sc_asn1_entry asn1_extensions[] = {
   51|  3.82k|		{ "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.82k|#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.82k|#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.82k|#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.82k|#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.82k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   52|  3.82k|		{ NULL, 0, 0, 0, NULL, NULL }
   53|  3.82k|	};
   54|  3.82k|	struct sc_asn1_entry asn1_tbscert[] = {
   55|  3.82k|		{ "version",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 0 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_version, NULL },
  ------------------
  |  |  169|  3.82k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "version",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 0 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_version, NULL },
  ------------------
  |  |  139|  3.82k|#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.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "version",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 0 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_version, NULL },
  ------------------
  |  |  148|  3.82k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
   56|  3.82k|		{ "serialNumber",	SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, &serial, &serial_len },
  ------------------
  |  |  157|  3.82k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "serialNumber",	SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, &serial, &serial_len },
  ------------------
  |  |  196|  3.82k|#define SC_ASN1_TAG_INTEGER		2
  ------------------
              		{ "serialNumber",	SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, &serial, &serial_len },
  ------------------
  |  |  149|  3.82k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   57|  3.82k|		{ "signature",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  169|  3.82k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "signature",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  206|  3.82k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "signature",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  141|  3.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
   58|  3.82k|		{ "issuer",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &issuer, &issuer_len },
  ------------------
  |  |  157|  3.82k|#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.82k|#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.82k|#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.82k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   59|  3.82k|		{ "validity",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  169|  3.82k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "validity",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  206|  3.82k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "validity",		SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, NULL, NULL },
  ------------------
  |  |  141|  3.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
   60|  3.82k|		{ "subject",		SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, &subject, &subject_len },
  ------------------
  |  |  157|  3.82k|#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.82k|#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.82k|#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.82k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   61|       |		/* Use a callback to get the algorithm, parameters and pubkey into sc_pkcs15_pubkey */
   62|  3.82k|		{ "subjectPublicKeyInfo",SC_ASN1_CALLBACK, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, sc_pkcs15_pubkey_from_spki_fields,  &pubkey },
  ------------------
  |  |  181|  3.82k|#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.82k|#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.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
   63|  3.82k|		{ "extensions",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 3 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_extensions, NULL },
  ------------------
  |  |  169|  3.82k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "extensions",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 3 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_extensions, NULL },
  ------------------
  |  |  139|  3.82k|#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.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "extensions",		SC_ASN1_STRUCT,    SC_ASN1_CTX | 3 | SC_ASN1_CONS, SC_ASN1_OPTIONAL, asn1_extensions, NULL },
  ------------------
  |  |  148|  3.82k|#define SC_ASN1_OPTIONAL		0x00000002
  ------------------
   64|  3.82k|		{ NULL, 0, 0, 0, NULL, NULL }
   65|  3.82k|	};
   66|  3.82k|	struct sc_asn1_entry asn1_cert[] = {
   67|  3.82k|		{ "tbsCertificate",	SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, asn1_tbscert, NULL },
  ------------------
  |  |  169|  3.82k|#define SC_ASN1_STRUCT			129
  ------------------
              		{ "tbsCertificate",	SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, asn1_tbscert, NULL },
  ------------------
  |  |  206|  3.82k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "tbsCertificate",	SC_ASN1_STRUCT,    SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, asn1_tbscert, NULL },
  ------------------
  |  |  141|  3.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
   68|  3.82k|		{ "signatureAlgorithm",	SC_ASN1_ALGORITHM_ID, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, &sig_alg, NULL },
  ------------------
  |  |  177|  3.82k|#define SC_ASN1_ALGORITHM_ID		259
  ------------------
              		{ "signatureAlgorithm",	SC_ASN1_ALGORITHM_ID, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, &sig_alg, NULL },
  ------------------
  |  |  206|  3.82k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              		{ "signatureAlgorithm",	SC_ASN1_ALGORITHM_ID, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, 0, &sig_alg, NULL },
  ------------------
  |  |  141|  3.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
   69|  3.82k|		{ "signatureValue",	SC_ASN1_BIT_STRING, SC_ASN1_TAG_BIT_STRING, 0, NULL, NULL },
  ------------------
  |  |  155|  3.82k|#define SC_ASN1_BIT_STRING              3
  ------------------
              		{ "signatureValue",	SC_ASN1_BIT_STRING, SC_ASN1_TAG_BIT_STRING, 0, NULL, NULL },
  ------------------
  |  |  197|  3.82k|#define SC_ASN1_TAG_BIT_STRING		3
  ------------------
   70|  3.82k|		{ NULL, 0, 0, 0, NULL, NULL }
   71|  3.82k|	};
   72|  3.82k|	struct sc_asn1_entry asn1_serial_number[] = {
   73|  3.82k|		{ "serialNumber", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  157|  3.82k|#define SC_ASN1_OCTET_STRING            4
  ------------------
              		{ "serialNumber", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  196|  3.82k|#define SC_ASN1_TAG_INTEGER		2
  ------------------
              		{ "serialNumber", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_INTEGER, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  149|  3.82k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   74|  3.82k|		{ NULL, 0, 0, 0, NULL, NULL }
   75|  3.82k|	};
   76|  3.82k|	struct sc_asn1_entry asn1_subject[] = {
   77|  3.82k|		{ "subject", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  157|  3.82k|#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.82k|#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.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "subject", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  149|  3.82k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   78|  3.82k|		{ NULL, 0, 0, 0, NULL, NULL }
   79|  3.82k|	};
   80|  3.82k|	struct sc_asn1_entry asn1_issuer[] = {
   81|  3.82k|		{ "issuer", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  157|  3.82k|#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.82k|#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.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "issuer", SC_ASN1_OCTET_STRING, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, SC_ASN1_ALLOC, NULL, NULL },
  ------------------
  |  |  149|  3.82k|#define SC_ASN1_ALLOC			0x00000004
  ------------------
   82|  3.82k|		{ NULL, 0, 0, 0, NULL, NULL }
   83|  3.82k|	};
   84|       |
   85|  3.82k|	const u8 *obj;
   86|  3.82k|	size_t objlen;
   87|       |
   88|  3.82k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  3.82k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  3.82k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  3.82k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  3.82k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 3.82k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|       |
   90|  3.82k|	memset(cert, 0, sizeof(*cert));
   91|  3.82k|	obj = sc_asn1_verify_tag(ctx, buf, buflen, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &objlen);
  ------------------
  |  |  206|  3.82k|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              	obj = sc_asn1_verify_tag(ctx, buf, buflen, SC_ASN1_TAG_SEQUENCE | SC_ASN1_CONS, &objlen);
  ------------------
  |  |  141|  3.82k|#define SC_ASN1_CONS			0x20000000
  ------------------
   92|  3.82k|	if (obj == NULL)
  ------------------
  |  Branch (92:6): [True: 960, False: 2.86k]
  ------------------
   93|  3.82k|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "X.509 certificate not found");
  ------------------
  |  |  174|    960|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    960|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    960|	int _ret = (r); \
  |  |  |  |  168|    960|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 960, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    960|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    960|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    960|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    960|		return _ret; \
  |  |  |  |  172|    960|	} \
  |  |  |  |  173|    960|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   94|       |
   95|  2.86k|	data_len = objlen + (obj - buf);
   96|  2.86k|	cert->data.value = malloc(data_len);
   97|  2.86k|	if (!cert->data.value)
  ------------------
  |  Branch (97:6): [True: 0, False: 2.86k]
  ------------------
   98|  2.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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   99|  2.86k|	memcpy(cert->data.value, buf, data_len);
  100|  2.86k|	cert->data.len = data_len;
  101|       |
  102|  2.86k|	r = sc_asn1_decode(ctx, asn1_cert, obj, objlen, NULL, NULL);
  103|  2.86k|	cert->key = pubkey;
  104|  2.86k|	cert->version++;
  105|       |
  106|  2.86k|	LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 parsing of certificate failed");
  ------------------
  |  |  184|  2.86k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.86k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.86k|	int _ret = (r); \
  |  |  |  |  178|  2.86k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 504, False: 2.36k]
  |  |  |  |  ------------------
  |  |  |  |  179|    504|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    504|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    504|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    504|		goto err; \
  |  |  |  |  182|    504|	} \
  |  |  |  |  183|  2.86k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.36k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  107|       |
  108|  2.36k|	if (!pubkey)
  ------------------
  |  Branch (108:6): [True: 12, False: 2.34k]
  ------------------
  109|  2.36k|		LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INVALID_ASN1_OBJECT, "Unable to decode subjectPublicKeyInfo from cert");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  110|       |
  111|       |
  112|  2.34k|	if (serial && serial_len)   {
  ------------------
  |  Branch (112:6): [True: 2.34k, False: 0]
  |  Branch (112:16): [True: 2.34k, False: 0]
  ------------------
  113|  2.34k|		sc_format_asn1_entry(asn1_serial_number + 0, serial, &serial_len, 1);
  114|  2.34k|		r = sc_asn1_encode(ctx, asn1_serial_number, &cert->serial, &cert->serial_len);
  115|  2.34k|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 encoding of serial failed");
  ------------------
  |  |  184|  2.34k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.34k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.34k|	int _ret = (r); \
  |  |  |  |  178|  2.34k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 2.34k]
  |  |  |  |  ------------------
  |  |  |  |  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.34k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  116|  2.34k|	}
  117|       |
  118|  2.34k|	if (subject && subject_len)   {
  ------------------
  |  Branch (118:6): [True: 2.34k, False: 0]
  |  Branch (118:17): [True: 2.34k, False: 0]
  ------------------
  119|  2.34k|		sc_format_asn1_entry(asn1_subject + 0, subject, &subject_len, 1);
  120|  2.34k|		r = sc_asn1_encode(ctx, asn1_subject, &cert->subject, &cert->subject_len);
  121|  2.34k|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 encoding of subject");
  ------------------
  |  |  184|  2.34k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.34k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.34k|	int _ret = (r); \
  |  |  |  |  178|  2.34k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 2.34k]
  |  |  |  |  ------------------
  |  |  |  |  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.34k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.34k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|  2.34k|	}
  123|       |
  124|  2.34k|	if (issuer && issuer_len)   {
  ------------------
  |  Branch (124:6): [True: 2.26k, False: 85]
  |  Branch (124:16): [True: 2.26k, False: 0]
  ------------------
  125|  2.26k|		sc_format_asn1_entry(asn1_issuer + 0, issuer, &issuer_len, 1);
  126|  2.26k|		r = sc_asn1_encode(ctx, asn1_issuer, &cert->issuer, &cert->issuer_len);
  127|  2.26k|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 encoding of issuer");
  ------------------
  |  |  184|  2.26k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.26k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.26k|	int _ret = (r); \
  |  |  |  |  178|  2.26k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 2.26k]
  |  |  |  |  ------------------
  |  |  |  |  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.26k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.26k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  128|  2.26k|	}
  129|       |
  130|  2.86k|err:
  131|       |	/* not used for anything */
  132|  2.86k|	sc_asn1_clear_algorithm_id(&sig_alg);
  133|  2.86k|	free(serial);
  134|  2.86k|	free(subject);
  135|  2.86k|	free(issuer);
  136|       |
  137|  2.86k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  2.86k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.86k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.86k|	int _ret = r; \
  |  |  |  |  155|  2.86k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.86k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|    504|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 504, False: 2.36k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.86k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.86k|	return _ret; \
  |  |  |  |  163|  2.86k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  138|  2.86k|}

coolkey_get_attribute_lv:
  244|  2.16k|{
  245|  2.16k|	struct sc_pkcs15_data *item = (struct sc_pkcs15_data *)ptr;
  246|  2.16k|	return coolkey_get_attribute_bytes_alloc(card, obj, type, &item->data, &item->data_len);
  247|  2.16k|}
sc_pkcs15emu_coolkey_init_ex:
  732|  12.3k|{
  733|  12.3k|	sc_card_t      *card = p15card->card;
  734|  12.3k|	sc_context_t    *ctx = card->ctx;
  735|  12.3k|	int rv;
  736|       |
  737|  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  738|       |
  739|  12.3k|	rv = coolkey_detect_card(p15card);
  740|  12.3k|	if (rv)
  ------------------
  |  Branch (740:6): [True: 11.6k, False: 700]
  ------------------
  741|  12.3k|		LOG_FUNC_RETURN(ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  11.6k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  11.6k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  11.6k|	int _ret = r; \
  |  |  |  |  155|  11.6k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  11.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|  11.6k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 11.6k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  11.6k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  11.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|  11.6k|	return _ret; \
  |  |  |  |  163|  11.6k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|    700|	rv = sc_pkcs15emu_coolkey_init(p15card);
  743|       |
  744|    700|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    700|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    700|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    700|	int _ret = r; \
  |  |  |  |  155|    700|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 700, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    700|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 700]
  |  |  |  |  ------------------
  |  |  |  |  157|    700|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    700|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    700|	return _ret; \
  |  |  |  |  163|    700|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  745|    700|}
pkcs15-coolkey.c:coolkey_get_attribute_bytes_alloc:
  206|  2.16k|{
  207|  2.16k|	const u8 *val;
  208|  2.16k|	size_t val_len;
  209|  2.16k|	int r;
  210|       |
  211|  2.16k|	r = coolkey_get_attribute(card, obj, type, &val, &val_len, NULL);
  212|  2.16k|	if (r < 0 || val_len < 1) {
  ------------------
  |  Branch (212:6): [True: 2.14k, False: 12]
  |  Branch (212:15): [True: 6, False: 6]
  ------------------
  213|  2.15k|		return r;
  214|  2.15k|	}
  215|      6|	*data = malloc(val_len);
  216|      6|	if (*data == NULL) {
  ------------------
  |  Branch (216:6): [True: 0, False: 6]
  ------------------
  217|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  218|      0|	}
  219|      6|	memcpy(*data, val, val_len);
  220|      6|	*data_len = val_len;
  221|      6|	return SC_SUCCESS;
  ------------------
  |  |   28|      6|#define SC_SUCCESS				0
  ------------------
  222|      6|}
pkcs15-coolkey.c:coolkey_get_attribute:
   91|  47.7k|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|  47.7k|	sc_cardctl_coolkey_attribute_t attribute;
   93|  47.7k|	int r;
   94|       |
   95|  47.7k|	attribute.object = obj;
   96|  47.7k|	attribute.attribute_type = type;
   97|       |
   98|  47.7k|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_GET_ATTRIBUTE, &attribute);
   99|  47.7k|	if (r < 0) {
  ------------------
  |  Branch (99:6): [True: 25.9k, False: 21.8k]
  ------------------
  100|  25.9k|		return r;
  101|  25.9k|	}
  102|  21.8k|	*val = attribute.attribute_value;
  103|  21.8k|	*val_len = attribute.attribute_length;
  104|  21.8k|	if (data_type) {
  ------------------
  |  Branch (104:6): [True: 2.12k, False: 19.7k]
  ------------------
  105|  2.12k|		*data_type = attribute.attribute_data_type;
  106|  2.12k|	}
  107|  21.8k|	return SC_SUCCESS;
  ------------------
  |  |   28|  21.8k|#define SC_SUCCESS				0
  ------------------
  108|  47.7k|}
pkcs15-coolkey.c:coolkey_detect_card:
   60|  12.3k|{
   61|  12.3k|	sc_card_t *card = p15card->card;
   62|       |
   63|  12.3k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
   64|  12.3k|	if (card->type < SC_CARD_TYPE_COOLKEY_GENERIC
  ------------------
  |  Branch (64:6): [True: 10.8k, False: 1.44k]
  ------------------
   65|  1.44k|		|| card->type >= SC_CARD_TYPE_COOLKEY_GENERIC+1000)
  ------------------
  |  Branch (65:6): [True: 744, False: 700]
  ------------------
   66|  11.6k|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  11.6k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
   67|    700|	return SC_SUCCESS;
  ------------------
  |  |   28|    700|#define SC_SUCCESS				0
  ------------------
   68|  12.3k|}
pkcs15-coolkey.c:sc_pkcs15emu_coolkey_init:
  467|    700|{
  468|    700|	int use_pin_cache_backup = p15card->opts.use_pin_cache;
  469|    700|	static const pindata pins[] = {
  470|    700|		{ "1", NULL, "", 0x00,
  471|    700|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|    700|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  472|    700|		  32, 4, 32,
  473|    700|		  SC_PKCS15_PIN_FLAG_INITIALIZED,
  ------------------
  |  |   58|    700|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  474|    700|		  -1, 0xFF,
  475|    700|		  SC_PKCS15_CO_FLAG_PRIVATE },
  ------------------
  |  |   50|    700|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  476|    700|		{ NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0}
  477|    700|	};
  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|    700|	int    r, i;
  487|    700|	sc_card_t *card = p15card->card;
  488|    700|	sc_serial_number_t serial;
  489|    700|	int count;
  490|    700|	struct sc_pkcs15_object *obj;
  491|       |
  492|    700|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    700|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    700|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    700|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 700]
  |  |  ------------------
  ------------------
  493|       |
  494|    700|	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|    700|	p15card->opts.use_pin_cache = 0;
  500|       |
  501|       |	/* get the token info from the card */
  502|    700|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_GET_TOKEN_INFO, p15card->tokeninfo);
  503|    700|	if (r < 0) {
  ------------------
  |  Branch (503:6): [True: 0, False: 700]
  ------------------
  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|    700|	sc_log(card->ctx,  "Coolkey adding pins...");
  ------------------
  |  |   71|    700|#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.40k|	for (i = 0; pins[i].id; i++) {
  ------------------
  |  Branch (512:14): [True: 700, False: 700]
  ------------------
  513|    700|		struct sc_pkcs15_auth_info pin_info;
  514|    700|		struct sc_pkcs15_object   pin_obj;
  515|    700|		const char * label;
  516|       |
  517|    700|		memset(&pin_info, 0, sizeof(pin_info));
  518|    700|		memset(&pin_obj,  0, sizeof(pin_obj));
  519|       |
  520|    700|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    700|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  521|    700|		sc_pkcs15_format_id(pins[i].id, &pin_info.auth_id);
  522|    700|		pin_info.attrs.pin.reference     = pins[i].ref;
  523|    700|		pin_info.attrs.pin.flags         = pins[i].flags;
  524|    700|		pin_info.attrs.pin.type          = pins[i].type;
  525|    700|		pin_info.attrs.pin.min_length    = pins[i].minlen;
  526|    700|		pin_info.attrs.pin.stored_length = pins[i].storedlen;
  527|    700|		pin_info.attrs.pin.max_length    = pins[i].maxlen;
  528|    700|		pin_info.attrs.pin.pad_char      = pins[i].pad_char;
  529|    700|		sc_format_path(pins[i].path, &pin_info.path);
  530|    700|		pin_info.tries_left    = -1;
  531|       |
  532|    700|		label = pins[i].label? pins[i].label : p15card->tokeninfo->label;
  ------------------
  |  Branch (532:11): [True: 0, False: 700]
  ------------------
  533|    700|		sc_log(card->ctx,  "Coolkey Adding pin %d label=%s",i, label);
  ------------------
  |  |   71|    700|#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|    700|		strncpy(pin_obj.label, label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|    700|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  535|    700|		pin_obj.flags = pins[i].obj_flags;
  536|       |
  537|    700|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  538|    700|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not add pin object.");
  ------------------
  |  |  184|    700|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    700|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    700|	int _ret = (r); \
  |  |  |  |  178|    700|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 700]
  |  |  |  |  ------------------
  |  |  |  |  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|    700|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 700]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  539|    700|	}
  540|       |
  541|       |	/* set other objects */
  542|    700|	r = (card->ops->card_ctl)(card, SC_CARDCTL_COOLKEY_INIT_GET_OBJECTS, &count);
  543|    700|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not initiate objects.");
  ------------------
  |  |  184|    700|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    700|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    700|	int _ret = (r); \
  |  |  |  |  178|    700|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 700]
  |  |  |  |  ------------------
  |  |  |  |  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|    700|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 700]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  544|       |
  545|    700|	sc_log(card->ctx,  "Iterating over %d objects", count);
  ------------------
  |  |   71|    700|#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|  6.28k|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (546:14): [True: 5.58k, False: 700]
  ------------------
  547|  5.58k|		struct sc_cardctl_coolkey_object     coolkey_obj;
  548|  5.58k|		struct sc_pkcs15_object    obj_obj;
  549|  5.58k|		struct sc_pkcs15_cert_info cert_info = {0};
  550|  5.58k|		struct sc_pkcs15_pubkey_info pubkey_info;
  551|  5.58k|		struct sc_pkcs15_prkey_info prkey_info;
  552|  5.58k|		sc_pkcs15_pubkey_t *key = NULL;
  553|  5.58k|		void *obj_info = NULL;
  554|  5.58k|		int obj_type = 0;
  555|  5.58k|		CK_KEY_TYPE key_type;
  556|  5.58k|		CK_OBJECT_CLASS obj_class;
  557|  5.58k|		size_t len;
  558|       |
  559|  5.58k|		r = (card->ops->card_ctl)(card, SC_CARDCTL_COOLKEY_GET_NEXT_OBJECT, &coolkey_obj);
  560|  5.58k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get next object from card.");
  ------------------
  |  |  184|  5.58k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  5.58k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  5.58k|	int _ret = (r); \
  |  |  |  |  178|  5.58k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 5.58k]
  |  |  |  |  ------------------
  |  |  |  |  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|  5.58k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 5.58k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  561|  5.58k|		sc_log(card->ctx, "Loading object %d", i);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
  562|  5.58k|		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|  5.58k|		coolkey_get_attribute_bytes(card, &coolkey_obj, CKA_LABEL, (u8 *)obj_obj.label, &len, sizeof(obj_obj.label));
  ------------------
  |  |  140|  5.58k|#define CKA_LABEL 0x00000003UL
  ------------------
  566|  5.58k|		coolkey_get_flags(card, &coolkey_obj, &obj_obj.flags);
  567|  5.58k|		if (obj_obj.flags & SC_PKCS15_CO_FLAG_PRIVATE) {
  ------------------
  |  |   50|  5.58k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  |  Branch (567:7): [True: 1.09k, False: 4.48k]
  ------------------
  568|  1.09k|			sc_pkcs15_format_id(pins[0].id, &obj_obj.auth_id);
  569|  1.09k|		}
  570|       |
  571|  5.58k|		r = coolkey_get_attribute_ulong(card, &coolkey_obj, CKA_CLASS, &obj_class);
  ------------------
  |  |  137|  5.58k|#define CKA_CLASS 0x00000000UL
  ------------------
  572|  5.58k|		if (r < 0) {
  ------------------
  |  Branch (572:7): [True: 3.53k, False: 2.04k]
  ------------------
  573|  3.53k|			goto fail;
  574|  3.53k|		}
  575|  2.04k|		switch (obj_class) {
  576|  1.40k|		case CKO_PRIVATE_KEY:
  ------------------
  |  | 1030|  1.40k|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
  |  Branch (576:3): [True: 1.40k, False: 640]
  ------------------
  577|  1.40k|			sc_log(card->ctx, "Processing private key object %d", i);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  578|  1.40k|			r = coolkey_get_attribute_ulong(card, &coolkey_obj, CKA_KEY_TYPE, &key_type);
  ------------------
  |  |  159|  1.40k|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  579|       |			/* default to CKK_RSA */
  580|  1.40k|			if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|  1.40k|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (580:8): [True: 1.36k, False: 40]
  ------------------
  581|  1.36k|				key_type = CKK_RSA;
  ------------------
  |  |  464|  1.36k|#define CKK_RSA 0x00000000UL
  ------------------
  582|  1.36k|				r = SC_SUCCESS;
  ------------------
  |  |   28|  1.36k|#define SC_SUCCESS				0
  ------------------
  583|  1.36k|			}
  584|  1.40k|			if (r < 0) {
  ------------------
  |  Branch (584:8): [True: 12, False: 1.39k]
  ------------------
  585|     12|				goto fail;
  586|     12|			}
  587|       |			/* set the info values */
  588|  1.39k|			obj_info = &prkey_info;
  589|  1.39k|			memset(&prkey_info, 0, sizeof(prkey_info));
  590|  1.39k|			coolkey_get_id(card, &coolkey_obj, &prkey_info.id);
  591|  1.39k|			prkey_info.path = coolkey_obj.path;
  592|  1.39k|			prkey_info.key_reference = (int)coolkey_obj.id;
  593|  1.39k|			prkey_info.native = 1;
  594|  1.39k|			coolkey_get_usage(card, &coolkey_obj, &prkey_info.usage);
  595|  1.39k|			coolkey_get_access(card, &coolkey_obj, &prkey_info.access_flags);
  596|  1.39k|			key = coolkey_get_public_key(p15card, &coolkey_obj, key_type);
  597|  1.39k|			if (key_type == CKK_RSA) {
  ------------------
  |  |  464|  1.39k|#define CKK_RSA 0x00000000UL
  ------------------
  |  Branch (597:8): [True: 1.36k, False: 28]
  ------------------
  598|  1.36k|				obj_type = SC_PKCS15_TYPE_PRKEY_RSA;
  ------------------
  |  |  419|  1.36k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  599|  1.36k|				if (key) {
  ------------------
  |  Branch (599:9): [True: 0, False: 1.36k]
  ------------------
  600|      0|					prkey_info.modulus_length = key->u.rsa.modulus.len*8;
  601|      0|				}
  602|  1.36k|			} else if (key_type == CKK_EC) {
  ------------------
  |  |  467|     28|#define CKK_EC 0x00000003UL
  ------------------
  |  Branch (602:15): [True: 1, False: 27]
  ------------------
  603|      1|				obj_type = SC_PKCS15_TYPE_PRKEY_EC;
  ------------------
  |  |  421|      1|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  604|      1|				if (key) {
  ------------------
  |  Branch (604:9): [True: 0, False: 1]
  ------------------
  605|      0|					prkey_info.field_length = key->u.ec.params.field_length;
  606|      0|				}
  607|     27|			} else {
  608|     27|				goto fail;
  609|     27|			}
  610|  1.36k|			break;
  611|       |
  612|  1.36k|		case CKO_PUBLIC_KEY:
  ------------------
  |  | 1029|    112|#define CKO_PUBLIC_KEY 0x00000002UL
  ------------------
  |  Branch (612:3): [True: 112, False: 1.93k]
  ------------------
  613|    112|			sc_log(card->ctx, "Processing public key object %d", i);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  614|    112|			r = coolkey_get_attribute_ulong(card, &coolkey_obj, CKA_KEY_TYPE, &key_type);
  ------------------
  |  |  159|    112|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  615|       |			/* default to CKK_RSA */
  616|    112|			if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|    112|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (616:8): [True: 109, False: 3]
  ------------------
  617|    109|				key_type = CKK_RSA;
  ------------------
  |  |  464|    109|#define CKK_RSA 0x00000000UL
  ------------------
  618|    109|				r = SC_SUCCESS;
  ------------------
  |  |   28|    109|#define SC_SUCCESS				0
  ------------------
  619|    109|			}
  620|    112|			if (r < 0) {
  ------------------
  |  Branch (620:8): [True: 2, False: 110]
  ------------------
  621|      2|				goto fail;
  622|      2|			}
  623|    110|			key = coolkey_get_public_key(p15card, &coolkey_obj, key_type);
  624|    110|			if (key == NULL) {
  ------------------
  |  Branch (624:8): [True: 109, False: 1]
  ------------------
  625|    109|				goto fail;
  626|    109|			}
  627|       |			/* set the info values */
  628|      1|			obj_info = &pubkey_info;
  629|      1|			memset(&pubkey_info, 0, sizeof(pubkey_info));
  630|      1|			r = sc_pkcs15_encode_pubkey_as_spki(card->ctx, key, &pubkey_info.direct.spki.value,
  631|      1|				&pubkey_info.direct.spki.len);
  632|      1|			if (r < 0)
  ------------------
  |  Branch (632:8): [True: 1, False: 0]
  ------------------
  633|      1|				goto fail;
  634|      0|			coolkey_get_id(card, &coolkey_obj, &pubkey_info.id);
  635|      0|			pubkey_info.path = coolkey_obj.path;
  636|      0|			pubkey_info.native = 1;
  637|      0|			pubkey_info.key_reference = (int)coolkey_obj.id;
  638|      0|			coolkey_get_usage(card, &coolkey_obj, &pubkey_info.usage);
  639|      0|			coolkey_get_access(card, &coolkey_obj, &pubkey_info.access_flags);
  640|      0|			if (key_type == CKK_RSA) {
  ------------------
  |  |  464|      0|#define CKK_RSA 0x00000000UL
  ------------------
  |  Branch (640:8): [True: 0, False: 0]
  ------------------
  641|      0|				obj_type = SC_PKCS15_TYPE_PUBKEY_RSA;
  ------------------
  |  |  426|      0|#define SC_PKCS15_TYPE_PUBKEY_RSA		0x201
  ------------------
  642|      0|				pubkey_info.modulus_length = key->u.rsa.modulus.len*8;
  643|      0|			} 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|      0|			obj_obj.emulated = key;
  652|      0|			key = NULL;
  653|      0|			break;
  654|       |
  655|    458|		case CKO_CERTIFICATE:
  ------------------
  |  | 1028|    458|#define CKO_CERTIFICATE 0x00000001UL
  ------------------
  |  Branch (655:3): [True: 458, False: 1.58k]
  ------------------
  656|    458|			sc_log(card->ctx, "Processing certificate object %d", i);
  ------------------
  |  |   71|    458|#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|    458|			obj_info = &cert_info;
  658|    458|			memset(&cert_info, 0, sizeof(cert_info));
  659|    458|			coolkey_get_id(card, &coolkey_obj, &cert_info.id);
  660|    458|			cert_info.path = coolkey_obj.path;
  661|    458|			obj_type = SC_PKCS15_TYPE_CERT_X509;
  ------------------
  |  |  439|    458|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  662|       |
  663|       |			/* following will find the cached cert in cert_info */
  664|    458|			r = coolkey_get_certificate(card, &coolkey_obj, &cert_info.value);
  665|    458|			if (r < 0) {
  ------------------
  |  Branch (665:8): [True: 120, False: 338]
  ------------------
  666|    120|				goto fail;
  667|    120|			}
  668|    338|			break;
  669|       |
  670|       |
  671|    338|		default:
  ------------------
  |  Branch (671:3): [True: 70, False: 1.97k]
  ------------------
  672|       |			/* no other recognized types which are stored 'on card' */
  673|     70|			sc_log(card->ctx, "Unknown object type %lu, skipping", obj_class);
  ------------------
  |  |   71|     70|#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|     70|			continue;
  675|  2.04k|		}
  676|       |
  677|  1.70k|		r = sc_pkcs15emu_object_add(p15card, obj_type, &obj_obj, obj_info);
  678|  1.70k|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|  1.70k|#define SC_SUCCESS				0
  ------------------
  |  Branch (678:7): [True: 0, False: 1.70k]
  ------------------
  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|  5.51k|fail:
  681|  5.51k|		if (key) {
  ------------------
  |  Branch (681:7): [True: 28, False: 5.48k]
  ------------------
  682|     28|			sc_pkcs15_free_pubkey(key);
  683|     28|		}
  684|  5.51k|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  5.51k|#define SC_SUCCESS				0
  ------------------
  |  Branch (684:7): [True: 3.67k, False: 1.84k]
  ------------------
  685|  3.67k|			free(cert_info.value.value);
  686|  3.67k|		}
  687|  5.51k|	}
  688|    700|	r = (card->ops->card_ctl)(card, SC_CARDCTL_COOLKEY_FINAL_GET_OBJECTS, &count);
  689|    700|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize objects.");
  ------------------
  |  |  184|    700|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    700|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    700|	int _ret = (r); \
  |  |  |  |  178|    700|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 700]
  |  |  |  |  ------------------
  |  |  |  |  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|    700|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 700]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  690|       |
  691|       |	/* Iterate over all the created objects and fill missing labels */
  692|  3.10k|	for (obj = p15card->obj_list; obj != NULL; obj = obj->next) {
  ------------------
  |  Branch (692:32): [True: 2.40k, False: 700]
  ------------------
  693|  2.40k|		struct sc_pkcs15_id *id = NULL;
  694|  2.40k|		struct sc_pkcs15_object *cert_object;
  695|       |
  696|       |		/* label non-empty -- do not overwrite */
  697|  2.40k|		if (obj->label[0] != '\0')
  ------------------
  |  Branch (697:7): [True: 701, False: 1.70k]
  ------------------
  698|    701|			continue;
  699|       |
  700|  1.70k|		switch (obj->type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  1.70k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  701|      0|		case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|      0|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (701:3): [True: 0, False: 1.70k]
  ------------------
  702|      0|			id = &((struct sc_pkcs15_pubkey_info *)obj->data)->id;
  703|      0|			break;
  704|  1.36k|		case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|  1.36k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (704:3): [True: 1.36k, False: 338]
  ------------------
  705|  1.36k|			id = &((struct sc_pkcs15_prkey_info *)obj->data)->id;
  706|  1.36k|			break;
  707|    338|		default:
  ------------------
  |  Branch (707:3): [True: 338, False: 1.36k]
  ------------------
  708|       |			/* We do not care about other objects */
  709|    338|			continue;
  710|  1.70k|		}
  711|  1.36k|		r = sc_pkcs15_find_cert_by_id(p15card, id, &cert_object);
  712|  1.36k|		if (r != 0)
  ------------------
  |  Branch (712:7): [True: 1.21k, False: 156]
  ------------------
  713|  1.21k|			continue;
  714|       |
  715|    156|		sc_log(card->ctx, "Copy label \"%s\" from cert to key object",
  ------------------
  |  |   71|    156|#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|    156|			cert_object->label);
  717|    156|		memcpy(obj->label, cert_object->label, SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   35|    156|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  718|    156|	}
  719|       |
  720|    700|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    700|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    700|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    700|	int _ret = r; \
  |  |  |  |  155|    700|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 700, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    700|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 700]
  |  |  |  |  ------------------
  |  |  |  |  157|    700|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    700|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    700|	return _ret; \
  |  |  |  |  163|    700|} 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|  7.43k|{
  188|  7.43k|	const u8 *val;
  189|  7.43k|	size_t val_len = 0;
  190|  7.43k|	int r;
  191|       |
  192|  7.43k|	r = coolkey_get_attribute(card, obj, type, &val, &val_len, NULL);
  193|  7.43k|	if (r < 0) {
  ------------------
  |  Branch (193:6): [True: 5.59k, False: 1.84k]
  ------------------
  194|  5.59k|		return r;
  195|  5.59k|	}
  196|  1.84k|	if (val_len > max_data_len) {
  ------------------
  |  Branch (196:6): [True: 3, False: 1.84k]
  ------------------
  197|      3|		val_len = max_data_len;
  198|      3|	}
  199|  1.84k|	memcpy(data, val, val_len);
  200|  1.84k|	*data_len = val_len;
  201|  1.84k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.84k|#define SC_SUCCESS				0
  ------------------
  202|  7.43k|}
pkcs15-coolkey.c:coolkey_get_flags:
  359|  5.76k|{
  360|  5.76k|	return coolkey_set_bool_flags(card, obj, flag_ptr, flag_table, flag_table_size);
  361|  5.76k|}
pkcs15-coolkey.c:coolkey_set_bool_flags:
  336|  8.54k|{
  337|  8.54k|	unsigned int flags = 0;
  338|  8.54k|	int i;
  339|       |
  340|  39.5k|	for (i=0; i< table_size; i++) {
  ------------------
  |  Branch (340:12): [True: 31.0k, False: 8.54k]
  ------------------
  341|  31.0k|		if (coolkey_get_attribute_boolean(card, obj, table[i].attribute_type)) {
  ------------------
  |  Branch (341:7): [True: 4.00k, False: 27.0k]
  ------------------
  342|  4.00k|			flags |= table[i].pkcs15_flags;
  343|  4.00k|		}
  344|  31.0k|	}
  345|  8.54k|	*flags_ptr = flags;
  346|  8.54k|	return SC_SUCCESS;
  ------------------
  |  |   28|  8.54k|#define SC_SUCCESS				0
  ------------------
  347|  8.54k|}
pkcs15-coolkey.c:coolkey_get_attribute_boolean:
  169|  31.0k|{
  170|  31.0k|	int r;
  171|  31.0k|	const u8 *val = NULL;
  172|  31.0k|	size_t val_len = 0;
  173|       |
  174|  31.0k|	r = coolkey_get_attribute(card, obj, attr_type, &val, &val_len, NULL);
  175|  31.0k|	if (r < 0) {
  ------------------
  |  Branch (175:6): [True: 13.1k, False: 17.8k]
  ------------------
  176|       |		/* attribute not valid for this object, set boolean to false */
  177|  13.1k|		return 0;
  178|  13.1k|	}
  179|  17.8k|	if ((val_len == 1) && (*val == 1)) {
  ------------------
  |  Branch (179:6): [True: 17.8k, False: 21]
  |  Branch (179:24): [True: 4.00k, False: 13.8k]
  ------------------
  180|  4.00k|		return 1;
  181|  4.00k|	}
  182|  13.8k|	return 0;
  183|  17.8k|}
pkcs15-coolkey.c:coolkey_get_attribute_ulong:
  149|  7.10k|{
  150|  7.10k|	const u8 *val = NULL;
  151|  7.10k|	size_t val_len = 0;
  152|  7.10k|	u8 data_type = 0;
  153|  7.10k|	int r;
  154|       |
  155|  7.10k|	r  = coolkey_get_attribute(card, obj, type, &val, &val_len, &data_type);
  156|  7.10k|	if (r < 0) {
  ------------------
  |  Branch (156:6): [True: 4.97k, False: 2.12k]
  ------------------
  157|  4.97k|		return r;
  158|  4.97k|	}
  159|  2.12k|	if ((data_type != SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG) &&
  ------------------
  |  | 1062|  2.12k|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  |  Branch (159:6): [True: 84, False: 2.04k]
  ------------------
  160|     84|	    (val_len != sizeof(CK_ULONG))) {
  ------------------
  |  Branch (160:6): [True: 54, False: 30]
  ------------------
  161|     54|		return SC_ERROR_CORRUPTED_DATA;
  ------------------
  |  |   68|     54|#define SC_ERROR_CORRUPTED_DATA			-1218
  ------------------
  162|     54|	}
  163|  2.07k|	*value = bebytes2ulong(val);
  164|  2.07k|	return SC_SUCCESS;
  ------------------
  |  |   28|  2.07k|#define SC_SUCCESS				0
  ------------------
  165|  2.12k|}
pkcs15-coolkey.c:coolkey_get_id:
  226|  1.85k|{
  227|  1.85k|	return coolkey_get_attribute_bytes(card, obj, CKA_ID, id->value , &id->len, sizeof(id->value));
  ------------------
  |  |  161|  1.85k|#define CKA_ID 0x00000102UL
  ------------------
  228|  1.85k|}
pkcs15-coolkey.c:coolkey_get_usage:
  352|  1.39k|{
  353|  1.39k|	return coolkey_set_bool_flags(card, obj, usage_ptr, usage_table, usage_table_size);
  354|  1.39k|}
pkcs15-coolkey.c:coolkey_get_access:
  365|  1.39k|{
  366|  1.39k|	return coolkey_set_bool_flags(card, obj, access_ptr, access_table, access_table_size);
  367|  1.39k|}
pkcs15-coolkey.c:coolkey_get_public_key:
  456|  1.50k|{
  457|  1.50k|	sc_pkcs15_pubkey_t *key;
  458|       |
  459|  1.50k|	key = coolkey_make_public_key(p15card->card, obj, key_type);
  460|  1.50k|	if (key) {
  ------------------
  |  Branch (460:6): [True: 28, False: 1.47k]
  ------------------
  461|     28|		return key;
  462|     28|	}
  463|  1.47k|	return coolkey_get_public_key_from_certificate(p15card, obj);
  464|  1.50k|}
pkcs15-coolkey.c:coolkey_make_public_key:
  375|  1.50k|{
  376|  1.50k|	sc_pkcs15_pubkey_t *key;
  377|  1.50k|	int r;
  378|       |
  379|  1.50k|	key = calloc(1, sizeof(struct sc_pkcs15_pubkey));
  380|  1.50k|	if (!key)
  ------------------
  |  Branch (380:6): [True: 0, False: 1.50k]
  ------------------
  381|      0|		return NULL;
  382|  1.50k|	switch (key_type) {
  ------------------
  |  Branch (382:10): [True: 1.47k, False: 28]
  ------------------
  383|  1.47k|	case CKK_RSA:
  ------------------
  |  |  464|  1.47k|#define CKK_RSA 0x00000000UL
  ------------------
  |  Branch (383:2): [True: 1.47k, False: 29]
  ------------------
  384|  1.47k|		key->algorithm = SC_ALGORITHM_RSA;
  ------------------
  |  |   69|  1.47k|#define SC_ALGORITHM_RSA		0
  ------------------
  385|  1.47k|		r = coolkey_get_attribute_lv(card, obj, CKA_MODULUS, &key->u.rsa.modulus);
  ------------------
  |  |  174|  1.47k|#define CKA_MODULUS 0x00000120UL
  ------------------
  386|  1.47k|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  1.47k|#define SC_SUCCESS				0
  ------------------
  |  Branch (386:7): [True: 1.47k, False: 1]
  ------------------
  387|  1.47k|			goto fail;
  388|  1.47k|		}
  389|      1|		r = coolkey_get_attribute_lv(card, obj, CKA_PUBLIC_EXPONENT, &key->u.rsa.exponent);
  ------------------
  |  |  176|      1|#define CKA_PUBLIC_EXPONENT 0x00000122UL
  ------------------
  390|      1|		if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  |  Branch (390:7): [True: 1, False: 0]
  ------------------
  391|      1|			goto fail;
  392|      1|		}
  393|      0|		break;
  394|      1|	case CKK_EC:
  ------------------
  |  |  467|      1|#define CKK_EC 0x00000003UL
  ------------------
  |  Branch (394:2): [True: 1, False: 1.50k]
  ------------------
  395|      1|		key->algorithm = SC_ALGORITHM_EC;
  ------------------
  |  |   70|      1|#define SC_ALGORITHM_EC		2
  ------------------
  396|      1|		r = coolkey_get_attribute_bytes_alloc(card, obj, CKA_EC_POINT, &key->u.ec.ecpointQ.value, &key->u.ec.ecpointQ.len);
  ------------------
  |  |  201|      1|#define CKA_EC_POINT 0x00000181UL
  ------------------
  397|      1|	    if(r < 0) {
  ------------------
  |  Branch (397:9): [True: 1, False: 0]
  ------------------
  398|      1|			goto fail;
  399|      1|		}
  400|      0|		r = coolkey_get_attribute_bytes_alloc(card, obj, CKA_EC_PARAMS,
  ------------------
  |  |  200|      0|#define CKA_EC_PARAMS 0x00000180UL
  ------------------
  401|      0|				&key->u.ec.params.der.value, &key->u.ec.params.der.len);
  402|      0|		if (r < 0) {
  ------------------
  |  Branch (402:7): [True: 0, False: 0]
  ------------------
  403|      0|			goto fail;
  404|      0|		}
  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.50k|	}
  411|     28|	return key;
  412|  1.47k|fail:
  413|  1.47k|	sc_pkcs15_free_pubkey(key);
  414|       |
  415|       |	/* now parse the DER cert */
  416|       |	return NULL;
  417|  1.50k|}
pkcs15-coolkey.c:coolkey_get_public_key_from_certificate:
  422|  1.47k|{
  423|  1.47k|	sc_pkcs15_cert_info_t cert_info;
  424|  1.47k|	sc_pkcs15_cert_t *cert_out = NULL;
  425|  1.47k|	sc_pkcs15_pubkey_t *key = NULL;
  426|  1.47k|	int r, private_obj;
  427|  1.47k|	unsigned int flags;
  428|       |
  429|  1.47k|	memset(&cert_info, 0, sizeof(cert_info));
  430|       |
  431|  1.47k|	r = coolkey_get_certificate(p15card->card, obj, &cert_info.value);
  432|  1.47k|	if (r < 0) {
  ------------------
  |  Branch (432:6): [True: 1.30k, False: 175]
  ------------------
  433|  1.30k|		goto fail;
  434|  1.30k|	}
  435|       |
  436|    175|	coolkey_get_flags(p15card->card, obj, &flags);
  437|    175|	private_obj = flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    175|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  438|    175|	r = sc_pkcs15_read_certificate(p15card, &cert_info, private_obj, &cert_out);
  439|    175|	if (r < 0) {
  ------------------
  |  Branch (439:6): [True: 175, False: 0]
  ------------------
  440|    175|		goto fail;
  441|    175|	}
  442|      0|	key = cert_out->key;
  443|      0|	cert_out->key = NULL; /* adopt the key from the cert */
  444|  1.47k|fail:
  445|  1.47k|	if (cert_out) {
  ------------------
  |  Branch (445:6): [True: 0, False: 1.47k]
  ------------------
  446|      0|		sc_pkcs15_free_certificate(cert_out);
  447|      0|	}
  448|  1.47k|	if (cert_info.value.value) {
  ------------------
  |  Branch (448:6): [True: 172, False: 1.30k]
  ------------------
  449|    172|		free(cert_info.value.value);
  450|    172|	}
  451|  1.47k|	return key;
  452|      0|}
pkcs15-coolkey.c:coolkey_get_certificate:
  267|  1.93k|{
  268|  1.93k|	sc_cardctl_coolkey_object_t *cert_obj;
  269|  1.93k|	unsigned long object_id;
  270|  1.93k|	int r;
  271|       |
  272|  1.93k|	cert_obj = obj;
  273|  1.93k|	if (coolkey_get_object_type(obj->id) != COOLKEY_ID_CERT) {
  ------------------
  |  |  249|  1.93k|#define COOLKEY_ID_CERT ((unsigned long)'c')
  ------------------
  |  Branch (273:6): [True: 1.89k, False: 35]
  ------------------
  274|  1.89k|		r = coolkey_find_matching_cert(card, obj, &cert_obj);
  275|  1.89k|		if (r < 0) {
  ------------------
  |  Branch (275:7): [True: 1.25k, False: 649]
  ------------------
  276|  1.25k|			return r;
  277|  1.25k|		}
  278|  1.89k|	}
  279|    684|	r = coolkey_get_attribute_lv(card, cert_obj, CKA_VALUE, cert);
  ------------------
  |  |  143|    684|#define CKA_VALUE 0x00000011UL
  ------------------
  280|    684|	if (r == SC_ERROR_DATA_OBJECT_NOT_FOUND) {
  ------------------
  |  |   66|    684|#define SC_ERROR_DATA_OBJECT_NOT_FOUND		-1216
  ------------------
  |  Branch (280:6): [True: 671, False: 13]
  ------------------
  281|    671|		object_id = coolkey_make_new_id(cert_obj->id, COOLKEY_ID_CERT_DATA);
  ------------------
  |  |  251|    671|#define COOLKEY_ID_CERT_DATA ((unsigned long)'C')
  ------------------
  282|    671|		r = coolkey_get_object(card, object_id, &cert_obj);
  283|    671|		if (r < 0) {
  ------------------
  |  Branch (283:7): [True: 169, False: 502]
  ------------------
  284|    169|			return r;
  285|    169|		}
  286|       |		/* fill in cert data */
  287|    502|		cert->value = malloc(cert_obj->length);
  288|    502|		if (cert->value == NULL) {
  ------------------
  |  Branch (288:7): [True: 0, False: 502]
  ------------------
  289|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  290|      0|		}
  291|    502|		memcpy(cert->value, cert_obj->data, cert_obj->length);
  292|    502|		cert->len = cert_obj->length;
  293|    502|		return SC_SUCCESS;
  ------------------
  |  |   28|    502|#define SC_SUCCESS				0
  ------------------
  294|    502|	}
  295|     13|	return r;
  296|    684|}
pkcs15-coolkey.c:coolkey_get_object_type:
  254|  1.93k|coolkey_get_object_type(unsigned long object_id) { return ((object_id >> 24 ) & 0xff); }
pkcs15-coolkey.c:coolkey_find_matching_cert:
  111|  1.89k|coolkey_find_matching_cert(sc_card_t *card, sc_cardctl_coolkey_object_t *in_obj, sc_cardctl_coolkey_object_t **cert_obj) {
  112|  1.89k|	sc_cardctl_coolkey_find_object_t fobj;
  113|  1.89k|	sc_cardctl_coolkey_attribute_t template[2];
  114|  1.89k|	u8 obj_class[4];
  115|  1.89k|	int r;
  116|       |
  117|       |	/* we are searching for certs .. */
  118|  1.89k|	template[0].attribute_type = CKA_CLASS;
  ------------------
  |  |  137|  1.89k|#define CKA_CLASS 0x00000000UL
  ------------------
  119|  1.89k|	template[0].attribute_data_type = SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG;
  ------------------
  |  | 1062|  1.89k|#define SC_CARDCTL_COOLKEY_ATTR_TYPE_ULONG 1
  ------------------
  120|  1.89k|	template[0].attribute_length = sizeof(obj_class);
  121|  1.89k|	template[0].attribute_value = obj_class;
  122|  1.89k|	ulong2bebytes(obj_class, CKO_CERTIFICATE);
  ------------------
  |  | 1028|  1.89k|#define CKO_CERTIFICATE 0x00000001UL
  ------------------
  123|       |
  124|       |	/* fetch the current object's CKA_ID */
  125|  1.89k|	template[1].attribute_type = CKA_ID;
  ------------------
  |  |  161|  1.89k|#define CKA_ID 0x00000102UL
  ------------------
  126|  1.89k|	template[1].object = in_obj;
  127|  1.89k|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_GET_ATTRIBUTE, &template[1]);
  128|  1.89k|	if (r < 0) {
  ------------------
  |  Branch (128:6): [True: 12, False: 1.88k]
  ------------------
  129|     12|		return r;
  130|     12|	}
  131|  1.88k|	template[0].object = NULL; /*paranoia */
  132|  1.88k|	template[1].object = NULL; /*paranoia */
  133|       |
  134|       |	/* now find the cert that has the ID */
  135|  1.88k|	fobj.type = SC_CARDCTL_COOLKEY_FIND_BY_TEMPLATE;
  ------------------
  |  | 1073|  1.88k|#define SC_CARDCTL_COOLKEY_FIND_BY_TEMPLATE 1
  ------------------
  136|  1.88k|	fobj.obj = NULL;
  137|  1.88k|	fobj.coolkey_template = &template[0];
  138|  1.88k|	fobj.template_count=2;
  139|  1.88k|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_FIND_OBJECT, &fobj);
  140|  1.88k|	if (r < 0) {
  ------------------
  |  Branch (140:6): [True: 1.23k, False: 649]
  ------------------
  141|  1.23k|		return r;
  142|  1.23k|	}
  143|    649|	*cert_obj = fobj.obj;
  144|    649|	return SC_SUCCESS;
  ------------------
  |  |   28|    649|#define SC_SUCCESS				0
  ------------------
  145|  1.88k|}
pkcs15-coolkey.c:coolkey_make_new_id:
  258|    671|{ return ((object_id  & 0x00ffffffUL)|(id_type << 24)); }
pkcs15-coolkey.c:coolkey_get_object:
   71|    671|coolkey_get_object(sc_card_t *card, unsigned long object_id, sc_cardctl_coolkey_object_t **obj) {
   72|    671|	sc_cardctl_coolkey_find_object_t fobj;
   73|    671|	int r;
   74|       |
   75|    671|	fobj.type = SC_CARDCTL_COOLKEY_FIND_BY_ID;
  ------------------
  |  | 1072|    671|#define SC_CARDCTL_COOLKEY_FIND_BY_ID       0
  ------------------
   76|    671|	fobj.find_id = object_id;
   77|    671|	fobj.obj = NULL;
   78|    671|	r = sc_card_ctl(card, SC_CARDCTL_COOLKEY_FIND_OBJECT, &fobj);
   79|    671|	if (r < 0) {
  ------------------
  |  Branch (79:6): [True: 169, False: 502]
  ------------------
   80|    169|		return r;
   81|    169|	}
   82|    502|	*obj = fobj.obj;
   83|    502|	return SC_SUCCESS;
  ------------------
  |  |   28|    502|#define SC_SUCCESS				0
  ------------------
   84|    671|}

sc_pkcs15_read_data_object:
   46|    320|{
   47|    320|	struct sc_context *ctx = p15card->card->ctx;
   48|    320|	struct sc_pkcs15_data *data_object;
   49|    320|	struct sc_pkcs15_der der;
   50|    320|	int r;
   51|       |
   52|    320|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    320|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    320|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    320|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    320|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 320]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   53|    320|	if (!info || !data_object_out)
  ------------------
  |  Branch (53:6): [True: 0, False: 320]
  |  Branch (53:15): [True: 0, False: 320]
  ------------------
   54|    320|		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|    320|	if (!info->data.value)   {
  ------------------
  |  Branch (56:6): [True: 320, False: 0]
  ------------------
   57|    320|		r = sc_pkcs15_read_file(p15card, &info->path, (unsigned char **) &info->data.value, (size_t *) &info->data.len, private_obj);
   58|    320|		LOG_TEST_RET(ctx, r, "Cannot get DATA object data");
  ------------------
  |  |  174|    320|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    320|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    320|	int _ret = (r); \
  |  |  |  |  168|    320|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 84, False: 236]
  |  |  |  |  ------------------
  |  |  |  |  169|     84|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     84|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     84|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     84|		return _ret; \
  |  |  |  |  172|     84|	} \
  |  |  |  |  173|    320|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 236]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   59|    320|	}
   60|       |
   61|    236|	r = sc_der_copy(&der, &info->data);
   62|    236|	LOG_TEST_RET(ctx, r, "Cannot allocate memory for der value");
  ------------------
  |  |  174|    236|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    236|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    236|	int _ret = (r); \
  |  |  |  |  168|    236|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 236]
  |  |  |  |  ------------------
  |  |  |  |  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|    236|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 236]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   63|       |
   64|    236|	data_object = calloc(1, sizeof(struct sc_pkcs15_data));
   65|    236|	if (!data_object)   {
  ------------------
  |  Branch (65:6): [True: 0, False: 236]
  ------------------
   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|    236|	data_object->data = der.value;
   71|    236|	data_object->data_len = der.len;
   72|    236|	*data_object_out = data_object;
   73|       |
   74|    236|	LOG_FUNC_RETURN(ctx,SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 236]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   75|    236|}
sc_pkcs15_decode_dodf_entry:
   95|      2|{
   96|      2|        sc_context_t *ctx = p15card->card->ctx;
   97|      2|	struct sc_pkcs15_data_info info;
   98|      2|	struct sc_asn1_entry	asn1_com_data_attr[3],
   99|      2|				asn1_type_data_attr[2],
  100|      2|				asn1_data[2];
  101|      2|	struct sc_asn1_pkcs15_object data_obj = { obj, asn1_com_data_attr, NULL,
  102|      2|					     asn1_type_data_attr };
  103|      2|	size_t label_len = sizeof(info.app_label) - 1;
  104|      2|	int r;
  105|       |
  106|      2|	memset(info.app_label, 0, sizeof(info.app_label));
  107|       |
  108|      2|	sc_copy_asn1_entry(c_asn1_com_data_attr, asn1_com_data_attr);
  109|      2|	sc_copy_asn1_entry(c_asn1_type_data_attr, asn1_type_data_attr);
  110|      2|	sc_copy_asn1_entry(c_asn1_data, asn1_data);
  111|       |
  112|      2|	sc_format_asn1_entry(asn1_com_data_attr + 0, &info.app_label, &label_len, 0);
  113|      2|	sc_format_asn1_entry(asn1_com_data_attr + 1, &info.app_oid, NULL, 0);
  114|      2|	sc_format_asn1_entry(asn1_type_data_attr + 0, &info.path, NULL, 0);
  115|      2|	sc_format_asn1_entry(asn1_data + 0, &data_obj, NULL, 0);
  116|       |
  117|       |	/* Fill in defaults */
  118|      2|	memset(&info, 0, sizeof(info));
  119|      2|	sc_init_oid(&info.app_oid);
  120|       |
  121|      2|	r = sc_asn1_decode(ctx, asn1_data, *buf, *buflen, buf, buflen);
  122|      2|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|      2|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (122:6): [True: 1, False: 1]
  ------------------
  123|      1|		return r;
  124|      1|	LOG_TEST_RET(ctx, r, "ASN.1 decoding 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  125|       |
  126|      0|	if (!p15card->app || !p15card->app->ddo.aid.len) {
  ------------------
  |  Branch (126:6): [True: 0, False: 0]
  |  Branch (126:23): [True: 0, False: 0]
  ------------------
  127|      0|		if (!p15card->file_app) {
  ------------------
  |  Branch (127:7): [True: 0, False: 0]
  ------------------
  128|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  129|      0|		}
  130|      0|		r = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &info.path);
  131|      0|		if (r < 0)
  ------------------
  |  Branch (131:7): [True: 0, False: 0]
  ------------------
  132|      0|			return r;
  133|      0|	}
  134|      0|	else   {
  135|      0|		info.path.aid = p15card->app->ddo.aid;
  136|      0|	}
  137|       |
  138|      0|	obj->type = SC_PKCS15_TYPE_DATA_OBJECT;
  ------------------
  |  |  442|      0|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  139|      0|	obj->data = malloc(sizeof(info));
  140|      0|	if (obj->data == NULL)
  ------------------
  |  Branch (140:6): [True: 0, False: 0]
  ------------------
  141|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  142|      0|	memcpy(obj->data, &info, sizeof(info));
  143|       |
  144|      0|	return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  145|      0|}
sc_pkcs15_free_data_object:
  180|    236|{
  181|    236|	if (data_object == NULL)
  ------------------
  |  Branch (181:6): [True: 0, False: 236]
  ------------------
  182|      0|		return;
  183|       |
  184|    236|	free(data_object->data);
  185|    236|	free(data_object);
  186|    236|}
sc_pkcs15_free_data_info:
  189|  24.0k|{
  190|  24.0k|	if (info && info->data.value && info->data.len)
  ------------------
  |  Branch (190:6): [True: 24.0k, False: 0]
  |  Branch (190:14): [True: 0, False: 24.0k]
  |  Branch (190:34): [True: 0, False: 0]
  ------------------
  191|      0|		free(info->data.value);
  192|       |
  193|  24.0k|	free(info);
  194|  24.0k|}

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

sc_pkcs15emu_dnie_init_ex:
  281|  12.4k|{
  282|  12.4k|	int r=SC_SUCCESS;
  ------------------
  |  |   28|  12.4k|#define SC_SUCCESS				0
  ------------------
  283|  12.4k|	sc_context_t *ctx = p15card->card->ctx;
  284|  12.4k|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  285|       |
  286|  12.4k|#if defined(ENABLE_OPENSSL) && defined(ENABLE_SM)
  287|       |	/* check for proper card */
  288|  12.4k|	r = dnie_match_card(p15card->card);
  289|  12.4k|	if (r == 0)
  ------------------
  |  Branch (289:6): [True: 11.7k, False: 695]
  ------------------
  290|  12.4k|		LOG_FUNC_RETURN(ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  11.7k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  11.7k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  11.7k|	int _ret = r; \
  |  |  |  |  155|  11.7k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11.7k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  11.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|  11.7k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 11.7k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  11.7k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  11.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|  11.7k|	return _ret; \
  |  |  |  |  163|  11.7k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  291|       |	/* ok: initialize and return */
  292|    695|	LOG_FUNC_RETURN(ctx, sc_pkcs15emu_dnie_init(p15card));
  ------------------
  |  |  164|    695|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    695|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    695|	int _ret = r; \
  |  |  |  |  155|    695|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 695, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    695|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    695|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 695, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    695|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    695|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    695|	return _ret; \
  |  |  |  |  163|    695|} 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|    695|}
pkcs15-dnie.c:sc_pkcs15emu_dnie_init:
  139|    695|{
  140|    695|	u8 buf[1024];
  141|    695|	sc_pkcs15_df_t *df;
  142|    695|	sc_pkcs15_object_t *p15_obj;
  143|    695|	size_t len = sizeof(buf);
  144|    695|	int rv;
  145|    695|	struct sc_pkcs15_cert_info *p15_info = NULL;
  146|    695|	int use_pin_cache_backup = p15card->opts.use_pin_cache;
  147|       |
  148|    695|	sc_context_t *ctx = p15card->card->ctx;
  149|    695|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    695|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    695|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    695|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    695|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 695]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  150|       |
  151|       |	/* Check for correct card driver (i.e. iso7816) */
  152|    695|	if (strcmp(p15card->card->driver->short_name, "dnie") != 0)
  ------------------
  |  Branch (152:6): [True: 5, False: 690]
  ------------------
  153|      5|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      5|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  154|       |
  155|       |	/* Check for correct card atr */
  156|    690|	if (dnie_match_card(p15card->card) != 1)
  ------------------
  |  Branch (156:6): [True: 0, False: 690]
  ------------------
  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|    690|	if (p15card->card->atr.value[15] >= DNIE_30_VERSION) {
  ------------------
  |  |  100|    690|#define DNIE_30_VERSION 0x04
  ------------------
  |  Branch (162:6): [True: 557, False: 133]
  ------------------
  163|    557|		p15card->opts.use_pin_cache = 1;
  164|    557|		p15card->opts.pin_cache_counter = DNIE_30_CACHE_COUNTER;
  ------------------
  |  |  101|    557|#define DNIE_30_CACHE_COUNTER 30000
  ------------------
  165|    557|		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|    557|#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|    557|			p15card->opts.use_file_cache,
  167|    557|			p15card->opts.use_pin_cache,
  168|    557|			p15card->opts.pin_cache_counter,
  169|    557|			p15card->opts.pin_cache_ignore_user_consent);
  170|    557|        }
  171|       |
  172|       |	/* Set root path of this application */
  173|    690|	sc_file_free(p15card->file_app);
  174|    690|	p15card->file_app = sc_file_new();
  175|    690|	if (NULL == p15card->file_app) {
  ------------------
  |  Branch (175:6): [True: 0, False: 690]
  ------------------
  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|    690|	sc_format_path("3F00", &p15card->file_app->path);
  180|       |
  181|       |	/* Load TokenInfo */
  182|    690|	rv = dump_ef(p15card->card, "3F0050155032", buf, &len);
  183|    690|	LOG_TEST_GOTO_ERR(ctx, rv, "Reading of EF.TOKENINFO failed.");
  ------------------
  |  |  184|    690|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    690|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    690|	int _ret = (r); \
  |  |  |  |  178|    690|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 642, False: 48]
  |  |  |  |  ------------------
  |  |  |  |  179|    642|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    642|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    642|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    642|		goto err; \
  |  |  |  |  182|    642|	} \
  |  |  |  |  183|    690|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 48]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  184|       |
  185|     48|	rv = sc_pkcs15_parse_tokeninfo(p15card->card->ctx, p15card->tokeninfo,
  186|     48|				       buf, len);
  187|     48|	LOG_TEST_GOTO_ERR(ctx, rv, "Decoding of EF.TOKENINFO failed.");
  ------------------
  |  |  184|     48|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     48|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     48|	int _ret = (r); \
  |  |  |  |  178|     48|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 47, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  179|     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
  |  |  |  |  ------------------
  |  |  |  |  180|     47|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     47|		goto err; \
  |  |  |  |  182|     47|	} \
  |  |  |  |  183|     48|} 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|    690|err:
  270|    690|	sc_pkcs15_card_clear(p15card);
  271|    690|	p15card->opts.use_pin_cache = use_pin_cache_backup;
  272|    690|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    690|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    690|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    690|	int _ret = r; \
  |  |  |  |  155|    690|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 690, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    690|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    690|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 690, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    690|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    690|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    690|	return _ret; \
  |  |  |  |  163|    690|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  273|    690|}
pkcs15-dnie.c:dump_ef:
   42|    690|{
   43|    690|	int rv;
   44|    690|	sc_file_t *file = NULL;
   45|    690|	sc_path_t scpath;
   46|    690|	sc_format_path(path, &scpath);
   47|    690|	rv = sc_select_file(card, &scpath, &file);
   48|    690|	if (rv < 0) {
  ------------------
  |  Branch (48:6): [True: 610, False: 80]
  ------------------
   49|    610|		sc_file_free(file);
   50|    610|		return rv;
   51|    610|	}
   52|     80|	if (file->size > *buf_len) {
  ------------------
  |  Branch (52:6): [True: 29, False: 51]
  ------------------
   53|     29|		sc_file_free(file);
   54|     29|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|     29|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
   55|     29|	}
   56|     51|	rv = sc_read_binary(card, 0, buf, file->size, 0);
   57|     51|	sc_file_free(file);
   58|     51|	if (rv < 0)
  ------------------
  |  Branch (58:6): [True: 3, False: 48]
  ------------------
   59|      3|		return rv;
   60|     48|	*buf_len = rv;
   61|       |
   62|     48|	return SC_SUCCESS;
  ------------------
  |  |   28|     48|#define SC_SUCCESS				0
  ------------------
   63|     51|}

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

sc_pkcs15emu_eoi_init_ex:
   35|  9.82k|{
   36|  9.82k|	struct sc_card *card = p15card->card;
   37|  9.82k|	struct eoi_privdata *privdata = (struct eoi_privdata *)card->drv_data;
   38|  9.82k|	struct sc_pkcs15_search_key sk;
   39|  9.82k|	struct sc_pkcs15_object *objs[MAX_OBJECTS];
   40|  9.82k|	int i, j, len;
   41|       |
   42|  9.82k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  9.82k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  9.82k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  9.82k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  9.82k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 9.82k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   43|       |
   44|  9.82k|	if (card->type != SC_CARD_TYPE_EOI && card->type != SC_CARD_TYPE_EOI_CONTACTLESS)
  ------------------
  |  Branch (44:6): [True: 9.80k, False: 21]
  |  Branch (44:40): [True: 9.80k, False: 0]
  ------------------
   45|  9.82k|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  9.80k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.80k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.80k|	int _ret = r; \
  |  |  |  |  155|  9.80k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.80k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.80k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.80k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.80k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.80k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.80k|	} else { \
  |  |  |  |  159|      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.80k|	return _ret; \
  |  |  |  |  163|  9.80k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   46|       |
   47|     21|	if (!privdata)
  ------------------
  |  Branch (47:6): [True: 0, False: 21]
  ------------------
   48|     21|		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|     21|	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: 21]
  |  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|     21|	LOG_TEST_RET(card->ctx, sc_pkcs15_bind_internal(p15card, aid),
  ------------------
  |  |  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: 20, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|     21|} 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|  12.5k|{
   80|  12.5k|	SC_FUNC_CALLED(p15card->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]
  |  |  ------------------
  ------------------
   81|       |
   82|  12.5k|	if (entersafe_detect_card(p15card))
  ------------------
  |  Branch (82:6): [True: 12.3k, False: 250]
  ------------------
   83|  12.3k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   84|    250|	return sc_pkcs15emu_entersafe_init(p15card);
   85|  12.5k|}
pkcs15-esinit.c:entersafe_detect_card:
   33|  12.5k|{
   34|  12.5k|	sc_card_t *card = p15card->card;
   35|       |
   36|  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]
  |  |  ------------------
  ------------------
   37|       |
   38|       |	/* check if we have the correct card OS */
   39|  12.5k|	if (strcmp(card->name, "entersafe"))
  ------------------
  |  Branch (39:6): [True: 12.3k, False: 250]
  ------------------
   40|  12.3k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
   41|       |
   42|    250|    return SC_SUCCESS;
  ------------------
  |  |   28|    250|#define SC_SUCCESS				0
  ------------------
   43|  12.5k|}
pkcs15-esinit.c:sc_pkcs15emu_entersafe_init:
   46|    250|{
   47|    250|	int    r;
   48|    250|	char   buf[256];
   49|    250|	sc_card_t *card = p15card->card;
   50|    250|	sc_serial_number_t serial;
   51|       |
   52|    250|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    250|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    250|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    250|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 250]
  |  |  ------------------
  ------------------
   53|       |
   54|       |	/* get serial number */
   55|    250|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
   56|    250|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    250|#define SC_SUCCESS				0
  ------------------
  |  Branch (56:6): [True: 237, False: 13]
  ------------------
   57|    237|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    237|#define SC_ERROR_INTERNAL			-1400
  ------------------
   58|     13|	r = sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
   59|     13|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|     13|#define SC_SUCCESS				0
  ------------------
  |  Branch (59:6): [True: 0, False: 13]
  ------------------
   60|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
   61|       |
   62|     13|	set_string(&p15card->tokeninfo->serial_number, buf);
   63|     13|	if (!p15card->tokeninfo->serial_number)
  ------------------
  |  Branch (63:6): [True: 0, False: 13]
  ------------------
   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|     13|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   30|     13|#define MANU_ID		"entersafe"
  ------------------
   68|     13|	if (!p15card->tokeninfo->manufacturer_id) {
  ------------------
  |  Branch (68:6): [True: 0, False: 13]
  ------------------
   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|     13|	return SC_SUCCESS;
  ------------------
  |  |   28|     13|#define SC_SUCCESS				0
  ------------------
   75|     13|}

sc_pkcs15emu_esteid2018_init_ex:
  256|  9.96k|int sc_pkcs15emu_esteid2018_init_ex(sc_pkcs15_card_t *p15card, struct sc_aid *aid) {
  257|  9.96k|	if (p15card->card->type == SC_CARD_TYPE_ESTEID_2018 ||
  ------------------
  |  Branch (257:6): [True: 0, False: 9.96k]
  ------------------
  258|  9.96k|			p15card->card->type == SC_CARD_TYPE_ESTEID_2018_V2_2025 ||
  ------------------
  |  Branch (258:4): [True: 0, False: 9.96k]
  ------------------
  259|  9.96k|			is_latvian_eid(p15card))
  ------------------
  |  Branch (259:4): [True: 0, False: 9.96k]
  ------------------
  260|      0|		return sc_pkcs15emu_esteid2018_init(p15card);
  261|  9.96k|	return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.96k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  262|  9.96k|}
pkcs15-esteid2018.c:is_latvian_eid:
   38|  9.96k|{
   39|  9.96k|	return p15card->card->type == SC_CARD_TYPE_LATEID_2018 ||
  ------------------
  |  Branch (39:9): [True: 0, False: 9.96k]
  ------------------
   40|  9.96k|	       p15card->card->type == SC_CARD_TYPE_LATEID_2018_V2_2025;
  ------------------
  |  Branch (40:9): [True: 0, False: 9.96k]
  ------------------
   41|  9.96k|}

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

sc_pkcs15emu_gemsafeV1_init_ex:
  451|  12.5k|{
  452|  12.5k|	if (gemsafe_detect_card(p15card))
  ------------------
  |  Branch (452:6): [True: 11.8k, False: 754]
  ------------------
  453|  11.8k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  11.8k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  454|    754|	return sc_pkcs15emu_gemsafeV1_init(p15card);
  455|  12.5k|}
pkcs15-gemsafeV1.c:gemsafe_detect_card:
  298|  12.5k|{
  299|  12.5k|	if (strcmp(p15card->card->name, "GemSAFE V1"))
  ------------------
  |  Branch (299:6): [True: 11.8k, False: 754]
  ------------------
  300|  11.8k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  11.8k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  301|       |
  302|    754|	return SC_SUCCESS;
  ------------------
  |  |   28|    754|#define SC_SUCCESS				0
  ------------------
  303|  12.5k|}
pkcs15-gemsafeV1.c:sc_pkcs15emu_gemsafeV1_init:
  306|    754|{
  307|    754|	int		    r;
  308|    754|	unsigned int    i;
  309|    754|	struct sc_path  path;
  310|    754|	struct sc_file *file = NULL;
  311|    754|	struct sc_card *card = p15card->card;
  312|    754|	struct sc_apdu  apdu;
  313|    754|	u8		    rbuf[SC_MAX_APDU_BUFFER_SIZE];
  314|       |
  315|    754|	sc_log(p15card->card->ctx, "Setting pkcs15 parameters");
  ------------------
  |  |   71|    754|#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|    754|	set_string(&p15card->tokeninfo->label, APPLET_NAME);
  ------------------
  |  |   32|    754|#define APPLET_NAME		"GemSAFE V1"
  ------------------
  318|    754|	if (!p15card->tokeninfo->label)
  ------------------
  |  Branch (318:6): [True: 0, False: 754]
  ------------------
  319|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  320|       |
  321|    754|	set_string(&p15card->tokeninfo->serial_number, DRIVER_SERIAL_NUMBER);
  ------------------
  |  |   33|    754|#define DRIVER_SERIAL_NUMBER	"v0.9"
  ------------------
  322|    754|	if (!p15card->tokeninfo->serial_number) {
  ------------------
  |  Branch (322:6): [True: 0, False: 754]
  ------------------
  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|    754|	sc_format_apdu(card, &apdu, SC_APDU_CASE_2_SHORT, 0xca, 0xdf, 0x03);
  ------------------
  |  |  292|    754|#define SC_APDU_CASE_2_SHORT		0x02
  ------------------
  330|    754|	apdu.cla = 0x80;
  331|    754|	apdu.resp = rbuf;
  332|    754|	apdu.resplen = sizeof(rbuf);
  333|       |	/* Manual says Le=0x05, but should be 0x08 to return full version number */
  334|    754|	apdu.le = 0x08;
  335|    754|	apdu.lc = 0;
  336|    754|	apdu.datalen = 0;
  337|    754|	r = sc_transmit_apdu(card, &apdu);
  338|    754|	if (r < 0)
  ------------------
  |  Branch (338:6): [True: 18, False: 736]
  ------------------
  339|     18|		sc_pkcs15_card_clear(p15card);
  340|    754|	LOG_TEST_RET(card->ctx, r, "APDU transmit failed");
  ------------------
  |  |  174|    754|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    754|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    754|	int _ret = (r); \
  |  |  |  |  168|    754|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 18, False: 736]
  |  |  |  |  ------------------
  |  |  |  |  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|    754|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 736]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  341|       |
  342|    736|	if (apdu.sw1 != 0x90 || apdu.sw2 != 0x00 || r != SC_SUCCESS) {
  ------------------
  |  |   28|    240|#define SC_SUCCESS				0
  ------------------
  |  Branch (342:6): [True: 455, False: 281]
  |  Branch (342:26): [True: 41, False: 240]
  |  Branch (342:46): [True: 0, False: 240]
  ------------------
  343|    496|		sc_pkcs15_card_clear(p15card);
  344|    496|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    496|#define SC_ERROR_INTERNAL			-1400
  ------------------
  345|    496|	}
  346|       |
  347|       |	/* the manufacturer ID, in this case GemPlus */
  348|    240|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   31|    240|#define MANU_ID			"Gemplus"
  ------------------
  349|    240|	if (!p15card->tokeninfo->manufacturer_id) {
  ------------------
  |  Branch (349:6): [True: 0, False: 240]
  ------------------
  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|    240|	r = gemsafe_get_cert_len(card);
  356|    240|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    240|#define SC_SUCCESS				0
  ------------------
  |  Branch (356:6): [True: 184, False: 56]
  ------------------
  357|    184|		sc_pkcs15_card_clear(p15card);
  358|    184|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    184|#define SC_ERROR_INTERNAL			-1400
  ------------------
  359|    184|	}
  360|       |
  361|       |	/* set certs */
  362|     56|	sc_log(p15card->card->ctx, "Setting certificates");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  363|    728|	for (i = 0; i < gemsafe_cert_max; i++) {
  ------------------
  |  Branch (363:14): [True: 672, False: 56]
  ------------------
  364|    672|		struct sc_pkcs15_id p15Id;
  365|    672|		struct sc_path path;
  366|       |
  367|    672|		if (gemsafe_cert[i].label == NULL)
  ------------------
  |  Branch (367:7): [True: 672, False: 0]
  ------------------
  368|    672|			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|     56|	sc_log(p15card->card->ctx, "Setting PIN");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  380|    112|	for (i=0; i < gemsafe_pin_max; i++) {
  ------------------
  |  Branch (380:12): [True: 112, False: 0]
  ------------------
  381|    112|		struct sc_pkcs15_id	p15Id;
  382|    112|		struct sc_path path;
  383|       |
  384|    112|		sc_pkcs15_format_id(gemsafe_pin[i].id, &p15Id);
  385|    112|		sc_format_path(gemsafe_pin[i].path, &path);
  386|    112|		if (gemsafe_pin[i].atr_len == 0 ||
  ------------------
  |  Branch (386:7): [True: 56, False: 56]
  ------------------
  387|     56|		   (gemsafe_pin[i].atr_len == p15card->card->atr.len &&
  ------------------
  |  Branch (387:7): [True: 0, False: 56]
  ------------------
  388|      0|		    memcmp(p15card->card->atr.value, gemsafe_pin[i].atr,
  ------------------
  |  Branch (388:7): [True: 0, False: 0]
  ------------------
  389|     56|			   p15card->card->atr.len) == 0)) {
  390|     56|			sc_pkcs15emu_add_pin(p15card, &p15Id, gemsafe_pin[i].label,
  391|     56|					     &path, gemsafe_pin[i].ref, gemsafe_pin[i].type,
  392|     56|					     gemsafe_pin[i].minlen, gemsafe_pin[i].maxlen,
  393|     56|					     gemsafe_pin[i].flags, gemsafe_pin[i].tries_left,
  394|     56|					     gemsafe_pin[i].pad_char, gemsafe_pin[i].obj_flags);
  395|     56|			break;
  396|     56|		}
  397|    112|	};
  398|       |
  399|       |	/* set private keys */
  400|     56|	sc_log(p15card->card->ctx, "Setting private keys");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  401|    728|	for (i = 0; i < gemsafe_cert_max; i++) {
  ------------------
  |  Branch (401:14): [True: 672, False: 56]
  ------------------
  402|    672|		struct sc_pkcs15_id p15Id, authId, *pauthId;
  403|    672|		struct sc_path path;
  404|    672|		int key_ref = 0x03;
  405|       |
  406|    672|		if (gemsafe_prkeys[i].label == NULL)
  ------------------
  |  Branch (406:7): [True: 672, False: 0]
  ------------------
  407|    672|			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|     56|	sc_log(p15card->card->ctx, "Selecting application DF");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  436|     56|	sc_format_path(GEMSAFE_APP_PATH, &path);
  ------------------
  |  |   34|     56|#define GEMSAFE_APP_PATH	"3F001600"
  ------------------
  437|     56|	r = sc_select_file(card, &path, &file);
  438|     56|	if (r != SC_SUCCESS || !file) {
  ------------------
  |  |   28|    112|#define SC_SUCCESS				0
  ------------------
  |  Branch (438:6): [True: 36, False: 20]
  |  Branch (438:25): [True: 0, False: 20]
  ------------------
  439|     36|		sc_pkcs15_card_clear(p15card);
  440|     36|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     36|#define SC_ERROR_INTERNAL			-1400
  ------------------
  441|     36|	}
  442|       |	/* set the application DF */
  443|     20|	sc_file_free(p15card->file_app);
  444|     20|	p15card->file_app = file;
  445|       |
  446|     20|	return SC_SUCCESS;
  ------------------
  |  |   28|     20|#define SC_SUCCESS				0
  ------------------
  447|     56|}
pkcs15-gemsafeV1.c:gemsafe_get_cert_len:
  163|    240|{
  164|    240|	int r;
  165|    240|	u8  ibuf[GEMSAFE_MAX_OBJLEN];
  166|    240|	u8 *iptr;
  167|    240|	struct sc_path path;
  168|    240|	struct sc_file *file;
  169|    240|	size_t objlen;
  170|    240|	int certlen;
  171|    240|	unsigned int ind, i=0;
  172|    240|	int read_len;
  173|       |
  174|    240|	sc_format_path(GEMSAFE_PATH, &path);
  ------------------
  |  |   35|    240|#define GEMSAFE_PATH		"3F0016000004"
  ------------------
  175|    240|	r = sc_select_file(card, &path, &file);
  176|    240|	if (r != SC_SUCCESS || !file)
  ------------------
  |  |   28|    480|#define SC_SUCCESS				0
  ------------------
  |  Branch (176:6): [True: 40, False: 200]
  |  Branch (176:25): [True: 0, False: 200]
  ------------------
  177|     40|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     40|#define SC_ERROR_INTERNAL			-1400
  ------------------
  178|    200|	sc_file_free(file);
  179|       |
  180|       |	/* Initial read */
  181|    200|	read_len = sc_read_binary(card, 0, ibuf, GEMSAFE_READ_QUANTUM, 0);
  ------------------
  |  |   40|    200|#define GEMSAFE_READ_QUANTUM    248
  ------------------
  182|    200|	if (read_len <= 2) {
  ------------------
  |  Branch (182:6): [True: 22, False: 178]
  ------------------
  183|     22|		sc_log(card->ctx, "Invalid size of object data: %d", read_len);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  184|     22|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     22|#define SC_ERROR_INTERNAL			-1400
  ------------------
  185|     22|	}
  186|       |
  187|       |	/* Actual stored object size is encoded in first 2 bytes
  188|       |	 * (allocated EF space is much greater!)
  189|       |	 */
  190|    178|	objlen = (((size_t) ibuf[0]) << 8) | ibuf[1];
  191|    178|	sc_log(card->ctx, "Stored object is of size: %zu", objlen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  192|    178|	if (objlen < 1 || objlen > GEMSAFE_MAX_OBJLEN) {
  ------------------
  |  |   41|    174|#define GEMSAFE_MAX_OBJLEN      28672
  ------------------
  |  Branch (192:6): [True: 4, False: 174]
  |  Branch (192:20): [True: 17, False: 157]
  ------------------
  193|     21|		sc_log(card->ctx, "Invalid object size: %zu", objlen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  194|     21|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     21|#define SC_ERROR_INTERNAL			-1400
  ------------------
  195|     21|	}
  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|    157|	ind = 2; /* skip length */
  212|    252|	while (ind + 1 < (size_t)read_len && ibuf[ind] == 0x01 && i < gemsafe_cert_max) {
  ------------------
  |  Branch (212:9): [True: 215, False: 37]
  |  Branch (212:39): [True: 95, False: 120]
  |  Branch (212:60): [True: 95, False: 0]
  ------------------
  213|     95|		if (ibuf[ind+1] == 0xFE) {
  ------------------
  |  Branch (213:7): [True: 19, False: 76]
  ------------------
  214|     19|			gemsafe_prkeys[i].ref = ibuf[ind+4];
  215|     19|			sc_log(card->ctx, "Key container %d is allocated and uses key_ref %d",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  216|     19|					i+1, gemsafe_prkeys[i].ref);
  217|     19|			ind += 9;
  218|     19|		}
  219|     76|		else {
  220|     76|			gemsafe_prkeys[i].label = NULL;
  221|     76|			gemsafe_cert[i].label = NULL;
  222|     76|			sc_log(card->ctx, "Key container %d is unallocated", i+1);
  ------------------
  |  |   71|     76|#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|     76|			ind += 8;
  224|     76|		}
  225|     95|		i++;
  226|     95|	}
  227|       |
  228|       |	/* Delete additional key containers from the data structures if
  229|       |	 * this card can't accommodate them.
  230|       |	 */
  231|  1.94k|	for (; i < gemsafe_cert_max; i++) {
  ------------------
  |  Branch (231:9): [True: 1.78k, False: 157]
  ------------------
  232|  1.78k|		gemsafe_prkeys[i].label = NULL;
  233|  1.78k|		gemsafe_cert[i].label = NULL;
  234|  1.78k|	}
  235|       |
  236|       |	/* Read entire file, then dissect in memory.
  237|       |	 * Gemalto ClassicClient seems to do it the same way.
  238|       |	 */
  239|    157|	iptr = ibuf + read_len;
  240|  2.54k|	while ((size_t)(iptr - ibuf) < objlen) {
  ------------------
  |  Branch (240:9): [True: 2.49k, False: 56]
  ------------------
  241|  2.49k|		r = sc_read_binary(card, (unsigned)(iptr - ibuf), iptr,
  242|  2.49k|				   MIN(GEMSAFE_READ_QUANTUM, objlen - (iptr - ibuf)), 0);
  ------------------
  |  |   70|  2.49k|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 2.24k, False: 243]
  |  |  ------------------
  ------------------
  243|  2.49k|		if (r < 0) {
  ------------------
  |  Branch (243:7): [True: 83, False: 2.40k]
  ------------------
  244|     83|			sc_log(card->ctx, "Could not read cert object");
  ------------------
  |  |   71|     83|#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|     83|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     83|#define SC_ERROR_INTERNAL			-1400
  ------------------
  246|     83|		}
  247|  2.40k|		if (r == 0)
  ------------------
  |  Branch (247:7): [True: 18, False: 2.39k]
  ------------------
  248|     18|			break;
  249|  2.39k|		read_len += r;
  250|  2.39k|		iptr += r;
  251|  2.39k|	}
  252|     74|	if ((size_t)read_len < objlen) {
  ------------------
  |  Branch (252:6): [True: 18, False: 56]
  ------------------
  253|     18|		sc_log(card->ctx, "Could not read cert object");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  254|     18|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|     18|#define SC_ERROR_INTERNAL			-1400
  ------------------
  255|     18|	}
  256|       |
  257|       |	/* Search buffer for certificates, they start with 0x3082. */
  258|     56|	i = 0;
  259|   114k|	while (ind < objlen - 1) {
  ------------------
  |  Branch (259:9): [True: 114k, False: 55]
  ------------------
  260|   114k|		if (ibuf[ind] == 0x30 && ibuf[ind+1] == 0x82) {
  ------------------
  |  Branch (260:7): [True: 257, False: 114k]
  |  Branch (260:28): [True: 1, False: 256]
  ------------------
  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|   114k|			ind++;
  281|   114k|	}
  282|       |
  283|       |	/* Delete additional key containers from the data structures if
  284|       |	 * they're missing on the card.
  285|       |	 */
  286|    715|	for (; i < gemsafe_cert_max; i++) {
  ------------------
  |  Branch (286:9): [True: 660, False: 55]
  ------------------
  287|    660|		if (gemsafe_cert[i].label) {
  ------------------
  |  Branch (287:7): [True: 0, False: 660]
  ------------------
  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|    660|	}
  293|       |
  294|     55|	return SC_SUCCESS;
  ------------------
  |  |   28|     55|#define SC_SUCCESS				0
  ------------------
  295|     56|}
pkcs15-gemsafeV1.c:sc_pkcs15emu_add_object:
  490|     56|{
  491|     56|	sc_pkcs15_object_t *obj;
  492|     56|	int		df_type;
  493|       |
  494|     56|	obj = calloc(1, sizeof(*obj));
  495|     56|	if (!obj) {
  ------------------
  |  Branch (495:6): [True: 0, False: 56]
  ------------------
  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|     56|	obj->type  = type;
  500|     56|	obj->data  = data;
  501|       |
  502|     56|	if (label)
  ------------------
  |  Branch (502:6): [True: 56, False: 0]
  ------------------
  503|     56|		strncpy(obj->label, label, sizeof(obj->label)-1);
  504|       |
  505|     56|	obj->flags = obj_flags;
  506|     56|	if (auth_id)
  ------------------
  |  Branch (506:6): [True: 0, False: 56]
  ------------------
  507|      0|		obj->auth_id = *auth_id;
  508|       |
  509|     56|	switch (type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|     56|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  510|     56|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|     56|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (510:2): [True: 56, False: 0]
  ------------------
  511|     56|		df_type = SC_PKCS15_AODF;
  ------------------
  |  |  496|     56|#define SC_PKCS15_AODF			8
  ------------------
  512|     56|		break;
  513|      0|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|      0|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (513:2): [True: 0, False: 56]
  ------------------
  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: 56]
  ------------------
  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: 56]
  ------------------
  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: 56]
  ------------------
  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|     56|	}
  527|       |
  528|     56|	obj->df = sc_pkcs15emu_get_df(p15card, df_type);
  529|     56|	sc_pkcs15_add_object(p15card, obj);
  530|       |
  531|     56|	return 0;
  532|     56|}
pkcs15-gemsafeV1.c:sc_pkcs15emu_get_df:
  459|     56|{
  460|     56|	sc_pkcs15_df_t	*df;
  461|     56|	sc_file_t	*file;
  462|     56|	int		created = 0;
  463|       |
  464|    112|	while (1) {
  ------------------
  |  Branch (464:9): [True: 112, Folded]
  ------------------
  465|    112|		for (df = p15card->df_list; df; df = df->next) {
  ------------------
  |  Branch (465:31): [True: 56, False: 56]
  ------------------
  466|     56|			if (df->type == type) {
  ------------------
  |  Branch (466:8): [True: 56, False: 0]
  ------------------
  467|     56|				if (created)
  ------------------
  |  Branch (467:9): [True: 56, False: 0]
  ------------------
  468|     56|					df->enumerated = 1;
  469|     56|				return df;
  470|     56|			}
  471|     56|		}
  472|       |
  473|     56|		if (created != 0)
  ------------------
  |  Branch (473:7): [True: 0, False: 56]
  ------------------
  474|      0|			return NULL;
  475|       |
  476|     56|		file = sc_file_new();
  477|     56|		if (!file)
  ------------------
  |  Branch (477:7): [True: 0, False: 56]
  ------------------
  478|      0|			return NULL;
  479|     56|		sc_format_path("11001101", &file->path);
  480|     56|		sc_pkcs15_add_df(p15card, type, &file->path);
  481|     56|		sc_file_free(file);
  482|     56|		created++;
  483|     56|	}
  484|     56|}
pkcs15-gemsafeV1.c:sc_pkcs15emu_add_pin:
  541|     56|{
  542|     56|	sc_pkcs15_auth_info_t *info;
  543|       |
  544|     56|	info = calloc(1, sizeof(*info));
  545|     56|	if (!info)
  ------------------
  |  Branch (545:6): [True: 0, False: 56]
  ------------------
  546|     56|		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|     56|	info->auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     56|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  549|     56|	info->auth_method = SC_AC_CHV;
  ------------------
  |  |  151|     56|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  550|     56|	info->auth_id           = *id;
  551|     56|	info->attrs.pin.min_length        = min_length;
  552|     56|	info->attrs.pin.max_length        = max_length;
  553|     56|	info->attrs.pin.stored_length     = max_length;
  554|     56|	info->attrs.pin.type              = type;
  555|     56|	info->attrs.pin.reference         = ref;
  556|     56|	info->attrs.pin.flags             = flags;
  557|     56|	info->attrs.pin.pad_char          = pad_char;
  558|     56|	info->tries_left        = tries_left;
  559|     56|	info->logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|     56|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  560|       |
  561|     56|	if (path)
  ------------------
  |  Branch (561:6): [True: 56, False: 0]
  ------------------
  562|     56|		info->path = *path;
  563|       |
  564|     56|	return sc_pkcs15emu_add_object(p15card, SC_PKCS15_TYPE_AUTH_PIN, label, info, NULL, obj_flags);
  ------------------
  |  |  445|     56|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
  565|     56|}

sc_pkcs15emu_gids_init_ex:
  241|  12.4k|{
  242|  12.4k|	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: 12.3k, False: 131]
  |  Branch (242:58): [True: 12.3k, False: 1]
  |  Branch (242:105): [True: 12.3k, False: 1]
  ------------------
  243|  12.3k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  244|  12.3k|	}
  245|    133|	return sc_pkcs15emu_gids_init(p15card);
  246|  12.4k|}
pkcs15-gids.c:sc_pkcs15emu_gids_init:
  112|    133|{
  113|    133|	sc_card_t *card = p15card->card;
  114|    133|	int r;
  115|    133|	size_t i;
  116|    133|	struct sc_pkcs15_auth_info pin_info;
  117|    133|	struct sc_pkcs15_object pin_obj;
  118|    133|	struct sc_pin_cmd_data pin_cmd_data;
  119|    133|	size_t recordsnum;
  120|    133|	int has_puk;
  121|       |
  122|    133|	r = sc_card_ctl(card, SC_CARDCTL_GIDS_GET_ALL_CONTAINERS, &recordsnum);
  123|    133|	LOG_TEST_RET(card->ctx, r, "unable to get the containers. Uninitialized card ?");
  ------------------
  |  |  174|    133|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    133|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    133|	int _ret = (r); \
  |  |  |  |  168|    133|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 133, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    133|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    133|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    133|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    133|		return _ret; \
  |  |  |  |  172|    133|	} \
  |  |  |  |  173|    133|} 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|  12.3k|{
  269|  12.3k|	if (iasecc_pkcs15emu_detect_card(p15card))
  ------------------
  |  Branch (269:6): [True: 11.5k, False: 797]
  ------------------
  270|  11.5k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  11.5k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  271|       |
  272|    797|	return sc_pkcs15emu_iasecc_init(p15card, aid);
  273|  12.3k|}
pkcs15-iasecc.c:iasecc_pkcs15emu_detect_card:
  239|  12.3k|{
  240|  12.3k|	if (p15card->card->type < SC_CARD_TYPE_IASECC_BASE)
  ------------------
  |  Branch (240:6): [True: 8.88k, False: 3.50k]
  ------------------
  241|  8.88k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  8.88k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  242|       |
  243|  3.50k|	if (p15card->card->type > SC_CARD_TYPE_IASECC_BASE + 10)
  ------------------
  |  Branch (243:6): [True: 2.70k, False: 797]
  ------------------
  244|  2.70k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  2.70k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  245|       |
  246|    797|	return SC_SUCCESS;
  ------------------
  |  |   28|    797|#define SC_SUCCESS				0
  ------------------
  247|  3.50k|}
pkcs15-iasecc.c:sc_pkcs15emu_iasecc_init:
  252|    797|{
  253|    797|	struct sc_context *ctx = p15card->card->ctx;
  254|    797|	int rv;
  255|       |
  256|    797|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    797|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    797|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    797|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    797|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 797]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  257|       |
  258|    797|	rv = sc_pkcs15_bind_internal(p15card, aid);
  259|       |
  260|    797|	p15card->ops.parse_df = _iasecc_parse_df;
  261|       |
  262|    797|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|    797|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    797|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    797|	int _ret = r; \
  |  |  |  |  155|    797|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 797, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    797|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    792|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 792, False: 5]
  |  |  |  |  ------------------
  |  |  |  |  157|    797|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    797|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    797|	return _ret; \
  |  |  |  |  163|    797|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  263|    797|}

sc_pkcs15emu_idprime_init_ex:
  357|  12.8k|{
  358|  12.8k|	sc_card_t   *card = p15card->card;
  359|  12.8k|	sc_context_t    *ctx = card->ctx;
  360|       |
  361|  12.8k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  12.8k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  12.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  12.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  12.8k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 12.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  362|       |
  363|  12.8k|	if (idprime_detect_card(p15card))
  ------------------
  |  Branch (363:6): [True: 12.5k, False: 293]
  ------------------
  364|  12.5k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.5k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  365|    293|	return sc_pkcs15emu_idprime_init(p15card);
  366|  12.8k|}
pkcs15-idprime.c:idprime_detect_card:
   40|  12.8k|{
   41|  12.8k|	sc_card_t *card = p15card->card;
   42|       |
   43|  12.8k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  12.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  12.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  12.8k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 12.8k]
  |  |  ------------------
  ------------------
   44|       |
   45|  12.8k|	if (card->type < SC_CARD_TYPE_IDPRIME_BASE
  ------------------
  |  Branch (45:6): [True: 12.0k, False: 846]
  ------------------
   46|    846|		|| card->type >= SC_CARD_TYPE_IDPRIME_BASE+1000)
  ------------------
  |  Branch (46:6): [True: 553, False: 293]
  ------------------
   47|  12.5k|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  12.5k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
   48|    293|	return SC_SUCCESS;
  ------------------
  |  |   28|    293|#define SC_SUCCESS				0
  ------------------
   49|  12.8k|}
pkcs15-idprime.c:sc_pkcs15emu_idprime_init:
   52|    293|{
   53|    293|	int r, i;
   54|    293|	sc_card_t *card = p15card->card;
   55|    293|	sc_serial_number_t serial;
   56|    293|	char buf[SC_MAX_SERIALNR * 2 + 1];
   57|    293|	int count;
   58|    293|	char *token_name = NULL;
   59|    293|	struct sc_pkcs15_auth_info pin_info;
   60|    293|	struct sc_pkcs15_object   pin_obj;
   61|    293|	const char pin_label[] = "PIN";
   62|    293|	const char *pin_id = "11";
   63|    293|	const char sig_pin_label[] = "Digital Signature PIN";
   64|    293|	const char *sig_pin_id = "83";
   65|       |
   66|       |	/* oid for key usage */
   67|    293|	static const struct sc_object_id usage_type = {{ 2, 5, 29, 15, -1 }};
   68|    293|	unsigned int usage;
   69|       |
   70|    293|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|    293|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    293|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    293|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 293]
  |  |  ------------------
  ------------------
   71|       |
   72|       |	/* could read this off card if needed */
   73|    293|	set_string(&p15card->tokeninfo->label, "IDPrime");
   74|    293|	set_string(&p15card->tokeninfo->manufacturer_id, "Gemalto");
   75|       |
   76|       |	/*
   77|       |	 * get serial number
   78|       |	 */
   79|    293|	memset(&serial, 0, sizeof(serial));
   80|    293|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
   81|    293|	if (r < 0) {
  ------------------
  |  Branch (81:6): [True: 291, False: 2]
  ------------------
   82|    291|		sc_log(card->ctx, "sc_card_ctl rc=%d", r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   83|    291|		set_string(&p15card->tokeninfo->serial_number, "00000000");
   84|    291|	} else {
   85|      2|		sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
   86|      2|		set_string(&p15card->tokeninfo->serial_number, buf);
   87|      2|	}
   88|       |	/* set pin */
   89|    293|	sc_log(card->ctx,  "IDPrime adding pin...");
  ------------------
  |  |   71|    293|#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|    293|	memset(&pin_info, 0, sizeof(pin_info));
   91|    293|	memset(&pin_obj,  0, sizeof(pin_obj));
   92|       |
   93|    293|	pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    293|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
   94|    293|	sc_pkcs15_format_id(pin_id, &pin_info.auth_id);
   95|    293|	pin_info.attrs.pin.reference     = 0x11;
   96|    293|	pin_info.attrs.pin.flags         = SC_PKCS15_PIN_FLAG_INITIALIZED;
  ------------------
  |  |   58|    293|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
   97|    293|	pin_info.attrs.pin.type          = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|    293|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
   98|    293|	pin_info.attrs.pin.min_length    = 4;
   99|    293|	pin_info.attrs.pin.stored_length = 0;
  100|    293|	pin_info.attrs.pin.max_length    = 16;
  101|    293|	pin_info.tries_left    = -1;
  102|       |
  103|    293|	if (card->type == SC_CARD_TYPE_IDPRIME_840
  ------------------
  |  Branch (103:6): [True: 11, False: 282]
  ------------------
  104|    282|	    || card->type == SC_CARD_TYPE_IDPRIME_940
  ------------------
  |  Branch (104:9): [True: 11, False: 271]
  ------------------
  105|    271|	    || card->type == SC_CARD_TYPE_IDPRIME_GENERIC) {
  ------------------
  |  Branch (105:9): [True: 214, False: 57]
  ------------------
  106|    236|		pin_info.attrs.pin.flags |= SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   59|    236|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  107|    236|		pin_info.attrs.pin.stored_length = 16;
  108|    236|		pin_info.attrs.pin.pad_char = 0x00;
  109|    236|	}
  110|       |
  111|    293|	sc_log(card->ctx,  "IDPrime Adding pin with label=%s", pin_label);
  ------------------
  |  |   71|    293|#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|    293|	strncpy(pin_obj.label, pin_label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|    293|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  113|    293|	pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    293|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  114|       |
  115|    293|	r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  116|    293|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not add pin object");
  ------------------
  |  |  184|    293|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    293|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    293|	int _ret = (r); \
  |  |  |  |  178|    293|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 293]
  |  |  |  |  ------------------
  |  |  |  |  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|    293|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 293]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  117|       |
  118|       |	/* set signature pin for 940 cards */
  119|    293|	if (card->type == SC_CARD_TYPE_IDPRIME_940) {
  ------------------
  |  Branch (119:6): [True: 11, False: 282]
  ------------------
  120|     11|		sc_log(card->ctx,  "IDPrime adding Digital Signature pin...");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  121|     11|		memset(&pin_info, 0, sizeof(pin_info));
  122|     11|		memset(&pin_obj,  0, sizeof(pin_obj));
  123|       |
  124|     11|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     11|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  125|     11|		sc_pkcs15_format_id(sig_pin_id, &pin_info.auth_id);
  126|     11|		pin_info.attrs.pin.reference     = 0x83;
  127|     11|		pin_info.attrs.pin.flags         = SC_PKCS15_PIN_FLAG_INITIALIZED;
  ------------------
  |  |   58|     11|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  128|     11|		pin_info.attrs.pin.type          = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|     11|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  129|     11|		pin_info.attrs.pin.min_length    = 4;
  130|     11|		pin_info.attrs.pin.stored_length = 0;
  131|     11|		pin_info.attrs.pin.max_length    = 16;
  132|     11|		pin_info.tries_left    = -1;
  133|       |
  134|     11|		pin_info.attrs.pin.flags |= SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   59|     11|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  135|     11|		pin_info.attrs.pin.stored_length = 16;
  136|     11|		pin_info.attrs.pin.pad_char = 0x00;
  137|       |
  138|     11|		sc_log(card->ctx,  "IDPrime Adding Digital Signature pin with label=%s", sig_pin_label);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  139|     11|		strncpy(pin_obj.label, sig_pin_label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|     11|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  140|     11|		pin_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     11|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  141|       |
  142|     11|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  143|     11|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not add Digital Signature pin object");
  ------------------
  |  |  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: 0, False: 11]
  |  |  |  |  ------------------
  |  |  |  |  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|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 11]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  144|     11|	}
  145|       |
  146|       |	/*
  147|       |	 * get token name if provided
  148|       |	 */
  149|    293|	r = sc_card_ctl(card, SC_CARDCTL_IDPRIME_GET_TOKEN_NAME, &token_name);
  150|    293|	if (r < 0) {
  ------------------
  |  Branch (150:6): [True: 287, False: 6]
  ------------------
  151|       |		/* On failure we will get the token name from certificates later */
  152|    287|		sc_log(card->ctx, "sc_card_ctl rc=%d", r);
  ------------------
  |  |   71|    287|#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|    287|	} else {
  154|      6|		free(p15card->tokeninfo->label);
  155|      6|		p15card->tokeninfo->label = token_name;
  156|      6|		sc_log(card->ctx,  "IDPrime setting token label = %s", token_name);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  157|      6|	}
  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|    293|	sc_log(card->ctx,  "IDPrime adding certs, pub and priv keys...");
  ------------------
  |  |   71|    293|#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|    293|	r = (card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_INIT_GET_OBJECTS, &count);
  166|    293|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not initiate cert objects.");
  ------------------
  |  |  184|    293|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    293|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    293|	int _ret = (r); \
  |  |  |  |  178|    293|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 293]
  |  |  |  |  ------------------
  |  |  |  |  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|    293|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 293]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  167|       |
  168|    975|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (168:14): [True: 682, False: 293]
  ------------------
  169|    682|		struct sc_pkcs15_prkey_info prkey_info;
  170|    682|		struct sc_pkcs15_cert_info cert_info;
  171|    682|		struct sc_pkcs15_pubkey_info pubkey_info;
  172|    682|		struct sc_pkcs15_object cert_obj;
  173|    682|		struct sc_pkcs15_object pubkey_obj;
  174|    682|		struct sc_pkcs15_object prkey_obj;
  175|    682|		sc_pkcs15_der_t cert_der;
  176|    682|		sc_pkcs15_cert_t *cert_out = NULL;
  177|    682|		const char *pin_id = NULL;
  178|       |
  179|    682|		r = (card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_GET_PIN_ID, (void *) &pin_id);
  180|    682|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get PIN id of next object ");
  ------------------
  |  |  184|    682|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    682|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    682|	int _ret = (r); \
  |  |  |  |  178|    682|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 682]
  |  |  |  |  ------------------
  |  |  |  |  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|    682|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 682]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|    682|		r = (card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_GET_NEXT_OBJECT, &prkey_info);
  182|    682|		LOG_TEST_GOTO_ERR(card->ctx, r, "Can not get next object");
  ------------------
  |  |  184|    682|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    682|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    682|	int _ret = (r); \
  |  |  |  |  178|    682|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 682]
  |  |  |  |  ------------------
  |  |  |  |  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|    682|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 682]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  183|       |
  184|    682|		memset(&cert_info, 0, sizeof(cert_info));
  185|    682|		memset(&pubkey_info, 0, sizeof(pubkey_info));
  186|       |		/* prkey_info cleaned by the card_ctl call */
  187|    682|		memset(&cert_obj,  0, sizeof(cert_obj));
  188|    682|		memset(&pubkey_obj,  0, sizeof(pubkey_obj));
  189|    682|		memset(&prkey_obj,  0, sizeof(prkey_obj));
  190|       |
  191|    682|		cert_info.id = prkey_info.id;
  192|    682|		pubkey_info.id = prkey_info.id;
  193|    682|		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|    682|		prkey_info.path.len = 0;
  197|    682|		prkey_info.path.aid.len = 0;
  198|    682|		pubkey_info.key_reference = prkey_info.key_reference;
  199|    682|		sc_log(card->ctx,  "Key ref r=%x", prkey_info.key_reference);
  ------------------
  |  |   71|    682|#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|    682|		pubkey_info.native        = 1;
  202|    682|		prkey_info.native        = 1;
  203|       |
  204|    682|		snprintf(cert_obj.label, SC_PKCS15_MAX_LABEL_SIZE, CERT_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   35|    682|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
              		snprintf(cert_obj.label, SC_PKCS15_MAX_LABEL_SIZE, CERT_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   35|    682|#define CERT_LABEL_TEMPLATE "Certificate %d"
  ------------------
  205|    682|		snprintf(pubkey_obj.label, SC_PKCS15_MAX_LABEL_SIZE, PUBKEY_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   35|    682|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
              		snprintf(pubkey_obj.label, SC_PKCS15_MAX_LABEL_SIZE, PUBKEY_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   36|    682|#define PUBKEY_LABEL_TEMPLATE "Public key %d"
  ------------------
  206|    682|		snprintf(prkey_obj.label, SC_PKCS15_MAX_LABEL_SIZE, PRIVKEY_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   35|    682|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
              		snprintf(prkey_obj.label, SC_PKCS15_MAX_LABEL_SIZE, PRIVKEY_LABEL_TEMPLATE, i+1);
  ------------------
  |  |   37|    682|#define PRIVKEY_LABEL_TEMPLATE "Private key %d"
  ------------------
  207|    682|		prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    682|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  208|       |
  209|       |		/* Differentiate between objects accessible with normal and with digital signature pin */
  210|    682|		sc_pkcs15_format_id(pin_id, &prkey_obj.auth_id);
  211|    682|		sc_log(card->ctx,  "Pin ID r=%s", pin_id);
  ------------------
  |  |   71|    682|#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|    682|		if (memcmp(pin_id, sig_pin_id, 2) == 0)
  ------------------
  |  Branch (213:7): [True: 11, False: 671]
  ------------------
  214|     11|			prkey_obj.user_consent = 1;
  215|       |
  216|    682|		r = sc_pkcs15_read_file(p15card, &cert_info.path, &cert_der.value, &cert_der.len, 0);
  217|       |
  218|    682|		if (r) {
  ------------------
  |  Branch (218:7): [True: 655, False: 27]
  ------------------
  219|    655|			sc_log(card->ctx,  "No cert found,i=%d", i);
  ------------------
  |  |   71|    655|#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|    655|			continue;
  221|    655|		}
  222|     27|		cert_info.path.count = (int)cert_der.len;
  223|       |
  224|     27|		sc_log(card->ctx, "cert len=%zu, cert_info.path.count=%d r=%d",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  225|     27|				cert_der.len, cert_info.path.count, r);
  226|     27|		sc_log_hex(card->ctx, "cert", cert_der.value, cert_der.len);
  ------------------
  |  |  129|     27|    sc_debug_hex(ctx, SC_LOG_DEBUG_NORMAL, label, data, len)
  |  |  ------------------
  |  |  |  |  127|     27|    _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|     27|		if (cert_der.value) {
  ------------------
  |  Branch (230:7): [True: 18, False: 9]
  ------------------
  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|     27|		r =  sc_pkcs15_read_certificate(p15card, &cert_info, 0, &cert_out);
  238|     27|		if (r < 0 || cert_out->key == NULL) {
  ------------------
  |  Branch (238:7): [True: 27, False: 0]
  |  Branch (238:16): [True: 0, False: 0]
  ------------------
  239|     27|			sc_log(card->ctx,  "Failed to read/parse the certificate r=%d",r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  240|     27|			if (cert_out != NULL)
  ------------------
  |  Branch (240:8): [True: 0, False: 27]
  ------------------
  241|      0|				sc_pkcs15_free_certificate(cert_out);
  242|     27|			free(cert_der.value);
  243|     27|			continue;
  244|     27|		}
  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|    293|	r = (card->ops->card_ctl)(card, SC_CARDCTL_IDPRIME_FINAL_GET_OBJECTS, &count);
  346|    293|	LOG_TEST_GOTO_ERR(card->ctx, r, "Can not finalize cert objects.");
  ------------------
  |  |  184|    293|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    293|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    293|	int _ret = (r); \
  |  |  |  |  178|    293|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 293]
  |  |  |  |  ------------------
  |  |  |  |  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|    293|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 293]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  347|       |
  348|    293|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|    293|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    293|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    293|	int _ret = r; \
  |  |  |  |  155|    293|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 293, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    293|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 293]
  |  |  |  |  ------------------
  |  |  |  |  157|    293|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    293|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    293|	return _ret; \
  |  |  |  |  163|    293|} 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|  14.9k|{
  882|  14.9k|	sc_card_t *card = p15card->card;
  883|  14.9k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|  14.9k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  14.9k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  14.9k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 14.9k]
  |  |  ------------------
  ------------------
  884|       |
  885|       |	/* Check card */
  886|  14.9k|	if (! (
  887|  14.9k|			(card->type > SC_CARD_TYPE_ITACNS_BASE &&
  ------------------
  |  Branch (887:5): [True: 5.38k, False: 9.59k]
  ------------------
  888|  5.38k|			card->type < SC_CARD_TYPE_ITACNS_BASE + 1000)
  ------------------
  |  Branch (888:4): [True: 505, False: 4.87k]
  ------------------
  889|  14.4k|		|| card->type == SC_CARD_TYPE_CARDOS_CIE_V1)
  ------------------
  |  Branch (889:6): [True: 0, False: 14.4k]
  ------------------
  890|  14.9k|		)
  891|  14.4k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  14.4k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  892|       |
  893|       |	/* Init card */
  894|    505|	return itacns_init(p15card);
  895|  14.9k|}
pkcs15-itacns.c:itacns_init:
  761|    505|{
  762|    505|	int r;
  763|    505|	sc_path_t path;
  764|    505|	int certificate_count = 0;
  765|    505|	int found_certs;
  766|    505|	int card_is_cie_v1, cns0_secenv;
  767|       |
  768|    505|	SC_FUNC_CALLED(p15card->card->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]
  |  |  ------------------
  ------------------
  769|       |
  770|    505|	set_string(&p15card->tokeninfo->label, p15card->card->name);
  771|    505|	if(p15card->card->drv_data) {
  ------------------
  |  Branch (771:5): [True: 505, False: 0]
  ------------------
  772|    505|		unsigned int mask_code, ic_code;
  773|    505|		char buffer[256];
  774|    505|		itacns_drv_data_t *data =
  775|    505|			(itacns_drv_data_t*) p15card->card->drv_data;
  776|    505|		mask_code = data->mask_manufacturer_code;
  777|    505|		if (mask_code >= sizeof(itacns_mask_manufacturers)
  ------------------
  |  Branch (777:7): [True: 454, False: 51]
  ------------------
  778|    505|			/sizeof(itacns_mask_manufacturers[0]))
  779|    454|			mask_code = 0;
  780|    505|		ic_code = data->ic_manufacturer_code;
  781|    505|		if (ic_code >= sizeof(iso7816_ic_manufacturers)
  ------------------
  |  Branch (781:7): [True: 370, False: 135]
  ------------------
  782|    505|			/sizeof(iso7816_ic_manufacturers[0]))
  783|    370|			ic_code = 0;
  784|    505|		snprintf(buffer, sizeof(buffer), "IC: %s; mask: %s",
  785|    505|			iso7816_ic_manufacturers[ic_code],
  786|    505|			itacns_mask_manufacturers[mask_code]);
  787|    505|		set_string(&p15card->tokeninfo->manufacturer_id, buffer);
  788|    505|	}
  789|       |
  790|       |	/* Read and set serial */
  791|    505|	{
  792|    505|		u8 serial[17];
  793|    505|		int bytes;
  794|    505|		sc_format_path(path_serial, &path);
  795|    505|		bytes = loadFile(p15card, &path, serial, 16);
  796|    505|		if (bytes < 0) return bytes;
  ------------------
  |  Branch (796:7): [True: 185, False: 320]
  ------------------
  797|    320|		if (bytes > 16) return -1;
  ------------------
  |  Branch (797:7): [True: 0, False: 320]
  ------------------
  798|    320|		serial[bytes] = '\0';
  799|    320|		set_string(&p15card->tokeninfo->serial_number, (char*)serial);
  800|    320|	}
  801|       |
  802|       |	/* Is the card a CIE v1? */
  803|      0|	card_is_cie_v1 =
  804|    320|		   (p15card->card->type == SC_CARD_TYPE_ITACNS_CIE_V1)
  ------------------
  |  Branch (804:6): [True: 0, False: 320]
  ------------------
  805|    320|		|| (p15card->card->type == SC_CARD_TYPE_CARDOS_CIE_V1);
  ------------------
  |  Branch (805:6): [True: 0, False: 320]
  ------------------
  806|    320|	cns0_secenv = (card_is_cie_v1 ? 0x31 : 0x01);
  ------------------
  |  Branch (806:17): [True: 0, False: 320]
  ------------------
  807|       |
  808|       |	/* If it's a Siemens CIE v1 card, set algo flags accordingly. */
  809|    320|	if (card_is_cie_v1) {
  ------------------
  |  Branch (809:6): [True: 0, False: 320]
  ------------------
  810|      0|		int i;
  811|      0|		for (i = 0; i < p15card->card->algorithm_count; i++) {
  ------------------
  |  Branch (811:15): [True: 0, False: 0]
  ------------------
  812|      0|			sc_algorithm_info_t *info =
  813|      0|				&p15card->card->algorithms[i];
  814|       |
  815|      0|			if (info->algorithm != SC_ALGORITHM_RSA)
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (815:8): [True: 0, False: 0]
  ------------------
  816|      0|				continue;
  817|      0|			info->flags &= ~(SC_ALGORITHM_RSA_RAW
  ------------------
  |  |  102|      0|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  818|      0|				| SC_ALGORITHM_RSA_HASH_NONE);
  ------------------
  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  819|      0|			info->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 */
  |  |  ------------------
  ------------------
  820|      0|				| SC_ALGORITHM_RSA_HASHES);
  ------------------
  |  |  142|      0|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
  821|      0|		}
  822|      0|	}
  823|       |
  824|       |	/* Data files */
  825|    320|	r = itacns_add_data_files(p15card);
  826|    320|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|    320|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    320|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    320|	int _ret = (r); \
  |  |  |  |  178|    320|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 320]
  |  |  |  |  ------------------
  |  |  |  |  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|    320|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 320]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  827|    320|		"Could not add data files");
  828|       |
  829|       |	/*** Certificate and keys. ***/
  830|       |	/* Standard CNS */
  831|    320|	r = itacns_check_and_add_keyset(p15card, "CNS0", cns0_secenv,
  832|    320|		0, "3F0011001101", "3F003F01", NULL,
  833|    320|		0x10, &found_certs);
  834|    320|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|    320|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    320|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    320|	int _ret = (r); \
  |  |  |  |  178|    320|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 138, False: 182]
  |  |  |  |  ------------------
  |  |  |  |  179|    138|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    138|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    138|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    138|		goto err; \
  |  |  |  |  182|    138|	} \
  |  |  |  |  183|    320|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 182]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  835|    182|		"Could not add CNS0");
  836|    182|	certificate_count += found_certs;
  837|       |
  838|       |	/* Infocamere 1204 */
  839|    182|	r = itacns_check_and_add_keyset(p15card, "CNS01", 0x21,
  840|    182|		5, "3F002FFF8228", NULL, "3F002FFF0000",
  841|    182|		0x10, &found_certs);
  842|    182|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|    182|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    182|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    182|	int _ret = (r); \
  |  |  |  |  178|    182|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 76, False: 106]
  |  |  |  |  ------------------
  |  |  |  |  179|     76|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     76|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     76|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     76|		goto err; \
  |  |  |  |  182|     76|	} \
  |  |  |  |  183|    182|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 106]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  843|    106|		"Could not add CNS01");
  844|    106|	certificate_count += found_certs;
  845|       |
  846|       |	/* Digital signature */
  847|    106|	r = itacns_check_and_add_keyset(p15card, "CNS1", 0x10,
  848|    106|		0, "3F0014009010", "3F00140081108010", "3F0014008110",
  849|    106|		0x1a, &found_certs);
  850|    106|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  184|    106|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    106|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    106|	int _ret = (r); \
  |  |  |  |  178|    106|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 98, False: 8]
  |  |  |  |  ------------------
  |  |  |  |  179|     98|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     98|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     98|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     98|		goto err; \
  |  |  |  |  182|     98|	} \
  |  |  |  |  183|    106|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 8]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  851|      8|		"Could not add CNS1");
  852|      8|	certificate_count += found_certs;
  853|       |
  854|       |	/* Idemia card */
  855|      8|	r = itacns_check_and_add_keyset(p15card, "CNS1", 0x02,
  856|      8|		0, "3F00140090012002", "3F0011001102", "3F0014009002",
  857|      8|		0x10, &found_certs);
  858|      8|	LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  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: 4, False: 4]
  |  |  |  |  ------------------
  |  |  |  |  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|      8|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 4]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  859|      4|		"Could not add CNS1");
  860|      4|	certificate_count += found_certs;
  861|       |
  862|       |	/* Did we find anything? */
  863|      4|	if (certificate_count == 0)
  ------------------
  |  Branch (863:6): [True: 4, False: 0]
  ------------------
  864|      4|		sc_debug(p15card->card->ctx, SC_LOG_DEBUG_NORMAL,
  ------------------
  |  |   70|      4|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  865|      4|			"Warning: no certificates found!");
  866|       |
  867|       |	/* Back to Master File */
  868|      4|	sc_format_path("3F00", &path);
  869|      4|	r = sc_select_file(p15card->card, &path, NULL);
  870|      4|	LOG_TEST_GOTO_ERR(p15card->card->ctx, r,
  ------------------
  |  |  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: 3, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  179|      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
  |  |  |  |  ------------------
  |  |  |  |  180|      3|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|      3|		goto err; \
  |  |  |  |  182|      3|	} \
  |  |  |  |  183|      4|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  871|      1|		"Could not select master file again");
  872|       |
  873|      1|	LOG_FUNC_RETURN(p15card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  874|       |
  875|    315|err:
  876|    315|	sc_pkcs15_card_clear(p15card);
  877|    315|	LOG_FUNC_RETURN(p15card->card->ctx, r);
  ------------------
  |  |  164|    315|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    315|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    315|	int _ret = r; \
  |  |  |  |  155|    315|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 315, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    315|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    315|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 315, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    315|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    315|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    315|	return _ret; \
  |  |  |  |  163|    315|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  878|    315|}
pkcs15-itacns.c:loadFile:
  169|    670|{
  170|    670|	int sc_res;
  171|    670|	SC_FUNC_CALLED(p15card->card->ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|    670|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    670|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    670|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 670]
  |  |  ------------------
  ------------------
  172|       |
  173|    670|	sc_res = sc_select_file(p15card->card, path, NULL);
  174|    670|	if(sc_res != SC_SUCCESS)
  ------------------
  |  |   28|    670|#define SC_SUCCESS				0
  ------------------
  |  Branch (174:5): [True: 172, False: 498]
  ------------------
  175|    172|		return sc_res;
  176|       |
  177|    498|	sc_res = sc_read_binary(p15card->card, 0, buf, buflen, 0);
  178|    498|	return sc_res;
  179|    670|}
pkcs15-itacns.c:itacns_add_data_files:
  482|    320|{
  483|    320|	const size_t array_size =
  484|    320|		sizeof(itacns_data_files)/sizeof(itacns_data_files[0]);
  485|    320|	unsigned int i;
  486|    320|	int rv;
  487|    320|	sc_pkcs15_data_t *p15_personaldata = NULL;
  488|    320|	sc_pkcs15_data_info_t dinfo;
  489|    320|	struct sc_pkcs15_object *objs[32];
  490|    320|	struct sc_pkcs15_data_info *cinfo;
  491|    320|	int private_obj;
  492|       |
  493|  4.80k|	for(i=0; i < array_size; i++) {
  ------------------
  |  Branch (493:11): [True: 4.48k, False: 320]
  ------------------
  494|  4.48k|		sc_path_t path;
  495|  4.48k|		sc_pkcs15_data_info_t data;
  496|  4.48k|		sc_pkcs15_object_t    obj;
  497|       |
  498|  4.48k|		if (itacns_data_files[i].cie_only &&
  ------------------
  |  Branch (498:7): [True: 1.28k, False: 3.20k]
  ------------------
  499|  1.28k|			p15card->card->type != SC_CARD_TYPE_ITACNS_CIE_V2)
  ------------------
  |  Branch (499:4): [True: 596, False: 684]
  ------------------
  500|    596|			continue;
  501|       |
  502|  3.88k|		sc_format_path(itacns_data_files[i].path, &path);
  503|       |
  504|  3.88k|		memset(&data, 0, sizeof(data));
  505|  3.88k|		memset(&obj, 0, sizeof(obj));
  506|  3.88k|		strlcpy(data.app_label, itacns_data_files[i].label,
  ------------------
  |  |   43|  3.88k|#define strlcpy _strlcpy
  ------------------
  507|  3.88k|			sizeof(data.app_label));
  508|  3.88k|		strlcpy(obj.label, itacns_data_files[i].label,
  ------------------
  |  |   43|  3.88k|#define strlcpy _strlcpy
  ------------------
  509|  3.88k|			sizeof(obj.label));
  510|  3.88k|		data.path = path;
  511|  3.88k|		rv = sc_pkcs15emu_add_data_object(p15card, &obj, &data);
  512|  3.88k|		LOG_TEST_RET(p15card->card->ctx, rv,
  ------------------
  |  |  174|  3.88k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  3.88k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  3.88k|	int _ret = (r); \
  |  |  |  |  168|  3.88k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 3.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|  3.88k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 3.88k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  513|  3.88k|			"Could not add data file");
  514|  3.88k|	}
  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|    320|	memset(&dinfo, 0, sizeof(dinfo));
  522|    320|	strlcpy(dinfo.app_label, "EF_DatiPersonali", sizeof(dinfo.app_label));
  ------------------
  |  |   43|    320|#define strlcpy _strlcpy
  ------------------
  523|       |
  524|       |	/* Find EF_DatiPersonali */
  525|       |
  526|    320|	rv = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_DATA_OBJECT,
  ------------------
  |  |  442|    320|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  527|    320|		objs, 32);
  528|    320|	if(rv < 0) {
  ------------------
  |  Branch (528:5): [True: 0, False: 320]
  ------------------
  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|  1.13k|	for(i=0; i<32; i++) {
  ------------------
  |  Branch (534:11): [True: 1.13k, False: 0]
  ------------------
  535|  1.13k|		cinfo = (struct sc_pkcs15_data_info *) objs[i]->data;
  536|  1.13k|		if(!strcmp("EF_DatiPersonali", objs[i]->label))
  ------------------
  |  Branch (536:6): [True: 320, False: 811]
  ------------------
  537|    320|			break;
  538|  1.13k|	}
  539|       |
  540|    320|	if(i>=32) {
  ------------------
  |  Branch (540:5): [True: 0, False: 320]
  ------------------
  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|    320|	private_obj = objs[i]->flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    320|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  548|    320|	rv = sc_pkcs15_read_data_object(p15card, cinfo, private_obj, &p15_personaldata);
  549|    320|	if (rv) {
  ------------------
  |  Branch (549:6): [True: 84, False: 236]
  ------------------
  550|     84|		sc_log(p15card->card->ctx,
  ------------------
  |  |   71|     84|#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|     84|			"Could not read EF_DatiPersonali: "
  552|     84|			"keeping generic card name");
  553|     84|		return SC_SUCCESS;
  ------------------
  |  |   28|     84|#define SC_SUCCESS				0
  ------------------
  554|     84|	}
  555|       |
  556|    236|	if (p15_personaldata->data) {
  ------------------
  |  Branch (556:6): [True: 214, False: 22]
  ------------------
  557|    214|		char fullname[160];
  558|    214|		if (get_name_from_EF_DatiPersonali(p15_personaldata->data,
  ------------------
  |  Branch (558:7): [True: 213, False: 1]
  ------------------
  559|    214|			p15_personaldata->data_len, fullname, sizeof(fullname))) {
  560|    213|			sc_log(p15card->card->ctx,
  ------------------
  |  |   71|    213|#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|    213|				"Could not parse EF_DatiPersonali: "
  562|    213|				"keeping generic card name");
  563|    213|			sc_pkcs15_free_data_object(p15_personaldata);
  564|    213|			free(cinfo->data.value);
  565|    213|			cinfo->data.value = NULL;
  566|    213|			return SC_SUCCESS;
  ------------------
  |  |   28|    213|#define SC_SUCCESS				0
  ------------------
  567|    213|		}
  568|      1|		set_string(&p15card->tokeninfo->label, fullname);
  569|      1|	}
  570|     23|	free(cinfo->data.value);
  571|     23|	cinfo->data.value = NULL;
  572|     23|	sc_pkcs15_free_data_object(p15_personaldata);
  573|     23|	return SC_SUCCESS;
  ------------------
  |  |   28|     23|#define SC_SUCCESS				0
  ------------------
  574|    236|}
pkcs15-itacns.c:get_name_from_EF_DatiPersonali:
  387|    214|{
  388|    214|	const unsigned int EF_personaldata_maxlen = 400;
  389|    214|	const unsigned int tlv_length_size = 6;
  390|    214|	char *file = NULL;
  391|    214|	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|    214|	if (EFdata_len < tlv_length_size) {
  ------------------
  |  Branch (397:6): [True: 2, False: 212]
  ------------------
  398|       |		/* We need at least 6 bytes for file length here */
  399|      2|		return -1;
  400|      2|	}
  401|    212|	file_size = hextoint((char*)EFdata, tlv_length_size);
  402|    212|	if (EFdata_len < (file_size + tlv_length_size)) {
  ------------------
  |  Branch (402:6): [True: 9, False: 203]
  ------------------
  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|      9|		return -1;
  408|      9|	}
  409|    203|	file = (char*)&EFdata[tlv_length_size];
  410|       |
  411|    203|	enum {
  412|    203|		f_issuer_code = 0,
  413|    203|		f_issuing_date,
  414|    203|		f_expiry_date,
  415|    203|		f_last_name,
  416|    203|		f_first_name,
  417|    203|		f_birth_date,
  418|    203|		f_sex,
  419|    203|		f_height,
  420|    203|		f_codice_fiscale,
  421|    203|		f_citizenship_code,
  422|    203|		f_birth_township_code,
  423|    203|		f_birth_country,
  424|    203|		f_birth_certificate,
  425|    203|		f_residence_township_code,
  426|    203|		f_residence_address,
  427|    203|		f_expat_notes
  428|    203|	};
  429|       |
  430|       |	/* Read the fields up to f_first_name */
  431|    203|	struct {
  432|    203|		int len;
  433|    203|		char value[256];
  434|    203|	} fields[f_first_name+1];
  435|    203|	int i=0; /* offset inside the file */
  436|    203|	int f; /* field number */
  437|       |
  438|    203|	if (file_size < 0)
  ------------------
  |  Branch (438:6): [True: 194, False: 9]
  ------------------
  439|    194|		return -1;
  440|       |
  441|       |	/*
  442|       |	 * This shouldn't happen, but let us be protected against wrong
  443|       |	 * or malicious cards
  444|       |	 */
  445|      9|	if(file_size > (int)EF_personaldata_maxlen - (int)tlv_length_size)
  ------------------
  |  Branch (445:5): [True: 0, False: 9]
  ------------------
  446|      0|		file_size = EF_personaldata_maxlen - tlv_length_size;
  447|       |
  448|       |
  449|      9|	memset(fields, 0, sizeof(fields));
  450|       |
  451|     28|	for(f=0; f<f_first_name+1; f++) {
  ------------------
  |  Branch (451:11): [True: 27, False: 1]
  ------------------
  452|     27|		int field_size;
  453|       |
  454|       |		/* Don't read beyond the allocated buffer */
  455|     27|		if(i+2 > file_size)
  ------------------
  |  Branch (455:6): [True: 2, False: 25]
  ------------------
  456|      2|			return -1;
  457|     25|		field_size = hextoint((char*) &file[i], 2);
  458|     25|		i += 2;
  459|       |
  460|     25|		if (field_size < 0
  ------------------
  |  Branch (460:7): [True: 4, False: 21]
  ------------------
  461|     21|				|| i + field_size > file_size
  ------------------
  |  Branch (461:8): [True: 2, False: 19]
  ------------------
  462|     19|				|| field_size >= (int)sizeof(fields[f].value))
  ------------------
  |  Branch (462:8): [True: 0, False: 19]
  ------------------
  463|      6|			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|      1|	if (fields[f_first_name].len + fields[f_last_name].len + 1 >= name_len)
  ------------------
  |  Branch (471:6): [True: 0, False: 1]
  ------------------
  472|      0|		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|      1|}
pkcs15-itacns.c:hextoint:
  370|    237|{
  371|    237|	char hex[16];
  372|    237|	char *end;
  373|    237|	int res;
  374|       |
  375|    237|	if(len >= sizeof(hex))
  ------------------
  |  Branch (375:5): [True: 0, False: 237]
  ------------------
  376|      0|		return -1;
  377|    237|	strncpy(hex, src, len);
  378|    237|	hex[len] = '\0';
  379|    237|	res = (int)strtol(hex, &end, 0x10);
  380|    237|	if(end != (char*)&hex[len])
  ------------------
  |  Branch (380:5): [True: 197, False: 40]
  ------------------
  381|    197|		return -1;
  382|     40|	return res;
  383|    237|}
pkcs15-itacns.c:itacns_check_and_add_keyset:
  654|    616|{
  655|    616|	int r;
  656|    616|	sc_path_t path;
  657|    616|	sc_pkcs15_id_t cert_id;
  658|    616|	int ext_info_ok;
  659|    616|	int ku = 0, xku = 0;
  660|    616|	size_t modulus_len = 0;
  661|    616|	int pubkey_usage_flags = 0, prkey_usage_flags = 0;
  662|       |
  663|    616|	cert_id.len = 1;
  664|    616|	cert_id.value[0] = sec_env;
  665|    616|	*found_certificates = 0;
  666|       |
  667|       |	/* Certificate */
  668|    616|	if (!cert_path) {
  ------------------
  |  Branch (668:6): [True: 0, False: 616]
  ------------------
  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|    616|	sc_format_path(cert_path, &path);
  675|    616|	r = sc_select_file(p15card->card, &path, NULL);
  676|    616|	if (r == SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|    616|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (676:6): [True: 13, False: 603]
  ------------------
  677|     13|		return 0;
  678|    603|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    603|#define SC_SUCCESS				0
  ------------------
  |  Branch (678:6): [True: 130, False: 473]
  ------------------
  679|    130|		sc_log(p15card->card->ctx,
  ------------------
  |  |   71|    130|#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|    130|			"Could not find certificate for %s", label);
  681|    130|		return r;
  682|    130|	}
  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|    473|	if (cert_offset) {
  ------------------
  |  Branch (689:6): [True: 165, False: 308]
  ------------------
  690|    165|		u8 certlen[3];
  691|    165|		memset(certlen, 0, sizeof certlen);
  692|    165|		r = loadFile(p15card, &path, certlen, sizeof(certlen));
  693|    165|		LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|    165|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    165|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    165|	int _ret = (r); \
  |  |  |  |  168|    165|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 17, False: 148]
  |  |  |  |  ------------------
  |  |  |  |  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|    165|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 148]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  694|    148|			"Could not read certificate file");
  695|    148|		if (r < 3)
  ------------------
  |  Branch (695:7): [True: 15, False: 133]
  ------------------
  696|     15|			return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     15|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  697|    133|		path.index = (int)cert_offset;
  698|    133|		path.count = (certlen[1] << 8) + certlen[2];
  699|       |		/* If those bytes are 00, then we are probably dealing with an
  700|       |		 * empty file. */
  701|    133|		if (path.count == 0)
  ------------------
  |  Branch (701:7): [True: 20, False: 113]
  ------------------
  702|     20|			return 0;
  703|    133|	}
  704|       |
  705|    421|	r = itacns_add_cert(p15card, SC_PKCS15_TYPE_CERT_X509, 0,
  ------------------
  |  |  439|    421|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  706|    421|		&path, &cert_id, label, 0, &ext_info_ok, &ku, &xku, &modulus_len);
  707|    421|	if (r == SC_ERROR_INVALID_ASN1_OBJECT)
  ------------------
  |  |   82|    421|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
  |  Branch (707:6): [True: 267, False: 154]
  ------------------
  708|    267|		return 0;
  709|    154|	LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|    154|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    154|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    154|	int _ret = (r); \
  |  |  |  |  168|    154|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 154, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    154|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    154|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    154|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    154|		return _ret; \
  |  |  |  |  172|    154|	} \
  |  |  |  |  173|    154|} 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|    421|{
  190|    421|	int r;
  191|       |	/* const char *label = "Certificate"; */
  192|    421|	sc_pkcs15_cert_info_t info;
  193|    421|	sc_pkcs15_object_t    obj;
  194|    421|#ifdef ENABLE_OPENSSL
  195|    421|	X509 *x509;
  196|    421|	sc_pkcs15_cert_t *cert;
  197|    421|	int private_obj;
  198|    421|#endif
  199|       |
  200|    421|	SC_FUNC_CALLED(p15card->card->ctx, SC_LOG_DEBUG_NORMAL);
  ------------------
  |  |  148|    421|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|    421|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|    421|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 421]
  |  |  ------------------
  ------------------
  201|       |
  202|    421|	if(type != SC_PKCS15_TYPE_CERT_X509) {
  ------------------
  |  |  439|    421|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  |  Branch (202:5): [True: 0, False: 421]
  ------------------
  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|    421|	*ext_info_ok = 0;
  209|       |
  210|       |
  211|    421|	memset(&info, 0, sizeof(info));
  212|    421|	memset(&obj,  0, sizeof(obj));
  213|       |
  214|    421|	info.id                = *id;
  215|    421|	info.authority         = authority;
  216|    421|	if (path)
  ------------------
  |  Branch (216:6): [True: 421, False: 0]
  ------------------
  217|    421|		info.path = *path;
  218|       |
  219|    421|	strlcpy(obj.label, label, sizeof(obj.label));
  ------------------
  |  |   43|    421|#define strlcpy _strlcpy
  ------------------
  220|       |
  221|       |	/* If we have OpenSSL, read keyUsage */
  222|    421|#ifdef ENABLE_OPENSSL
  223|    421|	private_obj = obj_flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|    421|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  224|    421|	r = sc_pkcs15_read_certificate(p15card, &info, private_obj, &cert);
  225|    421|	LOG_TEST_RET(p15card->card->ctx, r,
  ------------------
  |  |  174|    421|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    421|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    421|	int _ret = (r); \
  |  |  |  |  168|    421|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 421, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    421|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    421|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    421|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    421|		return _ret; \
  |  |  |  |  172|    421|	} \
  |  |  |  |  173|    421|} 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|  12.3k|{
  249|  12.3k|	if (p15card->card->type != SC_CARD_TYPE_JPKI_BASE)
  ------------------
  |  Branch (249:6): [True: 12.3k, False: 67]
  ------------------
  250|  12.3k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.3k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  251|     67|	return sc_pkcs15emu_jpki_init(p15card);
  252|  12.3k|}
pkcs15-jpki.c:sc_pkcs15emu_jpki_init:
   38|     67|{
   39|     67|	sc_card_t *card = p15card->card;
   40|     67|	struct jpki_private_data *drvdata = JPKI_DRVDATA(card);
  ------------------
  |  |   36|     67|#define JPKI_DRVDATA(card) ((struct jpki_private_data *) ((card)->drv_data))
  ------------------
   41|     67|	int i, rc;
   42|       |
   43|     67|	LOG_FUNC_CALLED(p15card->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   44|       |
   45|     67|	set_string(&p15card->tokeninfo->label, "JPKI");
   46|     67|	set_string(&p15card->tokeninfo->manufacturer_id, "JPKI");
   47|       |	/* set dummy until we found serial number */
   48|     67|	set_string(&p15card->tokeninfo->serial_number, "00000000");
   49|       |
   50|       |	/* Select application directory */
   51|     67|	if (drvdata->selected != SELECT_JPKI_AP) {
  ------------------
  |  |   25|     67|#define SELECT_JPKI_AP 1
  ------------------
  |  Branch (51:6): [True: 67, False: 0]
  ------------------
   52|     67|		rc = jpki_select_ap(card);
   53|     67|		LOG_TEST_RET(card->ctx, rc, "select AP failed");
  ------------------
  |  |  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: 11, False: 56]
  |  |  |  |  ------------------
  |  |  |  |  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|     67|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 56]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   54|     56|		drvdata->selected = SELECT_JPKI_AP;
  ------------------
  |  |   25|     56|#define SELECT_JPKI_AP 1
  ------------------
   55|     56|	}
   56|       |
   57|       |	/* add certificates */
   58|    280|	for (i = 0; i < 4; i++) {
  ------------------
  |  Branch (58:14): [True: 224, False: 56]
  ------------------
   59|    224|		static const char *jpki_cert_names[4] = {
   60|    224|			"User Authentication Certificate",
   61|    224|			"Digital Signature Certificate",
   62|    224|			"User Authentication Certificate CA",
   63|    224|			"Digital Signature Certificate CA"
   64|    224|		};
   65|    224|		static char const *jpki_cert_paths[4] = {
   66|    224|			"000A",
   67|    224|			"0001",
   68|    224|			"000B",
   69|    224|			"0002"
   70|    224|		};
   71|    224|		static int jpki_cert_ids[4] = { 1, 2, 3, 4 };
   72|    224|		static int jpki_cert_flags[4] = {
   73|    224|			0,
   74|    224|			SC_PKCS15_CO_FLAG_PRIVATE,
  ------------------
  |  |   50|    224|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
   75|    224|			0,
   76|    224|			0,
   77|    224|		};
   78|    224|		static int jpki_cert_auth_id[4] = { 0, 2, 0, 0 };
   79|    224|		static int jpki_cert_authority[4] = {0, 0, 1, 1};
   80|    224|		struct sc_pkcs15_cert_info cert_info;
   81|    224|		struct sc_pkcs15_object cert_obj;
   82|    224|		memset(&cert_info, 0, sizeof(cert_info));
   83|    224|		memset(&cert_obj, 0, sizeof(cert_obj));
   84|       |
   85|    224|		cert_info.id.value[0] = jpki_cert_ids[i];
   86|    224|		cert_info.id.len = 1;
   87|    224|		sc_format_path(jpki_cert_paths[i], &cert_info.path);
   88|    224|		cert_info.path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    224|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
   89|       |
   90|    224|		strlcpy(cert_obj.label, jpki_cert_names[i], sizeof(cert_obj.label));
  ------------------
  |  |   43|    224|#define strlcpy _strlcpy
  ------------------
   91|    224|		cert_info.authority = jpki_cert_authority[i];
   92|    224|		cert_obj.flags = jpki_cert_flags[i];
   93|    224|		if (jpki_cert_auth_id[i]) {
  ------------------
  |  Branch (93:7): [True: 56, False: 168]
  ------------------
   94|     56|			cert_obj.auth_id.len = 1;
   95|     56|			cert_obj.auth_id.value[0] = jpki_cert_auth_id[i];
   96|     56|		}
   97|    224|		rc = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
   98|    224|		if (rc < 0) {
  ------------------
  |  Branch (98:7): [True: 0, False: 224]
  ------------------
   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|    224|	}
  104|       |
  105|       |	/* add pins */
  106|    137|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (106:14): [True: 101, False: 36]
  ------------------
  107|    101|		static const char *jpki_pin_names[2] = {
  108|    101|			"User Authentication PIN",
  109|    101|			"Digital Signature PIN"
  110|    101|		};
  111|    101|		static const int jpki_pin_min[2] = { 4, 6 };
  112|    101|		static const int jpki_pin_max[2] = { 4, 16 };
  113|    101|		static const int jpki_pin_ref[2] = { 1, 2 };
  114|    101|		static const int jpki_pin_authid[2] = { 1, 2 };
  115|    101|		static const int jpki_pin_flags[2] = {
  116|    101|			SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|    101|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  117|    101|			SC_PKCS15_PIN_FLAG_LOCAL,
  ------------------
  |  |   55|    101|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  118|    101|			SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|    101|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  119|    101|			SC_PKCS15_PIN_FLAG_LOCAL
  ------------------
  |  |   55|    101|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  120|    101|		};
  121|    101|		static const int jpki_pin_max_tries[2] = {
  122|    101|			JPKI_AUTH_PIN_MAX_TRIES,
  ------------------
  |  |   30|    101|#define JPKI_AUTH_PIN_MAX_TRIES 3
  ------------------
  123|    101|			JPKI_SIGN_PIN_MAX_TRIES
  ------------------
  |  |   34|    101|#define JPKI_SIGN_PIN_MAX_TRIES 5
  ------------------
  124|    101|		};
  125|       |
  126|    101|		struct sc_pkcs15_auth_info pin_info;
  127|    101|		struct sc_pkcs15_object pin_obj;
  128|    101|		struct sc_pin_cmd_data pin_cmd_data;
  129|    101|		memset(&pin_info, 0, sizeof (pin_info));
  130|    101|		memset(&pin_obj, 0, sizeof (pin_obj));
  131|    101|		memset(&pin_cmd_data, 0, sizeof(pin_cmd_data));
  132|       |
  133|    101|		pin_info.auth_id.len = 1;
  134|    101|		pin_info.auth_id.value[0] = jpki_pin_authid[i];
  135|    101|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|    101|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  136|    101|		pin_info.attrs.pin.reference = jpki_pin_ref[i];
  137|    101|		pin_info.attrs.pin.flags = jpki_pin_flags[i];
  138|    101|		pin_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|    101|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  139|    101|		pin_info.attrs.pin.min_length = jpki_pin_min[i];
  140|    101|		pin_info.attrs.pin.stored_length = 0;
  141|    101|		pin_info.attrs.pin.max_length = jpki_pin_max[i];
  142|    101|		pin_info.attrs.pin.pad_char = '\0';
  143|    101|		pin_info.max_tries = jpki_pin_max_tries[i];
  144|    101|		pin_info.tries_left = -1;
  145|    101|		pin_info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|    101|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  146|       |
  147|    101|		pin_cmd_data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|    101|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  148|    101|		pin_cmd_data.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|    101|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  149|    101|		pin_cmd_data.pin_reference = jpki_pin_ref[i];
  150|    101|		rc = sc_pin_cmd(card, &pin_cmd_data);
  151|    101|		pin_info.tries_left = pin_cmd_data.pin1.tries_left;
  152|    101|		LOG_TEST_RET(card->ctx, rc, "sc_pin_cmd 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: 20, False: 81]
  |  |  |  |  ------------------
  |  |  |  |  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|    101|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 81]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  153|     81|		strlcpy(pin_obj.label, jpki_pin_names[i], sizeof(pin_obj.label));
  ------------------
  |  |   43|     81|#define strlcpy _strlcpy
  ------------------
  154|     81|		pin_obj.flags = jpki_pin_flags[i];
  155|       |
  156|     81|		rc = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  157|     81|		if (rc < 0) {
  ------------------
  |  Branch (157:7): [True: 0, False: 81]
  ------------------
  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|     81|	}
  162|       |
  163|       |	/* add private keys */
  164|    108|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (164:14): [True: 72, False: 36]
  ------------------
  165|     72|		static int prkey_pin[2] = { 1, 2 };
  166|     72|		static int prkey_usage[2] = {
  167|     72|			SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|     72|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  168|     72|			SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION
  ------------------
  |  |  307|     72|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              			SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION
  ------------------
  |  |  314|     72|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  169|     72|		};
  170|     72|		static const char *prkey_name[2] = {
  171|     72|			"User Authentication Key",
  172|     72|			"Digital Signature Key"
  173|     72|		};
  174|     72|		static int prkey_user_consent[2] = { 0, 1 };
  175|     72|		struct sc_pkcs15_prkey_info prkey_info;
  176|     72|		struct sc_pkcs15_object prkey_obj;
  177|       |
  178|     72|		memset(&prkey_info, 0, sizeof (prkey_info));
  179|     72|		memset(&prkey_obj, 0, sizeof (prkey_obj));
  180|       |
  181|     72|		prkey_info.id.len = 1;
  182|     72|		prkey_info.id.value[0] = prkey_pin[i];
  183|     72|		prkey_info.usage = prkey_usage[i];
  184|     72|		prkey_info.native = 1;
  185|     72|		prkey_info.key_reference = i + 1;
  186|     72|		prkey_info.modulus_length = 2048;
  187|       |
  188|     72|		strlcpy(prkey_obj.label, prkey_name[i], sizeof (prkey_obj.label));
  ------------------
  |  |   43|     72|#define strlcpy _strlcpy
  ------------------
  189|     72|		prkey_obj.auth_id.len = 1;
  190|     72|		prkey_obj.auth_id.value[0] = prkey_pin[i];
  191|     72|		prkey_obj.user_consent = prkey_user_consent[i];
  192|     72|		prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     72|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  193|       |
  194|     72|		rc = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  195|     72|		if (rc < 0) {
  ------------------
  |  Branch (195:7): [True: 0, False: 72]
  ------------------
  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|     72|	}
  200|       |
  201|       |	/* add public keys */
  202|    108|	for (i = 0; i < 2; i++) {
  ------------------
  |  Branch (202:14): [True: 72, False: 36]
  ------------------
  203|     72|		static int pubkey_id[2] = { 1, 2 };
  204|     72|		static const char *jpki_pubkey_names[2] = {
  205|     72|			"User Authentication Public Key",
  206|     72|			"Digital Signature Public Key"
  207|     72|		};
  208|     72|		static int jpki_pubkey_flags[2] = {
  209|     72|				0,
  210|     72|				SC_PKCS15_CO_FLAG_PRIVATE};
  ------------------
  |  |   50|     72|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  211|     72|		static int jpki_pubkey_auth_id[2] = {0, 2};
  212|     72|		struct sc_pkcs15_pubkey_info pubkey_info;
  213|     72|		struct sc_pkcs15_object pubkey_obj;
  214|     72|		static char const *jpki_pubkey_paths[2] = {
  215|     72|			"000A",
  216|     72|			"0001"
  217|     72|		};
  218|       |
  219|     72|		memset(&pubkey_info, 0, sizeof (pubkey_info));
  220|     72|		memset(&pubkey_obj, 0, sizeof (pubkey_obj));
  221|       |
  222|     72|		strlcpy(pubkey_obj.label, jpki_pubkey_names[i], sizeof (pubkey_obj.label));
  ------------------
  |  |   43|     72|#define strlcpy _strlcpy
  ------------------
  223|     72|		pubkey_info.id.len = 1;
  224|     72|		pubkey_info.id.value[0] = pubkey_id[i];
  225|     72|		pubkey_info.native = 1;
  226|     72|		pubkey_info.key_reference = i + 1;
  227|       |
  228|     72|		sc_format_path(jpki_pubkey_paths[i], &pubkey_info.path);
  229|     72|		pubkey_info.path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|     72|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  230|     72|		pubkey_obj.flags = jpki_pubkey_flags[i];
  231|     72|		if (jpki_pubkey_auth_id[i]) {
  ------------------
  |  Branch (231:7): [True: 36, False: 36]
  ------------------
  232|     36|			pubkey_obj.auth_id.len = 1;
  233|     36|			pubkey_obj.auth_id.value[0] = jpki_pubkey_auth_id[i];
  234|     36|		}
  235|       |
  236|     72|		rc = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  237|     72|		if (rc < 0) {
  ------------------
  |  Branch (237:7): [True: 0, False: 72]
  ------------------
  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|     72|	}
  242|     36|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 36]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  243|     36|}

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

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

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

sc_pkcs15emu_openpgp_init_ex:
  695|  15.2k|{
  696|  15.2k|	if (openpgp_detect_card(p15card))
  ------------------
  |  Branch (696:6): [True: 14.6k, False: 651]
  ------------------
  697|  14.6k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  14.6k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  698|    651|	return sc_pkcs15emu_openpgp_init(p15card);
  699|  15.2k|}
pkcs15-openpgp.c:openpgp_detect_card:
  683|  15.2k|{
  684|  15.2k|	if (p15card->card->type == SC_CARD_TYPE_OPENPGP_BASE
  ------------------
  |  Branch (684:6): [True: 624, False: 14.6k]
  ------------------
  685|  14.6k|			|| p15card->card->type == SC_CARD_TYPE_OPENPGP_V1
  ------------------
  |  Branch (685:7): [True: 3, False: 14.6k]
  ------------------
  686|  14.6k|			|| p15card->card->type == SC_CARD_TYPE_OPENPGP_V2
  ------------------
  |  Branch (686:7): [True: 6, False: 14.6k]
  ------------------
  687|  14.6k|			|| p15card->card->type == SC_CARD_TYPE_OPENPGP_GNUK
  ------------------
  |  Branch (687:7): [True: 7, False: 14.6k]
  ------------------
  688|  14.6k|			|| p15card->card->type == SC_CARD_TYPE_OPENPGP_V3)
  ------------------
  |  Branch (688:7): [True: 11, False: 14.6k]
  ------------------
  689|    651|		return SC_SUCCESS;
  ------------------
  |  |   28|    651|#define SC_SUCCESS				0
  ------------------
  690|  14.6k|	else
  691|  14.6k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  14.6k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  692|  15.2k|}
pkcs15-openpgp.c:sc_pkcs15emu_openpgp_init:
  182|    651|{
  183|    651|	sc_card_t	*card = p15card->card;
  184|    651|	sc_context_t	*ctx = card->ctx;
  185|    651|	struct pgp_priv_data *priv = DRVDATA(card);
  ------------------
  |  |  189|    651|#define DRVDATA(card)        ((struct pgp_priv_data *) ((card)->drv_data))
  ------------------
  186|    651|	char		string[256];
  187|    651|	u8		c4data[10];
  188|    651|	u8		c5data[100];
  189|    651|	int		r, i;
  190|    651|	const pgp_pin_cfg_t *pin_cfg = (card->type == SC_CARD_TYPE_OPENPGP_V1)
  ------------------
  |  Branch (190:33): [True: 3, False: 648]
  ------------------
  191|    651|	                               ? pin_cfg_v1 : pin_cfg_v2;
  192|    651|	sc_path_t path;
  193|    651|	sc_file_t *file = NULL;
  194|       |
  195|    651|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    651|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    651|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    651|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    651|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 651]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  196|       |
  197|    651|	set_string(&p15card->tokeninfo->label, "OpenPGP card");
  198|    651|	set_string(&p15card->tokeninfo->manufacturer_id, "OpenPGP project");
  199|       |
  200|       |	/* card->serialnr = 2 byte manufacturer_id + 4 byte serial_number */
  201|    651|	if (card->serialnr.len > 0) {
  ------------------
  |  Branch (201:6): [True: 439, False: 212]
  ------------------
  202|    439|		unsigned short manuf_id = bebytes2ushort(card->serialnr.value);
  203|    439|		int j;
  204|       |
  205|    439|		sc_bin_to_hex(card->serialnr.value, card->serialnr.len, string, sizeof(string), 0);
  206|    439|		set_string(&p15card->tokeninfo->serial_number, string);
  207|       |
  208|  10.4k|		for (j = 0; manuf_map[j].name != NULL; j++) {
  ------------------
  |  Branch (208:15): [True: 10.1k, False: 355]
  ------------------
  209|  10.1k|			if (manuf_id == manuf_map[j].id) {
  ------------------
  |  Branch (209:8): [True: 84, False: 10.0k]
  ------------------
  210|     84|				set_string(&p15card->tokeninfo->manufacturer_id, manuf_map[j].name);
  211|     84|				break;
  212|     84|			}
  213|  10.1k|		}
  214|    439|	}
  215|       |
  216|    651|	p15card->tokeninfo->flags = SC_PKCS15_TOKEN_PRN_GENERATION | SC_PKCS15_TOKEN_EID_COMPLIANT;
  ------------------
  |  |  597|    651|#define SC_PKCS15_TOKEN_PRN_GENERATION			0x04
  ------------------
              	p15card->tokeninfo->flags = SC_PKCS15_TOKEN_PRN_GENERATION | SC_PKCS15_TOKEN_EID_COMPLIANT;
  ------------------
  |  |  598|    651|#define SC_PKCS15_TOKEN_EID_COMPLIANT			0x08
  ------------------
  217|       |
  218|       |	/* Extract preferred language */
  219|    651|	r = read_file(card, "0065:5f2d", string, sizeof(string)-1);
  220|    651|	if (r < 0)
  ------------------
  |  Branch (220:6): [True: 612, False: 39]
  ------------------
  221|    612|		goto failed;
  222|     39|	string[r] = '\0';
  223|     39|	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|     39|	sc_log(ctx, "Reading PW status bytes");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  232|     39|	if ((r = read_file(card, "006E:0073:00C4", c4data, sizeof(c4data))) < 0)
  ------------------
  |  Branch (232:6): [True: 19, False: 20]
  ------------------
  233|     19|		goto failed;
  234|     20|	if (r != 7) {
  ------------------
  |  Branch (234:6): [True: 18, False: 2]
  ------------------
  235|     18|		sc_log(ctx, "CHV status bytes have unexpected length (expected 7, got %d)\n", r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  236|     18|		r = SC_ERROR_OBJECT_NOT_VALID;
  ------------------
  |  |   87|     18|#define SC_ERROR_OBJECT_NOT_VALID		-1406
  ------------------
  237|     18|		goto failed;
  238|     18|	}
  239|       |
  240|       |	/* Add PIN codes */
  241|      8|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (241:14): [True: 6, False: 2]
  ------------------
  242|      6|		sc_pkcs15_auth_info_t pin_info;
  243|      6|		sc_pkcs15_object_t   pin_obj;
  244|       |
  245|      6|		memset(&pin_info, 0, sizeof(pin_info));
  246|      6|		memset(&pin_obj,  0, sizeof(pin_obj));
  247|       |
  248|      6|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|      6|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  249|      6|		pin_info.auth_id.len      = 1;
  250|      6|		pin_info.auth_id.value[0] = pin_cfg[i].reference;
  251|      6|		pin_info.attrs.pin.reference     = pin_cfg[i].reference;
  252|      6|		pin_info.attrs.pin.flags         = pin_cfg[i].flags;
  253|      6|		pin_info.attrs.pin.type          = SC_PKCS15_PIN_TYPE_UTF8;
  ------------------
  |  |   90|      6|#define SC_PKCS15_PIN_TYPE_UTF8				2
  ------------------
  254|      6|		pin_info.attrs.pin.min_length    = pin_cfg[i].min_length;
  255|      6|		pin_info.attrs.pin.stored_length = c4data[1 + pin_cfg[i].do_index];
  256|      6|		pin_info.attrs.pin.max_length    = c4data[1 + pin_cfg[i].do_index];
  257|      6|		pin_info.attrs.pin.pad_char      = '\0';
  258|      6|		pin_info.tries_left = c4data[4 + pin_cfg[i].do_index];
  259|      6|		pin_info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|      6|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  260|       |
  261|      6|		sc_format_path("3F00", &pin_info.path);
  262|       |
  263|      6|		strlcpy(pin_obj.label, pin_cfg[i].label, sizeof(pin_obj.label));
  ------------------
  |  |   43|      6|#define strlcpy _strlcpy
  ------------------
  264|      6|		pin_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   51|      6|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
              		pin_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE | SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|      6|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  265|      6|		if (i < 2) {
  ------------------
  |  Branch (265:7): [True: 4, False: 2]
  ------------------
  266|      4|			pin_obj.auth_id.len = 1;
  267|      4|			pin_obj.auth_id.value[0] = 3;
  268|      4|		}
  269|       |
  270|      6|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
  271|      6|		if (r < 0) {
  ------------------
  |  Branch (271:7): [True: 0, False: 6]
  ------------------
  272|      0|			r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  273|      0|			goto failed;
  274|      0|		}
  275|      6|	}
  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|      2|	sc_log(ctx, "Reading Fingerprints");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  283|      2|	if ((r = read_file(card, "006E:0073:00C5", c5data, sizeof(c5data))) < 0)
  ------------------
  |  Branch (283:6): [True: 1, False: 1]
  ------------------
  284|      1|		goto failed;
  285|      1|	if (r < 60) {
  ------------------
  |  Branch (285:6): [True: 1, False: 0]
  ------------------
  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|      0|	sc_log(ctx, "Adding private 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__
  |  |  ------------------
  ------------------
  293|       |	/* XXX: check if "halfkeys" can be stored with gpg2. If not, add key pairs in one loop */
  294|      0|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (294:14): [True: 0, False: 0]
  ------------------
  295|      0|		sc_pkcs15_prkey_info_t prkey_info;
  296|      0|		sc_pkcs15_object_t     prkey_obj;
  297|      0|		u8 cxdata[12];
  298|      0|		int cxdata_len = sizeof(cxdata);
  299|      0|		char path_template[] = "006E:0073:00Cx";
  300|      0|		int j;
  301|       |
  302|      0|		memset(&prkey_info, 0, sizeof(prkey_info));
  303|      0|		memset(&prkey_obj,  0, sizeof(prkey_obj));
  304|      0|		memset(&cxdata, 0, sizeof(cxdata));
  305|       |
  306|      0|		path_template[13] = '1' + i; /* The needed tags are C1 C2 and C3 */
  307|      0|		if ((cxdata_len = read_file(card, path_template, cxdata, sizeof(cxdata))) < 1)
  ------------------
  |  Branch (307:7): [True: 0, False: 0]
  ------------------
  308|      0|			goto failed;
  309|       |
  310|       |		/* check validity using finger prints */
  311|      0|		for (j = 19; j >= 0; j--) {
  ------------------
  |  Branch (311:16): [True: 0, False: 0]
  ------------------
  312|      0|			if (c5data[20 * i + j] != '\0')
  ------------------
  |  Branch (312:8): [True: 0, False: 0]
  ------------------
  313|      0|				break;
  314|      0|		}
  315|       |
  316|       |		/* only add valid keys, i.e. those with a legal algorithm identifier & finger print */
  317|      0|		if (j >= 0 && cxdata[0] != 0) {
  ------------------
  |  Branch (317:7): [True: 0, False: 0]
  |  Branch (317:17): [True: 0, False: 0]
  ------------------
  318|      0|			struct sc_object_id oid = {0};
  319|      0|			struct sc_algorithm_info * algorithm_info; /* no need to free */
  320|       |
  321|      0|			algorithm_info = NULL;
  322|      0|			prkey_info.id.len         = 1;
  323|      0|			prkey_info.id.value[0]    = i + 1;
  324|      0|			prkey_info.usage          = key_cfg[i].prkey_usage;
  325|      0|			prkey_info.native         = 1;
  326|      0|			prkey_info.key_reference  = i;
  327|       |
  328|      0|			strlcpy(prkey_obj.label, key_cfg[i].label, sizeof(prkey_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  329|      0|			prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE | SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   50|      0|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
              			prkey_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE | SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|      0|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  330|      0|			prkey_obj.auth_id.len      = 1;
  331|      0|			prkey_obj.auth_id.value[0] = key_cfg[i].prkey_pin;
  332|       |
  333|       |			/* need to get size from algorithms using oid */
  334|      0|			if (cxdata[0] == SC_OPENPGP_KEYALGO_ECDH ||
  ------------------
  |  |  871|      0|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (334:8): [True: 0, False: 0]
  ------------------
  335|      0|				cxdata[0] == SC_OPENPGP_KEYALGO_ECDSA ||
  ------------------
  |  |  872|      0|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (335:5): [True: 0, False: 0]
  ------------------
  336|      0|				cxdata[0] == SC_OPENPGP_KEYALGO_EDDSA) {
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (336:5): [True: 0, False: 0]
  ------------------
  337|       |				/* Last byte could be Import-Format of private key, let's ignore it,
  338|       |				 * as it is not part of OID */
  339|      0|				if (cxdata[cxdata_len-1] == SC_OPENPGP_KEYFORMAT_EC_STD ||
  ------------------
  |  |  880|      0|#define SC_OPENPGP_KEYFORMAT_EC_STD	0
  ------------------
  |  Branch (339:9): [True: 0, False: 0]
  ------------------
  340|      0|				    cxdata[cxdata_len-1] == SC_OPENPGP_KEYFORMAT_EC_STDPUB)
  ------------------
  |  |  881|      0|#define SC_OPENPGP_KEYFORMAT_EC_STDPUB	0xFF
  ------------------
  |  Branch (340:9): [True: 0, False: 0]
  ------------------
  341|      0|					cxdata_len--;
  342|      0|				r = sc_asn1_decode_object_id(&cxdata[1], cxdata_len-1, &oid);
  343|      0|				if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (343:9): [True: 0, False: 0]
  ------------------
  344|      0|					sc_log(ctx, "Failed to parse OID for elliptic curve 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__
  |  |  ------------------
  ------------------
  345|      0|				}
  346|      0|			}
  347|       |
  348|      0|			switch (cxdata[0]) {
  ------------------
  |  Branch (348:12): [True: 0, False: 0]
  ------------------
  349|      0|			case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|      0|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (349:4): [True: 0, False: 0]
  ------------------
  350|      0|				if (sc_compare_oid(&oid, &curve25519_oid)) {
  ------------------
  |  Branch (350:9): [True: 0, False: 0]
  ------------------
  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|      0|			case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|      0|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (360:4): [True: 0, False: 0]
  ------------------
  361|      0|				if((algorithm_info = sc_card_find_ec_alg(card, 0, &oid)))
  ------------------
  |  Branch (361:8): [True: 0, False: 0]
  ------------------
  362|      0|					prkey_info.field_length = algorithm_info->key_length;
  363|      0|				else {
  364|      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__
  |  |  ------------------
  ------------------
  365|      0|					continue;
  366|      0|				}
  367|      0|				break;
  368|      0|			case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (368:4): [True: 0, False: 0]
  ------------------
  369|      0|				if ((algorithm_info = sc_card_find_eddsa_alg(card, 0, &oid)))
  ------------------
  |  Branch (369:9): [True: 0, False: 0]
  ------------------
  370|      0|					prkey_info.field_length = algorithm_info->key_length;
  371|      0|				else {
  372|      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__
  |  |  ------------------
  ------------------
  373|      0|					continue;
  374|      0|				}
  375|      0|				break;
  376|      0|			}
  377|       |
  378|      0|			switch (cxdata[0]) {
  379|      0|			case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (379:4): [True: 0, False: 0]
  ------------------
  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: 0]
  ------------------
  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: 0]
  ------------------
  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|      0|			case SC_OPENPGP_KEYALGO_RSA:
  ------------------
  |  |  870|      0|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  |  Branch (404:4): [True: 0, False: 0]
  ------------------
  405|      0|				if (cxdata_len >= 3) {
  ------------------
  |  Branch (405:9): [True: 0, False: 0]
  ------------------
  406|       |					/* with Authentication key, can only decrypt if can change MSE */
  407|      0|					if (i == 2 && !(priv->ext_caps & EXT_CAP_MSE)) {
  ------------------
  |  Branch (407:10): [True: 0, False: 0]
  |  Branch (407:20): [True: 0, False: 0]
  ------------------
  408|      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
  |  |  ------------------
  ------------------
  409|      0|					}
  410|      0|					prkey_info.modulus_length = bebytes2ushort(cxdata + 1);
  411|      0|					r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
  412|      0|					break;
  413|      0|				}
  414|       |				/* Fallthrough */
  415|      0|			default:
  ------------------
  |  Branch (415:4): [True: 0, False: 0]
  ------------------
  416|      0|				sc_log(ctx, "Invalid algorithm identifier %x (length = %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__
  |  |  ------------------
  ------------------
  417|      0|					cxdata[0], r);
  418|      0|			}
  419|       |
  420|      0|			if (r < 0) {
  ------------------
  |  Branch (420:8): [True: 0, False: 0]
  ------------------
  421|      0|				r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  422|      0|				goto failed;
  423|      0|			}
  424|      0|		}
  425|      0|	}
  426|       |
  427|      0|	sc_log(ctx, "Adding public 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__
  |  |  ------------------
  ------------------
  428|       |	/* Add public keys */
  429|      0|	for (i = 0; i < 3; i++) {
  ------------------
  |  Branch (429:14): [True: 0, False: 0]
  ------------------
  430|      0|		sc_pkcs15_pubkey_info_t pubkey_info;
  431|      0|		sc_pkcs15_object_t      pubkey_obj;
  432|      0|		u8 cxdata[12];
  433|      0|		int cxdata_len = sizeof(cxdata);
  434|      0|		char path_template[] = "006E:0073:00Cx";
  435|      0|		int j;
  436|       |
  437|      0|		memset(&pubkey_info, 0, sizeof(pubkey_info));
  438|      0|		memset(&pubkey_obj,  0, sizeof(pubkey_obj));
  439|      0|		memset(&cxdata, 0, sizeof(cxdata));
  440|       |
  441|      0|		path_template[13] = '1' + i; /* The needed tags are C1 C2 and C3 */
  442|      0|		if ((cxdata_len = read_file(card, path_template, cxdata, sizeof(cxdata))) < 1)
  ------------------
  |  Branch (442:7): [True: 0, False: 0]
  ------------------
  443|      0|			goto failed;
  444|       |
  445|       |		/* check validity using finger prints */
  446|      0|		for (j = 19; j >= 0; j--) {
  ------------------
  |  Branch (446:16): [True: 0, False: 0]
  ------------------
  447|      0|			if (c5data[20 * i + j] != '\0')
  ------------------
  |  Branch (447:8): [True: 0, False: 0]
  ------------------
  448|      0|				break;
  449|      0|		}
  450|       |
  451|       |		/* only add valid keys, i.e. those with a legal algorithm identifier & finger print */
  452|      0|		if (j >= 0 && cxdata[0] != 0) {
  ------------------
  |  Branch (452:7): [True: 0, False: 0]
  |  Branch (452:17): [True: 0, False: 0]
  ------------------
  453|      0|			struct sc_object_id oid;
  454|      0|			struct sc_algorithm_info * algorithm_info; /* no need to free */
  455|       |
  456|      0|			algorithm_info = NULL;
  457|      0|			pubkey_info.id.len         = 1;
  458|      0|			pubkey_info.id.value[0]    = i + 1;
  459|      0|			pubkey_info.usage          = key_cfg[i].pubkey_usage;
  460|      0|			sc_format_path(key_cfg[i].pubkey_path, &pubkey_info.path);
  461|       |
  462|      0|			strlcpy(pubkey_obj.label, key_cfg[i].label, sizeof(pubkey_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  463|      0|			pubkey_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|      0|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  464|       |
  465|      0|			if (cxdata[0] == SC_OPENPGP_KEYALGO_ECDH ||
  ------------------
  |  |  871|      0|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (465:8): [True: 0, False: 0]
  ------------------
  466|      0|				cxdata[0] == SC_OPENPGP_KEYALGO_ECDSA ||
  ------------------
  |  |  872|      0|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (466:5): [True: 0, False: 0]
  ------------------
  467|      0|				cxdata[0] == SC_OPENPGP_KEYALGO_EDDSA) {
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (467:5): [True: 0, False: 0]
  ------------------
  468|       |				/* Last byte could be Import-Format of private key, let's ignore it,
  469|       |				 * as it is not part of OID */
  470|      0|				if (cxdata[cxdata_len-1] == SC_OPENPGP_KEYFORMAT_EC_STD ||
  ------------------
  |  |  880|      0|#define SC_OPENPGP_KEYFORMAT_EC_STD	0
  ------------------
  |  Branch (470:9): [True: 0, False: 0]
  ------------------
  471|      0|				    cxdata[cxdata_len-1] == SC_OPENPGP_KEYFORMAT_EC_STDPUB)
  ------------------
  |  |  881|      0|#define SC_OPENPGP_KEYFORMAT_EC_STDPUB	0xFF
  ------------------
  |  Branch (471:9): [True: 0, False: 0]
  ------------------
  472|      0|					cxdata_len--;
  473|      0|				r = sc_asn1_decode_object_id(&cxdata[1], cxdata_len-1, &oid);
  474|      0|				if (r != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (474:9): [True: 0, False: 0]
  ------------------
  475|      0|					sc_log(ctx, "Failed to parse OID for elliptic curve 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__
  |  |  ------------------
  ------------------
  476|      0|				}
  477|      0|			}
  478|       |
  479|      0|			switch (cxdata[0]) {
  ------------------
  |  Branch (479:12): [True: 0, False: 0]
  ------------------
  480|      0|			case SC_OPENPGP_KEYALGO_ECDH:
  ------------------
  |  |  871|      0|#define	SC_OPENPGP_KEYALGO_ECDH		0x12
  ------------------
  |  Branch (480:4): [True: 0, False: 0]
  ------------------
  481|      0|				if (sc_compare_oid(&oid, &curve25519_oid)) {
  ------------------
  |  Branch (481:9): [True: 0, False: 0]
  ------------------
  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|      0|			case SC_OPENPGP_KEYALGO_ECDSA:
  ------------------
  |  |  872|      0|#define	SC_OPENPGP_KEYALGO_ECDSA	0x13
  ------------------
  |  Branch (491:4): [True: 0, False: 0]
  ------------------
  492|      0|				if((algorithm_info = sc_card_find_ec_alg(card, 0, &oid)))
  ------------------
  |  Branch (492:8): [True: 0, False: 0]
  ------------------
  493|      0|					pubkey_info.field_length = algorithm_info->key_length;
  494|      0|				else {
  495|      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__
  |  |  ------------------
  ------------------
  496|      0|					continue;
  497|      0|				}
  498|      0|				break;
  499|      0|			case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (499:4): [True: 0, False: 0]
  ------------------
  500|      0|				if ((algorithm_info = sc_card_find_eddsa_alg(card, 0, &oid)))
  ------------------
  |  Branch (500:9): [True: 0, False: 0]
  ------------------
  501|      0|					pubkey_info.field_length = algorithm_info->key_length;
  502|      0|				else {
  503|      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__
  |  |  ------------------
  ------------------
  504|      0|					continue;
  505|      0|				}
  506|      0|				break;
  507|      0|			}
  508|       |
  509|      0|			switch (cxdata[0]) {
  510|      0|			case SC_OPENPGP_KEYALGO_EDDSA:
  ------------------
  |  |  873|      0|#define	SC_OPENPGP_KEYALGO_EDDSA	0x16
  ------------------
  |  Branch (510:4): [True: 0, False: 0]
  ------------------
  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: 0]
  ------------------
  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: 0]
  ------------------
  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|      0|			case SC_OPENPGP_KEYALGO_RSA:
  ------------------
  |  |  870|      0|#define	SC_OPENPGP_KEYALGO_RSA		0x01
  ------------------
  |  Branch (532:4): [True: 0, False: 0]
  ------------------
  533|      0|				if (cxdata_len >= 3) {
  ------------------
  |  Branch (533:9): [True: 0, False: 0]
  ------------------
  534|       |					/* with Authentication pubkey, can only encrypt if can change MSE */
  535|      0|					if (i == 2 && !(priv->ext_caps & EXT_CAP_MSE)) {
  ------------------
  |  Branch (535:10): [True: 0, False: 0]
  |  Branch (535:20): [True: 0, False: 0]
  ------------------
  536|      0|						pubkey_info.usage &= ~PGP_ENC_PUBKEY_USAGE;
  ------------------
  |  |   88|      0|#define	PGP_ENC_PUBKEY_USAGE	(SC_PKCS15_PRKEY_USAGE_ENCRYPT \
  |  |  ------------------
  |  |  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  |  |  ------------------
  |  |   89|      0|				| SC_PKCS15_PRKEY_USAGE_WRAP)
  |  |  ------------------
  |  |  |  |  309|      0|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  |  |  ------------------
  ------------------
  537|      0|					}
  538|      0|					pubkey_info.modulus_length = bebytes2ushort(cxdata + 1);
  539|      0|					r = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
  540|      0|					break;
  541|      0|				}
  542|       |				/* Fall through */
  543|      0|			default:
  ------------------
  |  Branch (543:4): [True: 0, False: 0]
  ------------------
  544|      0|				sc_log(ctx, "Invalid algorithm identifier %x (length = %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__
  |  |  ------------------
  ------------------
  545|      0|					cxdata[0], r);
  546|      0|			}
  547|       |
  548|      0|			if (r < 0) {
  ------------------
  |  Branch (548:8): [True: 0, False: 0]
  ------------------
  549|      0|				r = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  550|      0|				goto failed;
  551|      0|			}
  552|      0|		}
  553|      0|	}
  554|       |
  555|       |	/* Check if certificate DO 7F21 holds data */
  556|      0|	sc_format_path("7F21", &path);
  557|      0|	r = sc_select_file(card, &path, &file);
  558|      0|	if (r < 0)
  ------------------
  |  Branch (558:6): [True: 0, False: 0]
  ------------------
  559|      0|		goto failed;
  560|       |
  561|      0|	for(u8 i=0; i<PGP_MAX_NUM_CERTS; i++) {
  ------------------
  |  |   48|      0|#define PGP_MAX_NUM_CERTS    3
  ------------------
  |  Branch (561:14): [True: 0, False: 0]
  ------------------
  562|      0|		struct sc_pkcs15_cert_info cert_info;
  563|      0|		struct sc_pkcs15_object    cert_obj;
  564|      0|		u8* buffer = malloc(MAX_OPENPGP_DO_SIZE);
  ------------------
  |  |  172|      0|#define	MAX_OPENPGP_DO_SIZE	8192
  ------------------
  565|      0|		int resp_len = 0;
  566|       |
  567|      0|		if (buffer == NULL)
  ------------------
  |  Branch (567:7): [True: 0, False: 0]
  ------------------
  568|      0|			goto failed;
  569|       |
  570|      0|		memset(&cert_info, 0, sizeof(cert_info));
  571|      0|		memset(&cert_obj,  0, sizeof(cert_obj));
  572|       |
  573|       |		/* try to SELECT DATA. Will only work for OpenPGP >= v3, errors are non-critical */
  574|      0|		sc_card_ctl(card, SC_CARDCTL_OPENPGP_SELECT_DATA, &i);
  575|       |
  576|      0|		sc_format_path(certs[i].path, &cert_info.path);
  577|       |
  578|       |		/* Certificate ID. We use the same ID as the authentication key */
  579|      0|		sc_pkcs15_format_id(certs[i].id, &cert_info.id);
  580|       |
  581|      0|		resp_len = sc_get_data(card, 0x7F21, buffer, MAX_OPENPGP_DO_SIZE);
  ------------------
  |  |  172|      0|#define	MAX_OPENPGP_DO_SIZE	8192
  ------------------
  582|       |
  583|       |		/* Response length => free buffer and continue with next id */
  584|      0|		if (resp_len == 0) {
  ------------------
  |  Branch (584:7): [True: 0, False: 0]
  ------------------
  585|      0|			free(buffer);
  586|      0|			continue;
  587|      0|		}
  588|       |
  589|       |		/* Catch error during sc_get_data */
  590|      0|		if (resp_len < 0) {
  ------------------
  |  Branch (590:7): [True: 0, False: 0]
  ------------------
  591|      0|			free(buffer);
  592|      0|			goto failed;
  593|      0|		}
  594|       |
  595|       |		/* Assemble certificate info struct, based on `certs` array */
  596|      0|		cert_info.value.len = resp_len;
  597|      0|		cert_info.value.value = buffer;
  598|      0|		cert_info.authority = certs[i].authority;
  599|      0|		cert_obj.flags = certs[i].obj_flags;
  600|       |
  601|       |		/* Object label */
  602|      0|		strlcpy(cert_obj.label, certs[i].label, sizeof(cert_obj.label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  603|       |
  604|      0|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  605|      0|		if (r < 0) {
  ------------------
  |  Branch (605:7): [True: 0, False: 0]
  ------------------
  606|      0|			free(buffer);
  607|      0|			goto failed;
  608|      0|		}
  609|       |
  610|       |		/* only iterate, for OpenPGP >= v3, thus break on < v3 */
  611|      0|		if (card->type < SC_CARD_TYPE_OPENPGP_V3)
  ------------------
  |  Branch (611:7): [True: 0, False: 0]
  ------------------
  612|      0|			break;
  613|      0|	}
  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|      0|	sc_pkcs15emu_openpgp_add_data(p15card);
  619|       |
  620|    651|failed:
  621|    651|	if (r < 0) {
  ------------------
  |  Branch (621:6): [True: 651, False: 0]
  ------------------
  622|    651|		sc_log(card->ctx,
  ------------------
  |  |   71|    651|#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|    651|				"Failed to initialize OpenPGP emulation: %s\n",
  624|    651|				sc_strerror(r));
  625|    651|		sc_pkcs15_card_clear(p15card);
  626|    651|	}
  627|    651|	sc_file_free(file);
  628|    651|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    651|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    651|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    651|	int _ret = r; \
  |  |  |  |  155|    651|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 651, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    651|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    651|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 651, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    651|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    651|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    651|	return _ret; \
  |  |  |  |  163|    651|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  629|    651|}
pkcs15-openpgp.c:read_file:
  163|    692|{
  164|    692|	sc_path_t	path;
  165|    692|	sc_file_t	*file;
  166|    692|	int		r;
  167|       |
  168|    692|	sc_format_path(path_name, &path);
  169|    692|	if ((r = sc_select_file(card, &path, &file)) < 0)
  ------------------
  |  Branch (169:6): [True: 632, False: 60]
  ------------------
  170|    632|		return r;
  171|       |
  172|     60|	if (file->size < len)
  ------------------
  |  Branch (172:6): [True: 45, False: 15]
  ------------------
  173|     45|		len = file->size;
  174|       |
  175|     60|	sc_file_free(file);
  176|       |
  177|     60|	return sc_read_binary(card, 0, (u8 *) buf, len, 0);
  178|    692|}

sc_pkcs15_decode_aodf_entry:
   86|      6|{
   87|      6|	sc_context_t *ctx = p15card->card->ctx;
   88|      6|	struct sc_pkcs15_auth_info info;
   89|      6|	int r;
   90|      6|	size_t flags_len = sizeof(info.attrs.pin.flags);
   91|      6|	size_t derived_len = sizeof(info.attrs.authkey.derived);
   92|      6|	size_t padchar_len = 1;
   93|      6|	struct sc_asn1_entry asn1_com_ao_attr[2];
   94|      6|	struct sc_asn1_entry asn1_pin_attr[10], asn1_type_pin_attr[2];
   95|      6|	struct sc_asn1_entry asn1_authkey_attr[3], asn1_type_authkey_attr[2];
   96|      6|	struct sc_asn1_entry asn1_auth_type[2];
   97|      6|	struct sc_asn1_entry asn1_auth_type_choice[4];
   98|      6|	struct sc_asn1_pkcs15_object pin_obj = { obj, asn1_com_ao_attr, NULL, asn1_type_pin_attr };
   99|      6|	struct sc_asn1_pkcs15_object authkey_obj = { obj, asn1_com_ao_attr, NULL, asn1_type_authkey_attr };
  100|       |
  101|      6|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_ASN1);
  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  102|       |
  103|      6|	sc_copy_asn1_entry(c_asn1_auth_type, asn1_auth_type);
  104|      6|	sc_copy_asn1_entry(c_asn1_auth_type_choice, asn1_auth_type_choice);
  105|       |
  106|      6|	sc_copy_asn1_entry(c_asn1_com_ao_attr, asn1_com_ao_attr);
  107|       |
  108|      6|	sc_copy_asn1_entry(c_asn1_type_pin_attr, asn1_type_pin_attr);
  109|      6|	sc_copy_asn1_entry(c_asn1_pin_attr, asn1_pin_attr);
  110|       |
  111|      6|	sc_copy_asn1_entry(c_asn1_type_authkey_attr, asn1_type_authkey_attr);
  112|      6|	sc_copy_asn1_entry(c_asn1_authkey_attr, asn1_authkey_attr);
  113|       |
  114|      6|	sc_format_asn1_entry(asn1_auth_type + 0, asn1_auth_type_choice, NULL, 0);
  115|      6|	sc_format_asn1_entry(asn1_auth_type_choice + 0, &pin_obj, NULL, 0);	/* 'pin' */
  116|      6|	sc_format_asn1_entry(asn1_auth_type_choice + 2, &authkey_obj, NULL, 0);	/* 'authKey' */
  117|       |
  118|       |	/* pinAttributes */
  119|      6|	sc_format_asn1_entry(asn1_type_pin_attr + 0, asn1_pin_attr, NULL, 0);
  120|      6|	sc_format_asn1_entry(asn1_pin_attr + 0, &info.attrs.pin.flags, &flags_len, 0);
  121|      6|	sc_format_asn1_entry(asn1_pin_attr + 1, &info.attrs.pin.type, NULL, 0);
  122|      6|	sc_format_asn1_entry(asn1_pin_attr + 2, &info.attrs.pin.min_length, NULL, 0);
  123|      6|	sc_format_asn1_entry(asn1_pin_attr + 3, &info.attrs.pin.stored_length, NULL, 0);
  124|      6|	sc_format_asn1_entry(asn1_pin_attr + 4, &info.attrs.pin.max_length, NULL, 0);
  125|      6|	sc_format_asn1_entry(asn1_pin_attr + 5, &info.attrs.pin.reference, NULL, 0);
  126|      6|	sc_format_asn1_entry(asn1_pin_attr + 6, &info.attrs.pin.pad_char, &padchar_len, 0);
  127|       |
  128|       |	/* authKeyAttributes */
  129|      6|	sc_format_asn1_entry(asn1_type_authkey_attr + 0, asn1_authkey_attr, NULL, 0);
  130|      6|	sc_format_asn1_entry(asn1_authkey_attr + 0, &info.attrs.authkey.derived, &derived_len, 0);
  131|      6|	sc_format_asn1_entry(asn1_authkey_attr + 1, &info.attrs.authkey.skey_id, NULL, 0);
  132|       |
  133|       |	/* We don't support lastPinChange yet. */
  134|      6|	sc_format_asn1_entry(asn1_pin_attr + 8, &info.path, NULL, 0);
  135|       |
  136|      6|	sc_format_asn1_entry(asn1_com_ao_attr + 0, &info.auth_id, NULL, 0);
  137|       |
  138|       |	/* Fill in defaults */
  139|      6|	memset(&info, 0, sizeof(info));
  140|      6|	info.tries_left = -1;
  141|      6|	info.logged_in = SC_PIN_STATE_UNKNOWN;
  ------------------
  |  |  430|      6|#define SC_PIN_STATE_UNKNOWN	0
  ------------------
  142|       |
  143|      6|	r = sc_asn1_decode(ctx, asn1_auth_type, *buf, *buflen, buf, buflen);
  144|      6|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|      6|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (144:6): [True: 1, False: 5]
  ------------------
  145|      1|		return r;
  146|      5|	LOG_TEST_RET(ctx, r, "ASN.1 decoding failed");
  ------------------
  |  |  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: 3, False: 2]
  |  |  |  |  ------------------
  |  |  |  |  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|      5|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 2]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  147|       |
  148|      2|	if (asn1_auth_type_choice[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|      2|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (148:6): [True: 0, False: 2]
  ------------------
  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|      2|	else if (asn1_auth_type_choice[1].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|      2|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (187:11): [True: 2, False: 0]
  ------------------
  188|      2|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "BIO authentication object not yet supported");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  189|      2|	}
  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|    490|{
  300|    490|	struct sc_context *ctx = p15card->card->ctx;
  301|    490|	struct sc_pkcs15_auth_info *auth_info;
  302|    490|	int r;
  303|       |
  304|    490|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    490|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    490|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    490|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    490|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 490]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|       |
  306|    490|	if (!pin_obj || !pin_obj->data)
  ------------------
  |  Branch (306:6): [True: 0, False: 490]
  |  Branch (306:18): [True: 0, False: 490]
  ------------------
  307|    490|		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|    490|	auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  309|       |
  310|       |	/* Check the provided pin matches pin requirements */
  311|    490|	r = _validate_pin(p15card, auth_info, pinlen);
  312|       |
  313|    490|	if (r)
  ------------------
  |  Branch (313:6): [True: 182, False: 308]
  ------------------
  314|    490|		LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    182|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    182|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    182|	int _ret = r; \
  |  |  |  |  155|    182|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 182, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    182|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    182|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    182|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    182|	return _ret; \
  |  |  |  |  163|    182|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  315|       |
  316|    308|	r = _sc_pkcs15_verify_pin(p15card, pin_obj, pincode, pinlen);
  317|       |
  318|    308|	if (r == SC_SUCCESS)
  ------------------
  |  |   28|    308|#define SC_SUCCESS				0
  ------------------
  |  Branch (318:6): [True: 99, False: 209]
  ------------------
  319|     99|		sc_pkcs15_pincache_add(p15card, pin_obj, pincode, pinlen);
  320|       |
  321|    308|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    308|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    308|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    308|	int _ret = r; \
  |  |  |  |  155|    308|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 308, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    308|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    209|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 209, False: 99]
  |  |  |  |  ------------------
  |  |  |  |  157|    308|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    308|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    308|	return _ret; \
  |  |  |  |  163|    308|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  322|    308|}
_sc_pkcs15_verify_pin:
  328|    318|{
  329|    318|	return sc_pkcs15_verify_pin_with_session_pin(p15card, pin_obj, pincode,
  330|    318|			pinlen, NULL, NULL);
  331|    318|}
sc_pkcs15_verify_pin_with_session_pin:
  344|    318|{
  345|    318|	struct sc_context *ctx = p15card->card->ctx;
  346|    318|	struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  347|    318|	int r;
  348|    318|	sc_card_t *card;
  349|    318|	struct sc_pin_cmd_data data;
  350|       |
  351|    318|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    318|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    318|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    318|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    318|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 318]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  352|    318|	sc_log(ctx, "PIN(type:%X; method:%X; value(%p:%zu)",
  ------------------
  |  |   71|    318|#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|    318|			auth_info->auth_type, auth_info->auth_method, pincode, pinlen);
  354|    318|	card = p15card->card;
  355|       |
  356|    318|	if (pinlen > SC_MAX_PIN_SIZE) {
  ------------------
  |  |   40|    318|#define SC_MAX_PIN_SIZE			256 /* OpenPGP card has 254 max */
  ------------------
  |  Branch (356:6): [True: 0, False: 318]
  ------------------
  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|    318|	memset(&data, 0, sizeof(data));
  364|    318|	data.pin_type = auth_info->auth_method;
  365|       |
  366|    318|	if (auth_info->auth_type == SC_PKCS15_PIN_AUTH_TYPE_PIN)   {
  ------------------
  |  |   94|    318|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (366:6): [True: 318, False: 0]
  ------------------
  367|    318|		data.pin_reference = auth_info->attrs.pin.reference;
  368|    318|		data.pin1.min_length = auth_info->attrs.pin.min_length;
  369|    318|		data.pin1.max_length = auth_info->attrs.pin.max_length;
  370|    318|		data.pin1.pad_length = auth_info->attrs.pin.stored_length;
  371|    318|		data.pin1.pad_char = auth_info->attrs.pin.pad_char;
  372|    318|		data.pin1.data = pincode;
  373|    318|		data.pin1.len = pinlen;
  374|       |
  375|    318|		if (auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_NEEDS_PADDING)
  ------------------
  |  |   59|    318|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  |  Branch (375:7): [True: 170, False: 148]
  ------------------
  376|    170|			data.flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|    170|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  377|       |
  378|    318|		switch (auth_info->attrs.pin.type) {
  379|      3|		case SC_PKCS15_PIN_TYPE_BCD:
  ------------------
  |  |   88|      3|#define SC_PKCS15_PIN_TYPE_BCD				0
  ------------------
  |  Branch (379:3): [True: 3, False: 315]
  ------------------
  380|      3|			data.pin1.encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|      3|#define SC_PIN_ENCODING_BCD	1
  ------------------
  381|      3|			break;
  382|    276|		case SC_PKCS15_PIN_TYPE_ASCII_NUMERIC:
  ------------------
  |  |   89|    276|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  |  Branch (382:3): [True: 276, False: 42]
  ------------------
  383|    276|			data.pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    276|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  384|    276|			break;
  385|     39|		default:
  ------------------
  |  Branch (385:3): [True: 39, False: 279]
  ------------------
  386|       |			/* assume/hope the card driver knows how to encode the pin */
  387|     39|			data.pin1.encoding = 0;
  388|    318|		}
  389|    318|	}
  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|    318|	if ((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD
  ------------------
  |  |  376|    636|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (406:7): [True: 0, False: 318]
  ------------------
  407|    318|				|| p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)) {
  ------------------
  |  |  560|    318|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (407:8): [True: 0, False: 318]
  ------------------
  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|    318|	if (card->caps & SC_CARD_CAP_SESSION_PIN && sessionpin && sessionpinlen) {
  ------------------
  |  |  563|    636|#define SC_CARD_CAP_SESSION_PIN	0x00000200
  ------------------
  |  Branch (417:6): [True: 0, False: 318]
  |  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|    318|	} else {
  424|       |		/* perform a standard verify */
  425|    318|		data.cmd = SC_PIN_CMD_VERIFY;
  ------------------
  |  |  415|    318|#define SC_PIN_CMD_VERIFY	0
  ------------------
  426|    318|		if (sessionpinlen)
  ------------------
  |  Branch (426:7): [True: 0, False: 318]
  ------------------
  427|      0|			*sessionpinlen = 0;
  428|    318|	}
  429|       |
  430|    318|	r = sc_lock(card);
  431|    318|	LOG_TEST_RET(ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|    318|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    318|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    318|	int _ret = (r); \
  |  |  |  |  168|    318|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 318]
  |  |  |  |  ------------------
  |  |  |  |  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|    318|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 318]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  432|       |
  433|       |	/* the path in the pin object is optional */
  434|    318|	if ((auth_info->path.len > 0) || ((auth_info->path.aid.len > 0))) {
  ------------------
  |  Branch (434:6): [True: 6, False: 312]
  |  Branch (434:35): [True: 4, False: 308]
  ------------------
  435|     10|		r = sc_select_file(card, &auth_info->path, NULL);
  436|     10|		if (r)
  ------------------
  |  Branch (436:7): [True: 5, False: 5]
  ------------------
  437|      5|			goto out;
  438|     10|	}
  439|       |
  440|    313|	r = sc_pin_cmd(card, &data);
  441|    313|	auth_info->tries_left = data.pin1.tries_left;
  442|    313|	sc_log(ctx, "PIN cmd result %i", r);
  ------------------
  |  |   71|    313|#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|    313|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    313|#define SC_SUCCESS				0
  ------------------
  |  Branch (443:6): [True: 104, False: 209]
  ------------------
  444|    104|		sc_pkcs15_pincache_add(p15card, pin_obj, pincode, pinlen);
  445|    104|		if (data.cmd == SC_PIN_CMD_GET_SESSION_PIN && sessionpinlen) {
  ------------------
  |  |  419|    208|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (445:7): [True: 0, False: 104]
  |  Branch (445:49): [True: 0, False: 0]
  ------------------
  446|      0|			*sessionpinlen = data.pin2.len;
  447|      0|		}
  448|    209|	} else {
  449|    209|		sc_notify_id(card->ctx, &card->reader->atr, p15card,
  450|    209|				NOTIFY_PIN_BAD);
  451|    209|		if (data.cmd == SC_PIN_CMD_GET_SESSION_PIN && sessionpinlen) {
  ------------------
  |  |  419|    418|#define SC_PIN_CMD_GET_SESSION_PIN	4
  ------------------
  |  Branch (451:7): [True: 0, False: 209]
  |  Branch (451:49): [True: 0, False: 0]
  ------------------
  452|      0|			*sessionpinlen = 0;
  453|      0|		}
  454|    209|	}
  455|       |
  456|    313|	if (auth_info->auth_type == SC_PKCS15_PIN_AUTH_TYPE_PIN
  ------------------
  |  |   94|    626|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (456:6): [True: 313, False: 0]
  ------------------
  457|    313|			&& auth_info->auth_method != SC_AC_SESSION) {
  ------------------
  |  |  159|    313|#define SC_AC_SESSION			0x00000100 /* Session PIN */
  ------------------
  |  Branch (457:7): [True: 313, False: 0]
  ------------------
  458|    313|		sc_notify_id(card->ctx, &card->reader->atr, p15card,
  459|    313|				r == SC_SUCCESS ? NOTIFY_PIN_GOOD : NOTIFY_PIN_BAD);
  ------------------
  |  |   28|    313|#define SC_SUCCESS				0
  ------------------
  |  Branch (459:5): [True: 104, False: 209]
  ------------------
  460|    313|	}
  461|       |
  462|    318|out:
  463|    318|	sc_unlock(card);
  464|    318|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  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: 318, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    318|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    214|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 214, False: 104]
  |  |  |  |  ------------------
  |  |  |  |  157|    318|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    318|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    318|	return _ret; \
  |  |  |  |  163|    318|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  465|    318|}
sc_pkcs15_change_pin:
  476|    119|{
  477|    119|	struct sc_context *ctx = p15card->card->ctx;
  478|    119|	struct sc_pin_cmd_data data;
  479|    119|	struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  480|    119|	struct sc_card *card;
  481|    119|	int r;
  482|       |
  483|    119|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  484|    119|	if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|    119|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (484:6): [True: 0, False: 119]
  ------------------
  485|    119|		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|    119|	r = _validate_pin(p15card, auth_info, oldpinlen);
  489|    119|	LOG_TEST_RET(ctx, r, "Old PIN value do not conform PIN policy");
  ------------------
  |  |  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: 11, False: 108]
  |  |  |  |  ------------------
  |  |  |  |  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|    119|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 108]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  490|       |
  491|    108|	r = _validate_pin(p15card, auth_info, newpinlen);
  492|    108|	LOG_TEST_RET(ctx, r, "New PIN value do not conform PIN policy");
  ------------------
  |  |  174|    108|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    108|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    108|	int _ret = (r); \
  |  |  |  |  168|    108|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 108]
  |  |  |  |  ------------------
  |  |  |  |  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|    108|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 108]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  493|       |
  494|    108|	card = p15card->card;
  495|    108|	r = sc_lock(card);
  496|    108|	LOG_TEST_RET(ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|    108|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    108|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    108|	int _ret = (r); \
  |  |  |  |  168|    108|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 108]
  |  |  |  |  ------------------
  |  |  |  |  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|    108|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 108]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  497|       |	/* the path in the pin object is optional */
  498|    108|	if ((auth_info->path.len > 0) || ((auth_info->path.aid.len > 0))) {
  ------------------
  |  Branch (498:6): [True: 3, False: 105]
  |  Branch (498:35): [True: 3, False: 102]
  ------------------
  499|      6|		r = sc_select_file(card, &auth_info->path, NULL);
  500|      6|		if (r)
  ------------------
  |  Branch (500:7): [True: 2, False: 4]
  ------------------
  501|      2|			goto out;
  502|      6|	}
  503|       |
  504|       |	/* set pin_cmd data */
  505|    106|	memset(&data, 0, sizeof(data));
  506|    106|	data.cmd             = SC_PIN_CMD_CHANGE;
  ------------------
  |  |  416|    106|#define SC_PIN_CMD_CHANGE	1
  ------------------
  507|    106|	data.pin_type        = SC_AC_CHV;
  ------------------
  |  |  151|    106|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  508|    106|	data.pin_reference   = auth_info->attrs.pin.reference;
  509|    106|	data.pin1.data       = oldpin;
  510|    106|	data.pin1.len        = oldpinlen;
  511|    106|	data.pin1.pad_char   = auth_info->attrs.pin.pad_char;
  512|    106|	data.pin1.min_length = auth_info->attrs.pin.min_length;
  513|    106|	data.pin1.max_length = auth_info->attrs.pin.max_length;
  514|    106|	data.pin1.pad_length = auth_info->attrs.pin.stored_length;
  515|    106|	data.pin2.data       = newpin;
  516|    106|	data.pin2.len        = newpinlen;
  517|    106|	data.pin2.pad_char   = auth_info->attrs.pin.pad_char;
  518|    106|	data.pin2.min_length = auth_info->attrs.pin.min_length;
  519|    106|	data.pin2.max_length = auth_info->attrs.pin.max_length;
  520|    106|	data.pin2.pad_length = auth_info->attrs.pin.stored_length;
  521|       |
  522|    106|	if (auth_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_NEEDS_PADDING)
  ------------------
  |  |   59|    106|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  |  Branch (522:6): [True: 49, False: 57]
  ------------------
  523|     49|		data.flags |= SC_PIN_CMD_NEED_PADDING;
  ------------------
  |  |  422|     49|#define SC_PIN_CMD_NEED_PADDING		0x0002
  ------------------
  524|       |
  525|    106|	switch (auth_info->attrs.pin.type) {
  ------------------
  |  Branch (525:10): [True: 104, False: 2]
  ------------------
  526|      0|	case SC_PKCS15_PIN_TYPE_BCD:
  ------------------
  |  |   88|      0|#define SC_PKCS15_PIN_TYPE_BCD				0
  ------------------
  |  Branch (526:2): [True: 0, False: 106]
  ------------------
  527|      0|		data.pin1.encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|      0|#define SC_PIN_ENCODING_BCD	1
  ------------------
  528|      0|		data.pin2.encoding = SC_PIN_ENCODING_BCD;
  ------------------
  |  |  426|      0|#define SC_PIN_ENCODING_BCD	1
  ------------------
  529|      0|		break;
  530|    104|	case SC_PKCS15_PIN_TYPE_ASCII_NUMERIC:
  ------------------
  |  |   89|    104|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  |  Branch (530:2): [True: 104, False: 2]
  ------------------
  531|    104|		data.pin1.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    104|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  532|    104|		data.pin2.encoding = SC_PIN_ENCODING_ASCII;
  ------------------
  |  |  425|    104|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  533|    104|		break;
  534|    106|	}
  535|       |
  536|    106|	if((!oldpin || !newpin)
  ------------------
  |  Branch (536:6): [True: 0, False: 106]
  |  Branch (536:17): [True: 0, False: 106]
  ------------------
  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|    106|	r = sc_pin_cmd(card, &data);
  551|    106|	auth_info->tries_left = data.pin1.tries_left;
  552|    106|	if (r == SC_SUCCESS)
  ------------------
  |  |   28|    106|#define SC_SUCCESS				0
  ------------------
  |  Branch (552:6): [True: 7, False: 99]
  ------------------
  553|      7|		sc_pkcs15_pincache_add(p15card, pin_obj, newpin, newpinlen);
  554|       |
  555|    108|out:
  556|    108|	sc_unlock(card);
  557|    108|	return r;
  558|    106|}
sc_pkcs15_get_pin_info:
  689|    955|{
  690|    955|	int r;
  691|    955|	struct sc_pin_cmd_data data;
  692|    955|	struct sc_card *card = p15card->card;
  693|    955|	struct sc_context *ctx = card->ctx;
  694|    955|	struct sc_pkcs15_auth_info *pin_info = (struct sc_pkcs15_auth_info *) pin_obj->data;
  695|       |
  696|    955|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    955|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    955|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    955|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    955|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 955]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  697|       |
  698|    955|	r = sc_lock(card);
  699|    955|	if (r != SC_SUCCESS)
  ------------------
  |  |   28|    955|#define SC_SUCCESS				0
  ------------------
  |  Branch (699:6): [True: 0, False: 955]
  ------------------
  700|      0|		return r;
  701|       |
  702|    955|	if (pin_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)   {
  ------------------
  |  |   94|    955|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (702:6): [True: 0, False: 955]
  ------------------
  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|    955|	if ((pin_info->path.len > 0) || ((pin_info->path.aid.len > 0))) {
  ------------------
  |  Branch (708:6): [True: 58, False: 897]
  |  Branch (708:34): [True: 52, False: 845]
  ------------------
  709|    110|		r = sc_select_file(card, &pin_info->path, NULL);
  710|    110|		if (r)
  ------------------
  |  Branch (710:7): [True: 95, False: 15]
  ------------------
  711|     95|			goto out;
  712|    110|	}
  713|       |
  714|       |	/* Try to update PIN info from card */
  715|    860|	memset(&data, 0, sizeof(data));
  716|    860|	data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|    860|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  717|    860|	data.pin_type = pin_info->auth_method;
  718|    860|	data.pin_reference = pin_info->attrs.pin.reference;
  719|       |
  720|    860|	r = sc_pin_cmd(card, &data);
  721|    860|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|    860|#define SC_SUCCESS				0
  ------------------
  |  Branch (721:6): [True: 248, False: 612]
  ------------------
  722|    248|		if (data.pin1.max_tries > 0)
  ------------------
  |  Branch (722:7): [True: 1, False: 247]
  ------------------
  723|      1|			pin_info->max_tries = data.pin1.max_tries;
  724|    248|		pin_info->tries_left = data.pin1.tries_left;
  725|    248|		pin_info->logged_in = data.pin1.logged_in;
  726|    248|	}
  727|       |
  728|    955|out:
  729|    955|	sc_unlock(card);
  730|    955|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|    955|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    955|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    955|	int _ret = r; \
  |  |  |  |  155|    955|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 955, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    955|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    707|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 707, False: 248]
  |  |  |  |  ------------------
  |  |  |  |  157|    955|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    955|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    955|	return _ret; \
  |  |  |  |  163|    955|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  731|    955|}
sc_pkcs15_free_auth_info:
  735|  6.42k|{
  736|  6.42k|	free(auth_info);
  737|  6.42k|}
sc_pkcs15_pincache_add:
  743|    210|{
  744|    210|	struct sc_context *ctx = p15card->card->ctx;
  745|    210|	struct sc_pkcs15_auth_info *auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
  746|    210|	struct sc_pkcs15_object *obj = NULL;
  747|    210|	int r;
  748|       |
  749|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  750|       |
  751|    210|	if (!pin || !pinlen)   {
  ------------------
  |  Branch (751:6): [True: 0, False: 210]
  |  Branch (751:14): [True: 0, False: 210]
  ------------------
  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|    210|	else if (!p15card->opts.use_pin_cache)   {
  ------------------
  |  Branch (755:11): [True: 2, False: 208]
  ------------------
  756|      2|		sc_log(ctx, "PIN caching not enabled");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  757|      2|		return;
  758|      2|	}
  759|    208|	else if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)   {
  ------------------
  |  |   94|    208|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (759:11): [True: 0, False: 208]
  ------------------
  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|    208|	obj = p15card->obj_list;
  767|  3.15k|	while (obj != NULL) {
  ------------------
  |  Branch (767:9): [True: 2.95k, False: 202]
  ------------------
  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|  2.95k|		if (sc_pkcs15_compare_id(&obj->auth_id, &auth_info->auth_id)) {
  ------------------
  |  Branch (773:7): [True: 271, False: 2.68k]
  ------------------
  774|       |			/* Caching is refused, if the protected object requires user consent */
  775|    271|			if (!p15card->opts.pin_cache_ignore_user_consent) {
  ------------------
  |  Branch (775:8): [True: 271, False: 0]
  ------------------
  776|    271|				if (obj->user_consent > 0) {
  ------------------
  |  Branch (776:9): [True: 6, False: 265]
  ------------------
  777|      6|					sc_log(ctx, "caching refused (user consent)");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  778|      6|					return;
  779|      6|				}
  780|    271|			}
  781|    271|		}
  782|       |
  783|  2.94k|		obj = obj->next;
  784|  2.94k|	}
  785|       |
  786|    202|	r = sc_pkcs15_allocate_object_content(ctx, pin_obj, pin, pinlen);
  787|    202|	if (r != SC_SUCCESS)   {
  ------------------
  |  |   28|    202|#define SC_SUCCESS				0
  ------------------
  |  Branch (787:6): [True: 0, False: 202]
  ------------------
  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|    202|	pin_obj->usage_counter = 0;
  793|    202|	sc_log(ctx, "PIN(%s) cached", pin_obj->label);
  ------------------
  |  |   71|    202|#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|    202|}
sc_pkcs15_pincache_revalidate:
  799|     13|{
  800|     13|	struct sc_context *ctx = p15card->card->ctx;
  801|     13|	sc_pkcs15_object_t *pin_obj;
  802|     13|	int r;
  803|       |
  804|     13|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  805|     13|	if (!p15card->opts.use_pin_cache)
  ------------------
  |  Branch (805:6): [True: 0, False: 13]
  ------------------
  806|      0|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      0|#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|     13|	if (!p15card->opts.pin_cache_ignore_user_consent) {
  ------------------
  |  Branch (810:6): [True: 13, False: 0]
  ------------------
  811|     13|	    if (obj->user_consent)
  ------------------
  |  Branch (811:10): [True: 1, False: 12]
  ------------------
  812|      1|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      1|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  813|     13|	}
  814|       |
  815|     12|	if ((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD
  ------------------
  |  |  376|     24|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (815:7): [True: 0, False: 12]
  ------------------
  816|     12|				|| p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH))
  ------------------
  |  |  560|     12|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (816:8): [True: 0, False: 12]
  ------------------
  817|      0|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      0|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  818|       |
  819|     12|	r = sc_pkcs15_find_pin_by_auth_id(p15card, &obj->auth_id, &pin_obj);
  820|     12|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     12|#define SC_SUCCESS				0
  ------------------
  |  Branch (820:6): [True: 1, False: 11]
  ------------------
  821|      1|		sc_log(ctx, "Could not find pin object for auth_id %s", sc_pkcs15_print_id(&obj->auth_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__
  |  |  ------------------
  ------------------
  822|      1|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      1|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  823|      1|	}
  824|       |
  825|     11|	if (pin_obj->usage_counter >= p15card->opts.pin_cache_counter) {
  ------------------
  |  Branch (825:6): [True: 0, False: 11]
  ------------------
  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|     11|	if (!pin_obj->content.value || !pin_obj->content.len)
  ------------------
  |  Branch (830:6): [True: 1, False: 10]
  |  Branch (830:33): [True: 0, False: 10]
  ------------------
  831|      1|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      1|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  832|       |
  833|     10|	pin_obj->usage_counter++;
  834|     10|	r = _sc_pkcs15_verify_pin(p15card, pin_obj, pin_obj->content.value, pin_obj->content.len);
  835|     10|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|     10|#define SC_SUCCESS				0
  ------------------
  |  Branch (835:6): [True: 5, False: 5]
  ------------------
  836|       |		/* Ensure that wrong PIN isn't used again */
  837|      5|		sc_pkcs15_free_object_content(pin_obj);
  838|       |
  839|      5|		sc_log(ctx, "Verify PIN error %i", r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  840|      5|		return SC_ERROR_SECURITY_STATUS_NOT_SATISFIED;
  ------------------
  |  |   61|      5|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  841|      5|	}
  842|       |
  843|      5|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  844|      5|}
sc_pkcs15_pincache_clear:
  847|  6.72k|{
  848|  6.72k|	struct sc_pkcs15_object *objs[32];
  849|  6.72k|	int i, r;
  850|       |
  851|  6.72k|	LOG_FUNC_CALLED(p15card->card->ctx);
  ------------------
  |  |  151|  6.72k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  6.72k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  6.72k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  6.72k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 6.72k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  852|  6.72k|	r = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_AUTH_PIN, objs, 32);
  ------------------
  |  |  445|  6.72k|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
  853|  13.7k|	for (i = 0; i < r; i++)
  ------------------
  |  Branch (853:14): [True: 6.97k, False: 6.72k]
  ------------------
  854|  6.97k|		sc_pkcs15_free_object_content(objs[i]);
  855|  6.72k|}
pkcs15-pin.c:_validate_pin:
  261|    717|{
  262|    717|	size_t max_length;
  263|    717|	if (p15card == NULL) {
  ------------------
  |  Branch (263:6): [True: 0, False: 717]
  ------------------
  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|    717|	if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|    717|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (268:6): [True: 0, False: 717]
  ------------------
  269|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  270|       |
  271|       |	/* prevent buffer overflow from hostile card */
  272|    717|	if (auth_info->attrs.pin.stored_length > SC_MAX_PIN_SIZE)
  ------------------
  |  |   40|    717|#define SC_MAX_PIN_SIZE			256 /* OpenPGP card has 254 max */
  ------------------
  |  Branch (272:6): [True: 0, False: 717]
  ------------------
  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|    717|	if ((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD
  ------------------
  |  |  376|  1.43k|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (276:7): [True: 0, False: 717]
  ------------------
  277|    717|				|| p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH)
  ------------------
  |  |  560|    717|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (277:8): [True: 0, False: 717]
  ------------------
  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|    717|	max_length = auth_info->attrs.pin.max_length != 0 ? auth_info->attrs.pin.max_length : SC_MAX_PIN_SIZE;
  ------------------
  |  |   40|    717|#define SC_MAX_PIN_SIZE			256 /* OpenPGP card has 254 max */
  ------------------
  |  Branch (282:15): [True: 717, False: 0]
  ------------------
  283|    717|	if (pinlen > max_length || pinlen < auth_info->attrs.pin.min_length)
  ------------------
  |  Branch (283:6): [True: 40, False: 677]
  |  Branch (283:29): [True: 153, False: 524]
  ------------------
  284|    193|		return SC_ERROR_INVALID_PIN_LENGTH;
  ------------------
  |  |   77|    193|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
  285|       |
  286|    524|	return SC_SUCCESS;
  ------------------
  |  |   28|    524|#define SC_SUCCESS				0
  ------------------
  287|    717|}

sc_pkcs15emu_piv_init_ex:
 1301|  14.9k|{
 1302|  14.9k|	sc_card_t   *card = p15card->card;
 1303|  14.9k|	sc_context_t    *ctx = card->ctx;
 1304|       |
 1305|  14.9k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  14.9k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  14.9k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  14.9k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 14.9k]
  |  |  ------------------
  ------------------
 1306|       |
 1307|  14.9k|	if (piv_detect_card(p15card))
  ------------------
  |  Branch (1307:6): [True: 13.8k, False: 1.10k]
  ------------------
 1308|  13.8k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  13.8k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
 1309|  1.10k|	return sc_pkcs15emu_piv_init(p15card);
 1310|  14.9k|}
pkcs15-piv.c:piv_detect_card:
  237|  14.9k|{
  238|  14.9k|	sc_card_t *card = p15card->card;
  239|       |
  240|  14.9k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  14.9k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  14.9k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  14.9k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 14.9k]
  |  |  ------------------
  ------------------
  241|  14.9k|	if (card->type < SC_CARD_TYPE_PIV_II_BASE
  ------------------
  |  Branch (241:6): [True: 5.65k, False: 9.32k]
  ------------------
  242|  9.32k|		|| card->type >= SC_CARD_TYPE_PIV_II_BASE + 1000)
  ------------------
  |  Branch (242:6): [True: 8.21k, False: 1.10k]
  ------------------
  243|  13.8k|		return SC_ERROR_INVALID_CARD;
  ------------------
  |  |   60|  13.8k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  244|  1.10k|	return SC_SUCCESS;
  ------------------
  |  |   28|  1.10k|#define SC_SUCCESS				0
  ------------------
  245|  14.9k|}
pkcs15-piv.c:sc_pkcs15emu_piv_init:
  249|  1.10k|{
  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.10k|	static const objdata objects[] = {
  256|  1.10k|	{"01", "Card Capability Container",
  257|  1.10k|			"2.16.840.1.101.3.7.1.219.0", NULL, "DB00", 0},
  258|  1.10k|	{"02", "Card Holder Unique Identifier",
  259|  1.10k|			"2.16.840.1.101.3.7.2.48.0", NULL, "3000", 0},
  260|  1.10k|	{"03", "Unsigned Card Holder Unique Identifier",
  261|  1.10k|			"2.16.840.1.101.3.7.2.48.2", NULL, "3010", 0},
  262|  1.10k|	{"04", "X.509 Certificate for PIV Authentication",
  263|  1.10k|			"2.16.840.1.101.3.7.2.1.1", NULL, "0101", 0},
  264|  1.10k|	{"05", "Cardholder Fingerprints",
  265|  1.10k|			"2.16.840.1.101.3.7.2.96.16", "01", "6010", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  266|  1.10k|	{"06", "Printed Information",
  267|  1.10k|			"2.16.840.1.101.3.7.2.48.1", "01", "3001", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  268|  1.10k|	{"07", "Cardholder Facial Image",
  269|  1.10k|			"2.16.840.1.101.3.7.2.96.48", "01", "6030", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  270|  1.10k|	{"08", "X.509 Certificate for Digital Signature",
  271|  1.10k|			"2.16.840.1.101.3.7.2.1.0",  NULL, "0100", 0},
  272|  1.10k|	{"09", "X.509 Certificate for Key Management",
  273|  1.10k|			"2.16.840.1.101.3.7.2.1.2", NULL, "0102", 0},
  274|  1.10k|	{"10","X.509 Certificate for Card Authentication",
  275|  1.10k|			"2.16.840.1.101.3.7.2.5.0", NULL, "0500", 0},
  276|  1.10k|	{"11", "Security Object",
  277|  1.10k|			"2.16.840.1.101.3.7.2.144.0", NULL, "9000", 0},
  278|  1.10k|	{"12", "Discovery Object",
  279|  1.10k|			"2.16.840.1.101.3.7.2.96.80", NULL, "6050", 0},
  280|  1.10k|	{"13", "Key History Object",
  281|  1.10k|			"2.16.840.1.101.3.7.2.96.96", NULL, "6060", 0},
  282|  1.10k|	{"14", "Cardholder Iris Image",
  283|  1.10k|			"2.16.840.1.101.3.7.2.16.21", NULL, "1015", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  284|       |
  285|  1.10k|	{"15", "Retired X.509 Certificate for Key Management 1",
  286|  1.10k|			"2.16.840.1.101.3.7.2.16.1", NULL, "1001", 0},
  287|  1.10k|	{"16", "Retired X.509 Certificate for Key Management 2",
  288|  1.10k|			"2.16.840.1.101.3.7.2.16.2", NULL, "1002", 0},
  289|  1.10k|	{"17", "Retired X.509 Certificate for Key Management 3",
  290|  1.10k|			"2.16.840.1.101.3.7.2.16.3", NULL, "1003", 0},
  291|  1.10k|	{"18", "Retired X.509 Certificate for Key Management 4",
  292|  1.10k|			"2.16.840.1.101.3.7.2.16.4", NULL, "1004", 0},
  293|  1.10k|	{"19", "Retired X.509 Certificate for Key Management 5",
  294|  1.10k|			"2.16.840.1.101.3.7.2.16.5", NULL, "1005", 0},
  295|  1.10k|	{"20", "Retired X.509 Certificate for Key Management 6",
  296|  1.10k|			"2.16.840.1.101.3.7.2.16.6", NULL, "1006", 0},
  297|  1.10k|	{"21", "Retired X.509 Certificate for Key Management 7",
  298|  1.10k|			"2.16.840.1.101.3.7.2.16.7", NULL, "1007", 0},
  299|  1.10k|	{"22", "Retired X.509 Certificate for Key Management 8",
  300|  1.10k|			"2.16.840.1.101.3.7.2.16.8", NULL, "1008", 0},
  301|  1.10k|	{"23", "Retired X.509 Certificate for Key Management 9",
  302|  1.10k|			"2.16.840.1.101.3.7.2.16.9", NULL, "1009", 0},
  303|  1.10k|	{"24", "Retired X.509 Certificate for Key Management 10",
  304|  1.10k|			"2.16.840.1.101.3.7.2.16.10", NULL, "100A", 0},
  305|  1.10k|	{"25", "Retired X.509 Certificate for Key Management 11",
  306|  1.10k|			"2.16.840.1.101.3.7.2.16.11", NULL, "100B", 0},
  307|  1.10k|	{"26", "Retired X.509 Certificate for Key Management 12",
  308|  1.10k|			"2.16.840.1.101.3.7.2.16.12", NULL, "100C", 0},
  309|  1.10k|	{"27", "Retired X.509 Certificate for Key Management 13",
  310|  1.10k|			"2.16.840.1.101.3.7.2.16.13", NULL, "100D", 0},
  311|  1.10k|	{"28", "Retired X.509 Certificate for Key Management 14",
  312|  1.10k|			"2.16.840.1.101.3.7.2.16.14", NULL, "100E", 0},
  313|  1.10k|	{"29", "Retired X.509 Certificate for Key Management 15",
  314|  1.10k|			"2.16.840.1.101.3.7.2.16.15", NULL, "100F", 0},
  315|  1.10k|	{"30", "Retired X.509 Certificate for Key Management 16",
  316|  1.10k|			"2.16.840.1.101.3.7.2.16.16", NULL, "1010", 0},
  317|  1.10k|	{"31", "Retired X.509 Certificate for Key Management 17",
  318|  1.10k|			"2.16.840.1.101.3.7.2.16.17", NULL, "1011", 0},
  319|  1.10k|	{"32", "Retired X.509 Certificate for Key Management 18",
  320|  1.10k|			"2.16.840.1.101.3.7.2.16.18", NULL, "1012", 0},
  321|  1.10k|	{"33", "Retired X.509 Certificate for Key Management 19",
  322|  1.10k|			"2.16.840.1.101.3.7.2.16.19", NULL, "1013", 0},
  323|  1.10k|	{"34", "Retired X.509 Certificate for Key Management 20",
  324|  1.10k|			"2.16.840.1.101.3.7.2.16.20", NULL, "1014", 0},
  325|       |	/* new in 800-73-4 */
  326|  1.10k|	{"35", "Biometric Information Templates Group Template",
  327|  1.10k|			"2.16.840.1.101.3.7.2.16.22", NULL, "1016", 0},
  328|  1.10k|	{"36", "Secure Messaging Certificate Signer",
  329|  1.10k|			"2.16.840.1.101.3.7.2.16.23", NULL, "1017", 0},
  330|  1.10k|	{"37", "Pairing Code Reference Data Container",
  331|  1.10k|			"2.16.840.1.101.3.7.2.16.24", NULL, "1018", SC_PKCS15_CO_FLAG_PRIVATE},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  332|  1.10k|	{NULL, NULL, NULL, NULL, NULL, 0}
  333|  1.10k|	};
  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.10k|#define PIV_NUM_CERTS 25
  346|  1.10k|#define PIV_NUM_KEYS  24
  347|       |
  348|       |	// clang-format off
  349|  1.10k|	static const cdata certs[PIV_NUM_CERTS] = {
  350|  1.10k|		{"01", "Certificate for PIV Authentication", "0101cece", 0, 0},
  351|  1.10k|		{"02", "Certificate for Digital Signature", "0100cece", 0, 0},
  352|  1.10k|		{"03", "Certificate for Key Management", "0102cece", 0, 0},
  353|  1.10k|		{"04", "Certificate for Card Authentication", "0500cece", 0, 0},
  354|  1.10k|		{"05", "Retired Certificate for Key Management 1", "1001cece", 0, 0},
  355|  1.10k|		{"06", "Retired Certificate for Key Management 2", "1002cece", 0, 0},
  356|  1.10k|		{"07", "Retired Certificate for Key Management 3", "1003cece", 0, 0},
  357|  1.10k|		{"08", "Retired Certificate for Key Management 4", "1004cece", 0, 0},
  358|  1.10k|		{"09", "Retired Certificate for Key Management 5", "1005cece", 0, 0},
  359|  1.10k|		{"10", "Retired Certificate for Key Management 6", "1006cece", 0, 0},
  360|  1.10k|		{"11", "Retired Certificate for Key Management 7", "1007cece", 0, 0},
  361|  1.10k|		{"12", "Retired Certificate for Key Management 8", "1008cece", 0, 0},
  362|  1.10k|		{"13", "Retired Certificate for Key Management 9", "1009cece", 0, 0},
  363|  1.10k|		{"14", "Retired Certificate for Key Management 10", "100Acece", 0, 0},
  364|  1.10k|		{"15", "Retired Certificate for Key Management 11", "100Bcece", 0, 0},
  365|  1.10k|		{"16", "Retired Certificate for Key Management 12", "100Ccece", 0, 0},
  366|  1.10k|		{"17", "Retired Certificate for Key Management 13", "100Dcece", 0, 0},
  367|  1.10k|		{"18", "Retired Certificate for Key Management 14", "100Ecece", 0, 0},
  368|  1.10k|		{"19", "Retired Certificate for Key Management 15", "100Fcece", 0, 0},
  369|  1.10k|		{"20", "Retired Certificate for Key Management 16", "1010cece", 0, 0},
  370|  1.10k|		{"21", "Retired Certificate for Key Management 17", "1011cece", 0, 0},
  371|  1.10k|		{"22", "Retired Certificate for Key Management 18", "1012cece", 0, 0},
  372|  1.10k|		{"23", "Retired Certificate for Key Management 19", "1013cece", 0, 0},
  373|  1.10k|		{"24", "Retired Certificate for Key Management 20", "1014cece", 0, 0},
  374|       |		/* Yubikey Attestation uses "25" but not read via GET_DATA */
  375|  1.10k|		{"81", "Secure Messaging Certificate Signer",   "1017cece", 0, 0} /* no keys on card */
  376|  1.10k|	};
  377|       |	// clang-format on
  378|       |
  379|       |	// clang-format off
  380|  1.10k|	static const pindata pins[] = {
  381|  1.10k|		{ "01", "PIN", "", 0x80,
  382|       |		  /* label, flag  and ref will change if using global pin */
  383|  1.10k|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|  1.10k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  384|  1.10k|		  8, 4, 8,
  385|  1.10k|		  SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|  1.10k|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  386|  1.10k|		  SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|  1.10k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  387|  1.10k|		  SC_PKCS15_PIN_FLAG_LOCAL,
  ------------------
  |  |   55|  1.10k|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  388|  1.10k|		  -1, 0xFF,
  389|  1.10k|		  SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  390|       |
  391|  1.10k|		{ "02", "PIV PUK", "", 0x81,
  392|  1.10k|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|  1.10k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  393|  1.10k|		  8, 4, 8,
  394|  1.10k|		  SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|  1.10k|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  395|  1.10k|		  SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|  1.10k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  396|  1.10k|		  SC_PKCS15_PIN_FLAG_SO_PIN |
  ------------------
  |  |   61|  1.10k|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  397|  1.10k|		  SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN,
  ------------------
  |  |   60|  1.10k|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
  398|  1.10k|		  -1, 0xFF,
  399|  1.10k|		  SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  400|       |
  401|       |		/* only used with minidriver */
  402|  1.10k|		{ "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.10k|		  SC_PKCS15_PIN_TYPE_ASCII_NUMERIC,
  ------------------
  |  |   89|  1.10k|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  406|  1.10k|		  8, 4, 8,
  407|  1.10k|		  SC_PKCS15_PIN_FLAG_NEEDS_PADDING |
  ------------------
  |  |   59|  1.10k|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  408|  1.10k|		  SC_PKCS15_PIN_FLAG_INITIALIZED |
  ------------------
  |  |   58|  1.10k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  ------------------
  409|  1.10k|		  SC_PKCS15_PIN_FLAG_LOCAL,
  ------------------
  |  |   55|  1.10k|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  ------------------
  410|  1.10k|		  -1, 0xFF,
  411|  1.10k|		  SC_PKCS15_CO_FLAG_PRIVATE, 1}, /* only use if cardmod */
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  412|  1.10k|		{ NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
  413|  1.10k|	};
  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.10k|	static const pubdata pubkeys[PIV_NUM_KEYS] = {
  426|  1.10k|		{ "01", "PIV AUTH pubkey",
  427|  1.10k|			 	/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT |
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  428|  1.10k|			 		SC_PKCS15_PRKEY_USAGE_WRAP |
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  429|  1.10k|					SC_PKCS15_PRKEY_USAGE_VERIFY |
  ------------------
  |  |  311|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  430|  1.10k|					SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER,
  ------------------
  |  |  312|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  431|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_VERIFY,
  ------------------
  |  |  311|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  432|  1.10k|			"9A06", 0x9A, NULL, 0, "PIV_9A_KEY"},
  433|  1.10k|		{ "02", "SIGN pubkey",
  434|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT |
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
  435|  1.10k|					SC_PKCS15_PRKEY_USAGE_VERIFY |
  ------------------
  |  |  311|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  436|  1.10k|					SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER |
  ------------------
  |  |  312|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  437|  1.10k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION,
  ------------------
  |  |  314|  1.10k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  438|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_VERIFY |
  ------------------
  |  |  311|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  439|  1.10k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION,
  ------------------
  |  |  314|  1.10k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  440|  1.10k|			"9C06", 0x9C, NULL, 0, "PIV_9C_KEY"},
  441|  1.10k|		{ "03", "KEY MAN pubkey",
  442|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT| SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT| SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  443|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  444|  1.10k|			"9D06", 0x9D, NULL, 0, "PIV_9D_KEY"},
  445|  1.10k|		{ "04", "CARD AUTH pubkey",
  446|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_VERIFY |
  ------------------
  |  |  311|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  447|  1.10k|					SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER,
  ------------------
  |  |  312|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
  448|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_VERIFY,
  ------------------
  |  |  311|  1.10k|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
  449|  1.10k|			"9E06", 0x9E, NULL, 0, "PIV_9E_KEY"},  /* no pin, and avail in contactless */
  450|       |
  451|  1.10k|		{ "05", "Retired KEY MAN 1",
  452|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  453|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  454|  1.10k|			 "8206", 0x82, NULL, 0, "PIV_82_KEY"},
  455|  1.10k|		{ "06", "Retired KEY MAN 2",
  456|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  457|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  458|  1.10k|			 "8306", 0x83, NULL, 0, "PIV_83_KEY"},
  459|  1.10k|		{ "07", "Retired KEY MAN 3",
  460|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  461|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  462|  1.10k|			 "8406", 0x84, NULL, 0, "PIV_84_KEY"},
  463|  1.10k|		{ "08", "Retired KEY MAN 4",
  464|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  465|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  466|  1.10k|			 "8506", 0x85, NULL, 0, "PIV_85_KEY"},
  467|  1.10k|		{ "09", "Retired KEY MAN 5",
  468|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  469|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  470|  1.10k|			 "8606", 0x86, NULL, 0, "PIV_86_KEY"},
  471|  1.10k|		{ "10", "Retired KEY MAN 6",
  472|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  473|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  474|  1.10k|			 "8706", 0x87, NULL, 0, "PIV_87_KEY"},
  475|  1.10k|		{ "11", "Retired KEY MAN 7",
  476|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  477|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  478|  1.10k|			 "8806", 0x88, NULL, 0, "PIV_88_KEY"},
  479|  1.10k|		{ "12", "Retired KEY MAN 8",
  480|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  481|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  482|  1.10k|			 "8906", 0x89, NULL, 0, "PIV_89_KEY"},
  483|  1.10k|		{ "13", "Retired KEY MAN 9",
  484|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  485|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  486|  1.10k|			 "8A06", 0x8A, NULL, 0, "PIV_8A_KEY"},
  487|  1.10k|		{ "14", "Retired KEY MAN 10",
  488|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  489|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  490|  1.10k|			 "8B06", 0x8B, NULL, 0, "PIV_8B_KEY"},
  491|  1.10k|		{ "15", "Retired KEY MAN 11",
  492|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  493|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  494|  1.10k|			 "8C06", 0x8C, NULL, 0, "PIV_8C_KEY"},
  495|  1.10k|		{ "16", "Retired KEY MAN 12",
  496|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  497|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  498|  1.10k|			 "8D06", 0x8D, NULL, 0, "PIV_8D_KEY"},
  499|  1.10k|		{ "17", "Retired KEY MAN 13",
  500|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  501|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  502|  1.10k|			 "8E06", 0x8E, NULL, 0, "PIV_8E_KEY"},
  503|  1.10k|		{ "18", "Retired KEY MAN 14",
  504|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  505|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  506|  1.10k|			 "8F06", 0x8F, NULL, 0, "PIV_8F_KEY"},
  507|  1.10k|		{ "19", "Retired KEY MAN 15",
  508|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  509|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  510|  1.10k|			 "9006", 0x90, NULL, 0, "PIV_90_KEY"},
  511|  1.10k|		{ "20", "Retired KEY MAN 16",
  512|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  513|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  514|  1.10k|			 "9106", 0x91, NULL, 0, "PIV_91_KEY"},
  515|  1.10k|		{ "21", "Retired KEY MAN 17",
  516|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  517|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  518|  1.10k|			 "9206", 0x92, NULL, 0, "PIV_92_KEY"},
  519|  1.10k|		{ "22", "Retired KEY MAN 18",
  520|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  521|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  522|  1.10k|			 "9306", 0x93, NULL, 0, "PIV_93_KEY"},
  523|  1.10k|		{ "23", "Retired KEY MAN 19",
  524|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  525|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  526|  1.10k|			 "9406", 0x94, NULL, 0, "PIV_94_KEY"},
  527|  1.10k|		{ "24", "Retired KEY MAN 20",
  528|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  305|  1.10k|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_ENCRYPT | SC_PKCS15_PRKEY_USAGE_WRAP,
  ------------------
  |  |  309|  1.10k|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
  529|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  530|  1.10k|			 "9506", 0x95, NULL, 0, "PIV_95_KEY"}
  531|  1.10k|	};
  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.10k|	static const prdata prkeys[PIV_NUM_KEYS] = {
  543|  1.10k|		{ "01", "PIV AUTH key",
  544|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT |
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  545|  1.10k|					SC_PKCS15_PRKEY_USAGE_UNWRAP |
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  546|  1.10k|					SC_PKCS15_PRKEY_USAGE_SIGN |
  ------------------
  |  |  307|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  547|  1.10k|					SC_PKCS15_PRKEY_USAGE_SIGNRECOVER,
  ------------------
  |  |  308|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  548|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  549|  1.10k|			"", 0x9A, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  550|  1.10k|		{ "02", "SIGN key",
  551|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT |
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
  552|  1.10k|					SC_PKCS15_PRKEY_USAGE_SIGN |
  ------------------
  |  |  307|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  553|  1.10k|					SC_PKCS15_PRKEY_USAGE_SIGNRECOVER |
  ------------------
  |  |  308|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  554|  1.10k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION,
  ------------------
  |  |  314|  1.10k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  555|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_SIGN |
  ------------------
  |  |  307|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  556|  1.10k|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION,
  ------------------
  |  |  314|  1.10k|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  557|  1.10k|			"", 0x9C, "01", SC_PKCS15_CO_FLAG_PRIVATE, 1}, /* use sign pin and user_consent */
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  558|  1.10k|		{ "03", "KEY MAN key",
  559|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  560|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  561|  1.10k|			"", 0x9D, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  562|  1.10k|		{ "04", "CARD AUTH key",
  563|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_SIGN |
  ------------------
  |  |  307|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  564|  1.10k|				SC_PKCS15_PRKEY_USAGE_SIGNRECOVER,
  ------------------
  |  |  308|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  565|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_SIGN,
  ------------------
  |  |  307|  1.10k|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  566|  1.10k|			"", 0x9E, NULL, 0, 0}, /* no PIN needed, works with wireless */
  567|  1.10k|		{ "05", "Retired KEY MAN 1",
  568|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  569|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  570|  1.10k|			"", 0x82, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  571|  1.10k|		{ "06", "Retired KEY MAN 2",
  572|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  573|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  574|  1.10k|			"", 0x83, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  575|  1.10k|		{ "07", "Retired KEY MAN 3",
  576|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  577|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  578|  1.10k|			"", 0x84, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  579|  1.10k|		{ "08", "Retired KEY MAN 4",
  580|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  581|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  582|  1.10k|			"", 0x85, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  583|  1.10k|		{ "09", "Retired KEY MAN 5",
  584|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  585|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  586|  1.10k|			"", 0x86, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  587|  1.10k|		{ "10", "Retired KEY MAN 6",
  588|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  589|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  590|  1.10k|			"", 0x87, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  591|  1.10k|		{ "11", "Retired KEY MAN 7",
  592|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  593|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  594|  1.10k|			"", 0x88, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  595|  1.10k|		{ "12", "Retired KEY MAN 8",
  596|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  597|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  598|  1.10k|			"", 0x89, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  599|  1.10k|		{ "13", "Retired KEY MAN 9",
  600|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  601|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  602|  1.10k|			"", 0x8A, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  603|  1.10k|		{ "14", "Retired KEY MAN 10",
  604|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  605|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  606|  1.10k|			"", 0x8B, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  607|  1.10k|		{ "15", "Retired KEY MAN 11",
  608|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  609|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  610|  1.10k|			"", 0x8C, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  611|  1.10k|		{ "16", "Retired KEY MAN 12",
  612|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  613|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  614|  1.10k|			"", 0x8D, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  615|  1.10k|		{ "17", "Retired KEY MAN 13",
  616|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  617|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  618|  1.10k|			"", 0x8E, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  619|  1.10k|		{ "18", "Retired KEY MAN 14",
  620|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  621|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  622|  1.10k|			"", 0x8F, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  623|  1.10k|		{ "19", "Retired KEY MAN 15",
  624|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  625|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  626|  1.10k|			"", 0x90, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  627|  1.10k|		{ "20", "Retired KEY MAN 16",
  628|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  629|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  630|  1.10k|			"", 0x91, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  631|  1.10k|		{ "21", "Retired KEY MAN 17",
  632|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  633|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  634|  1.10k|			"", 0x92, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  635|  1.10k|		{ "22", "Retired KEY MAN 18",
  636|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  637|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  638|  1.10k|			"", 0x93, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  639|  1.10k|		{ "23", "Retired KEY MAN 19",
  640|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  641|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  642|  1.10k|			"", 0x94, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0},
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  643|  1.10k|		{ "24", "Retired KEY MAN 20",
  644|  1.10k|				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  306|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              				/*RSA*/SC_PKCS15_PRKEY_USAGE_DECRYPT | SC_PKCS15_PRKEY_USAGE_UNWRAP,
  ------------------
  |  |  310|  1.10k|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  645|  1.10k|				/*EC*/SC_PKCS15_PRKEY_USAGE_DERIVE,
  ------------------
  |  |  313|  1.10k|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
  646|  1.10k|			"", 0x95, "01", SC_PKCS15_CO_FLAG_PRIVATE, 0}
  ------------------
  |  |   50|  1.10k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  647|       |		/* SM Signer certificate does not have private key on card */
  648|  1.10k|	};
  649|       |	// clang-format on
  650|       |
  651|  1.10k|	int    r, i;
  652|  1.10k|	sc_card_t *card = p15card->card;
  653|  1.10k|	sc_serial_number_t serial;
  654|  1.10k|	char buf[SC_MAX_SERIALNR * 2 + 1];
  655|  1.10k|	common_key_info ckis[PIV_NUM_CERTS];
  656|  1.10k|	int follows_nist_fascn = 0;
  657|  1.10k|	char *token_name = NULL;
  658|       |
  659|  1.10k|	SC_FUNC_CALLED(card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  1.10k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  1.10k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  1.10k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 1.10k]
  |  |  ------------------
  ------------------
  660|       |
  661|  1.10k|	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.10k|	set_string(&p15card->tokeninfo->label, "PIV_II");
  667|  1.10k|	set_string(&p15card->tokeninfo->manufacturer_id, MANU_ID);
  ------------------
  |  |   42|  1.10k|#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.10k|	r = sc_card_ctl(card, SC_CARDCTL_GET_SERIALNR, &serial);
  677|  1.10k|	if (r < 0) {
  ------------------
  |  Branch (677:6): [True: 1.07k, False: 29]
  ------------------
  678|  1.07k|		sc_log(card->ctx, "sc_card_ctl rc=%d",r);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  679|  1.07k|		set_string(&p15card->tokeninfo->serial_number, "00000000");
  680|  1.07k|	} else {
  681|     29|		sc_bin_to_hex(serial.value, serial.len, buf, sizeof(buf), 0);
  682|     29|		set_string(&p15card->tokeninfo->serial_number, buf);
  683|     29|	}
  684|       |	/* US gov issued PIVs have CHUID with a FASCN that does not start with 9999 */
  685|  1.10k|	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: 27, False: 1.07k]
  |  Branch (685:28): [True: 13, False: 14]
  |  Branch (685:55): [True: 11, False: 2]
  |  Branch (685:82): [True: 3, False: 8]
  |  Branch (685:109): [True: 1, False: 2]
  ------------------
  686|     26|	    follows_nist_fascn = 1;
  687|     26|	}
  688|       |
  689|  1.10k|	sc_log(card->ctx,  "PIV-II adding objects...");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  690|       |
  691|       |	/* set other objects */
  692|  41.9k|	for (i = 0; objects[i].label; i++) {
  ------------------
  |  Branch (692:14): [True: 40.8k, False: 1.10k]
  ------------------
  693|  40.8k|		struct sc_pkcs15_data_info obj_info;
  694|  40.8k|		struct sc_pkcs15_object    obj_obj;
  695|       |
  696|  40.8k|		memset(&obj_info, 0, sizeof(obj_info));
  697|  40.8k|		memset(&obj_obj, 0, sizeof(obj_obj));
  698|  40.8k|		sc_pkcs15_format_id(objects[i].id, &obj_info.id);
  699|  40.8k|		sc_format_path(objects[i].path, &obj_info.path);
  700|       |
  701|       |		/* See if the object can not be present on the card */
  702|  40.8k|		r = sc_card_ctl(card, SC_CARDCTL_PIV_OBJECT_PRESENT, &obj_info.path);
  703|  40.8k|		if (r == 1)
  ------------------
  |  Branch (703:7): [True: 21.7k, False: 19.1k]
  ------------------
  704|  21.7k|			continue; /* Not on card, do not define the object */
  705|       |
  706|  19.1k|		strncpy(obj_info.app_label, objects[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  19.1k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  707|  19.1k|		r = sc_format_oid(&obj_info.app_oid, objects[i].aoid);
  708|  19.1k|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|  19.1k|#define SC_SUCCESS				0
  ------------------
  |  Branch (708:7): [True: 0, False: 19.1k]
  ------------------
  709|  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  710|       |
  711|       |		/* We can not read all the objects, as some need the PIN! */
  712|  19.1k|		if (objects[i].auth_id)
  ------------------
  |  Branch (712:7): [True: 3.31k, False: 15.8k]
  ------------------
  713|  3.31k|			sc_pkcs15_format_id(objects[i].auth_id, &obj_obj.auth_id);
  714|       |
  715|  19.1k|		strncpy(obj_obj.label, objects[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  19.1k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  716|  19.1k|		obj_obj.flags = objects[i].obj_flags;
  717|       |
  718|  19.1k|		r = sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_DATA_OBJECT,
  ------------------
  |  |  442|  19.1k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  719|  19.1k|			&obj_obj, &obj_info);
  720|       |
  721|  19.1k|		if (r < 0)
  ------------------
  |  Branch (721:7): [True: 0, False: 19.1k]
  ------------------
  722|  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  723|  19.1k|	}
  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.10k|	sc_log(card->ctx,  "PIV-II adding certs...");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  737|  28.7k|	for (i = 0; i < PIV_NUM_CERTS; i++) {
  ------------------
  |  |  345|  28.7k|#define PIV_NUM_CERTS 25
  ------------------
  |  Branch (737:14): [True: 27.6k, False: 1.10k]
  ------------------
  738|  27.6k|		struct sc_pkcs15_cert_info cert_info;
  739|  27.6k|		struct sc_pkcs15_object    cert_obj;
  740|  27.6k|		sc_pkcs15_der_t   cert_der;
  741|  27.6k|		sc_pkcs15_cert_t *cert_out = NULL;
  742|  27.6k|		int private_obj;
  743|       |
  744|  27.6k|		ckis[i].cert_found = 0;
  745|  27.6k|		ckis[i].key_alg = -1;
  746|  27.6k|		ckis[i].pubkey_found = 0;
  747|  27.6k|		ckis[i].pubkey_from_file = 0;
  748|  27.6k|		ckis[i].pubkey_len = 0;
  749|  27.6k|		ckis[i].pubkey_from_cert = NULL;
  750|  27.6k|		ckis[i].cert_keyUsage = 0;
  751|  27.6k|		ckis[i].cert_keyUsage_present = 0;
  752|  27.6k|		ckis[i].pub_usage = 0;
  753|  27.6k|		ckis[i].priv_usage = 0;
  754|       |
  755|  27.6k|		memset(&cert_info, 0, sizeof(cert_info));
  756|  27.6k|		memset(&cert_obj,  0, sizeof(cert_obj));
  757|       |
  758|  27.6k|		sc_pkcs15_format_id(certs[i].id, &cert_info.id);
  759|  27.6k|		cert_info.authority = certs[i].authority;
  760|  27.6k|		sc_format_path(certs[i].path, &cert_info.path);
  761|       |
  762|  27.6k|		strncpy(cert_obj.label, certs[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  27.6k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  763|  27.6k|		cert_obj.flags = certs[i].obj_flags;
  764|       |
  765|       |		/* See if the cert might be present or not. */
  766|  27.6k|		r = sc_card_ctl(card, SC_CARDCTL_PIV_OBJECT_PRESENT, &cert_info.path);
  767|  27.6k|		if (r == 1) {
  ------------------
  |  Branch (767:7): [True: 19.8k, False: 7.78k]
  ------------------
  768|  19.8k|			sc_log(card->ctx,  "Cert can not be present,i=%d", i);
  ------------------
  |  |   71|  19.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__
  |  |  ------------------
  ------------------
  769|  19.8k|			continue;
  770|  19.8k|		}
  771|       |
  772|  7.78k|		private_obj = cert_obj.flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|  7.78k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  773|  7.78k|		r = sc_pkcs15_read_file(p15card, &cert_info.path, &cert_der.value, &cert_der.len, private_obj);
  774|       |
  775|  7.78k|		if (r) {
  ------------------
  |  Branch (775:7): [True: 6.03k, False: 1.74k]
  ------------------
  776|  6.03k|			sc_log(card->ctx,  "No cert found,i=%d", i);
  ------------------
  |  |   71|  6.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__
  |  |  ------------------
  ------------------
  777|  6.03k|			continue;
  778|  6.03k|		}
  779|       |
  780|  1.74k|		ckis[i].cert_found = 1;
  781|       |		/* cache it using the PKCS15 emulation objects */
  782|       |		/* as it does not change */
  783|  1.74k|		if (cert_der.value) {
  ------------------
  |  Branch (783:7): [True: 1.74k, False: 0]
  ------------------
  784|  1.74k|			cert_info.value.value = cert_der.value;
  785|  1.74k|			cert_info.value.len = cert_der.len;
  786|  1.74k|			if (!p15card->opts.use_file_cache
  ------------------
  |  Branch (786:8): [True: 1.74k, False: 0]
  ------------------
  787|  1.74k|			    || (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|  1.74k|				cert_info.path.len = 0; /* use in mem cert from now on */
  789|  1.74k|			}
  790|  1.74k|		}
  791|       |		/* following will find the cached cert in cert_info */
  792|  1.74k|		r =  sc_pkcs15_read_certificate(p15card, &cert_info, private_obj, &cert_out);
  793|  1.74k|		if (r < 0 || cert_out == NULL || cert_out->key == NULL) {
  ------------------
  |  Branch (793:7): [True: 567, False: 1.17k]
  |  Branch (793:16): [True: 0, False: 1.17k]
  |  Branch (793:36): [True: 12, False: 1.16k]
  ------------------
  794|    579|			sc_log(card->ctx,  "Failed to read/parse the certificate r=%d",r);
  ------------------
  |  |   71|    579|#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|    579|			if (cert_out != NULL)
  ------------------
  |  Branch (795:8): [True: 12, False: 567]
  ------------------
  796|     12|				sc_pkcs15_free_certificate(cert_out);
  797|    579|			free(cert_der.value);
  798|    579|			continue;
  799|    579|		}
  800|       |
  801|       |		/* set the token name to the name of the CN of the first certificate */
  802|  1.16k|		if (!token_name) {
  ------------------
  |  Branch (802:7): [True: 1.13k, False: 36]
  ------------------
  803|  1.13k|			u8 * cn_name = NULL;
  804|  1.13k|			size_t cn_len = 0;
  805|  1.13k|			static const struct sc_object_id cn_oid = {{ 2, 5, 4, 3, -1 }};
  806|  1.13k|			r = sc_pkcs15_get_name_from_dn(card->ctx, cert_out->subject,
  807|  1.13k|				cert_out->subject_len, &cn_oid, &cn_name, &cn_len);
  808|  1.13k|			if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.13k|#define SC_SUCCESS				0
  ------------------
  |  Branch (808:8): [True: 14, False: 1.11k]
  ------------------
  809|     14|				token_name = malloc (cn_len+1);
  810|     14|				if (!token_name) {
  ------------------
  |  Branch (810:9): [True: 0, False: 14]
  ------------------
  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|     14|				memcpy(token_name, cn_name, cn_len);
  818|     14|				free(cn_name);
  819|     14|				token_name[cn_len] = 0;
  820|     14|				free(p15card->tokeninfo->label);
  821|     14|				p15card->tokeninfo->label = token_name;
  822|     14|			}
  823|  1.13k|		}
  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.16k|		if (follows_nist_fascn == 0) {
  ------------------
  |  Branch (831:7): [True: 1.15k, False: 11]
  ------------------
  832|  1.15k|			struct sc_object_id keyUsage_oid={{2,5,29,15,-1}};
  833|  1.15k|			int r = 0;
  834|       |
  835|  1.15k|			r = sc_pkcs15_get_bitstring_extension(card->ctx, cert_out,
  836|  1.15k|				&keyUsage_oid,
  837|  1.15k|				&ckis[i].cert_keyUsage, NULL);
  838|  1.15k|			if ( r >= 0)
  ------------------
  |  Branch (838:9): [True: 0, False: 1.15k]
  ------------------
  839|      0|				ckis[i].cert_keyUsage_present = 1;
  840|       |				/* TODO if no key usage, we could set all uses */
  841|  1.15k|		}
  842|       |
  843|       |
  844|  1.16k|		ckis[i].key_alg = cert_out->key->algorithm;
  845|  1.16k|		switch (cert_out->key->algorithm) {
  846|     97|			case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|     97|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (846:4): [True: 97, False: 1.07k]
  ------------------
  847|       |				/* save pubkey_len for pub and priv */
  848|     97|				ckis[i].pubkey_len = cert_out->key->u.rsa.modulus.len * 8;
  849|       |				/* See RFC 5280 and PKCS#11 V2.40 */
  850|     97|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (850:9): [True: 0, False: 97]
  ------------------
  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|     97|				break;
  901|       |
  902|  1.07k|			case SC_ALGORITHM_EC:
  ------------------
  |  |   70|  1.07k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (902:4): [True: 1.07k, False: 97]
  ------------------
  903|  1.07k|			case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|  1.07k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (903:4): [True: 0, False: 1.16k]
  ------------------
  904|  1.07k|			case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|  1.07k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (904:4): [True: 0, False: 1.16k]
  ------------------
  905|  1.07k|				ckis[i].pubkey_len = cert_out->key->u.ec.params.field_length;
  906|  1.07k|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (906:9): [True: 0, False: 1.07k]
  ------------------
  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|  1.07k|				break;
  945|       |
  946|      0|			default:
  ------------------
  |  Branch (946:4): [True: 0, False: 1.16k]
  ------------------
  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.16k|		}
  950|  1.16k|		if (i < PIV_NUM_KEYS) { /* Only save pub key if card can have private key */
  ------------------
  |  |  346|  1.16k|#define PIV_NUM_KEYS  24
  ------------------
  |  Branch (950:7): [True: 1.13k, False: 35]
  ------------------
  951|  1.13k|			ckis[i].pubkey_from_cert = cert_out->key;
  952|  1.13k|			cert_out->key = NULL;
  953|  1.13k|		}
  954|  1.16k|		sc_pkcs15_free_certificate(cert_out);
  955|       |
  956|  1.16k|		r = sc_pkcs15emu_add_x509_cert(p15card, &cert_obj, &cert_info);
  957|  1.16k|		if (r < 0) {
  ------------------
  |  Branch (957:7): [True: 0, False: 1.16k]
  ------------------
  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.16k|	}
  962|       |
  963|       |	/* set pins */
  964|  1.10k|	sc_log(card->ctx,  "PIV-II adding pins...");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  965|  4.42k|	for (i = 0; pins[i].label; i++) {
  ------------------
  |  Branch (965:14): [True: 3.31k, False: 1.10k]
  ------------------
  966|  3.31k|		struct sc_pkcs15_auth_info pin_info;
  967|  3.31k|		struct sc_pkcs15_object   pin_obj;
  968|  3.31k|		const char * label;
  969|  3.31k|		int pin_ref;
  970|       |
  971|       |		/* the SignPIN is only used with minidriver */
  972|  3.31k|		if (pins[i].cardmod && (strcmp(card->ctx->app_name, "cardmod") != 0))
  ------------------
  |  Branch (972:7): [True: 1.10k, False: 2.21k]
  |  Branch (972:26): [True: 1.10k, False: 0]
  ------------------
  973|  1.10k|			continue;
  974|       |
  975|  2.21k|		memset(&pin_info, 0, sizeof(pin_info));
  976|  2.21k|		memset(&pin_obj,  0, sizeof(pin_obj));
  977|       |
  978|  2.21k|		pin_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|  2.21k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  979|  2.21k|		sc_pkcs15_format_id(pins[i].id, &pin_info.auth_id);
  980|  2.21k|		pin_info.attrs.pin.reference     = pins[i].ref;
  981|  2.21k|		pin_info.attrs.pin.flags         = pins[i].flags;
  982|  2.21k|		pin_info.attrs.pin.type          = pins[i].type;
  983|  2.21k|		pin_info.attrs.pin.min_length    = pins[i].minlen;
  984|  2.21k|		pin_info.attrs.pin.stored_length = pins[i].storedlen;
  985|  2.21k|		pin_info.attrs.pin.max_length    = pins[i].maxlen;
  986|  2.21k|		pin_info.attrs.pin.pad_char      = pins[i].pad_char;
  987|  2.21k|		pin_info.tries_left              = pins[i].tries_left;
  988|  2.21k|		sc_format_path(pins[i].path, &pin_info.path);
  989|       |
  990|  2.21k|		label = pins[i].label;
  991|  2.21k|		if ((i == 0 || pins[i].cardmod) &&
  ------------------
  |  Branch (991:8): [True: 1.10k, False: 1.10k]
  |  Branch (991:18): [True: 0, False: 1.10k]
  ------------------
  992|  1.10k|			sc_card_ctl(card, SC_CARDCTL_PIV_PIN_PREFERENCE,
  ------------------
  |  Branch (992:4): [True: 1.10k, False: 0]
  ------------------
  993|  1.10k|					&pin_ref) == 0 &&
  994|  1.10k|				pin_ref == 0x00) { /* must be 80 for PIV pin, or 00 for Global PIN */
  ------------------
  |  Branch (994:5): [True: 1, False: 1.10k]
  ------------------
  995|      1|			pin_info.attrs.pin.reference = pin_ref;
  996|      1|			label = "Global PIN";
  997|      1|		}
  998|       |
  999|  2.21k|		strncpy(pin_obj.label, label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  2.21k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1000|  2.21k|		pin_obj.flags = pins[i].obj_flags;
 1001|  2.21k|		if ((i == 0 || pins[i].cardmod)) {
  ------------------
  |  Branch (1001:8): [True: 1.10k, False: 1.10k]
  |  Branch (1001:18): [True: 0, False: 1.10k]
  ------------------
 1002|       |			/*
 1003|       |			 * according to description of "RESET RETRY COUNTER"
 1004|       |			 * command in specs PUK can only unblock PIV PIN
 1005|       |			 */
 1006|  1.10k|			pin_obj.auth_id.len = 1;
 1007|  1.10k|			pin_obj.auth_id.value[0] = 2;
 1008|  1.10k|		}
 1009|       |
 1010|  2.21k|		r = sc_pkcs15emu_add_pin_obj(p15card, &pin_obj, &pin_info);
 1011|  2.21k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add PIN");
  ------------------
  |  |  184|  2.21k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.21k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.21k|	int _ret = (r); \
  |  |  |  |  178|  2.21k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 2.21k]
  |  |  |  |  ------------------
  |  |  |  |  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.21k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.21k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1012|  2.21k|	}
 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.10k|	sc_log(card->ctx,  "PIV-II adding pub keys...");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1020|  27.3k|	for (i = 0; i < PIV_NUM_KEYS; i++) {
  ------------------
  |  |  346|  27.3k|#define PIV_NUM_KEYS  24
  ------------------
  |  Branch (1020:14): [True: 26.2k, False: 1.09k]
  ------------------
 1021|  26.2k|		struct sc_pkcs15_pubkey_info pubkey_info;
 1022|  26.2k|		struct sc_pkcs15_object     pubkey_obj;
 1023|  26.2k|		struct sc_pkcs15_pubkey *p15_key = NULL;
 1024|       |
 1025|  26.2k|		memset(&pubkey_info, 0, sizeof(pubkey_info));
 1026|  26.2k|		memset(&pubkey_obj,  0, sizeof(pubkey_obj));
 1027|       |
 1028|       |
 1029|  26.2k|		sc_pkcs15_format_id(pubkeys[i].id, &pubkey_info.id);
 1030|  26.2k|		pubkey_info.native        = 1;
 1031|  26.2k|		pubkey_info.key_reference = pubkeys[i].ref;
 1032|       |
 1033|       |//		sc_format_path(pubkeys[i].path, &pubkey_info.path);
 1034|       |
 1035|  26.2k|		strncpy(pubkey_obj.label, pubkeys[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  26.2k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1036|       |
 1037|  26.2k|		pubkey_obj.flags = pubkeys[i].obj_flags;
 1038|       |
 1039|  26.2k|		if (pubkeys[i].auth_id)
  ------------------
  |  Branch (1039:7): [True: 0, False: 26.2k]
  ------------------
 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|  26.2k|		if (ckis[i].cert_found == 0 ) { /*  no cert found */
  ------------------
  |  Branch (1048:7): [True: 24.5k, False: 1.70k]
  ------------------
 1049|  24.5k|			char * filename = NULL;
 1050|       |
 1051|  24.5k|			sc_log(card->ctx, "No cert for this pub key i=%d",i);
  ------------------
  |  |   71|  24.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__
  |  |  ------------------
  ------------------
 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|  24.5k|			sc_log(card->ctx, "DEE look for env %s",
  ------------------
  |  |   71|  49.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: 24.5k, False: 0]
  |  |  ------------------
  ------------------
 1063|  24.5k|					pubkeys[i].getenvname?pubkeys[i].getenvname:"NULL");
 1064|       |
 1065|  24.5k|			if (pubkeys[i].getenvname == NULL)
  ------------------
  |  Branch (1065:8): [True: 0, False: 24.5k]
  ------------------
 1066|      0|				continue;
 1067|       |
 1068|  24.5k|			filename = getenv(pubkeys[i].getenvname);
 1069|  24.5k|			sc_log(card->ctx, "DEE look for file %s", filename?filename:"NULL");
  ------------------
  |  |   71|  49.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: 24.5k]
  |  |  ------------------
  ------------------
 1070|  24.5k|			if (filename == NULL)
  ------------------
  |  Branch (1070:8): [True: 24.5k, False: 0]
  ------------------
 1071|  24.5k|				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|  1.70k|		else if (ckis[i].pubkey_from_cert)   {
  ------------------
  |  Branch (1118:12): [True: 1.13k, False: 570]
  ------------------
 1119|  1.13k|			r = sc_pkcs15_encode_pubkey_as_spki(card->ctx, ckis[i].pubkey_from_cert,
 1120|  1.13k|				&pubkey_info.direct.spki.value, &pubkey_info.direct.spki.len);
 1121|  1.13k|			LOG_TEST_GOTO_ERR(card->ctx, r, "SPKI encode public key error");
  ------------------
  |  |  184|  1.13k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.13k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.13k|	int _ret = (r); \
  |  |  |  |  178|  1.13k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 12, False: 1.11k]
  |  |  |  |  ------------------
  |  |  |  |  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|  1.13k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.11k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1122|       |
 1123|  1.11k|			pubkey_obj.emulated = ckis[i].pubkey_from_cert;
 1124|  1.11k|			ckis[i].pubkey_from_cert = NULL;
 1125|  1.11k|		}
 1126|       |
 1127|  1.68k|		sc_log(card->ctx, "adding pubkey for %d keyalg=%lu", i, ckis[i].key_alg);
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
 1128|  1.68k|		switch (ckis[i].key_alg) {
 1129|     73|			case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|     73|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1129:4): [True: 73, False: 1.61k]
  ------------------
 1130|     73|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (1130:9): [True: 0, False: 73]
  ------------------
 1131|      0|					pubkey_info.usage =  ckis[i].pub_usage;
 1132|     73|				} else {
 1133|     73|					pubkey_info.usage = pubkeys[i].usage_rsa;
 1134|     73|				}
 1135|     73|				pubkey_info.modulus_length = ckis[i].pubkey_len;
 1136|     73|				strncpy(pubkey_obj.label, pubkeys[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|     73|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1137|       |
 1138|       |				/* should not fail */
 1139|     73|				r = sc_pkcs15emu_add_rsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
 1140|     73|				LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add RSA pubkey");
  ------------------
  |  |  184|     73|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     73|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     73|	int _ret = (r); \
  |  |  |  |  178|     73|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 73]
  |  |  |  |  ------------------
  |  |  |  |  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|     73|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 73]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1141|       |
 1142|     73|				ckis[i].pubkey_found = 1;
 1143|     73|				break;
 1144|  1.04k|			case SC_ALGORITHM_EC:
  ------------------
  |  |   70|  1.04k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1144:4): [True: 1.04k, False: 643]
  ------------------
 1145|  1.04k|			case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|  1.04k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1145:4): [True: 0, False: 1.68k]
  ------------------
 1146|  1.04k|			case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|  1.04k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1146:4): [True: 0, False: 1.68k]
  ------------------
 1147|  1.04k|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (1147:9): [True: 0, False: 1.04k]
  ------------------
 1148|      0|					pubkey_info.usage = ckis[i].pub_usage;
 1149|  1.04k|				} else {
 1150|  1.04k|					pubkey_info.usage = pubkeys[i].usage_ec;
 1151|  1.04k|				}
 1152|       |
 1153|  1.04k|				pubkey_info.field_length = ckis[i].pubkey_len;
 1154|  1.04k|				strncpy(pubkey_obj.label, pubkeys[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  1.04k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1155|       |
 1156|       |				/* should not fail */
 1157|       |
 1158|  1.04k|				if (ckis[i].key_alg == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|  1.04k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1158:9): [True: 0, False: 1.04k]
  ------------------
 1159|      0|					r = sc_pkcs15emu_add_eddsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
 1160|  1.04k|				else if (ckis[i].key_alg == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|  1.04k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1160:14): [True: 0, False: 1.04k]
  ------------------
 1161|      0|					r = sc_pkcs15emu_add_xeddsa_pubkey(p15card, &pubkey_obj, &pubkey_info);
 1162|  1.04k|				else
 1163|  1.04k|					r = sc_pkcs15emu_add_ec_pubkey(p15card, &pubkey_obj, &pubkey_info);
 1164|       |
 1165|  1.04k|				LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add EC pubkey");
  ------------------
  |  |  184|  1.04k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.04k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.04k|	int _ret = (r); \
  |  |  |  |  178|  1.04k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 1.04k]
  |  |  |  |  ------------------
  |  |  |  |  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.04k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1166|       |
 1167|  1.04k|				ckis[i].pubkey_found = 1;
 1168|  1.04k|				break;
 1169|    570|			default:
  ------------------
  |  Branch (1169:4): [True: 570, False: 1.11k]
  ------------------
 1170|    570|				sc_log(card->ctx, "key_alg %lu not supported", ckis[i].key_alg);
  ------------------
  |  |   71|    570|#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|    570|				continue;
 1172|  1.68k|		}
 1173|  1.11k|		sc_log(card->ctx, "USAGE: cert_keyUsage_present:%d usage:0x%8.8x",
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
 1174|  1.11k|				ckis[i].cert_keyUsage_present, pubkey_info.usage);
 1175|  1.11k|	}
 1176|       |
 1177|       |
 1178|       |	/* set private keys */
 1179|  1.09k|	sc_log(card->ctx,  "PIV-II adding private keys...");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1180|  27.3k|	for (i = 0; i < PIV_NUM_KEYS; i++) {
  ------------------
  |  |  346|  27.3k|#define PIV_NUM_KEYS  24
  ------------------
  |  Branch (1180:14): [True: 26.2k, False: 1.09k]
  ------------------
 1181|  26.2k|		struct sc_pkcs15_prkey_info prkey_info;
 1182|  26.2k|		struct sc_pkcs15_object     prkey_obj;
 1183|  26.2k|		u8 pin_policy = prkeys[i].ref;
 1184|       |
 1185|  26.2k|		memset(&prkey_info, 0, sizeof(prkey_info));
 1186|  26.2k|		memset(&prkey_obj,  0, sizeof(prkey_obj));
 1187|       |
 1188|  26.2k|		if (ckis[i].cert_found == 0 && ckis[i].pubkey_found == 0)
  ------------------
  |  Branch (1188:7): [True: 24.5k, False: 1.68k]
  |  Branch (1188:34): [True: 24.5k, False: 0]
  ------------------
 1189|  24.5k|			continue; /* i.e. no cert or pubkey */
 1190|       |
 1191|  1.68k|		sc_pkcs15_format_id(prkeys[i].id, &prkey_info.id);
 1192|  1.68k|		prkey_info.native        = 1;
 1193|  1.68k|		prkey_info.key_reference = prkeys[i].ref;
 1194|  1.68k|		sc_format_path(prkeys[i].path, &prkey_info.path);
 1195|       |
 1196|  1.68k|		strncpy(prkey_obj.label, prkeys[i].label, SC_PKCS15_MAX_LABEL_SIZE - 1);
  ------------------
  |  |   35|  1.68k|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
 1197|  1.68k|		prkey_obj.flags = prkeys[i].obj_flags;
 1198|  1.68k|		prkey_obj.user_consent = prkeys[i].user_consent; /* only Sign key */
 1199|       |
 1200|  1.68k|		r = sc_card_ctl(p15card->card, SC_CARDCTL_PIV_YK_PIN_POLICY, &pin_policy);
 1201|  1.68k|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  1.68k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1201:7): [True: 14, False: 1.66k]
  ------------------
 1202|     14|			switch (pin_policy) {
 1203|      1|			case 0x01:
  ------------------
  |  Branch (1203:4): [True: 1, False: 13]
  ------------------
 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|      3|			case 0x02:
  ------------------
  |  Branch (1207:4): [True: 3, False: 11]
  ------------------
 1208|      3|				prkey_obj.user_consent = 0;
 1209|      3|				sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
 1210|      3|				sc_log(card->ctx, "PIN is checked once for the session");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1211|      3|				break;
 1212|      2|			case 0x03:
  ------------------
  |  Branch (1212:4): [True: 2, False: 12]
  ------------------
 1213|      2|				prkey_obj.user_consent = 1;
 1214|      2|				sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
 1215|      2|				sc_log(card->ctx, "PIN is verified just before operation");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1216|      2|				break;
 1217|      3|			case 0x00:
  ------------------
  |  Branch (1217:4): [True: 3, False: 11]
  ------------------
 1218|      8|			default:
  ------------------
  |  Branch (1218:4): [True: 5, False: 9]
  ------------------
 1219|      8|				sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
 1220|      8|				break;
 1221|     14|			}
 1222|     14|		} else
 1223|  1.66k|			sc_pkcs15_format_id(prkeys[i].auth_id, &prkey_obj.auth_id);
 1224|       |
 1225|       |		/* If using minidriver, use Sign PIN  for 9C key */
 1226|  1.68k|		if (prkey_obj.user_consent && (strcmp(card->ctx->app_name, "cardmod") == 0))
  ------------------
  |  Branch (1226:7): [True: 257, False: 1.42k]
  |  Branch (1226:33): [True: 0, False: 257]
  ------------------
 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|  1.68k|		if (ckis[i].pubkey_from_file == 1) {
  ------------------
  |  Branch (1238:7): [True: 0, False: 1.68k]
  ------------------
 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|  1.68k|		switch (ckis[i].key_alg) {
 1244|     66|			case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|     66|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1244:4): [True: 66, False: 1.61k]
  ------------------
 1245|     66|				if(ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (1245:8): [True: 0, False: 66]
  ------------------
 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|     66|				} else {
 1252|     66|					prkey_info.usage |= prkeys[i].usage_rsa;
 1253|     66|				}
 1254|     66|				prkey_info.modulus_length= ckis[i].pubkey_len;
 1255|     66|				r = sc_pkcs15emu_add_rsa_prkey(p15card, &prkey_obj, &prkey_info);
 1256|     66|				break;
 1257|  1.04k|			case SC_ALGORITHM_EC:
  ------------------
  |  |   70|  1.04k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1257:4): [True: 1.04k, False: 636]
  ------------------
 1258|  1.04k|			case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|  1.04k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1258:4): [True: 0, False: 1.68k]
  ------------------
 1259|  1.04k|			case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|  1.04k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1259:4): [True: 0, False: 1.68k]
  ------------------
 1260|  1.04k|				if (ckis[i].cert_keyUsage_present) {
  ------------------
  |  Branch (1260:9): [True: 0, False: 1.04k]
  ------------------
 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|  1.04k|				} else {
 1267|  1.04k|					prkey_info.usage  |= prkeys[i].usage_ec;
 1268|  1.04k|				}
 1269|  1.04k|				prkey_info.field_length = ckis[i].pubkey_len;
 1270|  1.04k|				sc_log(card->ctx, "DEE added key_alg %2.2lx prkey_obj.flags %8.8x",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1271|  1.04k|					 ckis[i].key_alg, prkey_obj.flags);
 1272|       |
 1273|  1.04k|				if (ckis[i].key_alg == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|  1.04k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1273:9): [True: 0, False: 1.04k]
  ------------------
 1274|      0|					r = sc_pkcs15emu_add_eddsa_prkey(p15card, &prkey_obj, &prkey_info);
 1275|  1.04k|				else if (ckis[i].key_alg == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|  1.04k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1275:14): [True: 0, False: 1.04k]
  ------------------
 1276|      0|					r = sc_pkcs15emu_add_xeddsa_prkey(p15card, &prkey_obj, &prkey_info);
 1277|  1.04k|				else
 1278|  1.04k|					r = sc_pkcs15emu_add_ec_prkey(p15card, &prkey_obj, &prkey_info);
 1279|  1.04k|				break;
 1280|    570|			default:
  ------------------
  |  Branch (1280:4): [True: 570, False: 1.11k]
  ------------------
 1281|    570|				sc_log(card->ctx, "Unsupported key_alg %lu", ckis[i].key_alg);
  ------------------
  |  |   71|    570|#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|    570|				r = 0; /* we just skip this one */
 1283|  1.68k|		}
 1284|  1.68k|		sc_log(card->ctx, "USAGE: cert_keyUsage_present:%d usage:0x%8.8x", ckis[i].cert_keyUsage_present, prkey_info.usage);
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
 1285|  1.68k|		LOG_TEST_GOTO_ERR(card->ctx, r, "Failed to add Private key");
  ------------------
  |  |  184|  1.68k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  1.68k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  1.68k|	int _ret = (r); \
  |  |  |  |  178|  1.68k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 1.68k]
  |  |  |  |  ------------------
  |  |  |  |  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.68k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1.68k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1286|  1.68k|	}
 1287|       |
 1288|  1.09k|	p15card->ops.get_guid = piv_get_guid;
 1289|       |
 1290|  1.09k|	LOG_FUNC_RETURN(card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  1.09k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 1.09k]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1291|     12|err:
 1292|    312|	for (i = 0; i < PIV_NUM_CERTS; i++) {
  ------------------
  |  |  345|    312|#define PIV_NUM_CERTS 25
  ------------------
  |  Branch (1292:14): [True: 300, False: 12]
  ------------------
 1293|    300|		sc_pkcs15_free_pubkey(ckis[i].pubkey_from_cert);
 1294|    300|	}
 1295|     12|	sc_pkcs15_card_clear(p15card);
 1296|     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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1297|     12|}

sc_pkcs15_decode_prkdf_entry:
  157|      7|{
  158|      7|	sc_context_t *ctx = p15card->card->ctx;
  159|      7|	struct sc_pkcs15_prkey_info info;
  160|      7|	int r, i, gostr3410_params[3];
  161|      7|	struct sc_pkcs15_keyinfo_gostparams *keyinfo_gostparams;
  162|      7|	size_t usage_len = sizeof(info.usage);
  163|      7|	size_t af_len = sizeof(info.access_flags);
  164|      7|	struct sc_asn1_entry asn1_com_key_attr[C_ASN1_COM_KEY_ATTR_SIZE];
  165|      7|	struct sc_asn1_entry asn1_com_prkey_attr[C_ASN1_COM_PRKEY_ATTR_SIZE];
  166|      7|	struct sc_asn1_entry asn1_rsakey_attr[C_ASN1_RSAKEY_ATTR_SIZE];
  167|      7|	struct sc_asn1_entry asn1_prk_rsa_attr[C_ASN1_PRK_RSA_ATTR_SIZE];
  168|      7|	struct sc_asn1_entry asn1_gostr3410key_attr[C_ASN1_GOSTR3410KEY_ATTR_SIZE];
  169|      7|	struct sc_asn1_entry asn1_prk_gostr3410_attr[C_ASN1_PRK_GOSTR3410_ATTR_SIZE];
  170|      7|	struct sc_asn1_entry asn1_ecckey_attr[C_ASN1_ECCKEY_ATTR];
  171|      7|	struct sc_asn1_entry asn1_prk_ecc_attr[C_ASN1_PRK_ECC_ATTR];
  172|      7|	struct sc_asn1_entry asn1_prkey[C_ASN1_PRKEY_SIZE];
  173|      7|	struct sc_asn1_entry asn1_supported_algorithms[C_ASN1_SUPPORTED_ALGORITHMS_SIZE];
  174|      7|	struct sc_asn1_pkcs15_object rsa_prkey_obj = {obj, asn1_com_key_attr, asn1_com_prkey_attr, asn1_prk_rsa_attr};
  175|      7|	struct sc_asn1_pkcs15_object gostr3410_prkey_obj = {obj, asn1_com_key_attr, asn1_com_prkey_attr, asn1_prk_gostr3410_attr};
  176|      7|	struct sc_asn1_pkcs15_object ecc_prkey_obj = { obj, asn1_com_key_attr, asn1_com_prkey_attr, asn1_prk_ecc_attr };
  177|      7|	u8 ec_domain[32];
  178|      7|	size_t ec_domain_len = sizeof(ec_domain);
  179|       |
  180|      7|	sc_copy_asn1_entry(c_asn1_prkey, asn1_prkey);
  181|      7|	sc_copy_asn1_entry(c_asn1_supported_algorithms, asn1_supported_algorithms);
  182|       |
  183|      7|	sc_copy_asn1_entry(c_asn1_prk_rsa_attr, asn1_prk_rsa_attr);
  184|      7|	sc_copy_asn1_entry(c_asn1_rsakey_attr, asn1_rsakey_attr);
  185|      7|	sc_copy_asn1_entry(c_asn1_prk_gostr3410_attr, asn1_prk_gostr3410_attr);
  186|      7|	sc_copy_asn1_entry(c_asn1_gostr3410key_attr, asn1_gostr3410key_attr);
  187|      7|	sc_copy_asn1_entry(c_asn1_prk_ecc_attr, asn1_prk_ecc_attr);
  188|      7|	sc_copy_asn1_entry(c_asn1_ecckey_attr, asn1_ecckey_attr);
  189|       |
  190|      7|	sc_copy_asn1_entry(c_asn1_com_prkey_attr, asn1_com_prkey_attr);
  191|      7|	sc_copy_asn1_entry(c_asn1_com_key_attr, asn1_com_key_attr);
  192|       |
  193|      7|	sc_format_asn1_entry(asn1_prkey + 0, &rsa_prkey_obj, NULL, 0);
  194|      7|	sc_format_asn1_entry(asn1_prkey + 1, &ecc_prkey_obj, NULL, 0);
  195|      7|	sc_format_asn1_entry(asn1_prkey + 2, &gostr3410_prkey_obj, NULL, 0);
  196|       |
  197|      7|	sc_format_asn1_entry(asn1_prk_rsa_attr + 0, asn1_rsakey_attr, NULL, 0);
  198|      7|	sc_format_asn1_entry(asn1_prk_gostr3410_attr + 0, asn1_gostr3410key_attr, NULL, 0);
  199|      7|	sc_format_asn1_entry(asn1_prk_ecc_attr + 0, asn1_ecckey_attr, NULL, 0);
  200|       |
  201|      7|	sc_format_asn1_entry(asn1_rsakey_attr + 0, &info.path, NULL, 0);
  202|      7|	sc_format_asn1_entry(asn1_rsakey_attr + 1, &info.modulus_length, NULL, 0);
  203|       |
  204|      7|	sc_format_asn1_entry(asn1_gostr3410key_attr + 0, &info.path, NULL, 0);
  205|      7|	sc_format_asn1_entry(asn1_gostr3410key_attr + 1, &gostr3410_params[0], NULL, 0);
  206|      7|	sc_format_asn1_entry(asn1_gostr3410key_attr + 2, &gostr3410_params[1], NULL, 0);
  207|      7|	sc_format_asn1_entry(asn1_gostr3410key_attr + 3, &gostr3410_params[2], NULL, 0);
  208|       |
  209|      7|	sc_format_asn1_entry(asn1_ecckey_attr + 0, &info.path, NULL, 0);
  210|      7|	sc_format_asn1_entry(asn1_ecckey_attr + 1, &info.field_length, NULL, 0);
  211|      7|	sc_format_asn1_entry(asn1_ecckey_attr + 3, ec_domain, &ec_domain_len, 0);
  212|       |
  213|      7|	sc_format_asn1_entry(asn1_com_key_attr + 0, &info.id, NULL, 0);
  214|      7|	sc_format_asn1_entry(asn1_com_key_attr + 1, &info.usage, &usage_len, 0);
  215|      7|	sc_format_asn1_entry(asn1_com_key_attr + 2, &info.native, NULL, 0);
  216|      7|	sc_format_asn1_entry(asn1_com_key_attr + 3, &info.access_flags, &af_len, 0);
  217|      7|	sc_format_asn1_entry(asn1_com_key_attr + 4, &info.key_reference, NULL, 0);
  218|       |
  219|    119|	for (i=0; i<SC_MAX_SUPPORTED_ALGORITHMS && (asn1_supported_algorithms + i)->name; i++)
  ------------------
  |  |   61|    238|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (219:12): [True: 112, False: 7]
  |  Branch (219:45): [True: 112, False: 0]
  ------------------
  220|    112|		sc_format_asn1_entry(asn1_supported_algorithms + i, &info.algo_refs[i], NULL, 0);
  221|      7|	sc_format_asn1_entry(asn1_com_key_attr + 5, asn1_supported_algorithms, NULL, 0);
  222|       |
  223|      7|	sc_format_asn1_entry(asn1_com_prkey_attr + 0, &info.subject.value, &info.subject.len, 0);
  224|       |
  225|       |	/* Fill in defaults */
  226|      7|	memset(&info, 0, sizeof(info));
  227|      7|	info.key_reference = -1;
  228|      7|	info.native = 1;
  229|      7|	memset(gostr3410_params, 0, sizeof(gostr3410_params));
  230|       |
  231|      7|	r = sc_asn1_decode_choice(ctx, asn1_prkey, *buf, *buflen, buf, buflen);
  232|      7|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|      7|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (232:6): [True: 2, False: 5]
  ------------------
  233|      2|		goto err;
  234|      5|	LOG_TEST_GOTO_ERR(ctx, r, "PrKey DF ASN.1 decoding failed");
  ------------------
  |  |  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: 4, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|      5|} 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|      7|err:
  360|      7|	if (r < 0) {
  ------------------
  |  Branch (360:6): [True: 7, False: 0]
  ------------------
  361|       |		/* This might have allocated something. If so, clear it now */
  362|      7|		free(info.subject.value);
  363|      7|		sc_pkcs15_free_key_params(&info.params);
  364|      7|	}
  365|       |
  366|      7|	return r;
  367|      0|}
sc_pkcs15_free_prkey_info:
  593|  3.88k|{
  594|  3.88k|	if (!key)
  ------------------
  |  Branch (594:6): [True: 0, False: 3.88k]
  ------------------
  595|      0|		return;
  596|       |
  597|  3.88k|	if (key->subject.value)
  ------------------
  |  Branch (597:6): [True: 0, False: 3.88k]
  ------------------
  598|      0|		free(key->subject.value);
  599|       |
  600|  3.88k|	sc_pkcs15_free_key_params(&key->params);
  601|       |
  602|  3.88k|	sc_aux_data_free(&key->aux_data);
  603|       |
  604|  3.88k|	free(key);
  605|  3.88k|}

sc_pkcs15emu_pteid_init_ex:
  349|  12.5k|{
  350|  12.5k|	int r=SC_SUCCESS;
  ------------------
  |  |   28|  12.5k|#define SC_SUCCESS				0
  ------------------
  351|  12.5k|	sc_context_t *ctx = p15card->card->ctx;
  352|  12.5k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  12.5k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  353|       |
  354|       |	/* check for proper card */
  355|  12.5k|	r = pteid_detect_card(p15card->card);
  356|  12.5k|	if (r == SC_ERROR_WRONG_CARD)
  ------------------
  |  |   94|  12.5k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  |  Branch (356:6): [True: 11.9k, False: 640]
  ------------------
  357|  12.5k|		LOG_FUNC_RETURN(ctx, SC_ERROR_WRONG_CARD);
  ------------------
  |  |  164|  11.9k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  11.9k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  11.9k|	int _ret = r; \
  |  |  |  |  155|  11.9k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 11.9k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  11.9k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  11.9k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  11.9k|	} else { \
  |  |  |  |  159|      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.9k|	return _ret; \
  |  |  |  |  163|  11.9k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  358|       |	/* ok: initialize and return */
  359|    640|	LOG_FUNC_RETURN(ctx, sc_pkcs15emu_pteid_init(p15card));
  ------------------
  |  |  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: 640, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    640|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    599|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 599, False: 41]
  |  |  |  |  ------------------
  |  |  |  |  157|    640|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    640|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    640|	return _ret; \
  |  |  |  |  163|    640|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  360|    640|}
pkcs15-pteid.c:pteid_detect_card:
  342|  13.1k|{
  343|  13.1k|	if (card->type == SC_CARD_TYPE_GEMSAFEV1_PTEID)
  ------------------
  |  Branch (343:6): [True: 1.28k, False: 11.9k]
  ------------------
  344|  1.28k|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.28k|#define SC_SUCCESS				0
  ------------------
  345|  11.9k|	return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  11.9k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  346|  13.1k|}
pkcs15-pteid.c:sc_pkcs15emu_pteid_init:
  143|    640|{
  144|    640|	u8 buf[1024];
  145|    640|	sc_pkcs15_df_t *df;
  146|    640|	sc_pkcs15_object_t *p15_obj;
  147|    640|	sc_path_t path;
  148|    640|	struct sc_file *file = NULL;
  149|    640|	size_t len;
  150|    640|	int rv;
  151|    640|	int i;
  152|       |
  153|    640|	sc_context_t *ctx = p15card->card->ctx;
  154|    640|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    640|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    640|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    640|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    640|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 640]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  155|       |
  156|       |	/* Check for correct card atr */
  157|    640|	if (pteid_detect_card(p15card->card) != SC_SUCCESS)
  ------------------
  |  |   28|    640|#define SC_SUCCESS				0
  ------------------
  |  Branch (157:6): [True: 0, False: 640]
  ------------------
  158|      0|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|      0|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  159|       |
  160|    640|	sc_log(p15card->card->ctx, "Selecting application DF");
  ------------------
  |  |   71|    640|#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|    640|	sc_format_path("4F00", &path);
  162|    640|	rv = sc_select_file(p15card->card, &path, &file);
  163|    640|	if (rv != SC_SUCCESS || !file)
  ------------------
  |  |   28|  1.28k|#define SC_SUCCESS				0
  ------------------
  |  Branch (163:6): [True: 445, False: 195]
  |  Branch (163:26): [True: 0, False: 195]
  ------------------
  164|    445|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|    445|#define SC_ERROR_INTERNAL			-1400
  ------------------
  165|       |	/* set the application DF */
  166|    195|	sc_file_free(p15card->file_app);
  167|    195|	p15card->file_app = file;
  168|       |
  169|       |	/* Load TokenInfo */
  170|    195|	len = sizeof(buf);
  171|    195|	rv = dump_ef(p15card->card, "4F005032", buf, &len);
  172|    195|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    195|#define SC_SUCCESS				0
  ------------------
  |  Branch (172:6): [True: 83, False: 112]
  ------------------
  173|     83|		sc_log(ctx, "Reading of EF.TOKENINFO failed: %d", rv);
  ------------------
  |  |   71|     83|#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|     83|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     83|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     83|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     83|	int _ret = r; \
  |  |  |  |  155|     83|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 83, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     83|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     83|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 83, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|     83|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     83|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     83|	return _ret; \
  |  |  |  |  163|     83|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  175|     83|	}
  176|    112|	rv = sc_pkcs15_parse_tokeninfo(p15card->card->ctx, p15card->tokeninfo,
  177|    112|				       buf, len);
  178|    112|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    112|#define SC_SUCCESS				0
  ------------------
  |  Branch (178:6): [True: 37, False: 75]
  ------------------
  179|     37|		sc_log(ctx, "Decoding of EF.TOKENINFO failed: %d", 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__
  |  |  ------------------
  ------------------
  180|     37|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  181|     37|	}
  182|       |
  183|     75|	p15card->tokeninfo->flags |= SC_PKCS15_TOKEN_PRN_GENERATION
  ------------------
  |  |  597|     75|#define SC_PKCS15_TOKEN_PRN_GENERATION			0x04
  ------------------
  184|     75|				  | SC_PKCS15_TOKEN_EID_COMPLIANT
  ------------------
  |  |  598|     75|#define SC_PKCS15_TOKEN_EID_COMPLIANT			0x08
  ------------------
  185|     75|				  | SC_PKCS15_TOKEN_READONLY;
  ------------------
  |  |  595|     75|#define SC_PKCS15_TOKEN_READONLY			0x01
  ------------------
  186|       |
  187|       |	/* Load ODF */
  188|     75|	len = sizeof(buf);
  189|     75|	rv = dump_ef(p15card->card, "4F005031", buf, &len);
  190|     75|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|     75|#define SC_SUCCESS				0
  ------------------
  |  Branch (190:6): [True: 20, False: 55]
  ------------------
  191|     20|		sc_log(ctx, "Reading of ODF failed: %d", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  192|     20|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|     20|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  193|     20|	}
  194|     55|	rv = parse_odf(buf, len, p15card);
  195|     55|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|     55|#define SC_SUCCESS				0
  ------------------
  |  Branch (195:6): [True: 14, False: 41]
  ------------------
  196|     14|		sc_log(ctx, "Decoding of ODF failed: %d", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  197|     14|		sc_pkcs15_card_clear(p15card);
  198|     14|		LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  199|     14|	}
  200|       |
  201|       |	/* Decode EF.PrKDF, EF.PuKDF, EF.CDF and EF.AODF */
  202|     89|	for (df = p15card->df_list; df != NULL; df = df->next) {
  ------------------
  |  Branch (202:30): [True: 48, False: 41]
  ------------------
  203|     48|		if (df->type == SC_PKCS15_PRKDF) {
  ------------------
  |  |  488|     48|#define SC_PKCS15_PRKDF			0
  ------------------
  |  Branch (203:7): [True: 15, False: 33]
  ------------------
  204|     15|			rv = sc_pkcs15_parse_df(p15card, df);
  205|     15|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|     15|#define SC_SUCCESS				0
  ------------------
  |  Branch (205:8): [True: 13, False: 2]
  ------------------
  206|     13|				sc_log(ctx,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  207|     13|				       "Decoding of EF.PrKDF (%s) failed: %d",
  208|     13|				       sc_print_path(&df->path), rv);
  209|     13|			}
  210|     15|		}
  211|     48|		if (df->type == SC_PKCS15_PUKDF) {
  ------------------
  |  |  489|     48|#define SC_PKCS15_PUKDF			1
  ------------------
  |  Branch (211:7): [True: 8, False: 40]
  ------------------
  212|      8|			rv = sc_pkcs15_parse_df(p15card, df);
  213|      8|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
  |  Branch (213:8): [True: 6, False: 2]
  ------------------
  214|      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__
  |  |  ------------------
  ------------------
  215|      6|				       "Decoding of EF.PuKDF (%s) failed: %d",
  216|      6|				       sc_print_path(&df->path), rv);
  217|      6|			}
  218|      8|		}
  219|     48|		if (df->type == SC_PKCS15_CDF) {
  ------------------
  |  |  492|     48|#define SC_PKCS15_CDF			4
  ------------------
  |  Branch (219:7): [True: 7, False: 41]
  ------------------
  220|      7|			rv = sc_pkcs15_parse_df(p15card, df);
  221|      7|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|      7|#define SC_SUCCESS				0
  ------------------
  |  Branch (221:8): [True: 5, False: 2]
  ------------------
  222|      5|				sc_log(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__
  |  |  ------------------
  ------------------
  223|      5|				       "Decoding of EF.CDF (%s) failed: %d",
  224|      5|				       sc_print_path(&df->path), rv);
  225|      5|			}
  226|      7|		}
  227|     48|		if (df->type == SC_PKCS15_AODF) {
  ------------------
  |  |  496|     48|#define SC_PKCS15_AODF			8
  ------------------
  |  Branch (227:7): [True: 5, False: 43]
  ------------------
  228|      5|			rv = sc_pkcs15_parse_df(p15card, df);
  229|      5|			if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|      5|#define SC_SUCCESS				0
  ------------------
  |  Branch (229:8): [True: 4, False: 1]
  ------------------
  230|      4|				sc_log(ctx,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  231|      4|				       "Decoding of EF.AODF (%s) failed: %d",
  232|      4|				       sc_print_path(&df->path), rv);
  233|      4|			}
  234|      5|		}
  235|     48|	}
  236|       |
  237|     41|	p15_obj = p15card->obj_list;
  238|     41|	while (p15_obj != NULL) {
  ------------------
  |  Branch (238:9): [True: 0, False: 41]
  ------------------
  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|    246|	for (i = 0; i < 5; i++) {
  ------------------
  |  Branch (295:14): [True: 205, False: 41]
  ------------------
  296|    205|		static const char *object_labels[5] = {
  297|    205|			"Trace",
  298|    205|			"Citizen Data",
  299|    205|			"Citizen Address Data",
  300|    205|			"SOd",
  301|    205|			"Citizen Notepad",
  302|    205|		};
  303|    205|		static const char *object_authids[5] = {NULL, NULL, "3", NULL, NULL};
  304|    205|		static const char *object_paths[5] = {
  305|    205|			"3f000003",
  306|    205|			"3f005f00ef02",
  307|    205|			"3f005f00ef05",
  308|    205|			"3f005f00ef06",
  309|    205|			"3f005f00ef07",
  310|    205|		};
  311|    205|		static const int object_flags[5] = {
  312|    205|			0,
  313|    205|			0,
  314|    205|			SC_PKCS15_CO_FLAG_PRIVATE,
  ------------------
  |  |   50|    205|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  315|    205|			0,
  316|    205|			0,
  317|    205|		};
  318|    205|		struct sc_pkcs15_data_info obj_info;
  319|    205|		struct sc_pkcs15_object obj_obj;
  320|       |
  321|    205|		memset(&obj_info, 0, sizeof(obj_info));
  322|    205|		memset(&obj_obj, 0, sizeof(obj_obj));
  323|       |
  324|    205|		sc_format_path(object_paths[i], &obj_info.path);
  325|    205|		strlcpy(obj_info.app_label, object_labels[i], SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   43|    205|#define strlcpy _strlcpy
  ------------------
              		strlcpy(obj_info.app_label, object_labels[i], SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   35|    205|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  326|    205|		if (object_authids[i] != NULL)
  ------------------
  |  Branch (326:7): [True: 41, False: 164]
  ------------------
  327|     41|			sc_pkcs15_format_id(object_authids[i], &obj_obj.auth_id);
  328|    205|		strlcpy(obj_obj.label, object_labels[i], SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   43|    205|#define strlcpy _strlcpy
  ------------------
              		strlcpy(obj_obj.label, object_labels[i], SC_PKCS15_MAX_LABEL_SIZE);
  ------------------
  |  |   35|    205|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  329|    205|		obj_obj.flags = object_flags[i];
  330|       |
  331|    205|		rv = sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_DATA_OBJECT, &obj_obj, &obj_info);
  ------------------
  |  |  442|    205|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  332|    205|		if (rv != SC_SUCCESS){
  ------------------
  |  |   28|    205|#define SC_SUCCESS				0
  ------------------
  |  Branch (332:7): [True: 0, False: 205]
  ------------------
  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|    205|	}
  337|       |
  338|     41|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 41]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  339|     41|}
pkcs15-pteid.c:dump_ef:
   55|    270|{
   56|    270|	int rv;
   57|    270|	sc_file_t *file = NULL;
   58|    270|	sc_path_t scpath;
   59|    270|	sc_format_path(path, &scpath);
   60|    270|	rv = sc_select_file(card, &scpath, &file);
   61|    270|	if (rv < 0) {
  ------------------
  |  Branch (61:6): [True: 54, False: 216]
  ------------------
   62|     54|		sc_file_free(file);
   63|     54|		return rv;
   64|     54|	}
   65|    216|	if (file->size > *buf_len) {
  ------------------
  |  Branch (65:6): [True: 35, False: 181]
  ------------------
   66|     35|		sc_file_free(file);
   67|     35|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|     35|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
   68|     35|	}
   69|    181|	rv = sc_read_binary(card, 0, buf, file->size, 0);
   70|    181|	sc_file_free(file);
   71|    181|	if (rv < 0)
  ------------------
  |  Branch (71:6): [True: 14, False: 167]
  ------------------
   72|     14|		return rv;
   73|    167|	*buf_len = rv;
   74|       |
   75|    167|	return SC_SUCCESS;
  ------------------
  |  |   28|    167|#define SC_SUCCESS				0
  ------------------
   76|    181|}
pkcs15-pteid.c:parse_odf:
  105|     55|{
  106|     55|	const u8 *p = buf;
  107|     55|	size_t left = buflen;
  108|     55|	int r, i, type;
  109|     55|	sc_path_t path;
  110|     55|	struct sc_asn1_entry asn1_obj_or_path[] = {
  111|     55|		{"path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0,
  ------------------
  |  |  174|     55|#define SC_ASN1_PATH			256
  ------------------
              		{"path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0,
  ------------------
  |  |  141|     55|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{"path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0,
  ------------------
  |  |  162|     55|#define SC_ASN1_SEQUENCE                16
  ------------------
  112|     55|		 &path, NULL},
  113|     55|		{NULL, 0, 0, 0, NULL, NULL}
  114|     55|	};
  115|     55|	struct sc_asn1_entry asn1_odf[10];
  116|       |
  117|     55|	sc_path_t path_prefix;
  118|       |
  119|     55|	sc_format_path("3F004F00", &path_prefix);
  120|       |
  121|     55|	sc_copy_asn1_entry(c_asn1_odf, asn1_odf);
  122|    550|	for (i = 0; asn1_odf[i].name != NULL; i++)
  ------------------
  |  Branch (122:14): [True: 495, False: 55]
  ------------------
  123|    495|		sc_format_asn1_entry(asn1_odf + i, asn1_obj_or_path, NULL, 0);
  124|    111|	while (left > 0) {
  ------------------
  |  Branch (124:9): [True: 99, False: 12]
  ------------------
  125|     99|		r = sc_asn1_decode_choice(p15card->card->ctx, asn1_odf, p, left,
  126|     99|					  &p, &left);
  127|     99|		if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|     99|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (127:7): [True: 29, False: 70]
  ------------------
  128|     29|			break;
  129|     70|		if (r < 0)
  ------------------
  |  Branch (129:7): [True: 14, False: 56]
  ------------------
  130|     14|			return r;
  131|     56|		type = r;
  132|     56|		r = sc_pkcs15_make_absolute_path(&path_prefix, &path);
  133|     56|		if (r < 0)
  ------------------
  |  Branch (133:7): [True: 0, False: 56]
  ------------------
  134|      0|			return r;
  135|     56|		r = sc_pkcs15_add_df(p15card, odf_indexes[type], &path);
  136|     56|		if (r)
  ------------------
  |  Branch (136:7): [True: 0, False: 56]
  ------------------
  137|      0|			return r;
  138|     56|	}
  139|     41|	return 0;
  140|     55|}

sc_pkcs15_decode_pukdf_entry:
  202|      7|{
  203|      7|	struct sc_context *ctx = p15card->card->ctx;
  204|      7|	struct sc_pkcs15_pubkey_info *info;
  205|      7|	int r, gostr3410_params[3];
  206|      7|	struct sc_pkcs15_keyinfo_gostparams *keyinfo_gostparams;
  207|      7|	size_t usage_len, af_len;
  208|      7|	struct sc_pkcs15_der *der = &obj->content;
  209|      7|	struct sc_asn1_entry asn1_com_key_attr[C_ASN1_COM_KEY_ATTR_SIZE];
  210|      7|	struct sc_asn1_entry asn1_com_pubkey_attr[C_ASN1_COM_PUBKEY_ATTR_SIZE];
  211|      7|	struct sc_asn1_entry asn1_rsakey_value_choice[C_ASN1_RSAKEY_VALUE_CHOICE_SIZE];
  212|      7|	struct sc_asn1_entry asn1_rsakey_attr[C_ASN1_RSAKEY_ATTR_SIZE];
  213|      7|	struct sc_asn1_entry asn1_rsa_type_attr[C_ASN1_RSA_TYPE_ATTR_SIZE];
  214|      7|	struct sc_asn1_entry asn1_eckey_value_choice[C_ASN1_ECKEY_VALUE_CHOICE_SIZE];
  215|      7|	struct sc_asn1_entry asn1_eckey_attr[C_ASN1_ECKEY_ATTR_SIZE];
  216|      7|	struct sc_asn1_entry asn1_ec_type_attr[C_ASN1_EC_TYPE_ATTR_SIZE];
  217|      7|	struct sc_asn1_entry asn1_gostr3410key_attr[C_ASN1_GOST3410KEY_ATTR_SIZE];
  218|      7|	struct sc_asn1_entry asn1_gostr3410_type_attr[C_ASN1_GOST3410_TYPE_ATTR_SIZE];
  219|      7|	struct sc_asn1_entry asn1_pubkey_choice[C_ASN1_PUBKEY_CHOICE_SIZE];
  220|      7|	struct sc_asn1_entry asn1_pubkey[C_ASN1_PUBKEY_SIZE];
  221|      7|	struct sc_asn1_pkcs15_object rsakey_obj = { obj, asn1_com_key_attr,
  222|      7|			asn1_com_pubkey_attr, asn1_rsa_type_attr };
  223|      7|	struct sc_asn1_pkcs15_object eckey_obj = { obj, asn1_com_key_attr,
  224|      7|			asn1_com_pubkey_attr, asn1_ec_type_attr };
  225|      7|	struct sc_asn1_pkcs15_object gostr3410key_obj =  { obj, asn1_com_key_attr,
  226|      7|			asn1_com_pubkey_attr, asn1_gostr3410_type_attr };
  227|       |
  228|      7|	info = calloc(1, sizeof *info);
  229|      7|	if (info == NULL) {
  ------------------
  |  Branch (229:6): [True: 0, False: 7]
  ------------------
  230|      0|		r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  231|      0|		goto err;
  232|      0|	}
  233|      7|	usage_len = sizeof(info->usage);
  234|      7|	af_len = sizeof(info->access_flags);
  235|       |
  236|      7|	sc_copy_asn1_entry(c_asn1_pubkey, asn1_pubkey);
  237|      7|	sc_copy_asn1_entry(c_asn1_pubkey_choice, asn1_pubkey_choice);
  238|      7|	sc_copy_asn1_entry(c_asn1_rsa_type_attr, asn1_rsa_type_attr);
  239|      7|	sc_copy_asn1_entry(c_asn1_rsakey_value_choice, asn1_rsakey_value_choice);
  240|      7|	sc_copy_asn1_entry(c_asn1_rsakey_attr, asn1_rsakey_attr);
  241|      7|	sc_copy_asn1_entry(c_asn1_ec_type_attr, asn1_ec_type_attr);
  242|      7|	sc_copy_asn1_entry(c_asn1_eckey_value_choice, asn1_eckey_value_choice);
  243|      7|	sc_copy_asn1_entry(c_asn1_eckey_attr, asn1_eckey_attr);
  244|      7|	sc_copy_asn1_entry(c_asn1_gostr3410_type_attr, asn1_gostr3410_type_attr);
  245|      7|	sc_copy_asn1_entry(c_asn1_gostr3410key_attr, asn1_gostr3410key_attr);
  246|      7|	sc_copy_asn1_entry(c_asn1_com_pubkey_attr, asn1_com_pubkey_attr);
  247|      7|	sc_copy_asn1_entry(c_asn1_com_key_attr, asn1_com_key_attr);
  248|       |
  249|      7|	sc_format_asn1_entry(asn1_com_pubkey_attr + 0, &info->subject.value, &info->subject.len, 0);
  250|       |
  251|      7|	sc_format_asn1_entry(asn1_pubkey_choice + 0, &rsakey_obj, NULL, 0);
  252|      7|	sc_format_asn1_entry(asn1_pubkey_choice + 1, &gostr3410key_obj, NULL, 0);
  253|      7|	sc_format_asn1_entry(asn1_pubkey_choice + 2, &eckey_obj, NULL, 0);
  254|       |
  255|      7|	sc_format_asn1_entry(asn1_rsa_type_attr + 0, asn1_rsakey_attr, NULL, 0);
  256|       |
  257|      7|	sc_format_asn1_entry(asn1_rsakey_value_choice + 0, &info->path, NULL, 0);
  258|      7|	sc_format_asn1_entry(asn1_rsakey_value_choice + 1, &der->value, &der->len, 0);
  259|       |
  260|      7|	sc_format_asn1_entry(asn1_rsakey_attr + 0, asn1_rsakey_value_choice, NULL, 0);
  261|      7|	sc_format_asn1_entry(asn1_rsakey_attr + 1, &info->modulus_length, NULL, 0);
  262|       |
  263|      7|	sc_format_asn1_entry(asn1_ec_type_attr + 0, asn1_eckey_attr, NULL, 0);
  264|       |
  265|      7|	sc_format_asn1_entry(asn1_eckey_value_choice + 0, &info->path, NULL, 0);
  266|      7|	sc_format_asn1_entry(asn1_eckey_value_choice + 1, &der->value, &der->len, 0);
  267|       |
  268|      7|	sc_format_asn1_entry(asn1_eckey_attr + 0, asn1_eckey_value_choice, NULL, 0);
  269|       |
  270|      7|	sc_format_asn1_entry(asn1_gostr3410_type_attr + 0, asn1_gostr3410key_attr, NULL, 0);
  271|       |
  272|      7|	sc_format_asn1_entry(asn1_gostr3410key_attr + 0, &info->path, NULL, 0);
  273|      7|	sc_format_asn1_entry(asn1_gostr3410key_attr + 1, &gostr3410_params[0], NULL, 0);
  274|      7|	sc_format_asn1_entry(asn1_gostr3410key_attr + 2, &gostr3410_params[1], NULL, 0);
  275|      7|	sc_format_asn1_entry(asn1_gostr3410key_attr + 3, &gostr3410_params[2], NULL, 0);
  276|       |
  277|      7|	sc_format_asn1_entry(asn1_com_key_attr + 0, &info->id, NULL, 0);
  278|      7|	sc_format_asn1_entry(asn1_com_key_attr + 1, &info->usage, &usage_len, 0);
  279|      7|	sc_format_asn1_entry(asn1_com_key_attr + 2, &info->native, NULL, 0);
  280|      7|	sc_format_asn1_entry(asn1_com_key_attr + 3, &info->access_flags, &af_len, 0);
  281|      7|	sc_format_asn1_entry(asn1_com_key_attr + 4, &info->key_reference, NULL, 0);
  282|       |
  283|      7|	sc_format_asn1_entry(asn1_pubkey + 0, asn1_pubkey_choice, NULL, 0);
  284|       |
  285|       |	/* Fill in defaults */
  286|      7|	info->key_reference = -1;
  287|      7|	info->native = 1;
  288|      7|	memset(gostr3410_params, 0, sizeof(gostr3410_params));
  289|       |
  290|      7|	r = sc_asn1_decode(ctx, asn1_pubkey, *buf, *buflen, buf, buflen);
  291|      7|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|      7|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (291:6): [True: 1, False: 6]
  ------------------
  292|      1|		goto err;
  293|      6|	LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 decoding 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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  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|      7|err:
  355|      7|	if (r < 0) {
  ------------------
  |  Branch (355:6): [True: 7, False: 0]
  ------------------
  356|      7|		sc_pkcs15_free_pubkey_info(info);
  357|      7|		if (der->len) {
  ------------------
  |  Branch (357:7): [True: 0, False: 7]
  ------------------
  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|      7|	}
  364|       |
  365|      7|	LOG_FUNC_RETURN(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|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  366|      7|}
sc_pkcs15_decode_pubkey_rsa:
  563|    213|{
  564|    213|	struct sc_asn1_entry asn1_public_key[C_ASN1_PUBLIC_KEY_SIZE];
  565|    213|	struct sc_asn1_entry asn1_rsa_pub_coefficients[C_ASN1_RSA_PUB_COEFFICIENTS_SIZE];
  566|    213|	int r;
  567|       |
  568|    213|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    213|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    213|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    213|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    213|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 213]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  569|    213|	sc_copy_asn1_entry(c_asn1_public_key, asn1_public_key);
  570|    213|	sc_format_asn1_entry(asn1_public_key + 0, asn1_rsa_pub_coefficients, NULL, 0);
  571|       |
  572|    213|	sc_copy_asn1_entry(c_asn1_rsa_pub_coefficients, asn1_rsa_pub_coefficients);
  573|    213|	sc_format_asn1_entry(asn1_rsa_pub_coefficients + 0, &key->modulus.data, &key->modulus.len, 0);
  574|    213|	sc_format_asn1_entry(asn1_rsa_pub_coefficients + 1, &key->exponent.data, &key->exponent.len, 0);
  575|       |
  576|    213|	r = sc_asn1_decode(ctx, asn1_public_key, buf, buflen, NULL, NULL);
  577|    213|	LOG_TEST_RET(ctx, r, "ASN.1 parsing of public key failed");
  ------------------
  |  |  174|    213|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    213|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    213|	int _ret = (r); \
  |  |  |  |  168|    213|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 27, False: 186]
  |  |  |  |  ------------------
  |  |  |  |  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|    213|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 186]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  578|       |
  579|    186|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    186|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 186]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  580|    186|}
sc_pkcs15_encode_pubkey_rsa:
  586|    205|{
  587|    205|	struct sc_asn1_entry asn1_public_key[C_ASN1_PUBLIC_KEY_SIZE];
  588|    205|	struct sc_asn1_entry asn1_rsa_pub_coefficients[C_ASN1_RSA_PUB_COEFFICIENTS_SIZE];
  589|    205|	int r;
  590|       |
  591|    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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  592|    205|	sc_copy_asn1_entry(c_asn1_public_key, asn1_public_key);
  593|    205|	sc_format_asn1_entry(asn1_public_key + 0, asn1_rsa_pub_coefficients, NULL, 1);
  594|       |
  595|    205|	sc_copy_asn1_entry(c_asn1_rsa_pub_coefficients, asn1_rsa_pub_coefficients);
  596|    205|	sc_format_asn1_entry(asn1_rsa_pub_coefficients + 0, key->modulus.data, &key->modulus.len, 1);
  597|    205|	sc_format_asn1_entry(asn1_rsa_pub_coefficients + 1, key->exponent.data, &key->exponent.len, 1);
  598|       |
  599|    205|	r = sc_asn1_encode(ctx, asn1_public_key, buf, buflen);
  600|    205|	LOG_TEST_RET(ctx, r, "ASN.1 encoding failed");
  ------------------
  |  |  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: 19, False: 186]
  |  |  |  |  ------------------
  |  |  |  |  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|    205|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 186]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  601|       |
  602|    186|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    186|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 186]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  603|    186|}
sc_pkcs15_encode_pubkey:
  769|     89|{
  770|     89|	if (key->algorithm == SC_ALGORITHM_RSA)
  ------------------
  |  |   69|     89|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (770:6): [True: 89, False: 0]
  ------------------
  771|     89|		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.13k|{
  802|  1.13k|	int r = 0;
  803|  1.13k|	struct sc_asn1_entry  asn1_spki_key[2], asn1_spki_key_items[3];
  804|  1.13k|	struct sc_pkcs15_u8 pkey;
  805|  1.13k|	size_t key_len;
  806|       |
  807|  1.13k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  1.13k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  1.13k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  1.13k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  1.13k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 1.13k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  808|  1.13k|	pkey.value =  NULL;
  809|  1.13k|	pkey.len = 0;
  810|       |
  811|  1.13k|	sc_log(ctx, "Encoding public key with algorithm %lu", pubkey->algorithm);
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  812|  1.13k|	if (!pubkey->alg_id)   {
  ------------------
  |  Branch (812:6): [True: 1, False: 1.13k]
  ------------------
  813|      1|		pubkey->alg_id = calloc(1, sizeof(struct sc_algorithm_id));
  814|      1|		if (!pubkey->alg_id)
  ------------------
  |  Branch (814:7): [True: 0, False: 1]
  ------------------
  815|      1|			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|      1|		sc_init_oid(&pubkey->alg_id->oid);
  818|      1|		pubkey->alg_id->algorithm = pubkey->algorithm;
  819|      1|	}
  820|       |
  821|  1.13k|	switch (pubkey->algorithm) {
  822|  1.04k|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|  1.04k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (822:2): [True: 1.04k, False: 89]
  ------------------
  823|  1.04k|	case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|  1.04k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (823:2): [True: 0, False: 1.13k]
  ------------------
  824|  1.04k|	case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|  1.04k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (824:2): [True: 0, False: 1.13k]
  ------------------
  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|  1.04k|		key_len = pubkey->u.ec.ecpointQ.len * 8;
  831|  1.04k|		pkey.value = pubkey->u.ec.ecpointQ.value;
  832|  1.04k|		pkey.len = 0; /* flag as do not delete */
  833|       |
  834|  1.04k|		if (pubkey->u.ec.params.named_curve || pubkey->u.ec.params.der.value)   {
  ------------------
  |  Branch (834:7): [True: 1.04k, False: 2]
  |  Branch (834:42): [True: 0, False: 2]
  ------------------
  835|  1.04k|			struct sc_ec_parameters *ec_params = NULL;
  836|       |
  837|  1.04k|			r = sc_pkcs15_fix_ec_parameters(ctx, &pubkey->u.ec.params);
  838|  1.04k|			LOG_TEST_RET(ctx, r, "failed to fix EC parameters");
  ------------------
  |  |  174|  1.04k|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|  1.04k|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|  1.04k|	int _ret = (r); \
  |  |  |  |  168|  1.04k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 1.04k]
  |  |  |  |  ------------------
  |  |  |  |  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.04k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 1.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  839|       |
  840|       |			/* EDDSA and XEDDSA only have algo and no param in SPKI */
  841|  1.04k|			if (pubkey->algorithm == SC_ALGORITHM_EC) {
  ------------------
  |  |   70|  1.04k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (841:8): [True: 1.04k, False: 0]
  ------------------
  842|  1.04k|				ec_params = calloc(1, sizeof(struct sc_ec_parameters));
  843|  1.04k|				if (!ec_params)
  ------------------
  |  Branch (843:9): [True: 0, False: 1.04k]
  ------------------
  844|  1.04k|					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|  1.04k|				ec_params->type = 1;
  846|  1.04k|				ec_params->der.value = calloc(1, pubkey->u.ec.params.der.len);
  847|  1.04k|				if (!ec_params->der.value) {
  ------------------
  |  Branch (847:9): [True: 0, False: 1.04k]
  ------------------
  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|  1.04k|				memcpy(ec_params->der.value, pubkey->u.ec.params.der.value, pubkey->u.ec.params.der.len);
  852|  1.04k|				ec_params->der.len = pubkey->u.ec.params.der.len;
  853|  1.04k|			}
  854|       |			/* This could have been already allocated: avoid memory leak */
  855|  1.04k|			sc_asn1_clear_algorithm_id(pubkey->alg_id);
  856|  1.04k|			pubkey->alg_id->params = ec_params; /* NULL for EDDSA and XEDDSA */
  857|  1.04k|		}
  858|  1.04k|		break;
  859|  1.04k|	case SC_ALGORITHM_GOSTR3410:
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (859:2): [True: 0, False: 1.13k]
  ------------------
  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|     89|	default:
  ------------------
  |  Branch (865:2): [True: 89, False: 1.04k]
  ------------------
  866|     89|		r = sc_pkcs15_encode_pubkey(ctx, pubkey, &pkey.value, &pkey.len);
  867|     89|		key_len = pkey.len * 8;
  868|     89|		break;
  869|  1.13k|	}
  870|       |
  871|  1.13k|	if (r == 0) {
  ------------------
  |  Branch (871:6): [True: 1.12k, False: 14]
  ------------------
  872|  1.12k|		sc_copy_asn1_entry(c_asn1_spki_key, asn1_spki_key);
  873|  1.12k|		sc_copy_asn1_entry(c_asn1_spki_key_items, asn1_spki_key_items);
  874|  1.12k|		sc_format_asn1_entry(asn1_spki_key + 0, asn1_spki_key_items, NULL, 1);
  875|  1.12k|		sc_format_asn1_entry(asn1_spki_key_items + 0, pubkey->alg_id, NULL, 1);
  876|  1.12k|		sc_format_asn1_entry(asn1_spki_key_items + 1, pkey.value, &key_len, 1);
  877|       |
  878|  1.12k|		r =  sc_asn1_encode(ctx, asn1_spki_key, buf, len);
  879|  1.12k|	}
  880|       |
  881|       |	/*  pkey.len == 0 is flag to not delete */
  882|  1.13k|	if (pkey.len && pkey.value)
  ------------------
  |  Branch (882:6): [True: 75, False: 1.06k]
  |  Branch (882:18): [True: 75, False: 0]
  ------------------
  883|     75|		free(pkey.value);
  884|       |
  885|  1.13k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  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|     14|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 14, False: 1.12k]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  886|  1.13k|}
sc_pkcs15_decode_pubkey:
  892|    247|{
  893|    247|	if (key->algorithm == SC_ALGORITHM_RSA)
  ------------------
  |  |   69|    247|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (893:6): [True: 213, False: 34]
  ------------------
  894|    213|		return sc_pkcs15_decode_pubkey_rsa(ctx, &key->u.rsa, buf, len);
  895|     34|	if (key->algorithm == SC_ALGORITHM_GOSTR3410)
  ------------------
  |  |   71|     34|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (895:6): [True: 0, False: 34]
  ------------------
  896|      0|		return sc_pkcs15_decode_pubkey_gostr3410(ctx, &key->u.gostr3410, buf, len);
  897|     34|	if (key->algorithm == SC_ALGORITHM_EC)
  ------------------
  |  |   70|     34|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (897:6): [True: 0, False: 34]
  ------------------
  898|      0|		return sc_pkcs15_decode_pubkey_ec(ctx, &key->u.ec, buf, len);
  899|     34|	if (key->algorithm == SC_ALGORITHM_EDDSA || key->algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   72|     68|#define SC_ALGORITHM_EDDSA		4
  ------------------
              	if (key->algorithm == SC_ALGORITHM_EDDSA || key->algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|     34|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (899:6): [True: 0, False: 34]
  |  Branch (899:46): [True: 0, False: 34]
  ------------------
  900|      0|		return sc_pkcs15_decode_pubkey_eddsa(ctx, &key->u.ec, buf, len);
  901|       |
  902|     34|	sc_log(ctx, "Decoding of public key type %lu not supported", key->algorithm);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  903|     34|	return SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|     34|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  904|     34|}
sc_pkcs15_read_pubkey:
  913|     63|{
  914|     63|	struct sc_context *ctx;
  915|     63|	const struct sc_pkcs15_pubkey_info *info = NULL;
  916|     63|	struct sc_pkcs15_pubkey *pubkey = NULL;
  917|     63|	unsigned char *data = NULL;
  918|     63|	size_t	len;
  919|     63|	int	algorithm, r;
  920|     63|	int	private_obj;
  921|       |
  922|     63|	if (p15card == NULL || p15card->card == NULL || p15card->card->ops == NULL
  ------------------
  |  Branch (922:6): [True: 0, False: 63]
  |  Branch (922:25): [True: 0, False: 63]
  |  Branch (922:50): [True: 0, False: 63]
  ------------------
  923|     63|			|| obj == NULL || out == NULL) {
  ------------------
  |  Branch (923:7): [True: 0, False: 63]
  |  Branch (923:22): [True: 0, False: 63]
  ------------------
  924|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  925|      0|	}
  926|     63|	ctx = p15card->card->ctx;
  927|       |
  928|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  929|     63|	sc_log(ctx, "Public key type 0x%X", obj->type);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  930|       |
  931|     63|	switch (obj->type) {
  932|     63|	case SC_PKCS15_TYPE_PUBKEY_RSA:
  ------------------
  |  |  426|     63|#define SC_PKCS15_TYPE_PUBKEY_RSA		0x201
  ------------------
  |  Branch (932:2): [True: 63, False: 0]
  ------------------
  933|     63|		algorithm = SC_ALGORITHM_RSA;
  ------------------
  |  |   69|     63|#define SC_ALGORITHM_RSA		0
  ------------------
  934|     63|		break;
  935|      0|	case SC_PKCS15_TYPE_PUBKEY_GOSTR3410:
  ------------------
  |  |  427|      0|#define SC_PKCS15_TYPE_PUBKEY_GOSTR3410		0x203
  ------------------
  |  Branch (935:2): [True: 0, False: 63]
  ------------------
  936|      0|		algorithm = SC_ALGORITHM_GOSTR3410;
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  937|      0|		break;
  938|      0|	case SC_PKCS15_TYPE_PUBKEY_EC:
  ------------------
  |  |  428|      0|#define SC_PKCS15_TYPE_PUBKEY_EC		0x204
  ------------------
  |  Branch (938:2): [True: 0, False: 63]
  ------------------
  939|      0|		algorithm = SC_ALGORITHM_EC;
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  940|      0|		break;
  941|      0|	case SC_PKCS15_TYPE_PUBKEY_EDDSA:
  ------------------
  |  |  429|      0|#define SC_PKCS15_TYPE_PUBKEY_EDDSA		0x205
  ------------------
  |  Branch (941:2): [True: 0, False: 63]
  ------------------
  942|      0|		algorithm = SC_ALGORITHM_EDDSA;
  ------------------
  |  |   72|      0|#define SC_ALGORITHM_EDDSA		4
  ------------------
  943|      0|		break;
  944|      0|	case SC_PKCS15_TYPE_PUBKEY_XEDDSA:
  ------------------
  |  |  430|      0|#define SC_PKCS15_TYPE_PUBKEY_XEDDSA		0x206
  ------------------
  |  Branch (944:2): [True: 0, False: 63]
  ------------------
  945|      0|		algorithm = SC_ALGORITHM_XEDDSA;
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  946|      0|		break;
  947|      0|	default:
  ------------------
  |  Branch (947:2): [True: 0, False: 63]
  ------------------
  948|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported public key 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  949|     63|	}
  950|     63|	info = (const struct sc_pkcs15_pubkey_info *) obj->data;
  951|       |
  952|     63|	pubkey = calloc(1, sizeof(struct sc_pkcs15_pubkey));
  953|     63|	if (pubkey == NULL) {
  ------------------
  |  Branch (953:6): [True: 0, False: 63]
  ------------------
  954|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  955|      0|	}
  956|     63|	pubkey->algorithm = algorithm;
  957|       |
  958|       |	/* starting from SPKI direct value
  959|       |	   in a compact form it presents complete public key data */
  960|     63|	if (info->direct.spki.value && info->direct.spki.len)   {
  ------------------
  |  Branch (960:6): [True: 0, False: 63]
  |  Branch (960:33): [True: 0, False: 0]
  ------------------
  961|      0|		sc_log(ctx, "Using direct SPKI value,  tag 0x%X", *(info->direct.spki.value));
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  962|      0|		r = sc_pkcs15_pubkey_from_spki_sequence(ctx, info->direct.spki.value, info->direct.spki.len, &pubkey);
  963|      0|		LOG_TEST_GOTO_ERR(ctx, r, "Failed to decode 'SPKI' direct value");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  964|      0|	}
  965|     63|	else if (info->direct.raw.value && info->direct.raw.len)   {
  ------------------
  |  Branch (965:11): [True: 0, False: 63]
  |  Branch (965:37): [True: 0, False: 0]
  ------------------
  966|      0|		sc_log(ctx, "Using direct RAW value");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  967|      0|		r = sc_pkcs15_decode_pubkey(ctx, pubkey, info->direct.raw.value, info->direct.raw.len);
  968|      0|		LOG_TEST_GOTO_ERR(ctx, r, "Failed to decode 'RAW' direct value");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  969|      0|		sc_log(ctx, "TODO: for EC keys 'raw' data needs to be completed with referenced algorithm from TokenInfo");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  970|      0|	}
  971|     63|	else if (obj->content.value && obj->content.len)   {
  ------------------
  |  Branch (971:11): [True: 0, False: 63]
  |  Branch (971:33): [True: 0, False: 0]
  ------------------
  972|      0|		sc_log(ctx, "Using 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__
  |  |  ------------------
  ------------------
  973|      0|		r = sc_pkcs15_decode_pubkey(ctx, pubkey, obj->content.value, obj->content.len);
  974|      0|		LOG_TEST_GOTO_ERR(ctx, r, "Failed to decode object content value");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  975|      0|		sc_log(ctx, "TODO: for EC keys 'raw' data needs to be completed with referenced algorithm from TokenInfo");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  976|      0|	}
  977|     63|	else if (p15card->card->ops->read_public_key)   {
  ------------------
  |  Branch (977:11): [True: 0, False: 63]
  ------------------
  978|      0|		sc_log(ctx, "Call card specific 'read-public-key' handle");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  979|      0|		r = p15card->card->ops->read_public_key(p15card->card, algorithm,
  980|      0|				(struct sc_path *)&info->path, info->key_reference, (unsigned)info->modulus_length,
  981|      0|				&data, &len);
  982|      0|		LOG_TEST_GOTO_ERR(ctx, r, "Card specific 'read-public' procedure 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  983|       |
  984|      0|		r = sc_pkcs15_decode_pubkey(ctx, pubkey, data, len);
  985|      0|		LOG_TEST_GOTO_ERR(ctx, r, "Decode 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  986|      0|	}
  987|     63|	else if (info->path.len)   {
  ------------------
  |  Branch (987:11): [True: 63, False: 0]
  ------------------
  988|     63|		sc_log(ctx, "Read from EF and decode");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  989|     63|		private_obj = obj->flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     63|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  990|     63|		r = sc_pkcs15_read_file(p15card, &info->path, &data, &len, private_obj);
  991|     63|		LOG_TEST_GOTO_ERR(ctx, r, "Failed to read public key file.");
  ------------------
  |  |  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: 46, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  179|     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
  |  |  |  |  ------------------
  |  |  |  |  180|     46|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     46|		goto err; \
  |  |  |  |  182|     46|	} \
  |  |  |  |  183|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 17]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  992|       |
  993|     17|		if ((algorithm == SC_ALGORITHM_EC || algorithm == SC_ALGORITHM_EDDSA || algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   70|     34|#define SC_ALGORITHM_EC		2
  ------------------
              		if ((algorithm == SC_ALGORITHM_EC || algorithm == SC_ALGORITHM_EDDSA || algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   72|     34|#define SC_ALGORITHM_EDDSA		4
  ------------------
              		if ((algorithm == SC_ALGORITHM_EC || algorithm == SC_ALGORITHM_EDDSA || algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|     17|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (993:8): [True: 0, False: 17]
  |  Branch (993:40): [True: 0, False: 17]
  |  Branch (993:75): [True: 0, False: 17]
  ------------------
  994|      0|				&& len > 0 && *data == (SC_ASN1_TAG_SEQUENCE | SC_ASN1_TAG_CONSTRUCTED))
  ------------------
  |  |  206|      0|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
              				&& len > 0 && *data == (SC_ASN1_TAG_SEQUENCE | SC_ASN1_TAG_CONSTRUCTED))
  ------------------
  |  |  190|      0|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
  |  Branch (994:8): [True: 0, False: 0]
  |  Branch (994:19): [True: 0, False: 0]
  ------------------
  995|      0|			r = sc_pkcs15_pubkey_from_spki_sequence(ctx, data, len, &pubkey);
  996|     17|		else
  997|     17|			r = sc_pkcs15_decode_pubkey(ctx, pubkey, data, len);
  998|     17|		LOG_TEST_GOTO_ERR(ctx, r, "Decode public key error");
  ------------------
  |  |  184|     17|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     17|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     17|	int _ret = (r); \
  |  |  |  |  178|     17|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 16, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  179|     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
  |  |  |  |  ------------------
  |  |  |  |  180|     16|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     16|		goto err; \
  |  |  |  |  182|     16|	} \
  |  |  |  |  183|     17|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 1]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  999|     17|	}
 1000|      0|	else {
 1001|      0|		r = SC_ERROR_NOT_IMPLEMENTED;
  ------------------
  |  |   97|      0|#define SC_ERROR_NOT_IMPLEMENTED		-1416
  ------------------
 1002|      0|		LOG_TEST_GOTO_ERR(ctx, r, "No way to get public key");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1003|      0|	}
 1004|       |
 1005|     63|err:
 1006|     63|	if (r) {
  ------------------
  |  Branch (1006:6): [True: 62, False: 1]
  ------------------
 1007|     62|		sc_pkcs15_free_pubkey(pubkey);
 1008|     62|	} else
 1009|      1|		*out = pubkey;
 1010|     63|	free(data);
 1011|       |
 1012|     63|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|     63|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     63|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     63|	int _ret = r; \
  |  |  |  |  155|     63|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 63, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     63|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     62|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 62, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  157|     63|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     63|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     63|	return _ret; \
  |  |  |  |  163|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1013|     63|}
sc_pkcs15_dup_pubkey:
 1092|  2.22k|{
 1093|  2.22k|	struct sc_pkcs15_pubkey *pubkey = NULL;
 1094|  2.22k|	int rv = SC_SUCCESS;
  ------------------
  |  |   28|  2.22k|#define SC_SUCCESS				0
  ------------------
 1095|  2.22k|	u8* alg;
 1096|  2.22k|	size_t alglen;
 1097|       |
 1098|  2.22k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  2.22k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.22k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.22k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.22k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.22k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1099|       |
 1100|  2.22k|	if (!key || !out) {
  ------------------
  |  Branch (1100:6): [True: 0, False: 2.22k]
  |  Branch (1100:14): [True: 0, False: 2.22k]
  ------------------
 1101|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1102|      0|	}
 1103|       |
 1104|  2.22k|	*out = NULL;
 1105|  2.22k|	pubkey = calloc(1, sizeof(struct sc_pkcs15_pubkey));
 1106|  2.22k|	if (!pubkey)
  ------------------
  |  Branch (1106:6): [True: 0, False: 2.22k]
  ------------------
 1107|  2.22k|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1108|       |
 1109|  2.22k|	pubkey->algorithm = key->algorithm;
 1110|       |
 1111|  2.22k|	if (key->alg_id) {
  ------------------
  |  Branch (1111:6): [True: 2.22k, False: 0]
  ------------------
 1112|  2.22k|		rv = sc_asn1_encode_algorithm_id(ctx, &alg, &alglen,key->alg_id, 0);
 1113|  2.22k|		if (rv == SC_SUCCESS) {
  ------------------
  |  |   28|  2.22k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1113:7): [True: 2.22k, False: 0]
  ------------------
 1114|  2.22k|			pubkey->alg_id = (struct sc_algorithm_id *)calloc(1, sizeof(struct sc_algorithm_id));
 1115|  2.22k|			if (pubkey->alg_id == NULL) {
  ------------------
  |  Branch (1115:8): [True: 0, False: 2.22k]
  ------------------
 1116|      0|				free(pubkey);
 1117|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1118|      0|			}
 1119|  2.22k|			rv = sc_asn1_decode_algorithm_id(ctx, alg, alglen, pubkey->alg_id, 0);
 1120|  2.22k|			free(alg);
 1121|  2.22k|		}
 1122|  2.22k|	}
 1123|       |
 1124|  2.22k|	switch (key->algorithm) {
 1125|    132|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|    132|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1125:2): [True: 132, False: 2.08k]
  ------------------
 1126|    132|		rv = sc_pkcs15_dup_bignum(&pubkey->u.rsa.modulus, &key->u.rsa.modulus);
 1127|    132|		if (!rv)
  ------------------
  |  Branch (1127:7): [True: 132, False: 0]
  ------------------
 1128|    132|			rv = sc_pkcs15_dup_bignum(&pubkey->u.rsa.exponent, &key->u.rsa.exponent);
 1129|    132|		break;
 1130|      0|	case SC_ALGORITHM_GOSTR3410:
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (1130:2): [True: 0, False: 2.22k]
  ------------------
 1131|      0|		break;
 1132|  2.08k|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|  2.08k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1132:2): [True: 2.08k, False: 132]
  ------------------
 1133|  2.08k|	case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|  2.08k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1133:2): [True: 0, False: 2.22k]
  ------------------
 1134|  2.08k|	case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|  2.08k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1134:2): [True: 0, False: 2.22k]
  ------------------
 1135|  2.08k|		pubkey->u.ec.ecpointQ.value = malloc(key->u.ec.ecpointQ.len);
 1136|  2.08k|		if (!pubkey->u.ec.ecpointQ.value) {
  ------------------
  |  Branch (1136:7): [True: 0, False: 2.08k]
  ------------------
 1137|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1138|      0|			break;
 1139|      0|		}
 1140|  2.08k|		memcpy(pubkey->u.ec.ecpointQ.value, key->u.ec.ecpointQ.value, key->u.ec.ecpointQ.len);
 1141|  2.08k|		pubkey->u.ec.ecpointQ.len = key->u.ec.ecpointQ.len;
 1142|       |
 1143|  2.08k|		if (key->u.ec.params.named_curve) {
  ------------------
  |  Branch (1143:7): [True: 2.08k, False: 4]
  ------------------
 1144|  2.08k|			rv = sc_pkcs15_fix_ec_parameters(ctx, &key->u.ec.params);
 1145|  2.08k|			if (rv)
  ------------------
  |  Branch (1145:8): [True: 0, False: 2.08k]
  ------------------
 1146|      0|				break;
 1147|  2.08k|		}
 1148|       |
 1149|  2.08k|		pubkey->u.ec.params.der.value = malloc(key->u.ec.params.der.len);
 1150|  2.08k|		if (!pubkey->u.ec.params.der.value) {
  ------------------
  |  Branch (1150:7): [True: 0, False: 2.08k]
  ------------------
 1151|      0|			rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1152|      0|			break;
 1153|      0|		}
 1154|  2.08k|		memcpy(pubkey->u.ec.params.der.value, key->u.ec.params.der.value, key->u.ec.params.der.len);
 1155|  2.08k|		pubkey->u.ec.params.der.len = key->u.ec.params.der.len;
 1156|       |
 1157|       |		/* RFC4810 no named_curve */
 1158|  2.08k|		if ((key->algorithm != SC_ALGORITHM_EDDSA) && (key->algorithm != SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   72|  2.08k|#define SC_ALGORITHM_EDDSA		4
  ------------------
              		if ((key->algorithm != SC_ALGORITHM_EDDSA) && (key->algorithm != SC_ALGORITHM_XEDDSA)) {
  ------------------
  |  |   73|  2.08k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1158:7): [True: 2.08k, False: 0]
  |  Branch (1158:49): [True: 2.08k, False: 0]
  ------------------
 1159|  2.08k|			if (key->u.ec.params.named_curve) {
  ------------------
  |  Branch (1159:8): [True: 2.08k, False: 4]
  ------------------
 1160|  2.08k|				pubkey->u.ec.params.named_curve = strdup(key->u.ec.params.named_curve);
 1161|  2.08k|				if (!pubkey->u.ec.params.named_curve)
  ------------------
  |  Branch (1161:9): [True: 0, False: 2.08k]
  ------------------
 1162|      0|					rv = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1163|  2.08k|			} else {
 1164|      4|				sc_log(ctx, "named_curve parameter missing");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1165|      4|				rv = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      4|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1166|      4|			}
 1167|  2.08k|		}
 1168|       |
 1169|  2.08k|		break;
 1170|      0|	default:
  ------------------
  |  Branch (1170:2): [True: 0, False: 2.22k]
  ------------------
 1171|      0|		sc_log(ctx, "Unsupported private 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__
  |  |  ------------------
  ------------------
 1172|      0|		rv = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 1173|  2.22k|	}
 1174|       |
 1175|  2.22k|	if (rv)
  ------------------
  |  Branch (1175:6): [True: 4, False: 2.21k]
  ------------------
 1176|      4|		sc_pkcs15_free_pubkey(pubkey);
 1177|  2.21k|	else
 1178|  2.21k|		*out = pubkey;
 1179|       |
 1180|  2.22k|	LOG_FUNC_RETURN(ctx, rv);
  ------------------
  |  |  164|  2.22k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.22k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.22k|	int _ret = r; \
  |  |  |  |  155|  2.22k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.22k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|      4|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4, False: 2.21k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.22k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.22k|	return _ret; \
  |  |  |  |  163|  2.22k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1181|  2.22k|}
sc_pkcs15_erase_pubkey:
 1187|  6.50k|{
 1188|  6.50k|	if (key == NULL) {
  ------------------
  |  Branch (1188:6): [True: 0, False: 6.50k]
  ------------------
 1189|      0|		return;
 1190|      0|	}
 1191|  6.50k|	if (key->alg_id) {
  ------------------
  |  Branch (1191:6): [True: 4.75k, False: 1.74k]
  ------------------
 1192|  4.75k|		sc_asn1_clear_algorithm_id(key->alg_id);
 1193|  4.75k|		free(key->alg_id);
 1194|  4.75k|	}
 1195|  6.50k|	switch (key->algorithm) {
  ------------------
  |  Branch (1195:10): [True: 6.46k, False: 45]
  ------------------
 1196|  2.07k|	case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|  2.07k|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (1196:2): [True: 2.07k, False: 4.42k]
  ------------------
 1197|  2.07k|		free(key->u.rsa.modulus.data);
 1198|  2.07k|		free(key->u.rsa.exponent.data);
 1199|  2.07k|		break;
 1200|      0|	case SC_ALGORITHM_GOSTR3410:
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (1200:2): [True: 0, False: 6.50k]
  ------------------
 1201|      0|		free(key->u.gostr3410.xy.data);
 1202|      0|		break;
 1203|  4.38k|	case SC_ALGORITHM_EC:
  ------------------
  |  |   70|  4.38k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1203:2): [True: 4.38k, False: 2.12k]
  ------------------
 1204|  4.38k|	case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|  4.38k|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1204:2): [True: 0, False: 6.50k]
  ------------------
 1205|  4.38k|	case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|  4.38k|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1205:2): [True: 0, False: 6.50k]
  ------------------
 1206|  4.38k|		free(key->u.ec.params.der.value);
 1207|  4.38k|		free(key->u.ec.params.named_curve);
 1208|  4.38k|		free(key->u.ec.ecpointQ.value);
 1209|  4.38k|		break;
 1210|  6.50k|	}
 1211|  6.50k|	sc_mem_clear(key, sizeof(*key));
 1212|  6.50k|}
sc_pkcs15_free_pubkey:
 1217|  11.7k|{
 1218|  11.7k|	if (!key)
  ------------------
  |  Branch (1218:6): [True: 5.28k, False: 6.50k]
  ------------------
 1219|  5.28k|		return;
 1220|  6.50k|	sc_pkcs15_erase_pubkey(key);
 1221|  6.50k|	free(key);
 1222|  6.50k|}
sc_pkcs15_free_pubkey_info:
 1227|  1.27k|{
 1228|  1.27k|	if (info) {
  ------------------
  |  Branch (1228:6): [True: 1.27k, False: 0]
  ------------------
 1229|  1.27k|		free(info->subject.value);
 1230|  1.27k|		free(info->direct.spki.value);
 1231|  1.27k|		free(info->direct.raw.value);
 1232|  1.27k|		sc_pkcs15_free_key_params(&info->params);
 1233|  1.27k|		free(info);
 1234|  1.27k|	}
 1235|  1.27k|}
sc_pkcs15_pubkey_from_spki_fields:
 1326|  2.73k|{
 1327|       |
 1328|  2.73k|	struct sc_pkcs15_pubkey *pubkey = NULL;
 1329|  2.73k|	struct sc_pkcs15_der pk = { NULL, 0 };
 1330|  2.73k|	struct sc_algorithm_id pk_alg;
 1331|  2.73k|	struct sc_asn1_entry asn1_pkinfo[C_ASN1_PKINFO_ATTR_SIZE];
 1332|  2.73k|	unsigned char *tmp_buf = NULL;
 1333|  2.73k|	int r;
 1334|       |
 1335|  2.73k|	sc_log(ctx, "sc_pkcs15_pubkey_from_spki_fields() called: %p:%zu\n%s",
  ------------------
  |  |   71|  2.73k|#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.73k|			buf, buflen, sc_dump_hex(buf, buflen));
 1337|       |
 1338|  2.73k|	if (buflen < 1) {
  ------------------
  |  Branch (1338:6): [True: 11, False: 2.71k]
  ------------------
 1339|     11|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_DATA, "subjectPublicKeyInfo can not be empty");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1340|     11|	}
 1341|       |
 1342|  2.71k|	tmp_buf = malloc(buflen);
 1343|  2.71k|	if (!tmp_buf) {
  ------------------
  |  Branch (1343:6): [True: 0, False: 2.71k]
  ------------------
 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.71k|	memcpy(tmp_buf, buf, buflen);
 1348|       |
 1349|  2.71k|	if (buflen > 0 && (*tmp_buf & SC_ASN1_TAG_CONTEXT))
  ------------------
  |  |  187|  2.71k|#define SC_ASN1_TAG_CONTEXT		0x80
  ------------------
  |  Branch (1349:6): [True: 2.71k, False: 0]
  |  Branch (1349:20): [True: 72, False: 2.64k]
  ------------------
 1350|     72|		*tmp_buf = SC_ASN1_TAG_CONSTRUCTED | SC_ASN1_TAG_SEQUENCE;
  ------------------
  |  |  190|     72|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
              		*tmp_buf = SC_ASN1_TAG_CONSTRUCTED | SC_ASN1_TAG_SEQUENCE;
  ------------------
  |  |  206|     72|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
 1351|       |
 1352|  2.71k|	memset(&pk_alg, 0, sizeof(pk_alg));
 1353|  2.71k|	pubkey = calloc(1, sizeof(sc_pkcs15_pubkey_t));
 1354|  2.71k|	if (pubkey == NULL) {
  ------------------
  |  Branch (1354:6): [True: 0, False: 2.71k]
  ------------------
 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.71k|	sc_copy_asn1_entry(c_asn1_pkinfo, asn1_pkinfo);
 1360|       |
 1361|  2.71k|	sc_format_asn1_entry(asn1_pkinfo + 0, &pk_alg, NULL, 0);
 1362|  2.71k|	sc_format_asn1_entry(asn1_pkinfo + 1, &pk.value, &pk.len, 0);
 1363|       |
 1364|  2.71k|	r = sc_asn1_decode(ctx, asn1_pkinfo, tmp_buf, buflen, NULL, NULL);
 1365|  2.71k|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|  2.71k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1365:6): [True: 183, False: 2.53k]
  ------------------
 1366|    183|		sc_asn1_clear_algorithm_id(&pk_alg);
 1367|    183|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 parsing of subjectPubkeyInfo failed");
  ------------------
  |  |  184|    183|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    183|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    183|	int _ret = (r); \
  |  |  |  |  178|    183|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 183, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  179|    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
  |  |  |  |  ------------------
  |  |  |  |  180|    183|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    183|		goto err; \
  |  |  |  |  182|    183|	} \
  |  |  |  |  183|    183|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1368|    183|	}
 1369|       |
 1370|  2.53k|	pubkey->alg_id = calloc(1, sizeof(struct sc_algorithm_id));
 1371|  2.53k|	if (pubkey->alg_id == NULL) {
  ------------------
  |  Branch (1371:6): [True: 0, False: 2.53k]
  ------------------
 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.53k|	memcpy(pubkey->alg_id, &pk_alg, sizeof(struct sc_algorithm_id));
 1377|  2.53k|	pubkey->algorithm = pk_alg.algorithm;
 1378|  2.53k|	pk_alg.params = NULL;
 1379|  2.53k|	sc_log(ctx, "DEE pk_alg.algorithm=%lu", pk_alg.algorithm);
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
 1380|       |
 1381|  2.53k|	if (pk.len == 0)
  ------------------
  |  Branch (1381:6): [True: 14, False: 2.52k]
  ------------------
 1382|  2.53k|		LOG_TEST_GOTO_ERR(ctx, SC_ERROR_INTERNAL, "Incorrect length of key");
  ------------------
  |  |  184|     14|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|     14|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|     14|	int _ret = (r); \
  |  |  |  |  178|     14|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 14, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|     14|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1383|  2.52k|	pk.len = BYTES4BITS(pk.len); /* convert number of bits to bytes */
  ------------------
  |  |  146|  2.52k|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
 1384|       |
 1385|  2.52k|	if (pk_alg.algorithm == SC_ALGORITHM_EC)   {
  ------------------
  |  |   70|  2.52k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (1385:6): [True: 2.29k, False: 230]
  ------------------
 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|  2.29k|		pubkey->u.ec.params.field_length = (pk.len - 1) / 2 * 8;
 1392|       |
 1393|  2.29k|		if (pubkey->alg_id->params) {
  ------------------
  |  Branch (1393:7): [True: 2.28k, False: 8]
  ------------------
 1394|  2.28k|			struct sc_ec_parameters *ecp = (struct sc_ec_parameters *)pubkey->alg_id->params;
 1395|       |
 1396|  2.28k|			pubkey->u.ec.params.der.value = malloc(ecp->der.len);
 1397|  2.28k|			if (pubkey->u.ec.params.der.value == NULL) {
  ------------------
  |  Branch (1397:8): [True: 0, False: 2.28k]
  ------------------
 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|  2.28k|			memcpy(pubkey->u.ec.params.der.value, ecp->der.value, ecp->der.len);
 1403|  2.28k|			pubkey->u.ec.params.der.len = ecp->der.len;
 1404|  2.28k|			r = sc_pkcs15_fix_ec_parameters(ctx, &pubkey->u.ec.params);
 1405|  2.28k|			LOG_TEST_GOTO_ERR(ctx, r, "failed to fix EC parameters");
  ------------------
  |  |  184|  2.28k|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|  2.28k|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|  2.28k|	int _ret = (r); \
  |  |  |  |  178|  2.28k|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 63, False: 2.22k]
  |  |  |  |  ------------------
  |  |  |  |  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|  2.28k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 2.22k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1406|  2.28k|		}
 1407|       |
 1408|  2.22k|		pubkey->u.ec.ecpointQ.value = malloc(pk.len);
 1409|  2.22k|		if (pubkey->u.ec.ecpointQ.value == NULL) {
  ------------------
  |  Branch (1409:7): [True: 0, False: 2.22k]
  ------------------
 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|  2.22k|		memcpy(pubkey->u.ec.ecpointQ.value, pk.value, pk.len);
 1414|  2.22k|		pubkey->u.ec.ecpointQ.len = pk.len;
 1415|  2.22k|	} else if (pk_alg.algorithm == SC_ALGORITHM_EDDSA ||
  ------------------
  |  |   72|    460|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (1415:13): [True: 0, False: 230]
  ------------------
 1416|    230|		   pk_alg.algorithm == SC_ALGORITHM_XEDDSA) {
  ------------------
  |  |   73|    230|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (1416:6): [True: 0, False: 230]
  ------------------
 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|    230|	} else {
 1436|       |		/* Public key is expected to be encapsulated into BIT STRING */
 1437|    230|		r = sc_pkcs15_decode_pubkey(ctx, pubkey, pk.value, pk.len);
 1438|    230|		LOG_TEST_GOTO_ERR(ctx, r, "ASN.1 parsing of subjectPubkeyInfo failed");
  ------------------
  |  |  184|    230|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    230|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    230|	int _ret = (r); \
  |  |  |  |  178|    230|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 45, False: 185]
  |  |  |  |  ------------------
  |  |  |  |  179|     45|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     45|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|     45|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|     45|		goto err; \
  |  |  |  |  182|     45|	} \
  |  |  |  |  183|    230|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 185]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1439|    230|	}
 1440|       |
 1441|  2.41k|	*outpubkey = pubkey;
 1442|  2.41k|	pubkey = NULL;
 1443|       |
 1444|  2.71k|err:
 1445|  2.71k|	sc_pkcs15_free_pubkey(pubkey);
 1446|  2.71k|	free(pk.value);
 1447|  2.71k|	free(tmp_buf);
 1448|       |
 1449|  2.71k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  2.71k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.71k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.71k|	int _ret = r; \
  |  |  |  |  155|  2.71k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.71k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.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|    291|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 291, False: 2.42k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.71k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.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|  2.71k|	return _ret; \
  |  |  |  |  163|  2.71k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1450|  2.71k|}
sc_pkcs15_fix_ec_parameters:
 1564|  8.52k|{
 1565|  8.52k|	int rv, ii;
 1566|  8.52k|	int mapped_string = 0; /* der is printable string that can be replaced with der of OID */
 1567|       |
 1568|  8.52k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  8.52k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  8.52k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  8.52k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  8.52k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 8.52k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1569|       |
 1570|       |	/* In PKCS#11 EC parameters arrives in DER encoded form */
 1571|  8.52k|	if (ecparams->der.value && ecparams->der.len && ecparams->der.len > 2) {
  ------------------
  |  Branch (1571:6): [True: 8.52k, False: 0]
  |  Branch (1571:29): [True: 8.52k, False: 0]
  |  Branch (1571:50): [True: 8.52k, False: 0]
  ------------------
 1572|       |
 1573|  8.52k|		switch (ecparams->der.value[0]) {
 1574|  8.51k|		case 0x06: /* der.value is an OID */
  ------------------
  |  Branch (1574:3): [True: 8.51k, False: 10]
  ------------------
 1575|  74.6k|			for (ii = 0; ec_curve_infos[ii].name; ii++) {
  ------------------
  |  Branch (1575:17): [True: 74.5k, False: 53]
  ------------------
 1576|  74.5k|				size_t len = ec_curve_infos[ii].oid_der.len;
 1577|       |
 1578|  74.5k|				if (ecparams->der.len == len &&
  ------------------
  |  Branch (1578:9): [True: 38.5k, False: 36.0k]
  ------------------
 1579|  38.5k|						memcmp(ecparams->der.value, ec_curve_infos[ii].oid_der.value, len) == 0)
  ------------------
  |  Branch (1579:7): [True: 8.46k, False: 30.0k]
  ------------------
 1580|  8.46k|					break; /* found ec_curve_infos[ii] */
 1581|  74.5k|			}
 1582|  8.51k|			break;
 1583|       |
 1584|      0|		case 0x13:
  ------------------
  |  Branch (1584:3): [True: 0, False: 8.52k]
  ------------------
 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|     10|		default:
  ------------------
  |  Branch (1609:3): [True: 10, False: 8.51k]
  ------------------
 1610|     10|			sc_log(ctx, "Unsupported ec params");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1611|     10|			LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1612|  8.52k|		}
 1613|       |
 1614|  8.51k|		if (ec_curve_infos[ii].name == NULL) /* end of ec_curve_info */
  ------------------
  |  Branch (1614:7): [True: 53, False: 8.46k]
  ------------------
 1615|  8.51k|			LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported named curve");
  ------------------
  |  |  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: 53, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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|     53|} 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|  8.46k|		sc_log(ctx, "Found known curve '%s'", ec_curve_infos[ii].name);
  ------------------
  |  |   71|  8.46k|#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|  8.46k|		if (mapped_string) { /* free previous name if any replace below with new name */
  ------------------
  |  Branch (1619:7): [True: 0, False: 8.46k]
  ------------------
 1620|      0|			free(ecparams->named_curve);
 1621|      0|			ecparams->named_curve = NULL;
 1622|      0|		}
 1623|       |
 1624|  8.46k|		if (!ecparams->named_curve) { /* if present,keep the name as some curves have multiple names */
  ------------------
  |  Branch (1624:7): [True: 5.33k, False: 3.12k]
  ------------------
 1625|  5.33k|			ecparams->named_curve = strdup(ec_curve_infos[ii].name);
 1626|  5.33k|			if (!ecparams->named_curve)
  ------------------
  |  Branch (1626:8): [True: 0, False: 5.33k]
  ------------------
 1627|  5.33k|				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|  5.33k|			sc_log(ctx, "Curve name: '%s'", ecparams->named_curve);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1630|  5.33k|		}
 1631|       |
 1632|       |		/* fill in object_id based on oid_der */
 1633|  8.46k|		sc_format_oid(&ecparams->id, ec_curve_infos[ii].oid_str);
 1634|       |
 1635|  8.46k|		ecparams->field_length = ec_curve_infos[ii].size;
 1636|  8.46k|		ecparams->key_type = ec_curve_infos[ii].key_type;
 1637|  8.46k|		sc_log(ctx, "Curve length %zu key_type %d", ecparams->field_length, ecparams->key_type);
  ------------------
  |  |   71|  8.46k|#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|  8.46k|		if (mapped_string) {
  ------------------
  |  Branch (1638:7): [True: 0, False: 8.46k]
  ------------------
 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|  8.46k|	} 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|  8.46k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  8.46k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  8.46k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  8.46k|	int _ret = r; \
  |  |  |  |  155|  8.46k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 8.46k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  8.46k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 8.46k]
  |  |  |  |  ------------------
  |  |  |  |  157|  8.46k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  8.46k|	} else { \
  |  |  |  |  159|      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.46k|	return _ret; \
  |  |  |  |  163|  8.46k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1681|  8.46k|}
pkcs15-pubkey.c:sc_pkcs15_dup_bignum:
 1018|    264|{
 1019|    264|	if (!dst || !src) {
  ------------------
  |  Branch (1019:6): [True: 0, False: 264]
  |  Branch (1019:14): [True: 0, False: 264]
  ------------------
 1020|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1021|      0|	}
 1022|       |
 1023|    264|	if (src->data && src->len)   {
  ------------------
  |  Branch (1023:6): [True: 264, False: 0]
  |  Branch (1023:19): [True: 264, False: 0]
  ------------------
 1024|    264|		dst->data = calloc(1, src->len);
 1025|    264|		if (!dst->data)
  ------------------
  |  Branch (1025:7): [True: 0, False: 264]
  ------------------
 1026|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 1027|    264|		memcpy(dst->data, src->data, src->len);
 1028|    264|		dst->len = src->len;
 1029|    264|	}
 1030|       |
 1031|    264|	return 0;
 1032|    264|}

sc_pkcs15emu_sc_hsm_decode_cvc:
  433|    157|{
  434|    157|	sc_card_t *card = p15card->card;
  435|    157|	struct sc_asn1_entry asn1_req[C_ASN1_REQ_SIZE];
  436|    157|	struct sc_asn1_entry asn1_authreq[C_ASN1_AUTHREQ_SIZE];
  437|    157|	struct sc_asn1_entry asn1_cvc[C_ASN1_CVC_SIZE];
  438|    157|	struct sc_asn1_entry asn1_cvcert[C_ASN1_CVCERT_SIZE];
  439|    157|	struct sc_asn1_entry asn1_cvc_body[C_ASN1_CVC_BODY_SIZE];
  440|    157|	struct sc_asn1_entry asn1_cvc_pubkey[C_ASN1_CVC_PUBKEY_SIZE];
  441|    157|	unsigned int cla = 0, tag = 0;
  442|    157|	size_t taglen;
  443|    157|	const u8 *tbuf;
  444|    157|	int r;
  445|       |
  446|    157|	memset(cvc, 0, sizeof(*cvc));
  447|    157|	sc_copy_asn1_entry(c_asn1_req, asn1_req);
  448|    157|	sc_copy_asn1_entry(c_asn1_cvc, asn1_cvc);
  449|       |
  450|    157|	r = sc_pkcs15emu_sc_hsm_format_asn1_cvcert(
  451|    157|			asn1_cvcert, C_ASN1_CVCERT_SIZE,
  ------------------
  |  |  242|    157|#define C_ASN1_CVCERT_SIZE 3
  ------------------
  452|    157|			asn1_cvc_body, C_ASN1_CVC_BODY_SIZE,
  ------------------
  |  |  233|    157|#define C_ASN1_CVC_BODY_SIZE 5
  ------------------
  453|    157|			asn1_cvc_pubkey, C_ASN1_CVC_PUBKEY_SIZE,
  ------------------
  |  |  219|    157|#define C_ASN1_CVC_PUBKEY_SIZE 10
  ------------------
  454|    157|			cvc);
  455|    157|	LOG_TEST_RET(card->ctx, r, "sc_asn1_entry array too small");
  ------------------
  |  |  174|    157|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    157|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    157|	int _ret = (r); \
  |  |  |  |  168|    157|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 157]
  |  |  |  |  ------------------
  |  |  |  |  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|    157|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 157]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  456|       |
  457|    157|	sc_format_asn1_entry(asn1_cvc, asn1_cvcert, NULL, 0);
  458|       |
  459|    157|	r = sc_pkcs15emu_sc_hsm_format_asn1_req(
  460|    157|			asn1_authreq, C_ASN1_AUTHREQ_SIZE,
  ------------------
  |  |  255|    157|#define C_ASN1_AUTHREQ_SIZE 4
  ------------------
  461|    157|			asn1_cvcert, cvc);
  462|    157|	LOG_TEST_RET(card->ctx, r, "sc_asn1_entry array too small");
  ------------------
  |  |  174|    157|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    157|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    157|	int _ret = (r); \
  |  |  |  |  168|    157|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 157]
  |  |  |  |  ------------------
  |  |  |  |  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|    157|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 157]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  463|       |
  464|    157|	sc_format_asn1_entry(asn1_req, asn1_authreq, NULL, 0);
  465|       |
  466|       |/*	sc_asn1_print_tags(*buf, *buflen); */
  467|       |
  468|    157|	tbuf = *buf;
  469|    157|	r = sc_asn1_read_tag(&tbuf, *buflen, &cla, &tag, &taglen);
  470|    157|	LOG_TEST_RET(card->ctx, r, "Could not decode card verifiable certificate");
  ------------------
  |  |  174|    157|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    157|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    157|	int _ret = (r); \
  |  |  |  |  168|    157|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 98, False: 59]
  |  |  |  |  ------------------
  |  |  |  |  169|     98|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     98|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     98|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     98|		return _ret; \
  |  |  |  |  172|     98|	} \
  |  |  |  |  173|    157|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 59]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  471|       |
  472|       |	/*  Determine if we deal with an authenticated request, plain request or certificate */
  473|     59|	if ((cla == (SC_ASN1_TAG_APPLICATION|SC_ASN1_TAG_CONSTRUCTED)) && (tag == 7)) {
  ------------------
  |  |  186|     59|#define SC_ASN1_TAG_APPLICATION		0x40
  ------------------
              	if ((cla == (SC_ASN1_TAG_APPLICATION|SC_ASN1_TAG_CONSTRUCTED)) && (tag == 7)) {
  ------------------
  |  |  190|     59|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  ------------------
  |  Branch (473:6): [True: 36, False: 23]
  |  Branch (473:68): [True: 11, False: 25]
  ------------------
  474|     11|		r = sc_asn1_decode(card->ctx, asn1_req, *buf, *buflen, buf, buflen);
  475|     48|	} else {
  476|     48|		r = sc_asn1_decode(card->ctx, asn1_cvc, *buf, *buflen, buf, buflen);
  477|     48|	}
  478|       |
  479|     59|	LOG_TEST_RET(card->ctx, r, "Could not decode card verifiable certificate");
  ------------------
  |  |  174|     59|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|     59|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|     59|	int _ret = (r); \
  |  |  |  |  168|     59|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 59, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|     59|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     59|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     59|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     59|		return _ret; \
  |  |  |  |  172|     59|	} \
  |  |  |  |  173|     59|} 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|     18|{
 1018|     18|	if (cvc->outerSignature) {
  ------------------
  |  Branch (1018:6): [True: 0, False: 18]
  ------------------
 1019|      0|		free(cvc->outerSignature);
 1020|      0|		cvc->outerSignature = NULL;
 1021|      0|	}
 1022|     18|	if (cvc->signature) {
  ------------------
  |  Branch (1022:6): [True: 0, False: 18]
  ------------------
 1023|      0|		free(cvc->signature);
 1024|      0|		cvc->signature = NULL;
 1025|      0|	}
 1026|     18|	if (cvc->primeOrModulus) {
  ------------------
  |  Branch (1026:6): [True: 0, False: 18]
  ------------------
 1027|      0|		free(cvc->primeOrModulus);
 1028|      0|		cvc->primeOrModulus = NULL;
 1029|      0|	}
 1030|     18|	if (cvc->coefficientAorExponent) {
  ------------------
  |  Branch (1030:6): [True: 0, False: 18]
  ------------------
 1031|      0|		free(cvc->coefficientAorExponent);
 1032|      0|		cvc->coefficientAorExponent = NULL;
 1033|      0|	}
 1034|     18|	if (cvc->coefficientB) {
  ------------------
  |  Branch (1034:6): [True: 0, False: 18]
  ------------------
 1035|      0|		free(cvc->coefficientB);
 1036|      0|		cvc->coefficientB = NULL;
 1037|      0|	}
 1038|     18|	if (cvc->basePointG) {
  ------------------
  |  Branch (1038:6): [True: 0, False: 18]
  ------------------
 1039|      0|		free(cvc->basePointG);
 1040|      0|		cvc->basePointG = NULL;
 1041|      0|	}
 1042|     18|	if (cvc->order) {
  ------------------
  |  Branch (1042:6): [True: 0, False: 18]
  ------------------
 1043|      0|		free(cvc->order);
 1044|      0|		cvc->order = NULL;
 1045|      0|	}
 1046|     18|	if (cvc->publicPoint) {
  ------------------
  |  Branch (1046:6): [True: 0, False: 18]
  ------------------
 1047|      0|		free(cvc->publicPoint);
 1048|      0|		cvc->publicPoint = NULL;
 1049|      0|	}
 1050|     18|	if (cvc->cofactor) {
  ------------------
  |  Branch (1050:6): [True: 0, False: 18]
  ------------------
 1051|      0|		free(cvc->cofactor);
 1052|       |		cvc->cofactor = NULL;
 1053|      0|	}
 1054|     18|}
sc_pkcs15emu_sc_hsm_init_ex:
 1604|  12.4k|{
 1605|  12.4k|	if (p15card->card->type != SC_CARD_TYPE_SC_HSM
  ------------------
  |  Branch (1605:6): [True: 12.4k, False: 0]
  ------------------
 1606|  12.4k|			&& p15card->card->type != SC_CARD_TYPE_SC_HSM_SOC
  ------------------
  |  Branch (1606:7): [True: 12.4k, False: 0]
  ------------------
 1607|  12.4k|			&& p15card->card->type != SC_CARD_TYPE_SC_HSM_GOID) {
  ------------------
  |  Branch (1607:7): [True: 12.1k, False: 342]
  ------------------
 1608|  12.1k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  12.1k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
 1609|  12.1k|	}
 1610|    342|	return sc_pkcs15emu_sc_hsm_init(p15card);
 1611|  12.4k|}
pkcs15-sc-hsm.c:sc_pkcs15emu_sc_hsm_format_asn1_cvcert:
  365|    157|{
  366|    157|	if ((asn1_cvc_pubkey_len < C_ASN1_CVC_PUBKEY_SIZE) ||
  ------------------
  |  |  219|    157|#define C_ASN1_CVC_PUBKEY_SIZE 10
  ------------------
  |  Branch (366:6): [True: 0, False: 157]
  ------------------
  367|    157|		(asn1_cvc_body_len < C_ASN1_CVC_BODY_SIZE) ||
  ------------------
  |  |  233|    157|#define C_ASN1_CVC_BODY_SIZE 5
  ------------------
  |  Branch (367:3): [True: 0, False: 157]
  ------------------
  368|    157|		(asn1_cvcert_len < C_ASN1_CVCERT_SIZE)) {
  ------------------
  |  |  242|    157|#define C_ASN1_CVCERT_SIZE 3
  ------------------
  |  Branch (368:3): [True: 0, False: 157]
  ------------------
  369|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  370|      0|	}
  371|       |
  372|    157|	sc_copy_asn1_entry(c_asn1_cvc_pubkey, asn1_cvc_pubkey);
  373|    157|	sc_copy_asn1_entry(c_asn1_cvc_body, asn1_cvc_body);
  374|    157|	sc_copy_asn1_entry(c_asn1_cvcert, asn1_cvcert);
  375|       |
  376|    157|	sc_format_asn1_entry(asn1_cvc_pubkey    , &cvc->pukoid, NULL, 0);
  377|    157|	sc_format_asn1_entry(asn1_cvc_pubkey + 1, &cvc->primeOrModulus, &cvc->primeOrModuluslen, 0);
  378|    157|	sc_format_asn1_entry(asn1_cvc_pubkey + 2, &cvc->coefficientAorExponent, &cvc->coefficientAorExponentlen, 0);
  379|    157|	sc_format_asn1_entry(asn1_cvc_pubkey + 3, &cvc->coefficientB, &cvc->coefficientBlen, 0);
  380|    157|	sc_format_asn1_entry(asn1_cvc_pubkey + 4, &cvc->basePointG, &cvc->basePointGlen, 0);
  381|    157|	sc_format_asn1_entry(asn1_cvc_pubkey + 5, &cvc->order, &cvc->orderlen, 0);
  382|    157|	sc_format_asn1_entry(asn1_cvc_pubkey + 6, &cvc->publicPoint, &cvc->publicPointlen, 0);
  383|    157|	sc_format_asn1_entry(asn1_cvc_pubkey + 7, &cvc->cofactor, &cvc->cofactorlen, 0);
  384|    157|	sc_format_asn1_entry(asn1_cvc_pubkey + 8, &cvc->modulusSize, NULL, 0);
  385|       |
  386|    157|	sc_format_asn1_entry(asn1_cvc_body    , &cvc->cpi, NULL, 0);
  387|    157|	cvc->carLen = sizeof(cvc->car);
  388|    157|	sc_format_asn1_entry(asn1_cvc_body + 1, &cvc->car, &cvc->carLen, 0);
  389|    157|	sc_format_asn1_entry(asn1_cvc_body + 2, asn1_cvc_pubkey, NULL, 0);
  390|    157|	cvc->chrLen = sizeof(cvc->chr);
  391|    157|	sc_format_asn1_entry(asn1_cvc_body + 3, &cvc->chr, &cvc->chrLen, 0);
  392|       |
  393|    157|	sc_format_asn1_entry(asn1_cvcert    , asn1_cvc_body, NULL, 0);
  394|    157|	sc_format_asn1_entry(asn1_cvcert + 1, &cvc->signature, &cvc->signatureLen, 0);
  395|    157|	return SC_SUCCESS;
  ------------------
  |  |   28|    157|#define SC_SUCCESS				0
  ------------------
  396|    157|}
pkcs15-sc-hsm.c:sc_pkcs15emu_sc_hsm_format_asn1_req:
  413|    157|{
  414|    157|	if (asn1_authreq_len < C_ASN1_AUTHREQ_SIZE) {
  ------------------
  |  |  255|    157|#define C_ASN1_AUTHREQ_SIZE 4
  ------------------
  |  Branch (414:6): [True: 0, False: 157]
  ------------------
  415|      0|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  416|      0|	}
  417|       |
  418|    157|	sc_copy_asn1_entry(c_asn1_authreq, asn1_authreq);
  419|       |
  420|    157|	sc_format_asn1_entry(asn1_authreq    , asn1_cvcert, NULL, 0);
  421|    157|	cvc->outerCARLen = sizeof(cvc->outer_car);
  422|    157|	sc_format_asn1_entry(asn1_authreq + 1, &cvc->outer_car, &cvc->outerCARLen, 0);
  423|    157|	sc_format_asn1_entry(asn1_authreq + 2, &cvc->outerSignature, &cvc->outerSignatureLen, 0);
  424|    157|	return SC_SUCCESS;
  ------------------
  |  |   28|    157|#define SC_SUCCESS				0
  ------------------
  425|    157|}
pkcs15-sc-hsm.c:sc_pkcs15emu_sc_hsm_init:
 1342|    342|{
 1343|    342|	sc_card_t *card = p15card->card;
 1344|    342|	sc_hsm_private_data_t *priv = (sc_hsm_private_data_t *) card->drv_data;
 1345|    342|	sc_file_t *file = NULL;
 1346|    342|	sc_path_t path;
 1347|    342|	u8 filelist[MAX_EXT_APDU_LENGTH];
 1348|    342|	int filelistlength;
 1349|    342|	int r, i;
 1350|    342|	sc_cvc_t devcert;
 1351|    342|	struct sc_app_info *appinfo;
 1352|    342|	struct sc_pkcs15_auth_info pin_info;
 1353|    342|	struct sc_pkcs15_object pin_obj;
 1354|    342|	struct sc_pin_cmd_data pindata;
 1355|    342|	u8 efbin[1024];
 1356|    342|	u8 *ptr;
 1357|    342|	size_t len;
 1358|       |
 1359|    342|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    342|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1360|       |
 1361|    342|	appinfo = calloc(1, sizeof(struct sc_app_info));
 1362|       |
 1363|    342|	if (appinfo == NULL) {
  ------------------
  |  Branch (1363:6): [True: 0, False: 342]
  ------------------
 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|    342|	appinfo->aid = sc_hsm_aid;
 1368|       |
 1369|    342|	appinfo->ddo.aid = sc_hsm_aid;
 1370|    342|	p15card->app = appinfo;
 1371|       |
 1372|    342|	sc_path_set(&path, SC_PATH_TYPE_DF_NAME, sc_hsm_aid.value, sc_hsm_aid.len, 0, 0);
  ------------------
  |  |  118|    342|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
 1373|    342|	r = sc_select_file(card, &path, &file);
 1374|    342|	LOG_TEST_RET(card->ctx, r, "Could not select SmartCard-HSM application");
  ------------------
  |  |  174|    342|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    342|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    342|	int _ret = (r); \
  |  |  |  |  168|    342|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 186, False: 156]
  |  |  |  |  ------------------
  |  |  |  |  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|    342|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 156]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1375|       |
 1376|    156|	p15card->card->version.hw_major = 24;	/* JCOP 2.4.1r3 */
 1377|    156|	p15card->card->version.hw_minor = 13;
 1378|    156|	if (file && file->prop_attr && file->prop_attr_len >= 2) {
  ------------------
  |  Branch (1378:6): [True: 156, False: 0]
  |  Branch (1378:14): [True: 23, False: 133]
  |  Branch (1378:33): [True: 12, False: 11]
  ------------------
 1379|     12|		p15card->card->version.fw_major = file->prop_attr[file->prop_attr_len - 2];
 1380|     12|		p15card->card->version.fw_minor = file->prop_attr[file->prop_attr_len - 1];
 1381|     12|	}
 1382|       |
 1383|    156|	sc_file_free(file);
 1384|       |
 1385|       |	/* Read device certificate to determine serial number */
 1386|    156|	if (priv->EF_C_DevAut && priv->EF_C_DevAut_len) {
  ------------------
  |  Branch (1386:6): [True: 18, False: 138]
  |  Branch (1386:27): [True: 18, False: 0]
  ------------------
 1387|     18|		ptr = priv->EF_C_DevAut;
 1388|     18|		len = priv->EF_C_DevAut_len;
 1389|    138|	} else {
 1390|    138|		len = sizeof efbin;
 1391|    138|		r = read_file(p15card, (u8 *) "\x2F\x02", efbin, &len, 1);
 1392|    138|		LOG_TEST_RET(card->ctx, r, "Skipping optional EF.C_DevAut");
  ------------------
  |  |  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: 0, False: 138]
  |  |  |  |  ------------------
  |  |  |  |  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|    138|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 138]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1393|       |
 1394|    138|		if (len > 0) {
  ------------------
  |  Branch (1394:7): [True: 45, False: 93]
  ------------------
 1395|       |			/* save EF_C_DevAut for further use */
 1396|     45|			ptr = realloc(priv->EF_C_DevAut, len);
 1397|     45|			if (ptr) {
  ------------------
  |  Branch (1397:8): [True: 45, False: 0]
  ------------------
 1398|     45|				memcpy(ptr, efbin, len);
 1399|     45|				priv->EF_C_DevAut = ptr;
 1400|     45|				priv->EF_C_DevAut_len = len;
 1401|     45|			}
 1402|     45|		}
 1403|       |
 1404|    138|		ptr = efbin;
 1405|    138|	}
 1406|       |
 1407|    156|	memset(&devcert, 0 ,sizeof(devcert));
 1408|    156|	r = sc_pkcs15emu_sc_hsm_decode_cvc(p15card, (const u8 **)&ptr, &len, &devcert);
 1409|    156|	LOG_TEST_RET(card->ctx, r, "Could not decode EF.C_DevAut");
  ------------------
  |  |  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: 156, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    156|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    156|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    156|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    156|		return _ret; \
  |  |  |  |  172|    156|	} \
  |  |  |  |  173|    156|} 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|    138|{
  294|    138|	sc_path_t path;
  295|    138|	int r;
  296|       |
  297|    138|	sc_path_set(&path, SC_PATH_TYPE_FILE_ID, fid, 2, 0, 0);
  ------------------
  |  |  117|    138|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  298|       |	/* look this up with our AID */
  299|    138|	path.aid = sc_hsm_aid;
  300|       |	/* we don't have a pre-known size of the file */
  301|    138|	path.count = -1;
  302|    138|	if (!p15card->opts.use_file_cache || !efbin
  ------------------
  |  Branch (302:6): [True: 138, False: 0]
  |  Branch (302:39): [True: 0, False: 0]
  ------------------
  303|    138|			|| 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|    138|		path.aid.len = 0;
  306|    138|		r = sc_select_file(p15card->card, &path, NULL);
  307|    138|		if (r < 0) {
  ------------------
  |  Branch (307:7): [True: 72, False: 66]
  ------------------
  308|     72|			sc_log(p15card->card->ctx, "Could not select EF");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  309|     72|		} else {
  310|     66|			r = sc_read_binary(p15card->card, 0, efbin, *len, 0);
  311|     66|		}
  312|       |
  313|    138|		if (r < 0) {
  ------------------
  |  Branch (313:7): [True: 81, False: 57]
  ------------------
  314|     81|			sc_log(p15card->card->ctx, "Could not read EF");
  ------------------
  |  |   71|     81|#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|     81|			if (!optional) {
  ------------------
  |  Branch (315:8): [True: 0, False: 81]
  ------------------
  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|     81|			*len = 0;
  322|     81|		} else {
  323|     57|			*len = r;
  324|     57|		}
  325|       |
  326|    138|		if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (326:7): [True: 0, False: 138]
  ------------------
  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|    138|	}
  332|       |
  333|    138|	return SC_SUCCESS;
  ------------------
  |  |   28|    138|#define SC_SUCCESS				0
  ------------------
  334|    138|}

sc_pkcs15_decipher:
  283|    202|{
  284|    202|	sc_context_t *ctx = p15card->card->ctx;
  285|    202|	int r;
  286|    202|	sc_algorithm_info_t *alg_info = NULL;
  287|    202|	sc_security_env_t senv;
  288|    202|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
  289|    202|	unsigned long pad_flags = 0, sec_flags = 0;
  290|       |
  291|    202|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    202|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    202|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    202|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    202|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 202]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  292|       |
  293|    202|	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP)))
  ------------------
  |  |  306|    202|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP)))
  ------------------
  |  |  310|    202|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  |  Branch (293:6): [True: 0, False: 202]
  ------------------
  294|    202|		LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for decryption");
  ------------------
  |  |  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|       |
  296|    202|	r = format_senv(p15card, obj, &senv, &alg_info);
  297|    202|	LOG_TEST_RET(ctx, r, "Could not initialize security environment");
  ------------------
  |  |  174|    202|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    202|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    202|	int _ret = (r); \
  |  |  |  |  168|    202|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 11, False: 191]
  |  |  |  |  ------------------
  |  |  |  |  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|    202|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 191]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  298|    191|	senv.operation = SC_SEC_OPERATION_DECIPHER;
  ------------------
  |  |   47|    191|#define SC_SEC_OPERATION_DECIPHER	0x0001
  ------------------
  299|       |
  300|    191|	r = sc_get_encoding_flags(ctx, flags, alg_info->flags, &pad_flags, &sec_flags);
  301|    191|	LOG_TEST_RET(ctx, r, "cannot encode security operation flags");
  ------------------
  |  |  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: 0, False: 191]
  |  |  |  |  ------------------
  |  |  |  |  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|    191|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 191]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  302|    191|	senv.algorithm_flags = sec_flags;
  303|       |
  304|    191|	r = use_key(p15card, obj, &senv, sc_decipher, in, inlen, out,
  305|    191|			outlen);
  306|    191|	LOG_TEST_RET(ctx, r, "use_key() 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: 92, False: 99]
  |  |  |  |  ------------------
  |  |  |  |  169|     92|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|     92|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|     92|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|     92|		return _ret; \
  |  |  |  |  172|     92|	} \
  |  |  |  |  173|    191|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 99]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  307|       |
  308|       |	/* Strip any padding */
  309|     99|	if (pad_flags & SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02) {
  ------------------
  |  |  110|     99|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
  |  Branch (309:6): [True: 75, False: 24]
  ------------------
  310|     75|		unsigned int s = r;
  311|     75|		unsigned int key_size = (unsigned int)alg_info->key_length;
  312|     75|		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|     75|	}
  315|     24|#ifdef ENABLE_OPENSSL
  316|     24|	else if (pad_flags & SC_ALGORITHM_RSA_PAD_OAEP) {
  ------------------
  |  |  108|     24|#define SC_ALGORITHM_RSA_PAD_OAEP	0x00000020 /* PKCS#1 v2.0 OAEP */
  ------------------
  |  Branch (316:11): [True: 0, False: 24]
  ------------------
  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|     99|#endif
  334|       |	/* do not log error code to prevent side channel attack */
  335|     99|	return r;
  336|     99|}
sc_pkcs15_compute_signature:
  597|    248|{
  598|    248|	sc_context_t *ctx = p15card->card->ctx;
  599|    248|	int r;
  600|    248|	sc_security_env_t senv;
  601|    248|	sc_algorithm_info_t *alg_info;
  602|    248|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
  603|    248|	u8 *buf = NULL, *tmp;
  604|    248|	size_t modlen = 0, buflen = 0;
  605|    248|	unsigned long pad_flags = 0, sec_flags = 0;
  606|       |
  607|    248|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    248|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    248|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    248|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    248|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 248]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  608|       |
  609|    248|	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_SIGNRECOVER|
  ------------------
  |  |  307|    248|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              	if (!(prkey->usage & (SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_SIGNRECOVER|
  ------------------
  |  |  308|    248|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
  |  Branch (609:6): [True: 0, False: 248]
  ------------------
  610|    248|					SC_PKCS15_PRKEY_USAGE_NONREPUDIATION)))
  ------------------
  |  |  314|    248|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  611|    248|		LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This key cannot be used for signing");
  ------------------
  |  |  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|    248|	r = format_senv(p15card, obj, &senv, &alg_info);
  614|    248|	LOG_TEST_RET(ctx, r, "Could not initialize security environment");
  ------------------
  |  |  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: 10, False: 238]
  |  |  |  |  ------------------
  |  |  |  |  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|    248|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  615|    238|	senv.operation = SC_SEC_OPERATION_SIGN;
  ------------------
  |  |   48|    238|#define SC_SEC_OPERATION_SIGN		0x0002
  ------------------
  616|       |
  617|    238|	switch (obj->type) {
  618|    210|		case SC_PKCS15_TYPE_PRKEY_RSA:
  ------------------
  |  |  419|    210|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (618:3): [True: 210, False: 28]
  ------------------
  619|    210|			modlen = BYTES4BITS(prkey->modulus_length);
  ------------------
  |  |  146|    210|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  620|    210|			break;
  621|      0|		case SC_PKCS15_TYPE_PRKEY_GOSTR3410:
  ------------------
  |  |  420|      0|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
  |  Branch (621:3): [True: 0, False: 238]
  ------------------
  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|     28|		case SC_PKCS15_TYPE_PRKEY_EC:
  ------------------
  |  |  421|     28|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (624:3): [True: 28, False: 210]
  ------------------
  625|     28|		case SC_PKCS15_TYPE_PRKEY_EDDSA:
  ------------------
  |  |  422|     28|#define SC_PKCS15_TYPE_PRKEY_EDDSA		0x105
  ------------------
  |  Branch (625:3): [True: 0, False: 238]
  ------------------
  626|     28|		case SC_PKCS15_TYPE_PRKEY_XEDDSA:
  ------------------
  |  |  423|     28|#define SC_PKCS15_TYPE_PRKEY_XEDDSA		0x106
  ------------------
  |  Branch (626:3): [True: 0, False: 238]
  ------------------
  627|     28|			modlen = BYTES4BITS(prkey->field_length) * 2;  /* 2*nLen */
  ------------------
  |  |  146|     28|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  628|     28|			break;
  629|      0|		default:
  ------------------
  |  Branch (629:3): [True: 0, False: 238]
  ------------------
  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|    238|	}
  632|       |
  633|       |	/* Probably never happens, but better make sure */
  634|    238|	if (outlen < modlen)
  ------------------
  |  Branch (634:6): [True: 0, False: 238]
  ------------------
  635|    238|		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|    238|	buflen = inlen + modlen;
  638|    238|	buf = sc_mem_secure_alloc(buflen);
  639|    238|	if (buf == NULL)
  ------------------
  |  Branch (639:6): [True: 0, False: 238]
  ------------------
  640|    238|		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|    238|	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|    238|	if (obj->type == SC_PKCS15_TYPE_PRKEY_GOSTR3410) {
  ------------------
  |  |  420|    238|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
  |  Branch (646:6): [True: 0, False: 238]
  ------------------
  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|    238|	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|    238|	sc_log(ctx, "supported algorithm flags 0x%lX, private key usage 0x%X", alg_info->flags, prkey->usage);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  661|    238|	if (obj->type == SC_PKCS15_TYPE_PRKEY_RSA) {
  ------------------
  |  |  419|    238|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (661:6): [True: 210, False: 28]
  ------------------
  662|    210|		if ((alg_info->flags & SC_ALGORITHM_NEED_USAGE) &&
  ------------------
  |  |   95|    210|#define SC_ALGORITHM_NEED_USAGE		0x40000000
  ------------------
  |  Branch (662:7): [True: 0, False: 210]
  ------------------
  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|    210|		if ((flags == (SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE)) &&
  ------------------
  |  |  109|    210|#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|    210|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (694:7): [True: 74, False: 136]
  ------------------
  695|     74|			!(alg_info->flags & SC_ALGORITHM_RSA_RAW) &&
  ------------------
  |  |  102|     74|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (695:4): [True: 20, False: 54]
  ------------------
  696|     20|			!(alg_info->flags & SC_ALGORITHM_RSA_HASH_NONE) &&
  ------------------
  |  |  133|     20|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (696:4): [True: 0, False: 20]
  ------------------
  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|    210|	}
  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|    238|	if (obj->type == SC_PKCS15_TYPE_PRKEY_EC) {
  ------------------
  |  |  421|    238|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (715:6): [True: 28, False: 210]
  ------------------
  716|     28|		if ((alg_info->flags & SC_ALGORITHM_ECDSA_RAW)
  ------------------
  |  |  174|     28|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  |  Branch (716:7): [True: 28, False: 0]
  ------------------
  717|     28|				&& !(flags & SC_ALGORITHM_ECDSA_HASHES & alg_info->flags)) {
  ------------------
  |  |  181|     28|#define SC_ALGORITHM_ECDSA_HASHES		(SC_ALGORITHM_ECDSA_HASH_SHA1 | \
  |  |  ------------------
  |  |  |  |  176|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     28|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  182|     28|							SC_ALGORITHM_ECDSA_HASH_SHA224 | \
  |  |  ------------------
  |  |  |  |  177|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  |  |  ------------------
  |  |  |  |  |  |  141|     28|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  183|     28|							SC_ALGORITHM_ECDSA_HASH_SHA256 | \
  |  |  ------------------
  |  |  |  |  178|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|     28|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  184|     28|							SC_ALGORITHM_ECDSA_HASH_SHA384 | \
  |  |  ------------------
  |  |  |  |  179|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  |  |  ------------------
  |  |  |  |  |  |  139|     28|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  185|     28|							SC_ALGORITHM_ECDSA_HASH_SHA512)
  |  |  ------------------
  |  |  |  |  180|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  |  |  ------------------
  |  |  |  |  |  |  140|     28|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (717:8): [True: 28, False: 0]
  ------------------
  718|     28|			sc_log(ctx, "ECDSA using SC_ALGORITHM_ECDSA_RAW flags before 0x%8.8lx", flags);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  719|     28|				flags |= SC_ALGORITHM_ECDSA_RAW;
  ------------------
  |  |  174|     28|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  720|     28|				flags &= ~SC_ALGORITHM_ECDSA_HASHES;
  ------------------
  |  |  181|     28|#define SC_ALGORITHM_ECDSA_HASHES		(SC_ALGORITHM_ECDSA_HASH_SHA1 | \
  |  |  ------------------
  |  |  |  |  176|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     28|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  182|     28|							SC_ALGORITHM_ECDSA_HASH_SHA224 | \
  |  |  ------------------
  |  |  |  |  177|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  |  |  ------------------
  |  |  |  |  |  |  141|     28|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  183|     28|							SC_ALGORITHM_ECDSA_HASH_SHA256 | \
  |  |  ------------------
  |  |  |  |  178|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|     28|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  184|     28|							SC_ALGORITHM_ECDSA_HASH_SHA384 | \
  |  |  ------------------
  |  |  |  |  179|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  |  |  ------------------
  |  |  |  |  |  |  139|     28|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  185|     28|							SC_ALGORITHM_ECDSA_HASH_SHA512)
  |  |  ------------------
  |  |  |  |  180|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  |  |  ------------------
  |  |  |  |  |  |  140|     28|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  721|     28|		}
  722|     28|	}
  723|       |
  724|    238|	r = sc_get_encoding_flags(ctx, flags, alg_info->flags, &pad_flags, &sec_flags);
  725|    238|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    238|#define SC_SUCCESS				0
  ------------------
  |  Branch (725:6): [True: 0, False: 238]
  ------------------
  726|      0|		goto err;
  727|      0|	}
  728|       |	/* senv now has flags card or driver will do */
  729|    238|	senv.algorithm_flags = sec_flags;
  730|       |
  731|    238|	sc_log(ctx, "DEE flags:0x%8.8lx alg_info->flags:0x%8.8lx pad:0x%8.8lx sec:0x%8.8lx",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  732|    238|		flags, alg_info->flags, pad_flags, sec_flags);
  733|       |
  734|       |	/* add the padding bytes (if necessary) */
  735|    238|	if (pad_flags != 0) {
  ------------------
  |  Branch (735:6): [True: 114, False: 124]
  ------------------
  736|    114|		size_t tmplen = buflen;
  737|       |
  738|       |		/* XXX Assuming RSA key here */
  739|    114|		r = sc_pkcs1_encode(ctx, pad_flags, tmp, inlen, tmp, &tmplen,
  740|    114|		    prkey->modulus_length, pMechanism);
  741|    114|		LOG_TEST_GOTO_ERR(ctx, r, "Unable to add padding");
  ------------------
  |  |  184|    114|#define LOG_TEST_GOTO_ERR(ctx, r, text) SC_TEST_GOTO_ERR((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  176|    114|#define SC_TEST_GOTO_ERR(ctx, level, r, text) do { \
  |  |  |  |  177|    114|	int _ret = (r); \
  |  |  |  |  178|    114|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (178:6): [True: 0, False: 114]
  |  |  |  |  ------------------
  |  |  |  |  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|    114|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 114]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  742|    114|		inlen = tmplen;
  743|    114|	}
  744|    124|	else if ( senv.algorithm == SC_ALGORITHM_RSA &&
  ------------------
  |  |   69|    248|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (744:12): [True: 96, False: 28]
  ------------------
  745|     96|	          (flags & SC_ALGORITHM_RSA_PADS) == SC_ALGORITHM_RSA_PAD_NONE) {
  ------------------
  |  |  103|     96|#define SC_ALGORITHM_RSA_PADS		0x000000FF
  ------------------
              	          (flags & SC_ALGORITHM_RSA_PADS) == SC_ALGORITHM_RSA_PAD_NONE) {
  ------------------
  |  |  104|     96|#define SC_ALGORITHM_RSA_PAD_NONE	0x00000001
  ------------------
  |  Branch (745:12): [True: 8, False: 88]
  ------------------
  746|       |		/* Add zero-padding if input is shorter than the modulus */
  747|      8|		if (inlen < modlen) {
  ------------------
  |  Branch (747:7): [True: 7, False: 1]
  ------------------
  748|      7|			if (modlen > buflen) {
  ------------------
  |  Branch (748:8): [True: 0, False: 7]
  ------------------
  749|      0|				r = SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  750|      0|				goto err;
  751|      0|			}
  752|      7|			memmove(tmp+modlen-inlen, tmp, inlen);
  753|      7|			memset(tmp, 0, modlen-inlen);
  754|      7|		}
  755|      8|		inlen = modlen;
  756|      8|	}
  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|    116|	else if (senv.algorithm == SC_ALGORITHM_EC &&
  ------------------
  |  |   70|    232|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (763:11): [True: 28, False: 88]
  ------------------
  764|     28|			(senv.algorithm_flags & SC_ALGORITHM_ECDSA_HASHES) == 0) {
  ------------------
  |  |  181|     28|#define SC_ALGORITHM_ECDSA_HASHES		(SC_ALGORITHM_ECDSA_HASH_SHA1 | \
  |  |  ------------------
  |  |  |  |  176|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  |  |  ------------------
  |  |  |  |  |  |  134|     28|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  182|     28|							SC_ALGORITHM_ECDSA_HASH_SHA224 | \
  |  |  ------------------
  |  |  |  |  177|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  |  |  ------------------
  |  |  |  |  |  |  141|     28|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  183|     28|							SC_ALGORITHM_ECDSA_HASH_SHA256 | \
  |  |  ------------------
  |  |  |  |  178|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  |  |  ------------------
  |  |  |  |  |  |  138|     28|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  184|     28|							SC_ALGORITHM_ECDSA_HASH_SHA384 | \
  |  |  ------------------
  |  |  |  |  179|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  |  |  ------------------
  |  |  |  |  |  |  139|     28|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  185|     28|							SC_ALGORITHM_ECDSA_HASH_SHA512)
  |  |  ------------------
  |  |  |  |  180|     28|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  |  |  ------------------
  |  |  |  |  |  |  140|     28|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (764:4): [True: 28, False: 0]
  ------------------
  765|     28|		inlen = MIN(inlen, BYTES4BITS(prkey->field_length));
  ------------------
  |  |   70|     28|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 2, False: 26]
  |  |  ------------------
  ------------------
  766|     28|	}
  767|       |
  768|       |
  769|    238|	r = use_key(p15card, obj, &senv, sc_compute_signature, tmp, inlen,
  770|    238|			out, outlen);
  771|    238|	LOG_TEST_GOTO_ERR(ctx, r, "use_key() failed");
  ------------------
  |  |  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: 190, False: 48]
  |  |  |  |  ------------------
  |  |  |  |  179|    190|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    190|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  180|    190|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  181|    190|		goto err; \
  |  |  |  |  182|    190|	} \
  |  |  |  |  183|    238|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (183:9): [Folded, False: 48]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  772|       |
  773|       |	/* Some cards may return RSA signature as integer without leading zero bytes */
  774|       |	/* Already know outlen >= modlen and r >= 0 */
  775|     48|	if (obj->type == SC_PKCS15_TYPE_PRKEY_RSA && (unsigned)r < modlen) {
  ------------------
  |  |  419|     96|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (775:6): [True: 48, False: 0]
  |  Branch (775:47): [True: 32, False: 16]
  ------------------
  776|     32|		memmove(out + modlen - r, out, r);
  777|     32|		memset(out, 0, modlen - r);
  778|     32|		r = (int)modlen;
  779|     32|	}
  780|       |
  781|    238|err:
  782|    238|	sc_mem_secure_clear_free(buf, buflen);
  ------------------
  |  | 1580|    238|#define sc_mem_secure_clear_free(ptr, len) do { \
  |  | 1581|    238|	sc_mem_clear(ptr, len); \
  |  | 1582|    238|	sc_mem_secure_free(ptr, len); \
  |  | 1583|    238|} while (0);
  |  |  ------------------
  |  |  |  Branch (1583:10): [Folded, False: 238]
  |  |  ------------------
  ------------------
  783|       |
  784|    238|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  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: 190, False: 48]
  |  |  |  |  ------------------
  |  |  |  |  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|    190|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 190, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    190|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    190|	} else { \
  |  |  |  |  159|     48|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|     48|			"returning with: %d\n", _ret); \
  |  |  |  |  161|     48|	} \
  |  |  |  |  162|    238|	return _ret; \
  |  |  |  |  163|    238|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  785|    238|}
pkcs15-sec.c:format_senv:
  175|    450|{
  176|    450|	sc_context_t *ctx = p15card->card->ctx;
  177|    450|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
  178|    450|	const struct sc_pkcs15_skey_info *skey = (const struct sc_pkcs15_skey_info *) obj->data;
  179|       |
  180|    450|	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|    450|	memcpy(senv_out->supported_algos, &p15card->tokeninfo->supported_algos, sizeof(senv_out->supported_algos));
  185|       |
  186|    450|	if (!((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY || (obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY))
  ------------------
  |  |  416|    450|#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|    900|#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|      0|#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|      0|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (186:8): [True: 450, False: 0]
  |  Branch (186:75): [True: 0, False: 0]
  ------------------
  187|    450|		LOG_TEST_RET(ctx, SC_ERROR_NOT_ALLOWED, "This is not a private or secret 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |
  189|       |	/* If the key is not native, we can't operate with it. */
  190|    450|	if (!prkey->native)
  ------------------
  |  Branch (190:6): [True: 0, False: 450]
  ------------------
  191|    450|		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|    450|	switch (obj->type) {
  194|    419|		case SC_PKCS15_TYPE_PRKEY_RSA:
  ------------------
  |  |  419|    419|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (194:3): [True: 419, False: 31]
  ------------------
  195|    419|			*alg_info_out = sc_card_find_rsa_alg(p15card->card, prkey->modulus_length);
  196|    419|			if (*alg_info_out == NULL) {
  ------------------
  |  Branch (196:8): [True: 18, False: 401]
  ------------------
  197|     18|				sc_log(ctx, "Card does not support RSA with key length %zu",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  198|     18|						prkey->modulus_length);
  199|     18|				LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  200|     18|			}
  201|    401|			senv_out->algorithm = SC_ALGORITHM_RSA;
  ------------------
  |  |   69|    401|#define SC_ALGORITHM_RSA		0
  ------------------
  202|    401|			senv_out->key_size_bits = prkey->modulus_length;
  203|    401|			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: 450]
  ------------------
  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: 450]
  ------------------
  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: 450]
  ------------------
  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|     31|		case SC_PKCS15_TYPE_PRKEY_EC:
  ------------------
  |  |  421|     31|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (238:3): [True: 31, False: 419]
  ------------------
  239|     31|			*alg_info_out = sc_card_find_ec_alg(p15card->card, prkey->field_length, NULL);
  240|     31|			if (*alg_info_out == NULL) {
  ------------------
  |  Branch (240:8): [True: 3, False: 28]
  ------------------
  241|      3|				sc_log(ctx, "Card does not support EC with field_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__
  |  |  ------------------
  ------------------
  242|      3|						prkey->field_length);
  243|      3|				LOG_FUNC_RETURN(ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  244|      3|			}
  245|     28|			senv_out->algorithm = SC_ALGORITHM_EC;
  ------------------
  |  |   70|     28|#define SC_ALGORITHM_EC		2
  ------------------
  246|     28|			senv_out->key_size_bits = prkey->field_length;
  247|       |
  248|     28|			senv_out->flags |= SC_SEC_ENV_ALG_REF_PRESENT;
  ------------------
  |  |   56|     28|#define SC_SEC_ENV_ALG_REF_PRESENT	0x0001
  ------------------
  249|     28|			senv_out->algorithm_ref = prkey->field_length;
  250|     28|			break;
  251|      0|		case SC_PKCS15_TYPE_SKEY_GENERIC:
  ------------------
  |  |  433|      0|#define SC_PKCS15_TYPE_SKEY_GENERIC		0x301
  ------------------
  |  Branch (251:3): [True: 0, False: 450]
  ------------------
  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: 450]
  ------------------
  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|    450|	}
  267|    429|	senv_out->flags |= SC_SEC_ENV_ALG_PRESENT;
  ------------------
  |  |   60|    429|#define SC_SEC_ENV_ALG_PRESENT		0x0010
  ------------------
  268|       |
  269|       |	/* optional keyReference attribute (the default value is -1) */
  270|    429|	if (prkey->key_reference >= 0) {
  ------------------
  |  Branch (270:6): [True: 429, False: 0]
  ------------------
  271|    429|		senv_out->key_ref_len = 1;
  272|    429|		senv_out->key_ref[0] = prkey->key_reference & 0xFF;
  273|    429|		senv_out->flags |= SC_SEC_ENV_KEY_REF_PRESENT;
  ------------------
  |  |   58|    429|#define SC_SEC_ENV_KEY_REF_PRESENT	0x0004
  ------------------
  274|    429|	}
  275|       |
  276|    429|	return SC_SUCCESS;
  ------------------
  |  |   28|    429|#define SC_SUCCESS				0
  ------------------
  277|    450|}
pkcs15-sec.c:use_key:
  133|    429|{
  134|    429|	int r = SC_SUCCESS;
  ------------------
  |  |   28|    429|#define SC_SUCCESS				0
  ------------------
  135|    429|	int revalidated_cached_pin = 0;
  136|    429|	sc_path_t path;
  137|    429|	LOG_TEST_RET(p15card->card->ctx, get_file_path(obj, &path), "Failed to get key file path.");
  ------------------
  |  |  174|    429|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    429|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    429|	int _ret = (r); \
  |  |  |  |  168|    429|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 429]
  |  |  |  |  ------------------
  |  |  |  |  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|    429|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 429]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  138|       |
  139|    429|	r = sc_lock(p15card->card);
  140|    429|	LOG_TEST_RET(p15card->card->ctx, r, "sc_lock() failed");
  ------------------
  |  |  174|    429|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    429|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    429|	int _ret = (r); \
  |  |  |  |  168|    429|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 0, False: 429]
  |  |  |  |  ------------------
  |  |  |  |  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|    429|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 429]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  141|       |
  142|    434|	do {
  143|    434|		if (path.len != 0 || path.aid.len != 0) {
  ------------------
  |  Branch (143:7): [True: 61, False: 373]
  |  Branch (143:24): [True: 2, False: 371]
  ------------------
  144|     63|			r = select_key_file(p15card, obj, senv);
  145|     63|			if (r < 0) {
  ------------------
  |  Branch (145:8): [True: 5, False: 58]
  ------------------
  146|      5|				sc_log(p15card->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__
  |  |  ------------------
  ------------------
  147|      5|						"Unable to select private key file");
  148|      5|			}
  149|     63|		}
  150|    434|		if (r == SC_SUCCESS)
  ------------------
  |  |   28|    434|#define SC_SUCCESS				0
  ------------------
  |  Branch (150:7): [True: 429, False: 5]
  ------------------
  151|    429|			r = sc_set_security_env(p15card->card, senv, 0);
  152|       |
  153|    434|		if (r == SC_SUCCESS)
  ------------------
  |  |   28|    434|#define SC_SUCCESS				0
  ------------------
  |  Branch (153:7): [True: 343, False: 91]
  ------------------
  154|    343|			r = card_command(p15card->card, in, inlen, out, outlen);
  155|       |
  156|    434|		if (revalidated_cached_pin)
  ------------------
  |  Branch (156:7): [True: 5, False: 429]
  ------------------
  157|       |			/* only re-validate once */
  158|      5|			break;
  159|    429|		if (r == SC_ERROR_SECURITY_STATUS_NOT_SATISFIED) {
  ------------------
  |  |   61|    429|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (159:7): [True: 13, False: 416]
  ------------------
  160|     13|			r = sc_pkcs15_pincache_revalidate(p15card, obj);
  161|     13|			if (r < 0)
  ------------------
  |  Branch (161:8): [True: 8, False: 5]
  ------------------
  162|      8|				break;
  163|      5|			revalidated_cached_pin = 1;
  164|      5|		}
  165|    429|	} while (revalidated_cached_pin);
  ------------------
  |  Branch (165:11): [True: 5, False: 416]
  ------------------
  166|       |
  167|    429|	sc_unlock(p15card->card);
  168|       |
  169|    429|	LOG_FUNC_RETURN(p15card->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: 299, False: 130]
  |  |  |  |  ------------------
  |  |  |  |  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|    282|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 282, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  157|    299|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    299|	} else { \
  |  |  |  |  159|    130|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    130|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    130|	} \
  |  |  |  |  162|    429|	return _ret; \
  |  |  |  |  163|    429|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  170|    429|}
pkcs15-sec.c:get_file_path:
   57|    492|{
   58|    492|	if (!path)
  ------------------
  |  Branch (58:6): [True: 0, False: 492]
  ------------------
   59|      0|		return SC_ERROR_INCORRECT_PARAMETERS;
  ------------------
  |  |   55|      0|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
   60|       |
   61|    492|	const struct sc_pkcs15_prkey_info *prkey = (const struct sc_pkcs15_prkey_info *) obj->data;
   62|    492|	const struct sc_pkcs15_skey_info *skey = (const struct sc_pkcs15_skey_info *) obj->data;
   63|       |
   64|    492|	if ((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY) {
  ------------------
  |  |  416|    492|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              	if ((obj->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY) {
  ------------------
  |  |  418|    492|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (64:6): [True: 492, False: 0]
  ------------------
   65|    492|		*path = prkey->path;
   66|    492|	}
   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|    492|	return SC_SUCCESS;
  ------------------
  |  |   28|    492|#define SC_SUCCESS				0
  ------------------
   74|    492|}
pkcs15-sec.c:select_key_file:
   80|     63|{
   81|     63|	sc_context_t *ctx = p15card->card->ctx;
   82|     63|	sc_path_t orig_path;
   83|     63|	sc_path_t path, file_id;
   84|     63|	int r;
   85|       |
   86|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   87|       |
   88|     63|	LOG_TEST_RET(ctx, get_file_path(key, &orig_path), "Could not get key file path.");
  ------------------
  |  |  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: 0, False: 63]
  |  |  |  |  ------------------
  |  |  |  |  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|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 63]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   89|     63|	memset(&path, 0, sizeof(sc_path_t));
   90|     63|	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|     63|	if (!orig_path.len && orig_path.aid.len) {
  ------------------
  |  Branch (96:6): [True: 2, False: 61]
  |  Branch (96:24): [True: 2, False: 0]
  ------------------
   97|       |		/* Private key is a SDO allocated in application DF */
   98|      2|		path = orig_path;
   99|      2|	}
  100|     61|	else if (orig_path.len == 2 && p15card->file_app != NULL) {
  ------------------
  |  Branch (100:11): [True: 0, False: 61]
  |  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|     61|	else if (orig_path.len > 2) {
  ------------------
  |  Branch (108:11): [True: 61, False: 0]
  ------------------
  109|     61|		path = orig_path;
  110|     61|		memcpy(file_id.value, orig_path.value + orig_path.len - 2, 2);
  111|     61|		file_id.len = 2;
  112|     61|		file_id.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|     61|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  113|     61|		senv->file_ref = file_id;
  114|     61|		senv->flags |= SC_SEC_ENV_FILE_REF_PRESENT;
  ------------------
  |  |   57|     61|#define SC_SEC_ENV_FILE_REF_PRESENT	0x0002
  ------------------
  115|     61|	}
  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|     63|	r = sc_select_file(p15card->card, &path, NULL);
  121|     63|	LOG_TEST_RET(ctx, r, "sc_select_file() failed");
  ------------------
  |  |  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: 5, False: 58]
  |  |  |  |  ------------------
  |  |  |  |  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|     63|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 58]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  122|       |
  123|     58|	LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  124|     58|}

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

sc_pkcs15_decode_skdf_entry:
  102|      2|{
  103|      2|        struct sc_context *ctx = p15card->card->ctx;
  104|      2|        struct sc_pkcs15_skey_info info;
  105|      2|	int r, i, ii;
  106|      2|	size_t usage_len = sizeof(info.usage);
  107|      2|	size_t af_len = sizeof(info.access_flags);
  108|      2|	struct sc_asn1_entry asn1_com_key_attr[C_ASN1_COM_KEY_ATTR_SIZE];
  109|      2|	struct sc_asn1_entry asn1_com_skey_attr[C_ASN1_COM_SKEY_ATTR_SIZE];
  110|      2|	struct sc_asn1_entry asn1_generic_skey_attr[C_ASN1_COM_SKEY_GENERIC_ATTR_SIZE];
  111|      2|	struct sc_asn1_entry asn1_generic_skey_value_attr[C_ASN1_COM_SKEY_GENERIC_VALUE_ATTR_SIZE];
  112|      2|	struct sc_asn1_entry asn1_skey_choice[C_ASN1_SKEY_CHOICE_SIZE];
  113|      2|	struct sc_asn1_entry asn1_skey[C_ASN1_SKEY_SIZE];
  114|      2|	struct sc_asn1_entry asn1_supported_algorithms[C_ASN1_SUPPORTED_ALGORITHMS_SIZE];
  115|      2|	struct sc_asn1_pkcs15_object skey_des_obj = {
  116|      2|		obj, asn1_com_key_attr, asn1_com_skey_attr, asn1_generic_skey_attr
  117|      2|	};
  118|      2|	static const struct sc_object_id id_aes = { { 2, 16, 840, 1, 101, 3, 4, 1, -1 } };
  119|      2|	struct sc_object_id temp_oid;
  120|       |
  121|      2|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_ASN1);
  ------------------
  |  |  148|      2|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|      2|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|      2|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 2]
  |  |  ------------------
  ------------------
  122|       |
  123|      2|	sc_copy_asn1_entry(c_asn1_skey, asn1_skey);
  124|      2|	sc_copy_asn1_entry(c_asn1_skey_choice, asn1_skey_choice);
  125|      2|	sc_copy_asn1_entry(c_asn1_supported_algorithms, asn1_supported_algorithms);
  126|       |
  127|      2|	sc_copy_asn1_entry(c_asn1_com_key_attr, asn1_com_key_attr);
  128|      2|	sc_copy_asn1_entry(c_asn1_com_skey_attr, asn1_com_skey_attr);
  129|      2|	sc_copy_asn1_entry(c_asn1_generic_skey_attr, asn1_generic_skey_attr);
  130|      2|	sc_copy_asn1_entry(c_asn1_generic_skey_value_attr, asn1_generic_skey_value_attr);
  131|       |
  132|      2|	sc_format_asn1_entry(asn1_skey + 0, asn1_skey_choice, NULL, 0);
  133|      2|	sc_format_asn1_entry(asn1_skey_choice + 0, &skey_des_obj, NULL, 0);
  134|      2|	sc_format_asn1_entry(asn1_skey_choice + 1, &skey_des_obj, NULL, 0);
  135|      2|	sc_format_asn1_entry(asn1_skey_choice + 2, &skey_des_obj, NULL, 0);
  136|      2|	sc_format_asn1_entry(asn1_skey_choice + 3, &skey_des_obj, NULL, 0);
  137|       |
  138|      2|	sc_format_asn1_entry(asn1_com_key_attr + 0, &info.id, NULL, 0);
  139|      2|	sc_format_asn1_entry(asn1_com_key_attr + 1, &info.usage, &usage_len, 0);
  140|      2|	sc_format_asn1_entry(asn1_com_key_attr + 2, &info.native, NULL, 0);
  141|      2|	sc_format_asn1_entry(asn1_com_key_attr + 3, &info.access_flags, &af_len, 0);
  142|      2|	sc_format_asn1_entry(asn1_com_key_attr + 4, &info.key_reference, NULL, 0);
  143|     34|	for (i=0; i<SC_MAX_SUPPORTED_ALGORITHMS && (asn1_supported_algorithms + i)->name; i++)
  ------------------
  |  |   61|     68|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (143:12): [True: 32, False: 2]
  |  Branch (143:45): [True: 32, False: 0]
  ------------------
  144|     32|		sc_format_asn1_entry(asn1_supported_algorithms + i, &info.algo_refs[i], NULL, 0);
  145|      2|	sc_format_asn1_entry(asn1_com_key_attr + 5, asn1_supported_algorithms, NULL, 0);
  146|       |
  147|      2|	sc_format_asn1_entry(asn1_com_skey_attr + 0, &info.value_len, NULL, 0);
  148|       |
  149|      2|	sc_format_asn1_entry(asn1_generic_skey_attr + 0, asn1_generic_skey_value_attr, NULL, 0);
  150|      2|	sc_format_asn1_entry(asn1_generic_skey_value_attr + 0, &info.path, NULL, 0);
  151|       |
  152|       |        /* Fill in defaults */
  153|      2|	memset(&info, 0, sizeof(info));
  154|      2|	info.native = 1;
  155|       |
  156|      2|	r = sc_asn1_decode(ctx, asn1_skey, *buf, *buflen, buf, buflen);
  157|      2|	if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|      2|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (157:6): [True: 1, False: 1]
  ------------------
  158|      1|		return r;
  159|      1|	LOG_TEST_RET(ctx, r, "ASN.1 decoding 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  160|      0|	if (asn1_skey_choice[0].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (160:6): [True: 0, False: 0]
  ------------------
  161|      0|		obj->type = SC_PKCS15_TYPE_SKEY_GENERIC;
  ------------------
  |  |  433|      0|#define SC_PKCS15_TYPE_SKEY_GENERIC		0x301
  ------------------
  162|       |
  163|       |		/* Check key type. framework-pkcs15 recognizes one type per key, and AES is the only algorithm supported for
  164|       |		* SKEY_GENERIC type keys, so just check if this key is AES compatible. */
  165|       |
  166|      0|		for (i = 0; i < SC_MAX_SUPPORTED_ALGORITHMS && info.algo_refs[i] != 0 && info.key_type == 0; i++) {
  ------------------
  |  |   61|      0|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (166:15): [True: 0, False: 0]
  |  Branch (166:50): [True: 0, False: 0]
  |  Branch (166:76): [True: 0, False: 0]
  ------------------
  167|      0|			for (ii = 0; ii < SC_MAX_SUPPORTED_ALGORITHMS && p15card->tokeninfo != 0; ii++) {
  ------------------
  |  |   61|      0|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (167:17): [True: 0, False: 0]
  |  Branch (167:53): [True: 0, False: 0]
  ------------------
  168|      0|				if (info.algo_refs[i] == p15card->tokeninfo->supported_algos[ii].reference) {
  ------------------
  |  Branch (168:9): [True: 0, False: 0]
  ------------------
  169|      0|					temp_oid = p15card->tokeninfo->supported_algos[ii].algo_id;
  170|      0|					temp_oid.value[8] = -1; /* strip off AES subtype octet*/
  171|       |
  172|      0|					if (sc_compare_oid(&id_aes, &temp_oid)) {
  ------------------
  |  Branch (172:10): [True: 0, False: 0]
  ------------------
  173|      0|						info.key_type = CKK_AES;
  ------------------
  |  |  485|      0|#define CKK_AES 0x0000001FUL
  ------------------
  174|      0|						break;
  175|      0|					}
  176|      0|				}
  177|      0|			}
  178|      0|		}
  179|      0|	}
  180|      0|	else if (asn1_skey_choice[1].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (180:11): [True: 0, False: 0]
  ------------------
  181|      0|		obj->type = SC_PKCS15_TYPE_SKEY_DES;
  ------------------
  |  |  434|      0|#define SC_PKCS15_TYPE_SKEY_DES			0x302
  ------------------
  182|      0|	else if (asn1_skey_choice[2].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (182:11): [True: 0, False: 0]
  ------------------
  183|      0|		obj->type = SC_PKCS15_TYPE_SKEY_2DES;
  ------------------
  |  |  435|      0|#define SC_PKCS15_TYPE_SKEY_2DES		0x303
  ------------------
  184|      0|	else if (asn1_skey_choice[3].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (184:11): [True: 0, False: 0]
  ------------------
  185|      0|		obj->type = SC_PKCS15_TYPE_SKEY_3DES;
  ------------------
  |  |  436|      0|#define SC_PKCS15_TYPE_SKEY_3DES		0x304
  ------------------
  186|      0|	else
  187|      0|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "unsupported secret key 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  188|       |
  189|      0|	obj->data = malloc(sizeof(info));
  190|      0|	if (obj->data == NULL)
  ------------------
  |  Branch (190:6): [True: 0, False: 0]
  ------------------
  191|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  192|      0|	memcpy(obj->data, &info, sizeof(info));
  193|       |
  194|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  195|      0|}
sc_pkcs15_free_skey_info:
  275|     13|{
  276|     13|	if (info) {
  ------------------
  |  Branch (276:6): [True: 13, False: 0]
  ------------------
  277|     13|		free(info->data.value);
  278|     13|		free(info);
  279|     13|	}
  280|     13|}

sc_pkcs15emu_srbeid_init_ex:
  570|  9.82k|{
  571|  9.82k|	(void)aid;
  572|       |
  573|  9.82k|	if (p15card->card->type != SC_CARD_TYPE_SRBEID_BASE)
  ------------------
  |  Branch (573:6): [True: 9.57k, False: 242]
  ------------------
  574|  9.57k|		return SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  9.57k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  575|       |
  576|    242|	return sc_pkcs15emu_srbeid_init(p15card);
  577|  9.82k|}
pkcs15-srbeid.c:sc_pkcs15emu_srbeid_init:
  415|    242|{
  416|    242|	sc_card_t *card = p15card->card;
  417|    242|	cert_entry_t *certs = NULL;
  418|    242|	int ncerts, i, r = SC_SUCCESS;
  ------------------
  |  |   28|    242|#define SC_SUCCESS				0
  ------------------
  419|       |
  420|    242|	sc_log(card->ctx, "srbeid: pkcs15 bind");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  421|       |
  422|    242|	ncerts = srbeid_enum_certs(card, &certs);
  423|    242|	if (ncerts < 0) {
  ------------------
  |  Branch (423:6): [True: 132, False: 110]
  ------------------
  424|    132|		sc_log(card->ctx, "srbeid: cert enumeration failed: %d", ncerts);
  ------------------
  |  |   71|    132|#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|    132|		return ncerts;
  426|    132|	}
  427|    110|	if (ncerts == 0) {
  ------------------
  |  Branch (427:6): [True: 61, False: 49]
  ------------------
  428|     61|		sc_log(card->ctx, "srbeid: no certificates found");
  ------------------
  |  |   71|     61|#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|     61|		goto out;
  430|     61|	}
  431|       |
  432|       |	/* Set card label and manufacturer. */
  433|     49|	set_string(&p15card->tokeninfo->label, "Serbian CardEdge");
  434|     49|	set_string(&p15card->tokeninfo->manufacturer_id, "CardEdge");
  435|       |
  436|       |	/* Query PIN tries_left via card driver's pin_cmd. */
  437|     49|	{
  438|     49|		struct sc_pin_cmd_data pin_data = {0};
  439|       |
  440|     49|		pin_data.cmd = SC_PIN_CMD_GET_INFO;
  ------------------
  |  |  418|     49|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  441|     49|		pin_data.pin_type = SC_AC_CHV;
  ------------------
  |  |  151|     49|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  442|     49|		pin_data.pin_reference = CE_PIN_REFERENCE;
  ------------------
  |  |   51|     49|#define CE_PIN_REFERENCE  0x80u
  ------------------
  443|     49|		pin_data.pin1.tries_left = -1;
  444|       |
  445|       |		/* Best-effort: failure to query PIN status is not fatal. */
  446|     49|		sc_pin_cmd(card, &pin_data);
  447|     49|		sc_log(card->ctx, "srbeid: PIN tries_left=%d", pin_data.pin1.tries_left);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  448|       |
  449|       |		/* ---- PIN auth object ----
  450|       |		 * Must be registered before private keys so auth_id links work. */
  451|     49|		{
  452|     49|			sc_pkcs15_auth_info_t auth_info = {0};
  453|     49|			sc_pkcs15_object_t auth_obj = {0};
  454|       |
  455|     49|			auth_info.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|     49|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  456|     49|			auth_info.auth_method = SC_AC_CHV;
  ------------------
  |  |  151|     49|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  457|     49|			auth_info.tries_left = pin_data.pin1.tries_left;
  458|     49|			auth_info.attrs.pin.reference = CE_PIN_REFERENCE;
  ------------------
  |  |   51|     49|#define CE_PIN_REFERENCE  0x80u
  ------------------
  459|     49|			auth_info.attrs.pin.min_length = 4;
  460|     49|			auth_info.attrs.pin.max_length = CE_PIN_MAX_LENGTH;
  ------------------
  |  |   52|     49|#define CE_PIN_MAX_LENGTH 8u
  ------------------
  461|     49|			auth_info.attrs.pin.stored_length = CE_PIN_MAX_LENGTH;
  ------------------
  |  |   52|     49|#define CE_PIN_MAX_LENGTH 8u
  ------------------
  462|     49|			auth_info.attrs.pin.type = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|     49|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  463|     49|			auth_info.attrs.pin.pad_char = 0x00;
  464|     49|			auth_info.attrs.pin.flags = SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_NEEDS_PADDING;
  ------------------
  |  |   58|     49|#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|     49|#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|     49|#define SC_PKCS15_PIN_FLAG_NEEDS_PADDING		0x0020
  ------------------
  465|     49|			auth_info.path.aid.len = AID_PKCS15_LEN;
  ------------------
  |  |   30|     49|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
  466|     49|			memcpy(auth_info.path.aid.value, AID_PKCS15, AID_PKCS15_LEN);
  ------------------
  |  |   30|     49|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
  467|     49|			auth_info.auth_id.len = 1;
  468|     49|			auth_info.auth_id.value[0] = 1;
  469|       |
  470|     49|			strncpy(auth_obj.label, "User PIN", sizeof(auth_obj.label) - 1);
  471|     49|			auth_obj.auth_id.len = 0;
  472|     49|			auth_obj.flags = SC_PKCS15_CO_FLAG_MODIFIABLE;
  ------------------
  |  |   51|     49|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
  473|       |
  474|     49|			r = sc_pkcs15emu_add_pin_obj(p15card, &auth_obj, &auth_info);
  475|     49|			if (r < 0) {
  ------------------
  |  Branch (475:8): [True: 0, False: 49]
  ------------------
  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|     49|		}
  480|     49|	}
  481|       |
  482|    146|	for (i = 0; i < ncerts; i++) {
  ------------------
  |  Branch (482:14): [True: 97, False: 49]
  ------------------
  483|     97|		sc_pkcs15_prkey_info_t key_info = {0};
  484|     97|		sc_pkcs15_object_t key_obj = {0};
  485|     97|		sc_pkcs15_cert_info_t cert_info = {0};
  486|     97|		sc_pkcs15_object_t cert_obj = {0};
  487|     97|		u8 *der = NULL;
  488|     97|		size_t der_len = 0;
  489|     97|		int is_kxc = (certs[i].key_pair_id == CE_AT_KEYEXCHANGE);
  ------------------
  |  |   44|     97|#define CE_AT_KEYEXCHANGE	1u
  ------------------
  490|       |
  491|       |		/* ---- Private key object ---- */
  492|       |
  493|     97|		key_info.id.len = 1;
  494|     97|		key_info.id.value[0] = (u8)(i + 1);
  495|     97|		key_info.native = 1;
  496|     97|		key_info.key_reference = (int)certs[i].key_fid;
  497|     97|		key_info.modulus_length = certs[i].key_size_bits
  ------------------
  |  Branch (497:29): [True: 3, False: 94]
  ------------------
  498|     97|							  ? certs[i].key_size_bits
  499|     97|							  : 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|     97|		if (is_kxc) {
  ------------------
  |  Branch (507:7): [True: 81, False: 16]
  ------------------
  508|     81|			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|     81|#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|     81|#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|     81|#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|     81|#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|     81|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
  509|     81|		} else {
  510|     16|			key_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  307|     16|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              			key_info.usage = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|     16|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
  511|     16|		}
  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|     97|		key_info.path.aid.len = AID_PKCS15_LEN;
  ------------------
  |  |   30|     97|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
  523|     97|		memcpy(key_info.path.aid.value, AID_PKCS15, AID_PKCS15_LEN);
  ------------------
  |  |   30|     97|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
  524|       |
  525|     97|		strncpy(key_obj.label, certs[i].label, sizeof(key_obj.label) - 1);
  526|     97|		key_obj.flags = SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|     97|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  527|     97|		key_obj.auth_id.len = 1;
  528|     97|		key_obj.auth_id.value[0] = 1;
  529|       |
  530|     97|		r = sc_pkcs15emu_add_rsa_prkey(p15card, &key_obj, &key_info);
  531|     97|		if (r < 0) {
  ------------------
  |  Branch (531:7): [True: 0, False: 97]
  ------------------
  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|     97|		if (srbeid_read_cert_der(card, certs[i].cert_fid, &der, &der_len) < 0) {
  ------------------
  |  Branch (537:7): [True: 96, False: 1]
  ------------------
  538|     96|			sc_log(card->ctx, "srbeid: could not read cert[%d] DER", i);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  539|     96|			continue;
  540|     96|		}
  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|     49|	sc_log(card->ctx, "srbeid: pkcs15 bind OK (%d certs)", ncerts);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  562|       |
  563|    110|out:
  564|    110|	free(certs);
  565|    110|	return r;
  566|     49|}
pkcs15-srbeid.c:srbeid_enum_certs:
  190|    242|{
  191|    242|	u8 *dir_buf = NULL, *mscp_buf = NULL, *cmap_buf = NULL;
  192|    242|	size_t dir_len = 0, mscp_len = 0, cmap_len = 0;
  193|    242|	ce_dir_entry_t *root_entries = NULL, *mscp_entries = NULL;
  194|    242|	int root_count = 0, mscp_count = 0;
  195|    242|	unsigned mscp_fid = 0, cmap_fid = 0;
  196|    242|	cert_entry_t *certs = NULL;
  197|    242|	int ncerts = 0, cap = 8;
  198|    242|	int r, i;
  199|    242|	size_t cmap_offset = 0, cmap_nrec = 0;
  200|       |
  201|    242|	*certs_out = NULL;
  202|       |
  203|       |	/* Select PKI applet. */
  204|    242|	if (iso7816_select_aid(card, AID_PKCS15, AID_PKCS15_LEN, NULL, NULL) != SC_SUCCESS) {
  ------------------
  |  |   30|    242|#define AID_PKCS15_LEN (sizeof(AID_PKCS15))
  ------------------
              	if (iso7816_select_aid(card, AID_PKCS15, AID_PKCS15_LEN, NULL, NULL) != SC_SUCCESS) {
  ------------------
  |  |   28|    242|#define SC_SUCCESS				0
  ------------------
  |  Branch (204:6): [True: 20, False: 222]
  ------------------
  205|     20|		r = SC_ERROR_CARD_CMD_FAILED;
  ------------------
  |  |   50|     20|#define SC_ERROR_CARD_CMD_FAILED		-1200
  ------------------
  206|     20|		goto out;
  207|     20|	}
  208|       |
  209|       |	/* Read root directory (FID 0x7000). */
  210|    222|	r = srbeid_read_file(card, CE_PKI_ROOT_DIR_FID, &dir_buf, &dir_len);
  ------------------
  |  |   46|    222|#define CE_PKI_ROOT_DIR_FID	0x7000u
  ------------------
  211|    222|	if (r < 0)
  ------------------
  |  Branch (211:6): [True: 15, False: 207]
  ------------------
  212|     15|		goto out;
  213|       |
  214|    207|	root_count = ce_parse_dir(dir_buf, dir_len, &root_entries);
  215|    207|	if (root_count < 0) {
  ------------------
  |  Branch (215:6): [True: 23, False: 184]
  ------------------
  216|     23|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     23|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  217|     23|		goto out;
  218|     23|	}
  219|       |
  220|  3.57k|	for (i = 0; i < root_count; i++) {
  ------------------
  |  Branch (220:14): [True: 3.50k, False: 65]
  ------------------
  221|  3.50k|		if (root_entries[i].is_dir && strcmp(root_entries[i].name, "mscp") == 0) {
  ------------------
  |  Branch (221:7): [True: 2.55k, False: 956]
  |  Branch (221:33): [True: 119, False: 2.43k]
  ------------------
  222|    119|			mscp_fid = root_entries[i].fid;
  223|    119|			break;
  224|    119|		}
  225|  3.50k|	}
  226|    184|	if (mscp_fid == 0) {
  ------------------
  |  Branch (226:6): [True: 65, False: 119]
  ------------------
  227|     65|		r = SC_ERROR_FILE_NOT_FOUND;
  ------------------
  |  |   51|     65|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  228|     65|		goto out;
  229|     65|	}
  230|       |
  231|       |	/* Read mscp directory. */
  232|    119|	r = srbeid_read_file(card, mscp_fid, &mscp_buf, &mscp_len);
  233|    119|	if (r < 0)
  ------------------
  |  Branch (233:6): [True: 8, False: 111]
  ------------------
  234|      8|		goto out;
  235|       |
  236|    111|	mscp_count = ce_parse_dir(mscp_buf, mscp_len, &mscp_entries);
  237|    111|	if (mscp_count < 0) {
  ------------------
  |  Branch (237:6): [True: 1, False: 110]
  ------------------
  238|      1|		r = SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  239|      1|		goto out;
  240|      1|	}
  241|       |
  242|    110|	certs = calloc((size_t)cap, sizeof(cert_entry_t));
  243|    110|	if (!certs) {
  ------------------
  |  Branch (243:6): [True: 0, False: 110]
  ------------------
  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|  1.92k|	for (i = 0; i < mscp_count; i++) {
  ------------------
  |  Branch (248:14): [True: 1.81k, False: 110]
  ------------------
  249|  1.81k|		ce_dir_entry_t *e = &mscp_entries[i];
  250|  1.81k|		if (e->is_dir)
  ------------------
  |  Branch (250:7): [True: 1.18k, False: 637]
  ------------------
  251|  1.18k|			continue;
  252|       |
  253|    637|		if (strcmp(e->name, "cmapfile") == 0) {
  ------------------
  |  Branch (253:7): [True: 44, False: 593]
  ------------------
  254|     44|			cmap_fid = e->fid;
  255|    593|		} else if (strlen(e->name) == 5) {
  ------------------
  |  Branch (255:14): [True: 171, False: 422]
  ------------------
  256|    171|			unsigned kp_id;
  257|    171|			const char *lbl;
  258|       |
  259|    171|			if (strncmp(e->name, "kxc", 3) == 0) {
  ------------------
  |  Branch (259:8): [True: 81, False: 90]
  ------------------
  260|     81|				kp_id = CE_AT_KEYEXCHANGE;
  ------------------
  |  |   44|     81|#define CE_AT_KEYEXCHANGE	1u
  ------------------
  261|     81|				lbl = "Key Exchange Certificate";
  262|     90|			} else if (strncmp(e->name, "ksc", 3) == 0) {
  ------------------
  |  Branch (262:15): [True: 16, False: 74]
  ------------------
  263|     16|				kp_id = CE_AT_SIGNATURE;
  ------------------
  |  |   45|     16|#define CE_AT_SIGNATURE		2u
  ------------------
  264|     16|				lbl = "Digital Signature Certificate";
  265|     74|			} else {
  266|     74|				continue;
  267|     74|			}
  268|       |
  269|     97|			if (ncerts >= cap) {
  ------------------
  |  Branch (269:8): [True: 0, False: 97]
  ------------------
  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|     97|			certs[ncerts].cont_id = (unsigned)(e->name[3] - '0') * 10 + (unsigned)(e->name[4] - '0');
  281|     97|			certs[ncerts].cert_fid = e->fid;
  282|     97|			certs[ncerts].key_pair_id = kp_id;
  283|     97|			snprintf(certs[ncerts].label, sizeof(certs[ncerts].label), "%s", lbl);
  284|     97|			ncerts++;
  285|     97|		}
  286|    637|	}
  287|       |
  288|       |	/* Read cmapfile and resolve key FIDs. */
  289|    110|	if (cmap_fid != 0) {
  ------------------
  |  Branch (289:6): [True: 37, False: 73]
  ------------------
  290|     37|		r = srbeid_read_file(card, cmap_fid, &cmap_buf, &cmap_len);
  291|     37|		if (r == SC_SUCCESS) {
  ------------------
  |  |   28|     37|#define SC_SUCCESS				0
  ------------------
  |  Branch (291:7): [True: 13, False: 24]
  ------------------
  292|       |			/* Optional 2-byte prefix present when (len-2) is a multiple of 86. */
  293|     13|			if (cmap_len >= 2 && (cmap_len - 2) % CE_CMAP_RECORD_SIZE == 0)
  ------------------
  |  |   38|      9|#define CE_CMAP_RECORD_SIZE	86u
  ------------------
  |  Branch (293:8): [True: 9, False: 4]
  |  Branch (293:25): [True: 1, False: 8]
  ------------------
  294|      1|				cmap_offset = 2;
  295|     13|			cmap_nrec = (cmap_len - cmap_offset) / CE_CMAP_RECORD_SIZE;
  ------------------
  |  |   38|     13|#define CE_CMAP_RECORD_SIZE	86u
  ------------------
  296|     13|		}
  297|     37|	}
  298|       |
  299|    207|	for (i = 0; i < ncerts; i++) {
  ------------------
  |  Branch (299:14): [True: 97, False: 110]
  ------------------
  300|     97|		unsigned ci = certs[i].cont_id;
  301|       |
  302|     97|		if (cmap_buf && ci < cmap_nrec) {
  ------------------
  |  Branch (302:7): [True: 14, False: 83]
  |  Branch (302:19): [True: 5, False: 9]
  ------------------
  303|      5|			size_t rec = cmap_offset + (size_t)ci * CE_CMAP_RECORD_SIZE;
  ------------------
  |  |   38|      5|#define CE_CMAP_RECORD_SIZE	86u
  ------------------
  304|      5|			u8 flags = cmap_buf[rec + CE_CMAP_FLAGS_OFFSET];
  ------------------
  |  |   39|      5|#define CE_CMAP_FLAGS_OFFSET	80u
  ------------------
  305|       |
  306|      5|			if (flags & CE_CMAP_VALID_CONTAINER) {
  ------------------
  |  |   42|      5|#define CE_CMAP_VALID_CONTAINER 0x01u
  ------------------
  |  Branch (306:8): [True: 4, False: 1]
  ------------------
  307|      4|				size_t sz_off = (certs[i].key_pair_id == CE_AT_KEYEXCHANGE)
  ------------------
  |  |   44|      4|#define CE_AT_KEYEXCHANGE	1u
  ------------------
  |  Branch (307:21): [True: 4, False: 0]
  ------------------
  308|      4|								? rec + CE_CMAP_KX_SIZE_OFFSET
  ------------------
  |  |   41|      4|#define CE_CMAP_KX_SIZE_OFFSET	84u
  ------------------
  309|      4|								: rec + CE_CMAP_SIG_SIZE_OFFSET;
  ------------------
  |  |   40|      0|#define CE_CMAP_SIG_SIZE_OFFSET 82u
  ------------------
  310|      4|				unsigned kbits = (unsigned)cmap_buf[sz_off] | ((unsigned)cmap_buf[sz_off + 1] << 8);
  311|      4|				if (kbits != 0) {
  ------------------
  |  Branch (311:9): [True: 3, False: 1]
  ------------------
  312|      3|					certs[i].key_size_bits = kbits;
  313|      3|					certs[i].key_fid = ce_private_key_fid(ci, certs[i].key_pair_id);
  314|      3|				}
  315|      4|			}
  316|      5|		}
  317|     97|		sc_log(card->ctx,
  ------------------
  |  |   71|     97|#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|     97|				"srbeid: cert[%d] \"%s\" cert_fid=0x%04x key_fid=0x%04x key_size=%u",
  319|     97|				i, certs[i].label, certs[i].cert_fid,
  320|     97|				certs[i].key_fid, certs[i].key_size_bits);
  321|     97|	}
  322|       |
  323|    110|	*certs_out = certs;
  324|    110|	certs = NULL;
  325|    110|	r = ncerts;
  326|       |
  327|    242|out:
  328|    242|	free(dir_buf);
  329|    242|	free(mscp_buf);
  330|    242|	free(cmap_buf);
  331|    242|	free(root_entries);
  332|    242|	free(mscp_entries);
  333|    242|	free(certs);
  334|    242|	return r;
  335|    110|}
pkcs15-srbeid.c:srbeid_read_file:
   73|    475|{
   74|    475|	sc_path_t path = {0};
   75|    475|	sc_file_t *file = NULL;
   76|    475|	u8 *buf;
   77|    475|	int r;
   78|       |
   79|    475|	*buf_out = NULL;
   80|    475|	*out_len = 0;
   81|       |
   82|    475|	path.value[0] = (u8)((fid >> 8) & 0xFF);
   83|    475|	path.value[1] = (u8)(fid & 0xFF);
   84|    475|	path.len = 2;
   85|    475|	path.type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|    475|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
   86|       |
   87|    475|	r = sc_select_file(card, &path, &file);
   88|    475|	if (r < 0)
  ------------------
  |  Branch (88:6): [True: 103, False: 372]
  ------------------
   89|    103|		return r;
   90|       |
   91|    372|	if (!file || file->size == 0) {
  ------------------
  |  Branch (91:6): [True: 0, False: 372]
  |  Branch (91:15): [True: 8, False: 364]
  ------------------
   92|      8|		sc_file_free(file);
   93|      8|		return SC_SUCCESS;
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
   94|      8|	}
   95|       |
   96|    364|	if (file->size > 65536) {
  ------------------
  |  Branch (96:6): [True: 0, False: 364]
  ------------------
   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|    364|	buf = malloc(file->size);
  102|    364|	if (!buf) {
  ------------------
  |  Branch (102:6): [True: 0, False: 364]
  ------------------
  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|    364|	r = sc_read_binary(card, 0, buf, file->size, 0);
  108|    364|	sc_file_free(file);
  109|    364|	if (r < 0) {
  ------------------
  |  Branch (109:6): [True: 19, False: 345]
  ------------------
  110|     19|		free(buf);
  111|     19|		return r;
  112|     19|	}
  113|       |
  114|    345|	*buf_out = buf;
  115|    345|	*out_len = (size_t)r;
  116|    345|	return SC_SUCCESS;
  ------------------
  |  |   28|    345|#define SC_SUCCESS				0
  ------------------
  117|    364|}
pkcs15-srbeid.c:ce_parse_dir:
  138|    318|{
  139|    318|	size_t count, i;
  140|    318|	ce_dir_entry_t *entries;
  141|       |
  142|    318|	*entries_out = NULL;
  143|    318|	if (len < CE_DIR_HEADER_SIZE)
  ------------------
  |  |   47|    318|#define CE_DIR_HEADER_SIZE	10u
  ------------------
  |  Branch (143:6): [True: 4, False: 314]
  ------------------
  144|      4|		return -1;
  145|       |
  146|    314|	count = (size_t)data[6] | ((size_t)data[7] << 8);
  147|    314|	if (count == 0)
  ------------------
  |  Branch (147:6): [True: 3, False: 311]
  ------------------
  148|      3|		return 0;
  149|       |
  150|       |	/* Bound count against buffer size before allocation. */
  151|    311|	if (count > (len - CE_DIR_HEADER_SIZE) / CE_DIR_ENTRY_SIZE)
  ------------------
  |  |   47|    311|#define CE_DIR_HEADER_SIZE	10u
  ------------------
              	if (count > (len - CE_DIR_HEADER_SIZE) / CE_DIR_ENTRY_SIZE)
  ------------------
  |  |   48|    311|#define CE_DIR_ENTRY_SIZE	12u
  ------------------
  |  Branch (151:6): [True: 20, False: 291]
  ------------------
  152|     20|		return -1;
  153|       |
  154|    291|	entries = calloc(count, sizeof(ce_dir_entry_t));
  155|    291|	if (!entries)
  ------------------
  |  Branch (155:6): [True: 0, False: 291]
  ------------------
  156|      0|		return -1;
  157|       |
  158|  5.64k|	for (i = 0; i < count; i++) {
  ------------------
  |  Branch (158:14): [True: 5.35k, False: 291]
  ------------------
  159|  5.35k|		size_t off = CE_DIR_HEADER_SIZE + i * CE_DIR_ENTRY_SIZE;
  ------------------
  |  |   47|  5.35k|#define CE_DIR_HEADER_SIZE	10u
  ------------------
              		size_t off = CE_DIR_HEADER_SIZE + i * CE_DIR_ENTRY_SIZE;
  ------------------
  |  |   48|  5.35k|#define CE_DIR_ENTRY_SIZE	12u
  ------------------
  160|  5.35k|		int k;
  161|       |
  162|       |		/* Name: up to 8 ASCII chars, may not be NUL-terminated on card. */
  163|  5.35k|		memcpy(entries[i].name, data + off, 8);
  164|  5.35k|		entries[i].name[8] = '\0';
  165|       |		/* Strip trailing spaces/NULs. */
  166|  5.35k|		k = 7;
  167|  11.2k|		while (k >= 0 && (entries[i].name[k] == ' ' || entries[i].name[k] == '\0'))
  ------------------
  |  Branch (167:10): [True: 10.8k, False: 437]
  |  Branch (167:21): [True: 255, False: 10.5k]
  |  Branch (167:50): [True: 5.68k, False: 4.91k]
  ------------------
  168|  5.93k|			entries[i].name[k--] = '\0';
  169|  5.35k|		entries[i].fid = (unsigned)data[off + 8] | ((unsigned)data[off + 9] << 8);
  170|  5.35k|		entries[i].is_dir = (data[off + 10] != 0);
  171|  5.35k|	}
  172|       |
  173|    291|	*entries_out = entries;
  174|    291|	return (int)count;
  175|    291|}
pkcs15-srbeid.c:ce_private_key_fid:
   58|      3|{
   59|      3|	return CE_KEYS_BASE_FID | ((cont_idx << 4) & 0x0FF0u) | ((key_pair_id << 2) & 0x000Cu) | CE_KEY_KIND_PRIVATE;
  ------------------
  |  |   33|      3|#define CE_KEYS_BASE_FID 0x6000u
  ------------------
              	return CE_KEYS_BASE_FID | ((cont_idx << 4) & 0x0FF0u) | ((key_pair_id << 2) & 0x000Cu) | CE_KEY_KIND_PRIVATE;
  ------------------
  |  |   43|      3|#define CE_KEY_KIND_PRIVATE	1u
  ------------------
   60|      3|}
pkcs15-srbeid.c:srbeid_read_cert_der:
  348|     97|{
  349|     97|	u8 *raw = NULL;
  350|     97|	size_t raw_len = 0;
  351|     97|	const u8 *data;
  352|     97|	size_t dlen;
  353|     97|	int r;
  354|       |
  355|     97|	*der_out = NULL;
  356|     97|	*der_len_out = 0;
  357|       |
  358|     97|	r = srbeid_read_file(card, cert_fid, &raw, &raw_len);
  359|     97|	if (r < 0)
  ------------------
  |  Branch (359:6): [True: 75, False: 22]
  ------------------
  360|     75|		return r;
  361|       |
  362|     22|	if (raw_len < 6) {
  ------------------
  |  Branch (362:6): [True: 9, False: 13]
  ------------------
  363|      9|		free(raw);
  364|      9|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      9|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  365|      9|	}
  366|       |
  367|       |	/* Skip 2-byte CardFS length prefix. */
  368|     13|	data = raw + 2;
  369|     13|	dlen = raw_len - 2;
  370|       |
  371|     13|	if (dlen >= 4 && data[0] == 0x01 && data[1] == 0x00) {
  ------------------
  |  Branch (371:6): [True: 13, False: 0]
  |  Branch (371:19): [True: 5, False: 8]
  |  Branch (371:38): [True: 1, False: 4]
  ------------------
  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|     12|	} else if (dlen >= 1 && data[0] == 0x30) {
  ------------------
  |  Branch (391:13): [True: 12, False: 0]
  |  Branch (391:26): [True: 1, False: 11]
  ------------------
  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|     11|	} else {
  402|     11|		sc_log(card->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__
  |  |  ------------------
  ------------------
  403|     11|				"srbeid: cert FID 0x%04x: unknown format (byte0=0x%02x)",
  404|     11|				cert_fid, data[0]);
  405|     11|		free(raw);
  406|     11|		return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|     11|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  407|     11|	}
  408|       |
  409|      1|	free(raw);
  410|      1|	return SC_SUCCESS;
  ------------------
  |  |   28|      1|#define SC_SUCCESS				0
  ------------------
  411|     13|}

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

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

sc_pkcs15_is_emulation_only:
   90|  15.5k|{
   91|  15.5k|	switch (card->type) {
   92|    660|		case SC_CARD_TYPE_GEMSAFEV1_PTEID:
  ------------------
  |  Branch (92:3): [True: 660, False: 14.8k]
  ------------------
   93|    663|		case SC_CARD_TYPE_OPENPGP_V1:
  ------------------
  |  Branch (93:3): [True: 3, False: 15.4k]
  ------------------
   94|    669|		case SC_CARD_TYPE_OPENPGP_V2:
  ------------------
  |  Branch (94:3): [True: 6, False: 15.4k]
  ------------------
   95|    676|		case SC_CARD_TYPE_OPENPGP_GNUK:
  ------------------
  |  Branch (95:3): [True: 7, False: 15.4k]
  ------------------
   96|    687|		case SC_CARD_TYPE_OPENPGP_V3:
  ------------------
  |  Branch (96:3): [True: 11, False: 15.4k]
  ------------------
   97|    687|		case SC_CARD_TYPE_SC_HSM:
  ------------------
  |  Branch (97:3): [True: 0, False: 15.5k]
  ------------------
   98|    687|		case SC_CARD_TYPE_SC_HSM_SOC:
  ------------------
  |  Branch (98:3): [True: 0, False: 15.5k]
  ------------------
   99|    687|		case SC_CARD_TYPE_DNIE_BASE:
  ------------------
  |  Branch (99:3): [True: 0, False: 15.5k]
  ------------------
  100|    687|		case SC_CARD_TYPE_DNIE_BLANK:
  ------------------
  |  Branch (100:3): [True: 0, False: 15.5k]
  ------------------
  101|    687|		case SC_CARD_TYPE_DNIE_ADMIN:
  ------------------
  |  Branch (101:3): [True: 0, False: 15.5k]
  ------------------
  102|  1.37k|		case SC_CARD_TYPE_DNIE_USER:
  ------------------
  |  Branch (102:3): [True: 690, False: 14.8k]
  ------------------
  103|  1.37k|		case SC_CARD_TYPE_DNIE_TERMINATED:
  ------------------
  |  Branch (103:3): [True: 0, False: 15.5k]
  ------------------
  104|  1.52k|		case SC_CARD_TYPE_IASECC_GEMALTO:
  ------------------
  |  Branch (104:3): [True: 151, False: 15.3k]
  ------------------
  105|  1.63k|		case SC_CARD_TYPE_IASECC_CPX:
  ------------------
  |  Branch (105:3): [True: 107, False: 15.3k]
  ------------------
  106|  1.65k|		case SC_CARD_TYPE_IASECC_CPXCL:
  ------------------
  |  Branch (106:3): [True: 16, False: 15.4k]
  ------------------
  107|  1.65k|		case SC_CARD_TYPE_PIV_II_GENERIC:
  ------------------
  |  Branch (107:3): [True: 0, False: 15.5k]
  ------------------
  108|  1.65k|		case SC_CARD_TYPE_PIV_II_HIST:
  ------------------
  |  Branch (108:3): [True: 1, False: 15.4k]
  ------------------
  109|  1.71k|		case SC_CARD_TYPE_PIV_II_NEO:
  ------------------
  |  Branch (109:3): [True: 66, False: 15.4k]
  ------------------
  110|  1.88k|		case SC_CARD_TYPE_PIV_II_YUBIKEY4:
  ------------------
  |  Branch (110:3): [True: 167, False: 15.3k]
  ------------------
  111|  1.88k|		case SC_CARD_TYPE_PIV_II_SWISSBIT:
  ------------------
  |  Branch (111:3): [True: 0, False: 15.5k]
  ------------------
  112|  1.88k|		case SC_CARD_TYPE_ESTEID_2018:
  ------------------
  |  Branch (112:3): [True: 0, False: 15.5k]
  ------------------
  113|  1.90k|		case SC_CARD_TYPE_CARDOS_V5_0:
  ------------------
  |  Branch (113:3): [True: 17, False: 15.4k]
  ------------------
  114|  2.73k|		case SC_CARD_TYPE_CARDOS_V5_3:
  ------------------
  |  Branch (114:3): [True: 828, False: 14.6k]
  ------------------
  115|  2.87k|		case SC_CARD_TYPE_NQ_APPLET:
  ------------------
  |  Branch (115:3): [True: 141, False: 15.3k]
  ------------------
  116|  2.87k|		case SC_CARD_TYPE_NQ_APPLET_RFID:
  ------------------
  |  Branch (116:3): [True: 0, False: 15.5k]
  ------------------
  117|  2.94k|		case SC_CARD_TYPE_STARCOS_V3_4_ESIGN:
  ------------------
  |  Branch (117:3): [True: 76, False: 15.4k]
  ------------------
  118|  2.96k|		case SC_CARD_TYPE_STARCOS_V3_5_ESIGN:
  ------------------
  |  Branch (118:3): [True: 13, False: 15.4k]
  ------------------
  119|  2.96k|		case SC_CARD_TYPE_SKEID_V3:
  ------------------
  |  Branch (119:3): [True: 4, False: 15.4k]
  ------------------
  120|  2.98k|		case SC_CARD_TYPE_EOI:
  ------------------
  |  Branch (120:3): [True: 24, False: 15.4k]
  ------------------
  121|  2.98k|		case SC_CARD_TYPE_EOI_CONTACTLESS:
  ------------------
  |  Branch (121:3): [True: 0, False: 15.5k]
  ------------------
  122|  2.98k|		case SC_CARD_TYPE_DTRUST_V4_1_STD:
  ------------------
  |  Branch (122:3): [True: 0, False: 15.5k]
  ------------------
  123|  2.98k|		case SC_CARD_TYPE_DTRUST_V4_4_STD:
  ------------------
  |  Branch (123:3): [True: 0, False: 15.5k]
  ------------------
  124|  2.98k|		case SC_CARD_TYPE_DTRUST_V4_1_MULTI:
  ------------------
  |  Branch (124:3): [True: 0, False: 15.5k]
  ------------------
  125|  2.98k|		case SC_CARD_TYPE_DTRUST_V4_1_M100:
  ------------------
  |  Branch (125:3): [True: 0, False: 15.5k]
  ------------------
  126|  2.98k|		case SC_CARD_TYPE_DTRUST_V4_4_MULTI:
  ------------------
  |  Branch (126:3): [True: 0, False: 15.5k]
  ------------------
  127|  2.98k|		case SC_CARD_TYPE_DTRUST_V5_1_STD:
  ------------------
  |  Branch (127:3): [True: 0, False: 15.5k]
  ------------------
  128|  2.98k|		case SC_CARD_TYPE_DTRUST_V5_4_STD:
  ------------------
  |  Branch (128:3): [True: 0, False: 15.5k]
  ------------------
  129|  2.98k|		case SC_CARD_TYPE_DTRUST_V5_1_MULTI:
  ------------------
  |  Branch (129:3): [True: 0, False: 15.5k]
  ------------------
  130|  2.98k|		case SC_CARD_TYPE_DTRUST_V5_1_M100:
  ------------------
  |  Branch (130:3): [True: 0, False: 15.5k]
  ------------------
  131|  2.98k|		case SC_CARD_TYPE_DTRUST_V5_4_MULTI:
  ------------------
  |  Branch (131:3): [True: 0, False: 15.5k]
  ------------------
  132|  2.98k|		case SC_CARD_TYPE_LTEID:
  ------------------
  |  Branch (132:3): [True: 0, False: 15.5k]
  ------------------
  133|  3.05k|		case SC_CARD_TYPE_CEDULAUY:
  ------------------
  |  Branch (133:3): [True: 67, False: 15.4k]
  ------------------
  134|  3.05k|			return 1;
  135|  12.4k|		default:
  ------------------
  |  Branch (135:3): [True: 12.4k, False: 3.05k]
  ------------------
  136|  12.4k|			return 0;
  137|  15.5k|	}
  138|  15.5k|}
sc_pkcs15_bind_synthetic:
  142|  15.2k|{
  143|  15.2k|	sc_context_t		*ctx = p15card->card->ctx;
  144|  15.2k|	scconf_block		*conf_block, **blocks, *blk;
  145|  15.2k|	int			i, r = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  15.2k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  146|       |
  147|  15.2k|	SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  15.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  15.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  15.2k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 15.2k]
  |  |  ------------------
  ------------------
  148|  15.2k|	conf_block = NULL;
  149|       |
  150|  15.2k|	conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
  151|       |
  152|  15.2k|	if (!conf_block) {
  ------------------
  |  Branch (152:6): [True: 15.2k, False: 0]
  ------------------
  153|       |		/* no conf file found => try builtin drivers  */
  154|  15.2k|		sc_log(ctx, "no conf file (or section), trying all builtin emulators");
  ------------------
  |  |   71|  15.2k|#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|   359k|		for (i = 0; builtin_emulators[i].name; i++) {
  ------------------
  |  Branch (155:15): [True: 350k, False: 9.71k]
  ------------------
  156|   350k|			sc_log(ctx, "trying %s", builtin_emulators[i].name);
  ------------------
  |  |   71|   350k|#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|   350k|			r = builtin_emulators[i].handler(p15card, aid);
  158|   350k|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|   350k|#define SC_SUCCESS				0
  ------------------
  |  Branch (158:8): [True: 5.56k, False: 344k]
  ------------------
  159|       |				/* we got a hit */
  160|  5.56k|				goto out;
  161|   350k|		}
  162|  15.2k|	} 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|  15.2k|out:
  224|  15.2k|	if (r == SC_SUCCESS) {
  ------------------
  |  |   28|  15.2k|#define SC_SUCCESS				0
  ------------------
  |  Branch (224:6): [True: 5.56k, False: 9.71k]
  ------------------
  225|  5.56k|		p15card->magic  = SC_PKCS15_CARD_MAGIC;
  ------------------
  |  |  519|  5.56k|#define SC_PKCS15_CARD_MAGIC		0x10203040
  ------------------
  226|  5.56k|		p15card->flags |= SC_PKCS15_CARD_FLAG_EMULATED;
  ------------------
  |  |  601|  5.56k|#define SC_PKCS15_CARD_FLAG_EMULATED			0x02000000
  ------------------
  227|  9.71k|	} else {
  228|  9.71k|		if (r != SC_ERROR_WRONG_CARD)
  ------------------
  |  |   94|  9.71k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  |  Branch (228:7): [True: 132, False: 9.57k]
  ------------------
  229|    132|			sc_log(ctx, "Failed to load card emulator: %s", sc_strerror(r));
  ------------------
  |  |   71|    132|#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|  9.71k|	}
  231|       |
  232|  15.2k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  15.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  15.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  15.2k|	int _ret = r; \
  |  |  |  |  155|  15.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 15.2k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  15.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|  9.71k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.71k, False: 5.56k]
  |  |  |  |  ------------------
  |  |  |  |  157|  15.2k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  15.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|  15.2k|	return _ret; \
  |  |  |  |  163|  15.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  233|  15.2k|}
sc_pkcs15emu_add_pin_obj:
  369|  6.36k|{
  370|  6.36k|	sc_pkcs15_auth_info_t pin = *in_pin;
  371|       |
  372|  6.36k|	pin.auth_type = SC_PKCS15_PIN_AUTH_TYPE_PIN;
  ------------------
  |  |   94|  6.36k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  373|  6.36k|	if(!pin.auth_method) /* or SC_AC_NONE */
  ------------------
  |  Branch (373:5): [True: 5.88k, False: 487]
  ------------------
  374|  5.88k|		pin.auth_method = SC_AC_CHV;
  ------------------
  |  |  151|  5.88k|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
  375|       |
  376|  6.36k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_AUTH_PIN, obj, &pin);
  ------------------
  |  |  445|  6.36k|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
  377|  6.36k|}
sc_pkcs15emu_add_rsa_prkey:
  381|  1.47k|{
  382|  1.47k|	sc_pkcs15_prkey_info_t key = *in_key;
  383|       |
  384|  1.47k|	if (key.access_flags == 0)
  ------------------
  |  Branch (384:6): [True: 1.47k, False: 0]
  ------------------
  385|  1.47k|		key.access_flags = SC_PKCS15_PRKEY_ACCESS_SENSITIVE
  ------------------
  |  |  316|  1.47k|#define SC_PKCS15_PRKEY_ACCESS_SENSITIVE	0x01
  ------------------
  386|  1.47k|				| SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE
  ------------------
  |  |  318|  1.47k|#define SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE	0x04
  ------------------
  387|  1.47k|				| SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE
  ------------------
  |  |  319|  1.47k|#define SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE	0x08
  ------------------
  388|  1.47k|				| SC_PKCS15_PRKEY_ACCESS_LOCAL;
  ------------------
  |  |  320|  1.47k|#define SC_PKCS15_PRKEY_ACCESS_LOCAL		0x10
  ------------------
  389|       |
  390|  1.47k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_PRKEY_RSA, obj, &key);
  ------------------
  |  |  419|  1.47k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  391|  1.47k|}
sc_pkcs15emu_add_rsa_pubkey:
  395|    224|{
  396|    224|	sc_pkcs15_pubkey_info_t key = *in_key;
  397|       |
  398|    224|	if (key.access_flags == 0)
  ------------------
  |  Branch (398:6): [True: 224, False: 0]
  ------------------
  399|    224|		key.access_flags = SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE;
  ------------------
  |  |  317|    224|#define SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE	0x02
  ------------------
  400|       |
  401|    224|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_PUBKEY_RSA, obj, &key);
  ------------------
  |  |  426|    224|#define SC_PKCS15_TYPE_PUBKEY_RSA		0x201
  ------------------
  402|    224|}
sc_pkcs15emu_add_ec_prkey:
  406|  1.04k|{
  407|  1.04k|	sc_pkcs15_prkey_info_t key = *in_key;
  408|       |
  409|  1.04k|	if (key.access_flags == 0)
  ------------------
  |  Branch (409:6): [True: 1.04k, False: 0]
  ------------------
  410|  1.04k|		key.access_flags = SC_PKCS15_PRKEY_ACCESS_SENSITIVE
  ------------------
  |  |  316|  1.04k|#define SC_PKCS15_PRKEY_ACCESS_SENSITIVE	0x01
  ------------------
  411|  1.04k|				| SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE
  ------------------
  |  |  318|  1.04k|#define SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE	0x04
  ------------------
  412|  1.04k|				| SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE
  ------------------
  |  |  319|  1.04k|#define SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE	0x08
  ------------------
  413|  1.04k|				| SC_PKCS15_PRKEY_ACCESS_LOCAL;
  ------------------
  |  |  320|  1.04k|#define SC_PKCS15_PRKEY_ACCESS_LOCAL		0x10
  ------------------
  414|       |
  415|  1.04k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_PRKEY_EC, obj, &key);
  ------------------
  |  |  421|  1.04k|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  416|  1.04k|}
sc_pkcs15emu_add_ec_pubkey:
  420|  1.04k|{
  421|  1.04k|	sc_pkcs15_pubkey_info_t key = *in_key;
  422|       |
  423|  1.04k|	if (key.access_flags == 0)
  ------------------
  |  Branch (423:6): [True: 1.04k, False: 0]
  ------------------
  424|  1.04k|		key.access_flags = SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE;
  ------------------
  |  |  317|  1.04k|#define SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE	0x02
  ------------------
  425|       |
  426|  1.04k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_PUBKEY_EC, obj, &key);
  ------------------
  |  |  428|  1.04k|#define SC_PKCS15_TYPE_PUBKEY_EC		0x204
  ------------------
  427|  1.04k|}
sc_pkcs15emu_add_x509_cert:
  481|  2.28k|{
  482|  2.28k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_CERT_X509, obj, cert);
  ------------------
  |  |  439|  2.28k|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  483|  2.28k|}
sc_pkcs15emu_add_data_object:
  487|  4.31k|{
  488|  4.31k|	return sc_pkcs15emu_object_add(p15card, SC_PKCS15_TYPE_DATA_OBJECT, obj, data);
  ------------------
  |  |  442|  4.31k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  489|  4.31k|}
sc_pkcs15emu_object_add:
  493|  38.2k|{
  494|  38.2k|	sc_pkcs15_object_t *obj;
  495|  38.2k|	unsigned int	df_type;
  496|  38.2k|	size_t		data_len;
  497|       |
  498|  38.2k|	SC_FUNC_CALLED(p15card->card->ctx, SC_LOG_DEBUG_VERBOSE);
  ------------------
  |  |  148|  38.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  149|  38.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  150|  38.2k|} while (0)
  |  |  ------------------
  |  |  |  Branch (150:10): [Folded, False: 38.2k]
  |  |  ------------------
  ------------------
  499|       |
  500|  38.2k|	obj = calloc(1, sizeof(*obj));
  501|  38.2k|	if (!obj) {
  ------------------
  |  Branch (501:6): [True: 0, False: 38.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|  38.2k|	memcpy(obj, in_obj, sizeof(*obj));
  506|  38.2k|	obj->type = type;
  507|       |
  508|  38.2k|	switch (type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  38.2k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  509|  6.36k|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|  6.36k|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (509:2): [True: 6.36k, False: 31.8k]
  ------------------
  510|  6.36k|		df_type  = SC_PKCS15_AODF;
  ------------------
  |  |  496|  6.36k|#define SC_PKCS15_AODF			8
  ------------------
  511|  6.36k|		data_len = sizeof(struct sc_pkcs15_auth_info);
  512|  6.36k|		break;
  513|  3.88k|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|  3.88k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (513:2): [True: 3.88k, False: 34.3k]
  ------------------
  514|  3.88k|		df_type  = SC_PKCS15_PRKDF;
  ------------------
  |  |  488|  3.88k|#define SC_PKCS15_PRKDF			0
  ------------------
  515|  3.88k|		data_len = sizeof(struct sc_pkcs15_prkey_info);
  516|  3.88k|		break;
  517|  1.26k|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|  1.26k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (517:2): [True: 1.26k, False: 36.9k]
  ------------------
  518|  1.26k|		df_type = SC_PKCS15_PUKDF;
  ------------------
  |  |  489|  1.26k|#define SC_PKCS15_PUKDF			1
  ------------------
  519|  1.26k|		data_len = sizeof(struct sc_pkcs15_pubkey_info);
  520|  1.26k|		break;
  521|  2.62k|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|  2.62k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (521:2): [True: 2.62k, False: 35.6k]
  ------------------
  522|  2.62k|		df_type = SC_PKCS15_CDF;
  ------------------
  |  |  492|  2.62k|#define SC_PKCS15_CDF			4
  ------------------
  523|  2.62k|		data_len = sizeof(struct sc_pkcs15_cert_info);
  524|  2.62k|		break;
  525|  24.0k|	case SC_PKCS15_TYPE_DATA_OBJECT:
  ------------------
  |  |  442|  24.0k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  |  Branch (525:2): [True: 24.0k, False: 14.1k]
  ------------------
  526|  24.0k|		df_type = SC_PKCS15_DODF;
  ------------------
  |  |  495|  24.0k|#define SC_PKCS15_DODF			7
  ------------------
  527|  24.0k|		data_len = sizeof(struct sc_pkcs15_data_info);
  528|  24.0k|		break;
  529|      0|	default:
  ------------------
  |  Branch (529:2): [True: 0, False: 38.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|  38.2k|	}
  534|       |
  535|  38.2k|	obj->data = calloc(1, data_len);
  536|  38.2k|	if (obj->data == NULL) {
  ------------------
  |  Branch (536:6): [True: 0, False: 38.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|  38.2k|	memcpy(obj->data, data, data_len);
  541|       |
  542|  38.2k|	obj->df = sc_pkcs15emu_get_df(p15card, df_type);
  543|  38.2k|	sc_pkcs15_add_object(p15card, obj);
  544|       |
  545|       |	/* release memory ownership of buffers that are now contained in `p15card` */
  546|  38.2k|	switch (type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  38.2k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  547|  6.36k|	default:
  ------------------
  |  Branch (547:2): [True: 6.36k, False: 31.8k]
  ------------------
  548|       |		/* `data`'s members copied by value, no buffer to release */
  549|  6.36k|		break;
  550|  6.36k|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|  3.88k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (550:2): [True: 3.88k, False: 34.3k]
  ------------------
  551|  3.88k|		((struct sc_pkcs15_prkey_info *)data)->subject.value = NULL;
  552|  3.88k|		break;
  553|  1.26k|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|  1.26k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (553:2): [True: 1.26k, False: 36.9k]
  ------------------
  554|  1.26k|		((struct sc_pkcs15_pubkey_info *)data)->subject.value = NULL;
  555|  1.26k|		((struct sc_pkcs15_pubkey_info *)data)->direct.raw.value = NULL;
  556|  1.26k|		((struct sc_pkcs15_pubkey_info *)data)->direct.spki.value = NULL;
  557|  1.26k|		break;
  558|  2.62k|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|  2.62k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (558:2): [True: 2.62k, False: 35.6k]
  ------------------
  559|  2.62k|		((struct sc_pkcs15_cert_info *)data)->value.value = NULL;
  560|  2.62k|		break;
  561|  24.0k|	case SC_PKCS15_TYPE_DATA_OBJECT:
  ------------------
  |  |  442|  24.0k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  |  Branch (561:2): [True: 24.0k, False: 14.1k]
  ------------------
  562|  24.0k|		((struct sc_pkcs15_data_info *)data)->data.value = NULL;
  563|  24.0k|		break;
  564|  38.2k|	}
  565|       |
  566|  38.2k|	LOG_FUNC_RETURN(p15card->card->ctx, SC_SUCCESS);
  ------------------
  |  |  164|  38.2k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  38.2k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  38.2k|	int _ret = r; \
  |  |  |  |  155|  38.2k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 38.2k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  38.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: 38.2k]
  |  |  |  |  ------------------
  |  |  |  |  157|  38.2k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  38.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|  38.2k|	return _ret; \
  |  |  |  |  163|  38.2k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  567|  38.2k|}
pkcs15-syn.c:sc_pkcs15emu_get_df:
  340|  38.2k|{
  341|  38.2k|	sc_pkcs15_df_t	*df;
  342|  38.2k|	sc_file_t	*file;
  343|  38.2k|	int		created = 0;
  344|       |
  345|  47.5k|	while (1) {
  ------------------
  |  Branch (345:9): [True: 47.5k, Folded]
  ------------------
  346|  73.1k|		for (df = p15card->df_list; df; df = df->next) {
  ------------------
  |  Branch (346:31): [True: 63.8k, False: 9.33k]
  ------------------
  347|  63.8k|			if (df->type == type) {
  ------------------
  |  Branch (347:8): [True: 38.2k, False: 25.6k]
  ------------------
  348|  38.2k|				if (created)
  ------------------
  |  Branch (348:9): [True: 9.33k, False: 28.8k]
  ------------------
  349|  9.33k|					df->enumerated = 1;
  350|  38.2k|				return df;
  351|  38.2k|			}
  352|  63.8k|		}
  353|       |
  354|  9.33k|		if (created != 0)
  ------------------
  |  Branch (354:7): [True: 0, False: 9.33k]
  ------------------
  355|      0|			return NULL;
  356|       |
  357|  9.33k|		file = sc_file_new();
  358|  9.33k|		if (!file)
  ------------------
  |  Branch (358:7): [True: 0, False: 9.33k]
  ------------------
  359|      0|			return NULL;
  360|  9.33k|		sc_format_path("11001101", &file->path);
  361|  9.33k|		sc_pkcs15_add_df(p15card, type, &file->path);
  362|  9.33k|		sc_file_free(file);
  363|  9.33k|		created++;
  364|  9.33k|	}
  365|  38.2k|}

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

sc_pkcs15_parse_tokeninfo:
  145|    627|{
  146|    627|	int r;
  147|    627|	size_t ii;
  148|    627|	u8 serial[128];
  149|    627|	size_t serial_len = sizeof(serial);
  150|    627|	u8 mnfid[SC_PKCS15_MAX_LABEL_SIZE];
  151|    627|	size_t mnfid_len  = sizeof(mnfid) - 1;
  152|    627|	u8 label[SC_PKCS15_MAX_LABEL_SIZE];
  153|    627|	size_t label_len = sizeof(label) - 1;
  154|    627|	u8 last_update[32], profile_indication[SC_PKCS15_MAX_LABEL_SIZE];
  155|    627|	size_t lupdate_len = sizeof(last_update) - 1, pi_len = sizeof(profile_indication) - 1;
  156|    627|	size_t flags_len   = sizeof(ti->flags);
  157|    627|	u8 preferred_language[64];
  158|    627|	size_t lang_length = sizeof(preferred_language) - 1;
  159|    627|	struct sc_asn1_entry asn1_supported_algorithms[SC_MAX_SUPPORTED_ALGORITHMS + 1],
  160|    627|			asn1_algo_infos[SC_MAX_SUPPORTED_ALGORITHMS][7],
  161|    627|			asn1_algo_infos_parameters[SC_MAX_SUPPORTED_ALGORITHMS][3];
  162|    627|	size_t reference_len = sizeof(ti->supported_algos[0].reference);
  163|    627|	size_t mechanism_len = sizeof(ti->supported_algos[0].mechanism);
  164|    627|	size_t parameter_len = sizeof(ti->supported_algos[0].parameters);
  165|    627|	size_t operations_len = sizeof(ti->supported_algos[0].operations);
  166|    627|	size_t algo_ref_len = sizeof(ti->supported_algos[0].algo_ref);
  167|       |
  168|    627|	struct sc_asn1_entry asn1_last_update[C_ASN1_LAST_UPDATE_SIZE];
  169|    627|	struct sc_asn1_entry asn1_profile_indication[C_ASN1_PROFILE_INDICATION_SIZE];
  170|    627|	struct sc_asn1_entry asn1_toki_attrs[C_ASN1_TOKI_ATTRS_SIZE], asn1_tokeninfo[3], asn1_twlabel[3];
  171|       |
  172|    627|	memset(last_update, 0, sizeof(last_update));
  173|    627|	memset(label, 0, sizeof(label));
  174|    627|	memset(profile_indication, 0, sizeof(profile_indication));
  175|    627|	memset(mnfid, 0, sizeof(mnfid));
  176|       |
  177|    627|	sc_copy_asn1_entry(c_asn1_twlabel, asn1_twlabel);
  178|    627|	sc_copy_asn1_entry(c_asn1_toki_attrs, asn1_toki_attrs);
  179|    627|	sc_copy_asn1_entry(c_asn1_tokeninfo, asn1_tokeninfo);
  180|    627|	sc_copy_asn1_entry(c_asn1_last_update, asn1_last_update);
  181|    627|	sc_format_asn1_entry(asn1_twlabel, label, &label_len, 0);
  182|    627|	sc_copy_asn1_entry(c_asn1_profile_indication, asn1_profile_indication);
  183|       |
  184|  10.6k|	for (ii=0; ii<SC_MAX_SUPPORTED_ALGORITHMS; ii++) {
  ------------------
  |  |   61|  10.6k|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (184:13): [True: 10.0k, False: 627]
  ------------------
  185|  10.0k|		sc_copy_asn1_entry(c_asn1_algorithm_info, asn1_algo_infos[ii]);
  186|  10.0k|		sc_copy_asn1_entry(c_asn1_algorithm_info_parameters,
  187|  10.0k|			asn1_algo_infos_parameters[ii]);
  188|  10.0k|	}
  189|    627|	sc_copy_asn1_entry(c_asn1_supported_algorithms, asn1_supported_algorithms);
  190|       |
  191|  10.6k|	for (ii=0; ii<SC_MAX_SUPPORTED_ALGORITHMS; ii++)   {
  ------------------
  |  |   61|  10.6k|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (191:13): [True: 10.0k, False: 627]
  ------------------
  192|  10.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 0, &ti->supported_algos[ii].reference, &reference_len, 0);
  193|  10.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 1, &ti->supported_algos[ii].mechanism, &mechanism_len, 0);
  194|  10.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 2,
  195|  10.0k|			asn1_algo_infos_parameters[ii], NULL, 0);
  196|  10.0k|		sc_format_asn1_entry(asn1_algo_infos_parameters[ii] + 0,
  197|  10.0k|			NULL, NULL, 0);
  198|  10.0k|		sc_format_asn1_entry(asn1_algo_infos_parameters[ii] + 1,
  199|  10.0k|			&ti->supported_algos[ii].parameters, &parameter_len, 0);
  200|  10.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 3, &ti->supported_algos[ii].operations, &operations_len, 0);
  201|  10.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 4, &ti->supported_algos[ii].algo_id, NULL, 1);
  202|  10.0k|		sc_format_asn1_entry(asn1_algo_infos[ii] + 5, &ti->supported_algos[ii].algo_ref, &algo_ref_len, 0);
  203|  10.0k|		sc_format_asn1_entry(asn1_supported_algorithms + ii, asn1_algo_infos[ii], NULL, 0);
  204|  10.0k|	}
  205|       |
  206|    627|	sc_format_asn1_entry(asn1_last_update + 0, last_update, &lupdate_len, 0);
  207|    627|	sc_format_asn1_entry(asn1_last_update + 1, &ti->last_update.path, NULL, 0);
  208|       |
  209|    627|	sc_format_asn1_entry(asn1_profile_indication + 0, &ti->profile_indication.oid, NULL, 0);
  210|    627|	sc_format_asn1_entry(asn1_profile_indication + 1, profile_indication, &pi_len, 0);
  211|       |
  212|    627|	sc_format_asn1_entry(asn1_toki_attrs + 0, &ti->version, NULL, 0);
  213|    627|	sc_format_asn1_entry(asn1_toki_attrs + 1, serial, &serial_len, 0);
  214|    627|	sc_format_asn1_entry(asn1_toki_attrs + 2, mnfid, &mnfid_len, 0);
  215|    627|	sc_format_asn1_entry(asn1_toki_attrs + 3, label, &label_len, 0);
  216|    627|	sc_format_asn1_entry(asn1_toki_attrs + 4, asn1_twlabel, NULL, 0);
  217|    627|	sc_format_asn1_entry(asn1_toki_attrs + 5, &ti->flags, &flags_len, 0);
  218|    627|	sc_format_asn1_entry(asn1_toki_attrs + 6, &ti->seInfo, &ti->num_seInfo, 0);
  219|    627|	sc_format_asn1_entry(asn1_toki_attrs + 7, NULL, NULL, 0);
  220|    627|	sc_format_asn1_entry(asn1_toki_attrs + 8, asn1_supported_algorithms, NULL, 0);
  221|    627|	sc_format_asn1_entry(asn1_toki_attrs + 9, NULL, NULL, 0);
  222|    627|	sc_format_asn1_entry(asn1_toki_attrs + 10, NULL, NULL, 0);
  223|    627|	sc_format_asn1_entry(asn1_toki_attrs + 11, asn1_last_update, NULL, 0);
  224|    627|	sc_format_asn1_entry(asn1_toki_attrs + 12, preferred_language, &lang_length, 0);
  225|    627|	sc_format_asn1_entry(asn1_toki_attrs + 13, asn1_profile_indication, NULL, 0);
  226|    627|	sc_format_asn1_entry(asn1_tokeninfo, asn1_toki_attrs, NULL, 0);
  227|       |
  228|    627|	r = sc_asn1_decode(ctx, asn1_tokeninfo, buf, blen, NULL, NULL);
  229|    627|	if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    627|#define SC_SUCCESS				0
  ------------------
  |  Branch (229:6): [True: 503, False: 124]
  ------------------
  230|       |		/* The decoding could have allocated something we need to free */
  231|    503|		sc_pkcs15_clear_tokeninfo(ti);
  232|    503|		LOG_TEST_RET(ctx, r, "ASN.1 parsing of EF(TokenInfo) failed");
  ------------------
  |  |  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: 503, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    503|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    503|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    503|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    503|		return _ret; \
  |  |  |  |  172|    503|	} \
  |  |  |  |  173|    503|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  233|    503|	}
  234|       |
  235|    124|	if (asn1_toki_attrs[1].flags & SC_ASN1_PRESENT && serial_len > 0)   {
  ------------------
  |  |  147|    248|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (235:6): [True: 41, False: 83]
  |  Branch (235:52): [True: 26, False: 15]
  ------------------
  236|     26|		free(ti->serial_number);
  237|     26|		ti->serial_number = malloc(serial_len * 2 + 1);
  238|     26|		if (ti->serial_number == NULL)
  ------------------
  |  Branch (238:7): [True: 0, False: 26]
  ------------------
  239|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  240|     26|		sc_bin_to_hex(serial, serial_len, ti->serial_number, serial_len * 2 + 1, 0);
  241|     26|		sc_log(ctx, "TokenInfo.serialNunmber '%s'", ti->serial_number);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  242|     26|	}
  243|       |
  244|    124|	if (ti->manufacturer_id == NULL) {
  ------------------
  |  Branch (244:6): [True: 124, False: 0]
  ------------------
  245|    124|		if (asn1_toki_attrs[2].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|    124|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (245:7): [True: 4, False: 120]
  ------------------
  246|      4|			ti->manufacturer_id = strdup((char *) mnfid);
  247|    120|		else
  248|    120|			ti->manufacturer_id = strdup("(unknown)");
  249|    124|		if (ti->manufacturer_id == NULL)
  ------------------
  |  Branch (249:7): [True: 0, False: 124]
  ------------------
  250|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  251|    124|	}
  252|    124|	if (ti->label == NULL) {
  ------------------
  |  Branch (252:6): [True: 124, False: 0]
  ------------------
  253|    124|		if (asn1_toki_attrs[3].flags & SC_ASN1_PRESENT ||
  ------------------
  |  |  147|    248|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (253:7): [True: 1, False: 123]
  ------------------
  254|    123|		    asn1_toki_attrs[4].flags & SC_ASN1_PRESENT)
  ------------------
  |  |  147|    123|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (254:7): [True: 0, False: 123]
  ------------------
  255|      1|			ti->label = strdup((char *) label);
  256|    123|		else
  257|    123|			ti->label = strdup("(unknown)");
  258|    124|		if (ti->label == NULL)
  ------------------
  |  Branch (258:7): [True: 0, False: 124]
  ------------------
  259|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  260|    124|	}
  261|    124|	if (asn1_toki_attrs[11].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    124|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (261:6): [True: 1, False: 123]
  ------------------
  262|      1|		if (asn1_last_update[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|      1|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (262:7): [True: 0, False: 1]
  ------------------
  263|      0|			sc_log(ctx, "LastUpdate.generalizedTime present");
  ------------------
  |  |   71|      0|#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|      0|			ti->last_update.gtime = strdup((char *)last_update);
  265|      0|			if (ti->last_update.gtime == NULL)
  ------------------
  |  Branch (265:8): [True: 0, False: 0]
  ------------------
  266|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  267|      0|		}
  268|      1|		else if (asn1_last_update[1].flags & SC_ASN1_PRESENT)  {
  ------------------
  |  |  147|      1|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (268:12): [True: 0, False: 1]
  ------------------
  269|      0|			sc_log(ctx, "LastUpdate.referencedTime present");
  ------------------
  |  |   71|      0|#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|      0|		}
  271|      1|	}
  272|    124|	if (asn1_toki_attrs[12].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    124|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (272:6): [True: 3, False: 121]
  ------------------
  273|      3|		preferred_language[lang_length] = 0;
  274|      3|		ti->preferred_language = strdup((char *)preferred_language);
  275|      3|		if (ti->preferred_language == NULL)
  ------------------
  |  Branch (275:7): [True: 0, False: 3]
  ------------------
  276|      0|			return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  277|      3|	}
  278|       |
  279|    124|	sc_init_oid(&ti->profile_indication.oid);
  280|    124|	if (asn1_toki_attrs[13].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    124|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (280:6): [True: 3, False: 121]
  ------------------
  281|      3|		if (asn1_profile_indication[0].flags & SC_ASN1_PRESENT)   {
  ------------------
  |  |  147|      3|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (281:7): [True: 0, False: 3]
  ------------------
  282|      0|			sc_log(ctx, "ProfileIndication.oid present");
  ------------------
  |  |   71|      0|#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|      0|		}
  284|      3|		else if (asn1_profile_indication[1].flags & SC_ASN1_PRESENT)  {
  ------------------
  |  |  147|      3|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (284:12): [True: 0, False: 3]
  ------------------
  285|      0|			sc_log(ctx, "ProfileIndication.name present");
  ------------------
  |  |   71|      0|#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|      0|			ti->profile_indication.name = strdup((char *)profile_indication);
  287|      0|			if (ti->profile_indication.name == NULL)
  ------------------
  |  Branch (287:8): [True: 0, False: 0]
  ------------------
  288|      0|				return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  289|      0|		}
  290|      3|	}
  291|       |
  292|    124|	sc_log(ctx, "LastUpdate.path '%s'", sc_print_path(&ti->last_update.path));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  293|    124|	sc_log(ctx, "ProfileIndication.name '%s'",  ti->profile_indication.name);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  294|    124|	return SC_SUCCESS;
  ------------------
  |  |   28|    124|#define SC_SUCCESS				0
  ------------------
  295|    124|}
sc_pkcs15_get_lastupdate:
  541|  2.50k|{
  542|  2.50k|	struct sc_context *ctx  = p15card->card->ctx;
  543|  2.50k|	struct sc_file *file = NULL;
  544|  2.50k|	struct sc_asn1_entry asn1_last_update[C_ASN1_LAST_UPDATE_SIZE];
  545|  2.50k|	unsigned char *content, last_update[32] = {0};
  546|  2.50k|	size_t lupdate_len = sizeof(last_update) - 1;
  547|  2.50k|	int r, content_len;
  548|  2.50k|	size_t size;
  549|       |
  550|  2.50k|	if (p15card->tokeninfo->last_update.gtime)
  ------------------
  |  Branch (550:6): [True: 0, False: 2.50k]
  ------------------
  551|      0|		goto done;
  552|       |
  553|  2.50k|	if (!p15card->tokeninfo->last_update.path.len)
  ------------------
  |  Branch (553:6): [True: 2.50k, False: 0]
  ------------------
  554|  2.50k|		return NULL;
  555|       |
  556|      0|	r = sc_select_file(p15card->card, &p15card->tokeninfo->last_update.path, &file);
  557|      0|	if (r < 0)
  ------------------
  |  Branch (557:6): [True: 0, False: 0]
  ------------------
  558|      0|		return NULL;
  559|       |
  560|      0|	size = file->size ? file->size : 1024;
  ------------------
  |  Branch (560:9): [True: 0, False: 0]
  ------------------
  561|      0|	sc_file_free(file);
  562|       |
  563|      0|	content = calloc(1, size);
  564|      0|	if (!content)
  ------------------
  |  Branch (564:6): [True: 0, False: 0]
  ------------------
  565|      0|		return NULL;
  566|       |
  567|      0|	r = sc_read_binary(p15card->card, 0, content, size, 0);
  568|      0|	if (r < 0) {
  ------------------
  |  Branch (568:6): [True: 0, False: 0]
  ------------------
  569|      0|		free(content);
  570|      0|		return NULL;
  571|      0|	}
  572|      0|	content_len = r;
  573|       |
  574|      0|	sc_copy_asn1_entry(c_asn1_last_update, asn1_last_update);
  575|      0|	sc_format_asn1_entry(asn1_last_update + 0, last_update, &lupdate_len, 0);
  576|       |
  577|      0|	r = sc_asn1_decode(ctx, asn1_last_update, content, content_len, NULL, NULL);
  578|      0|	free(content);
  579|      0|	if (r < 0)
  ------------------
  |  Branch (579:6): [True: 0, False: 0]
  ------------------
  580|      0|		return NULL;
  581|       |
  582|      0|	if (asn1_last_update[0].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|      0|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (582:6): [True: 0, False: 0]
  ------------------
  583|      0|		p15card->tokeninfo->last_update.gtime = strdup((char *)last_update);
  584|      0|		if (!p15card->tokeninfo->last_update.gtime)
  ------------------
  |  Branch (584:7): [True: 0, False: 0]
  ------------------
  585|      0|			return NULL;
  586|      0|	}
  587|      0|done:
  588|      0|	sc_log(ctx, "lastUpdate.gtime '%s'", p15card->tokeninfo->last_update.gtime);
  ------------------
  |  |   71|      0|#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|      0|	return p15card->tokeninfo->last_update.gtime;
  590|      0|}
sc_pkcs15_card_new:
  719|  15.7k|{
  720|  15.7k|	struct sc_pkcs15_card *p15card;
  721|       |
  722|  15.7k|	p15card = calloc(1, sizeof(struct sc_pkcs15_card));
  723|  15.7k|	if (p15card == NULL)
  ------------------
  |  Branch (723:6): [True: 0, False: 15.7k]
  ------------------
  724|      0|		return NULL;
  725|       |
  726|  15.7k|	p15card->tokeninfo = calloc(1, sizeof(struct sc_pkcs15_tokeninfo));
  727|  15.7k|	if (p15card->tokeninfo == NULL) {
  ------------------
  |  Branch (727:6): [True: 0, False: 15.7k]
  ------------------
  728|      0|		free(p15card);
  729|      0|		return NULL;
  730|      0|	}
  731|       |
  732|  15.7k|	p15card->magic = SC_PKCS15_CARD_MAGIC;
  ------------------
  |  |  519|  15.7k|#define SC_PKCS15_CARD_MAGIC		0x10203040
  ------------------
  733|  15.7k|	return p15card;
  734|  15.7k|}
sc_pkcs15_tokeninfo_new:
  739|  11.7k|{
  740|  11.7k|	struct sc_pkcs15_tokeninfo *tokeninfo;
  741|       |
  742|  11.7k|	tokeninfo = calloc(1, sizeof(struct sc_pkcs15_tokeninfo));
  743|  11.7k|	if (tokeninfo == NULL) {
  ------------------
  |  Branch (743:6): [True: 0, False: 11.7k]
  ------------------
  744|      0|		return NULL;
  745|      0|	}
  746|       |
  747|  11.7k|	sc_init_oid(&tokeninfo->profile_indication.oid);
  748|       |
  749|  11.7k|	return tokeninfo;
  750|  11.7k|}
sc_pkcs15_free_tokeninfo:
  781|  29.1k|{
  782|  29.1k|	if (!tokeninfo)
  ------------------
  |  Branch (782:6): [True: 1.66k, False: 27.4k]
  ------------------
  783|  1.66k|		return;
  784|       |
  785|  27.4k|	sc_pkcs15_clear_tokeninfo(tokeninfo);
  786|  27.4k|	free(tokeninfo);
  787|  27.4k|}
sc_pkcs15_free_app:
  791|  55.3k|{
  792|  55.3k|	if (p15card && p15card->app) {
  ------------------
  |  Branch (792:6): [True: 55.3k, False: 0]
  |  Branch (792:17): [True: 4.92k, False: 50.3k]
  ------------------
  793|  4.92k|		free(p15card->app->label);
  794|  4.92k|		free(p15card->app->ddo.value);
  795|  4.92k|		free(p15card->app);
  796|       |		p15card->app = NULL;
  797|  4.92k|	}
  798|  55.3k|}
sc_pkcs15_card_free:
  803|  15.7k|{
  804|  15.7k|	if (p15card == NULL || p15card->magic != SC_PKCS15_CARD_MAGIC)
  ------------------
  |  |  519|  15.7k|#define SC_PKCS15_CARD_MAGIC		0x10203040
  ------------------
  |  Branch (804:6): [True: 0, False: 15.7k]
  |  Branch (804:25): [True: 0, False: 15.7k]
  ------------------
  805|      0|		return;
  806|       |
  807|  15.7k|	if (p15card->ops.clear)
  ------------------
  |  Branch (807:6): [True: 850, False: 14.8k]
  ------------------
  808|    850|		p15card->ops.clear(p15card);
  809|       |
  810|       |	/* For more complicated MD data a dedicated release procedure
  811|       |	 * has to be implemented. */
  812|  15.7k|	if (p15card->md_data)
  ------------------
  |  Branch (812:6): [True: 0, False: 15.7k]
  ------------------
  813|      0|		free(p15card->md_data);
  814|       |
  815|  15.7k|	sc_pkcs15_free_app(p15card);
  816|  15.7k|	sc_pkcs15_remove_objects(p15card);
  817|  15.7k|	sc_pkcs15_remove_dfs(p15card);
  818|  15.7k|	sc_pkcs15_free_unusedspace(p15card);
  819|  15.7k|	p15card->unusedspace_read = 0;
  820|       |
  821|  15.7k|	sc_file_free(p15card->file_app);
  822|  15.7k|	sc_file_free(p15card->file_tokeninfo);
  823|  15.7k|	sc_file_free(p15card->file_odf);
  824|  15.7k|	sc_file_free(p15card->file_unusedspace);
  825|       |
  826|  15.7k|	p15card->magic = 0;
  827|  15.7k|	sc_pkcs15_free_tokeninfo(p15card->tokeninfo);
  828|  15.7k|	sc_pkcs15_free_app(p15card);
  829|  15.7k|	free(p15card);
  830|  15.7k|}
sc_pkcs15_card_clear:
  835|  19.3k|{
  836|  19.3k|	if (p15card == NULL)
  ------------------
  |  Branch (836:6): [True: 0, False: 19.3k]
  ------------------
  837|      0|		return;
  838|       |
  839|  19.3k|	if (p15card->ops.clear)
  ------------------
  |  Branch (839:6): [True: 801, False: 18.5k]
  ------------------
  840|    801|		p15card->ops.clear(p15card);
  841|       |
  842|  19.3k|	p15card->flags = 0;
  843|  19.3k|	p15card->tokeninfo->version = 0;
  844|  19.3k|	p15card->tokeninfo->flags   = 0;
  845|       |
  846|  19.3k|	sc_pkcs15_remove_objects(p15card);
  847|  19.3k|	sc_pkcs15_remove_dfs(p15card);
  848|       |
  849|  19.3k|	p15card->df_list = NULL;
  850|  19.3k|	sc_file_free(p15card->file_app);
  851|  19.3k|	p15card->file_app = NULL;
  852|  19.3k|	sc_file_free(p15card->file_tokeninfo);
  853|  19.3k|	p15card->file_tokeninfo = NULL;
  854|  19.3k|	sc_file_free(p15card->file_odf);
  855|  19.3k|	p15card->file_odf = NULL;
  856|  19.3k|	sc_file_free(p15card->file_unusedspace);
  857|  19.3k|	p15card->file_unusedspace = NULL;
  858|       |
  859|  19.3k|	free(p15card->tokeninfo->label);
  860|  19.3k|	p15card->tokeninfo->label = NULL;
  861|  19.3k|	free(p15card->tokeninfo->serial_number);
  862|  19.3k|	p15card->tokeninfo->serial_number = NULL;
  863|  19.3k|	free(p15card->tokeninfo->manufacturer_id);
  864|  19.3k|	p15card->tokeninfo->manufacturer_id = NULL;
  865|  19.3k|	free(p15card->tokeninfo->last_update.gtime);
  866|  19.3k|	p15card->tokeninfo->last_update.gtime = NULL;
  867|  19.3k|	free(p15card->tokeninfo->preferred_language);
  868|  19.3k|	p15card->tokeninfo->preferred_language = NULL;
  869|  19.3k|	free(p15card->tokeninfo->profile_indication.name);
  870|  19.3k|	p15card->tokeninfo->profile_indication.name = NULL;
  871|  19.3k|	if (p15card->tokeninfo->seInfo != NULL) {
  ------------------
  |  Branch (871:6): [True: 3, False: 19.3k]
  ------------------
  872|      3|		size_t i;
  873|      3|		for (i = 0; i < p15card->tokeninfo->num_seInfo; i++)
  ------------------
  |  Branch (873:15): [True: 0, False: 3]
  ------------------
  874|      0|			free(p15card->tokeninfo->seInfo[i]);
  875|      3|		free(p15card->tokeninfo->seInfo);
  876|      3|		p15card->tokeninfo->seInfo     = NULL;
  877|      3|		p15card->tokeninfo->num_seInfo = 0;
  878|      3|	}
  879|       |
  880|  19.3k|	sc_pkcs15_free_app(p15card);
  881|  19.3k|}
sc_find_app:
  886|  16.2k|{
  887|  16.2k|	int ii;
  888|       |
  889|  16.2k|	if (card->app_count <= 0)
  ------------------
  |  Branch (889:6): [True: 11.6k, False: 4.51k]
  ------------------
  890|  11.6k|		return NULL;
  891|       |
  892|  4.51k|	if (!aid || !aid->len)
  ------------------
  |  Branch (892:6): [True: 0, False: 4.51k]
  |  Branch (892:14): [True: 1.19k, False: 3.32k]
  ------------------
  893|  1.19k|		return card->app[0];
  894|       |
  895|  4.99k|	for (ii=0; ii < card->app_count; ii++) {
  ------------------
  |  Branch (895:13): [True: 4.99k, False: 0]
  ------------------
  896|  4.99k|		if (card->app[ii]->aid.len != aid->len)
  ------------------
  |  Branch (896:7): [True: 368, False: 4.62k]
  ------------------
  897|    368|			continue;
  898|  4.62k|		if (memcmp(card->app[ii]->aid.value, aid->value, aid->len))
  ------------------
  |  Branch (898:7): [True: 1.30k, False: 3.32k]
  ------------------
  899|  1.30k|			continue;
  900|  3.32k|		return card->app[ii];
  901|  4.62k|	}
  902|      0|	return NULL;
  903|  3.32k|}
sc_pkcs15_get_application_by_type:
  940|  13.1k|{
  941|  13.1k|	struct sc_app_info *out = NULL;
  942|  13.1k|	scconf_block *conf_block = NULL;
  943|  13.1k|	int i, rv;
  944|       |
  945|  13.1k|	if (!card)
  ------------------
  |  Branch (945:6): [True: 0, False: 13.1k]
  ------------------
  946|      0|		return NULL;
  947|       |
  948|  13.1k|	if (card->app_count < 0)   {
  ------------------
  |  Branch (948:6): [True: 13.1k, False: 0]
  ------------------
  949|  13.1k|		rv = sc_enum_apps(card);
  950|  13.1k|		if (rv < 0 && rv != SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|  12.1k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (950:7): [True: 12.1k, False: 1.00k]
  |  Branch (950:17): [True: 10.3k, False: 1.81k]
  ------------------
  951|  10.3k|			return NULL;
  952|  13.1k|	}
  953|       |
  954|  2.81k|	conf_block = sc_get_conf_block(card->ctx, "framework", "pkcs15", 1);
  955|  2.81k|	if (!conf_block)
  ------------------
  |  Branch (955:6): [True: 2.81k, False: 0]
  ------------------
  956|  2.81k|		return NULL;
  957|       |
  958|      0|	for (i = 0; i < card->app_count; i++)   {
  ------------------
  |  Branch (958:14): [True: 0, False: 0]
  ------------------
  959|      0|		struct sc_app_info *app_info = card->app[i];
  960|      0|		scconf_block **blocks = NULL;
  961|      0|		char str_path[SC_MAX_AID_STRING_SIZE];
  962|       |
  963|      0|		sc_bin_to_hex(app_info->aid.value, app_info->aid.len, str_path, sizeof(str_path), 0);
  964|      0|		blocks = scconf_find_blocks(card->ctx->conf, conf_block, "application", str_path);
  965|      0|		if (blocks)   {
  ------------------
  |  Branch (965:7): [True: 0, False: 0]
  ------------------
  966|      0|			if (blocks[0])   {
  ------------------
  |  Branch (966:8): [True: 0, False: 0]
  ------------------
  967|      0|				char *type = (char *)scconf_get_str(blocks[0], "type", app_type);
  968|      0|				if (!strcmp(type, app_type))   {
  ------------------
  |  Branch (968:9): [True: 0, False: 0]
  ------------------
  969|      0|					out = app_info;
  970|      0|					free(blocks);
  971|      0|					break;
  972|      0|				}
  973|      0|			}
  974|      0|			free(blocks);
  975|      0|		}
  976|      0|	}
  977|       |
  978|      0|	return out;
  979|  2.81k|}
sc_pkcs15_bind_internal_odf:
  983|    679|{
  984|    679|	struct sc_path tmppath;
  985|    679|	struct sc_card    *card = p15card->card;
  986|    679|	struct sc_context *ctx = card->ctx;
  987|    679|	struct sc_pkcs15_df *df;
  988|    679|	unsigned char *buf = NULL;
  989|    679|	size_t len;
  990|    679|	int    err, ok = 0;
  991|       |
  992|    679|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    679|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    679|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    679|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    679|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 679]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  993|    679|	if (p15card->file_odf == NULL) {
  ------------------
  |  Branch (993:6): [True: 634, False: 45]
  ------------------
  994|       |		/* check if an ODF is present; we don't know yet whether we have a pkcs15 card */
  995|    634|		sc_format_path("5031", &tmppath);
  996|    634|		err = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &tmppath);
  997|    634|		if (err != SC_SUCCESS)   {
  ------------------
  |  |   28|    634|#define SC_SUCCESS				0
  ------------------
  |  Branch (997:7): [True: 0, False: 634]
  ------------------
  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|    634|		sc_log(ctx, "absolute path to EF(ODF) %s", sc_print_path(&tmppath));
  ------------------
  |  |   71|    634|#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|    634|		err = sc_select_file(card, &tmppath, &p15card->file_odf);
 1003|    634|	}
 1004|     45|	else {
 1005|     45|		tmppath = p15card->file_odf->path;
 1006|     45|		sc_file_free(p15card->file_odf);
 1007|     45|		p15card->file_odf = NULL;
 1008|     45|		err = sc_select_file(card, &tmppath, &p15card->file_odf);
 1009|     45|	}
 1010|       |
 1011|    679|	if (err != SC_SUCCESS) {
  ------------------
  |  |   28|    679|#define SC_SUCCESS				0
  ------------------
  |  Branch (1011:6): [True: 315, False: 364]
  ------------------
 1012|    315|		sc_log(ctx, "EF(ODF) not found in '%s'", sc_print_path(&tmppath));
  ------------------
  |  |   71|    315|#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|    315|		goto end;
 1014|    315|	}
 1015|       |
 1016|    364|	len = p15card->file_odf->size;
 1017|    364|	if (!len) {
  ------------------
  |  Branch (1017:6): [True: 191, False: 173]
  ------------------
 1018|    191|		sc_log(ctx, "EF(ODF) is empty");
  ------------------
  |  |   71|    191|#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|    191|		goto end;
 1020|    191|	}
 1021|    173|	if (len > MAX_FILE_SIZE) {
  ------------------
  |  |  220|    173|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (1021:6): [True: 35, False: 138]
  ------------------
 1022|     35|		sc_log(ctx, "EF(ODF) too large");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1023|     35|		goto end;
 1024|     35|	}
 1025|    138|	buf = malloc(len);
 1026|    138|	if(buf == NULL) {
  ------------------
  |  Branch (1026:5): [True: 0, False: 138]
  ------------------
 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|    138|	err = -1; /* file state: not in cache */
 1032|    138|	if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (1032:6): [True: 55, False: 83]
  ------------------
 1033|     55|		err = sc_pkcs15_read_cached_file(p15card, &tmppath, &buf, &len);
 1034|     55|		if (err == SC_SUCCESS)
  ------------------
  |  |   28|     55|#define SC_SUCCESS				0
  ------------------
  |  Branch (1034:7): [True: 0, False: 55]
  ------------------
 1035|      0|			err = (int)len;
 1036|     55|	}
 1037|    138|	if (err < 0) {
  ------------------
  |  Branch (1037:6): [True: 138, False: 0]
  ------------------
 1038|    138|		err = sc_read_binary(card, 0, buf, len, 0);
 1039|    138|		if (err < 2) {
  ------------------
  |  Branch (1039:7): [True: 47, False: 91]
  ------------------
 1040|     47|			if (err < 0) {
  ------------------
  |  Branch (1040:8): [True: 42, False: 5]
  ------------------
 1041|     42|				sc_log(ctx, "read EF(ODF) file error: %s", sc_strerror(err));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1042|     42|			} else {
 1043|      5|				err = SC_ERROR_PKCS15_APP_NOT_FOUND;
  ------------------
  |  |  131|      5|#define SC_ERROR_PKCS15_APP_NOT_FOUND		-1901
  ------------------
 1044|      5|				sc_log(ctx, "Invalid content of EF(ODF): %s", sc_strerror(err));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1045|      5|			}
 1046|     47|			goto end;
 1047|     47|		}
 1048|       |		/* sc_read_binary may return less than requested */
 1049|     91|		len = err;
 1050|       |
 1051|     91|		if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (1051:7): [True: 36, False: 55]
  ------------------
 1052|     36|			sc_pkcs15_cache_file(p15card, &tmppath, buf, len);
 1053|     36|		}
 1054|     91|	}
 1055|       |
 1056|     91|	if (parse_odf(buf, len, p15card)) {
  ------------------
  |  Branch (1056:6): [True: 31, False: 60]
  ------------------
 1057|     31|		err = SC_ERROR_PKCS15_APP_NOT_FOUND;
  ------------------
  |  |  131|     31|#define SC_ERROR_PKCS15_APP_NOT_FOUND		-1901
  ------------------
 1058|     31|		sc_log(ctx, "Unable to parse ODF");
  ------------------
  |  |   71|     31|#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|     31|		goto end;
 1060|     31|	}
 1061|     60|	free(buf);
 1062|     60|	buf = NULL;
 1063|       |
 1064|     60|	sc_log(ctx, "The following DFs were found:");
  ------------------
  |  |   71|     60|#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|    180|	for (df = p15card->df_list; df; df = df->next)
  ------------------
  |  Branch (1065:30): [True: 120, False: 60]
  ------------------
 1066|    120|		sc_log(ctx, "  DF type %u, path %s, index %u, count %d", df->type,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1067|     60|				sc_print_path(&df->path), df->path.index, df->path.count);
 1068|       |
 1069|     60|	ok = 1;
 1070|    679|end:
 1071|    679|	if (buf != NULL)
  ------------------
  |  Branch (1071:6): [True: 78, False: 601]
  ------------------
 1072|     78|		free(buf);
 1073|    679|	if (!ok) {
  ------------------
  |  Branch (1073:6): [True: 619, False: 60]
  ------------------
 1074|    619|		LOG_FUNC_RETURN(ctx, err);
  ------------------
  |  |  164|    619|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    619|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    619|	int _ret = r; \
  |  |  |  |  155|    619|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 619, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    619|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    393|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 393, False: 226]
  |  |  |  |  ------------------
  |  |  |  |  157|    619|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    619|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    619|	return _ret; \
  |  |  |  |  163|    619|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1075|    619|	}
 1076|       |
 1077|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1078|     60|}
sc_pkcs15_bind_internal_tokeninfo:
 1082|  13.3k|{
 1083|  13.3k|	struct sc_path tmppath;
 1084|  13.3k|	struct sc_card *card = p15card->card;
 1085|  13.3k|	struct sc_context *ctx = card->ctx;
 1086|  13.3k|	struct sc_pkcs15_tokeninfo tokeninfo;
 1087|  13.3k|	unsigned char *buf = NULL;
 1088|  13.3k|	size_t len;
 1089|  13.3k|	int err, ok = 0;
 1090|       |
 1091|  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1092|       |
 1093|  13.3k|	if (p15card->file_tokeninfo == NULL) {
  ------------------
  |  Branch (1093:6): [True: 13.3k, False: 42]
  ------------------
 1094|  13.3k|		sc_format_path("5032", &tmppath);
 1095|  13.3k|		err = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &tmppath);
 1096|  13.3k|		if (err != SC_SUCCESS)   {
  ------------------
  |  |   28|  13.3k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1096:7): [True: 10, False: 13.3k]
  ------------------
 1097|     10|			sc_log(ctx, "Cannot make absolute path to EF(TokenInfo); error:%i", err);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1098|     10|			goto end;
 1099|     10|		}
 1100|  13.3k|		sc_log(ctx, "absolute path to EF(TokenInfo) %s", sc_print_path(&tmppath));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1101|  13.3k|	}
 1102|     42|	else {
 1103|     42|		tmppath = p15card->file_tokeninfo->path;
 1104|     42|		sc_file_free(p15card->file_tokeninfo);
 1105|     42|		p15card->file_tokeninfo = NULL;
 1106|     42|	}
 1107|       |
 1108|  13.3k|	err = sc_select_file(card, &tmppath, &p15card->file_tokeninfo);
 1109|  13.3k|	if (err)   {
  ------------------
  |  Branch (1109:6): [True: 12.0k, False: 1.28k]
  ------------------
 1110|  12.0k|		sc_log(ctx, "cannot select EF(TokenInfo) file: %s", sc_strerror(err));
  ------------------
  |  |   71|  12.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__
  |  |  ------------------
  ------------------
 1111|  12.0k|		goto end;
 1112|  12.0k|	}
 1113|       |
 1114|  1.28k|	len = p15card->file_tokeninfo->size;
 1115|  1.28k|	if (!len) {
  ------------------
  |  Branch (1115:6): [True: 569, False: 719]
  ------------------
 1116|    569|		sc_log(ctx, "EF(TokenInfo) is empty");
  ------------------
  |  |   71|    569|#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|    569|		goto end;
 1118|    569|	}
 1119|    719|	if (len > MAX_FILE_SIZE) {
  ------------------
  |  |  220|    719|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (1119:6): [True: 78, False: 641]
  ------------------
 1120|     78|		sc_log(ctx, "EF(TokenInfo) too large");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1121|     78|		goto end;
 1122|     78|	}
 1123|    641|	buf = malloc(len);
 1124|    641|	if(buf == NULL) {
  ------------------
  |  Branch (1124:5): [True: 0, False: 641]
  ------------------
 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|    641|	err = -1; /* file state: not in cache */
 1130|    641|	if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (1130:6): [True: 192, False: 449]
  ------------------
 1131|    192|		err = sc_pkcs15_read_cached_file(p15card, &tmppath, &buf, &len);
 1132|    192|		if (err == SC_SUCCESS)
  ------------------
  |  |   28|    192|#define SC_SUCCESS				0
  ------------------
  |  Branch (1132:7): [True: 1, False: 191]
  ------------------
 1133|      1|			err = (int)len;
 1134|    192|	}
 1135|    641|	if (err < 0) {
  ------------------
  |  Branch (1135:6): [True: 640, False: 1]
  ------------------
 1136|    640|		err = sc_read_binary(card, 0, buf, len, 0);
 1137|    640|		if (err <= 2) {
  ------------------
  |  Branch (1137:7): [True: 426, False: 214]
  ------------------
 1138|    426|			if (err < 0)   {
  ------------------
  |  Branch (1138:8): [True: 378, False: 48]
  ------------------
 1139|    378|				sc_log(ctx, "read EF(TokenInfo) file error: %s", sc_strerror(err));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1140|    378|			} else {
 1141|     48|				err = SC_ERROR_PKCS15_APP_NOT_FOUND;
  ------------------
  |  |  131|     48|#define SC_ERROR_PKCS15_APP_NOT_FOUND		-1901
  ------------------
 1142|     48|				sc_log(ctx, "Invalid content of EF(TokenInfo): %s", sc_strerror(err));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1143|     48|			}
 1144|    426|			goto end;
 1145|    426|		}
 1146|       |		/* sc_read_binary may return less than requested */
 1147|    214|		len = err;
 1148|       |
 1149|    214|		if (p15card->opts.use_file_cache) {
  ------------------
  |  Branch (1149:7): [True: 86, False: 128]
  ------------------
 1150|     86|			sc_pkcs15_cache_file(p15card, &tmppath, buf, len);
 1151|     86|		}
 1152|    214|	}
 1153|       |
 1154|    215|	memset(&tokeninfo, 0, sizeof(tokeninfo));
 1155|    215|	err = sc_pkcs15_parse_tokeninfo(ctx, &tokeninfo, buf, (size_t)err);
 1156|    215|	if (err != SC_SUCCESS)   {
  ------------------
  |  |   28|    215|#define SC_SUCCESS				0
  ------------------
  |  Branch (1156:6): [True: 183, False: 32]
  ------------------
 1157|    183|		sc_log(ctx, "cannot parse TokenInfo content: %s", sc_strerror(err));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1158|    183|		goto end;
 1159|    183|	}
 1160|       |
 1161|     32|	sc_pkcs15_clear_tokeninfo(p15card->tokeninfo);
 1162|     32|	*(p15card->tokeninfo) = tokeninfo;
 1163|       |
 1164|     32|	if (!p15card->tokeninfo->serial_number && 0 == card->serialnr.len) {
  ------------------
  |  Branch (1164:6): [True: 24, False: 8]
  |  Branch (1164:44): [True: 24, False: 0]
  ------------------
 1165|     24|		sc_card_ctl(p15card->card, SC_CARDCTL_GET_SERIALNR, &card->serialnr);
 1166|     24|	}
 1167|       |
 1168|     32|	if (!p15card->tokeninfo->serial_number && card->serialnr.len)   {
  ------------------
  |  Branch (1168:6): [True: 24, False: 8]
  |  Branch (1168:44): [True: 13, False: 11]
  ------------------
 1169|     13|		char *serial = calloc(1, card->serialnr.len*2 + 1);
 1170|     13|		size_t ii;
 1171|     13|		if (!serial) {
  ------------------
  |  Branch (1171:7): [True: 0, False: 13]
  ------------------
 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|    251|		for(ii=0;ii<card->serialnr.len;ii++)
  ------------------
  |  Branch (1176:12): [True: 238, False: 13]
  ------------------
 1177|    238|			sprintf(serial + ii*2, "%02X", *(card->serialnr.value + ii));
 1178|       |
 1179|     13|		p15card->tokeninfo->serial_number = serial;
 1180|     13|		sc_log(ctx, "p15card->tokeninfo->serial_number %s", p15card->tokeninfo->serial_number);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1181|     13|	}
 1182|       |
 1183|     32|	ok = 1;
 1184|  13.3k|end:
 1185|  13.3k|	if (buf != NULL)
  ------------------
  |  Branch (1185:6): [True: 641, False: 12.7k]
  ------------------
 1186|    641|		free(buf);
 1187|  13.3k|	if (!ok) {
  ------------------
  |  Branch (1187:6): [True: 13.3k, False: 32]
  ------------------
 1188|  13.3k|		LOG_FUNC_RETURN(ctx, err);
  ------------------
  |  |  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|  12.7k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 12.7k, False: 647]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1189|  13.3k|	}
 1190|       |
 1191|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1192|     32|}
sc_pkcs15_bind_internal:
 1196|  16.2k|{
 1197|  16.2k|	struct sc_card *card = p15card->card;
 1198|  16.2k|	struct sc_context *ctx = card->ctx;
 1199|  16.2k|	const struct sc_app_info *info = NULL;
 1200|  16.2k|	int err, ok = 0;
 1201|       |
 1202|  16.2k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  16.2k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  16.2k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  16.2k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  16.2k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 16.2k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1203|       |	/* Enumerate apps now */
 1204|  16.2k|	if (card->app_count < 0) {
  ------------------
  |  Branch (1204:6): [True: 0, False: 16.2k]
  ------------------
 1205|      0|		err = sc_enum_apps(card);
 1206|      0|		if (err != SC_SUCCESS)
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (1206:7): [True: 0, False: 0]
  ------------------
 1207|      0|			sc_log(ctx, "unable to enumerate apps: %s", sc_strerror(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__
  |  |  ------------------
  ------------------
 1208|      0|	}
 1209|  16.2k|	sc_file_free(p15card->file_app);
 1210|  16.2k|	p15card->file_app = sc_file_new();
 1211|  16.2k|	if (p15card->file_app == NULL) {
  ------------------
  |  Branch (1211:6): [True: 0, False: 16.2k]
  ------------------
 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|  16.2k|	sc_format_path("3F005015", &p15card->file_app->path);
 1217|       |
 1218|  16.2k|	info = sc_find_app(card, aid);
 1219|  16.2k|	if (info) {
  ------------------
  |  Branch (1219:6): [True: 4.51k, False: 11.6k]
  ------------------
 1220|  4.51k|		sc_log(ctx, "bind to application('%s',aid:'%s')", info->label, sc_dump_hex(info->aid.value, info->aid.len));
  ------------------
  |  |   71|  4.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__
  |  |  ------------------
  ------------------
 1221|  4.51k|		sc_pkcs15_free_app(p15card);
 1222|  4.51k|		p15card->app = sc_dup_app_info(info);
 1223|  4.51k|		if (!p15card->app) {
  ------------------
  |  Branch (1223:7): [True: 0, False: 4.51k]
  ------------------
 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|  4.51k|		if (info->path.len)
  ------------------
  |  Branch (1228:7): [True: 3.69k, False: 818]
  ------------------
 1229|  3.69k|			p15card->file_app->path = info->path;
 1230|       |
 1231|  4.51k|		if (info->ddo.value && info->ddo.len)
  ------------------
  |  Branch (1231:7): [True: 769, False: 3.74k]
  |  Branch (1231:26): [True: 732, False: 37]
  ------------------
 1232|    732|			parse_ddo(p15card, info->ddo.value, info->ddo.len);
 1233|       |
 1234|  11.6k|	} else if (aid) {
  ------------------
  |  Branch (1234:13): [True: 0, False: 11.6k]
  ------------------
 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|  16.2k|	sc_log(ctx, "application path '%s'", sc_print_path(&p15card->file_app->path));
  ------------------
  |  |   71|  16.2k|#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|  16.2k|	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|  16.2k|	if ((err != SC_SUCCESS) && (card->app_count < 1)) {
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1247:6): [True: 13.0k, False: 3.19k]
  |  Branch (1247:29): [True: 10.1k, False: 2.83k]
  ------------------
 1248|  10.1k|		sc_format_path("3F00", &p15card->file_app->path);
 1249|  10.1k|		err = SC_SUCCESS;
  ------------------
  |  |   28|  10.1k|#define SC_SUCCESS				0
  ------------------
 1250|  10.1k|	}
 1251|       |
 1252|  16.2k|	if (err < 0) {
  ------------------
  |  Branch (1252:6): [True: 2.83k, False: 13.3k]
  ------------------
 1253|  2.83k|		sc_log(ctx, "Cannot select application path");
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
 1254|  2.83k|		goto end;
 1255|  2.83k|	}
 1256|       |
 1257|  13.3k|	err = sc_pkcs15_bind_internal_tokeninfo(p15card);
 1258|  13.3k|	if (err < 0) {
  ------------------
  |  Branch (1258:6): [True: 12.7k, False: 679]
  ------------------
 1259|  12.7k|		sc_log(ctx, "Cannot bind tokeninfo");
  ------------------
  |  |   71|  12.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__
  |  |  ------------------
  ------------------
 1260|  12.7k|		goto end;
 1261|  12.7k|	}
 1262|       |
 1263|    679|	err = sc_pkcs15_bind_internal_odf(p15card);
 1264|    679|	if (err < 0) {
  ------------------
  |  Branch (1264:6): [True: 393, False: 286]
  ------------------
 1265|    393|		sc_log(ctx, "Cannot bind ODF");
  ------------------
  |  |   71|    393|#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|    393|		goto end;
 1267|    393|	}
 1268|       |
 1269|    286|	ok = 1;
 1270|  16.2k|end:
 1271|  16.2k|	if (!ok) {
  ------------------
  |  Branch (1271:6): [True: 15.9k, False: 286]
  ------------------
 1272|  15.9k|		sc_pkcs15_card_clear(p15card);
 1273|  15.9k|		if (err == SC_ERROR_FILE_NOT_FOUND)
  ------------------
  |  |   51|  15.9k|#define SC_ERROR_FILE_NOT_FOUND			-1201
  ------------------
  |  Branch (1273:7): [True: 1.87k, False: 14.0k]
  ------------------
 1274|  1.87k|			err = SC_ERROR_WRONG_CARD;
  ------------------
  |  |   94|  1.87k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
 1275|  15.9k|		LOG_FUNC_RETURN(ctx, err);
  ------------------
  |  |  164|  15.9k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  15.9k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  15.9k|	int _ret = r; \
  |  |  |  |  155|  15.9k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 15.9k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  15.9k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.9k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 15.9k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  15.9k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  15.9k|	} else { \
  |  |  |  |  159|      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.9k|	return _ret; \
  |  |  |  |  163|  15.9k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1276|  15.9k|	}
 1277|       |
 1278|    286|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    286|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    286|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    286|	int _ret = r; \
  |  |  |  |  155|    286|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 286, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    286|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 286]
  |  |  |  |  ------------------
  |  |  |  |  157|    286|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    286|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    286|	return _ret; \
  |  |  |  |  163|    286|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1279|    286|}
pkcs15_get_default_use_file_cache:
 1282|  15.5k|{
 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|  15.5k|	const char *card_drivers_with_file_cache[] = {
 1289|  15.5k|			"atrust-acos",
 1290|  15.5k|			"belpic",
 1291|  15.5k|			"cac1",
 1292|  15.5k|			"cac",
 1293|  15.5k|			"cedulauy",
 1294|  15.5k|			"coolkey",
 1295|  15.5k|			"edo",
 1296|  15.5k|			"esteid2018",
 1297|  15.5k|			"esteid2025",
 1298|  15.5k|			"flex",
 1299|  15.5k|			"cyberflex",
 1300|  15.5k|			"gemsafeV1",
 1301|  15.5k|			"idprime",
 1302|  15.5k|			"itacns",
 1303|  15.5k|			"jpki",
 1304|  15.5k|			"MaskTech",
 1305|  15.5k|			"mcrd",
 1306|  15.5k|			"myeid",
 1307|  15.5k|			"npa",
 1308|  15.5k|			"nqapplet",
 1309|  15.5k|			"tcos",
 1310|  15.5k|			"dtrust",
 1311|  15.5k|			"lteid",
 1312|  15.5k|	};
 1313|       |
 1314|  15.5k|	if (NULL == card || NULL == card->driver || NULL == card->driver->short_name)
  ------------------
  |  Branch (1314:6): [True: 0, False: 15.5k]
  |  Branch (1314:22): [True: 0, False: 15.5k]
  |  Branch (1314:46): [True: 0, False: 15.5k]
  ------------------
 1315|      0|		return "no";
 1316|   297k|	for (size_t i = 0; i < (sizeof card_drivers_with_file_cache / sizeof *card_drivers_with_file_cache); i++) {
  ------------------
  |  Branch (1316:21): [True: 287k, False: 9.88k]
  ------------------
 1317|   287k|		if (0 == strcmp(card->driver->short_name, card_drivers_with_file_cache[i]))
  ------------------
  |  Branch (1317:7): [True: 5.61k, False: 282k]
  ------------------
 1318|  5.61k|			return "public";
 1319|   287k|	}
 1320|       |
 1321|  9.88k|	return "no";
 1322|  15.5k|}
sc_pkcs15_bind:
 1327|  15.5k|{
 1328|  15.5k|	struct sc_pkcs15_card *p15card = NULL;
 1329|  15.5k|	struct sc_context *ctx;
 1330|  15.5k|	scconf_block *conf_block = NULL;
 1331|  15.5k|	int r, emu_first, enable_emu;
 1332|  15.5k|	const char *use_file_cache;
 1333|  15.5k|	const char *pin_protected_certificate, *private_certificate;
 1334|       |
 1335|  15.5k|	if (card == NULL || p15card_out == NULL) {
  ------------------
  |  Branch (1335:6): [True: 0, False: 15.5k]
  |  Branch (1335:22): [True: 0, False: 15.5k]
  ------------------
 1336|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1337|      0|	}
 1338|  15.5k|	ctx = card->ctx;
 1339|       |
 1340|  15.5k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  15.5k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  15.5k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  15.5k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  15.5k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 15.5k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1341|  15.5k|	sc_log(ctx, "application(aid:'%s')", aid ? sc_dump_hex(aid->value, aid->len) : "empty");
  ------------------
  |  |   71|  31.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__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 3.84k, False: 11.6k]
  |  |  ------------------
  ------------------
 1342|       |
 1343|  15.5k|	p15card = sc_pkcs15_card_new();
 1344|  15.5k|	if (p15card == NULL)
  ------------------
  |  Branch (1344:6): [True: 0, False: 15.5k]
  ------------------
 1345|  15.5k|		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|  15.5k|	p15card->card = card;
 1348|  15.5k|	p15card->opts.use_file_cache = SC_PKCS15_OPTS_CACHE_NO_FILES;
  ------------------
  |  |  604|  15.5k|#define SC_PKCS15_OPTS_CACHE_NO_FILES			0
  ------------------
 1349|  15.5k|	use_file_cache = pkcs15_get_default_use_file_cache(card);
 1350|  15.5k|	p15card->opts.use_pin_cache = 1;
 1351|  15.5k|	p15card->opts.pin_cache_counter = 10;
 1352|  15.5k|	p15card->opts.pin_cache_ignore_user_consent = 0;
 1353|  15.5k|	pin_protected_certificate = "protect";
 1354|  15.5k|	private_certificate = "";
 1355|       |
 1356|  15.5k|	conf_block = sc_get_conf_block(ctx, "framework", "pkcs15", 1);
 1357|  15.5k|	if (conf_block) {
  ------------------
  |  Branch (1357:6): [True: 0, False: 15.5k]
  ------------------
 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|  15.5k|	if (0 == strcmp(use_file_cache, "yes")) {
  ------------------
  |  Branch (1368:6): [True: 0, False: 15.5k]
  ------------------
 1369|      0|		p15card->opts.use_file_cache = SC_PKCS15_OPTS_CACHE_ALL_FILES;
  ------------------
  |  |  606|      0|#define SC_PKCS15_OPTS_CACHE_ALL_FILES			2
  ------------------
 1370|  15.5k|	} else if (0 == strcmp(use_file_cache, "public")) {
  ------------------
  |  Branch (1370:13): [True: 5.61k, False: 9.88k]
  ------------------
 1371|  5.61k|		p15card->opts.use_file_cache = SC_PKCS15_OPTS_CACHE_PUBLIC_FILES;
  ------------------
  |  |  605|  5.61k|#define SC_PKCS15_OPTS_CACHE_PUBLIC_FILES		1
  ------------------
 1372|  9.88k|	} else if (0 == strcmp(use_file_cache, "no")) {
  ------------------
  |  Branch (1372:13): [True: 9.88k, False: 0]
  ------------------
 1373|  9.88k|		p15card->opts.use_file_cache = SC_PKCS15_OPTS_CACHE_NO_FILES;
  ------------------
  |  |  604|  9.88k|#define SC_PKCS15_OPTS_CACHE_NO_FILES			0
  ------------------
 1374|  9.88k|	}
 1375|       |
 1376|  15.5k|	if (0 == strcmp(pin_protected_certificate, "protect")) {
  ------------------
  |  Branch (1376:6): [True: 15.5k, False: 0]
  ------------------
 1377|  15.5k|		p15card->opts.pin_protected_certificate = SC_PKCS15_CARD_OPTS_PRIV_CERT_PROTECT;
  ------------------
  |  |  609|  15.5k|#define SC_PKCS15_CARD_OPTS_PRIV_CERT_PROTECT		0
  ------------------
 1378|  15.5k|	} 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|  15.5k|	if (0 == strcmp(private_certificate, "protect")) {
  ------------------
  |  Branch (1384:6): [True: 0, False: 15.5k]
  ------------------
 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|  15.5k|	} else if (0 == strcmp(private_certificate, "ignore")) {
  ------------------
  |  Branch (1386:13): [True: 0, False: 15.5k]
  ------------------
 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|  15.5k|	} else if (0 == strcmp(private_certificate, "declassify")) {
  ------------------
  |  Branch (1388:13): [True: 0, False: 15.5k]
  ------------------
 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|  15.5k|	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|  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__
  |  |  ------------------
  ------------------
 1392|  15.5k|			p15card->opts.use_file_cache, p15card->opts.use_pin_cache, p15card->opts.pin_cache_counter,
 1393|  15.5k|			p15card->opts.pin_cache_ignore_user_consent, p15card->opts.pin_protected_certificate);
 1394|       |
 1395|  15.5k|	r = sc_lock(card);
 1396|  15.5k|	if (r) {
  ------------------
  |  Branch (1396:6): [True: 0, False: 15.5k]
  ------------------
 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|  15.5k|	enable_emu = scconf_get_bool(conf_block, "enable_pkcs15_emulation", 1);
 1403|  15.5k|	if (enable_emu) {
  ------------------
  |  Branch (1403:6): [True: 15.5k, False: 0]
  ------------------
 1404|  15.5k|		sc_log(ctx, "PKCS#15 emulation enabled");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1405|  15.5k|		emu_first = scconf_get_bool(conf_block, "try_emulation_first", 0);
 1406|  15.5k|		if (emu_first || sc_pkcs15_is_emulation_only(card)) {
  ------------------
  |  Branch (1406:7): [True: 0, False: 15.5k]
  |  Branch (1406:20): [True: 3.05k, False: 12.4k]
  ------------------
 1407|  3.05k|			r = sc_pkcs15_bind_synthetic(p15card, aid);
 1408|  3.05k|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|  3.05k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1408:8): [True: 892, False: 2.16k]
  ------------------
 1409|    892|				goto done;
 1410|  2.16k|			r = sc_pkcs15_bind_internal(p15card, aid);
 1411|  2.16k|			if (r < 0)
  ------------------
  |  Branch (1411:8): [True: 2.11k, False: 48]
  ------------------
 1412|  2.11k|				goto error;
 1413|  12.4k|		} else {
 1414|  12.4k|			r = sc_pkcs15_bind_internal(p15card, aid);
 1415|  12.4k|			if (r == SC_SUCCESS)
  ------------------
  |  |   28|  12.4k|#define SC_SUCCESS				0
  ------------------
  |  Branch (1415:8): [True: 222, False: 12.2k]
  ------------------
 1416|    222|				goto done;
 1417|  12.2k|			r = sc_pkcs15_bind_synthetic(p15card, aid);
 1418|  12.2k|			if (r < 0)
  ------------------
  |  Branch (1418:8): [True: 7.54k, False: 4.67k]
  ------------------
 1419|  7.54k|				goto error;
 1420|  12.2k|		}
 1421|  15.5k|	}
 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.83k|done:
 1428|  5.83k|	*p15card_out = p15card;
 1429|  5.83k|	sc_unlock(card);
 1430|  5.83k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  5.83k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  5.83k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  5.83k|	int _ret = r; \
  |  |  |  |  155|  5.83k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 5.83k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  5.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|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 5.83k]
  |  |  |  |  ------------------
  |  |  |  |  157|  5.83k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  5.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|  5.83k|	return _ret; \
  |  |  |  |  163|  5.83k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1431|  9.66k|error:
 1432|  9.66k|	sc_unlock(card);
 1433|  9.66k|	sc_pkcs15_card_free(p15card);
 1434|  9.66k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  9.66k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  9.66k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  9.66k|	int _ret = r; \
  |  |  |  |  155|  9.66k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 9.66k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  9.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|  9.66k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 9.66k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  9.66k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  9.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|  9.66k|	return _ret; \
  |  |  |  |  163|  9.66k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1435|  9.66k|}
sc_pkcs15_unbind:
 1440|  5.83k|{
 1441|  5.83k|	if (p15card == NULL || p15card->magic != SC_PKCS15_CARD_MAGIC) {
  ------------------
  |  |  519|  5.83k|#define SC_PKCS15_CARD_MAGIC		0x10203040
  ------------------
  |  Branch (1441:6): [True: 0, False: 5.83k]
  |  Branch (1441:25): [True: 0, False: 5.83k]
  ------------------
 1442|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1443|      0|	}
 1444|       |
 1445|  5.83k|	LOG_FUNC_CALLED(p15card->card->ctx);
  ------------------
  |  |  151|  5.83k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  5.83k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  5.83k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  5.83k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 5.83k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1446|  5.83k|	if (p15card->dll_handle)
  ------------------
  |  Branch (1446:6): [True: 0, False: 5.83k]
  ------------------
 1447|      0|		sc_dlclose(p15card->dll_handle);
 1448|  5.83k|	sc_pkcs15_pincache_clear(p15card);
 1449|  5.83k|	sc_pkcs15_card_free(p15card);
 1450|  5.83k|	return 0;
 1451|  5.83k|}
sc_pkcs15_get_objects:
 1539|  96.8k|{
 1540|  96.8k|	return sc_pkcs15_get_objects_cond(p15card, type, NULL, NULL, ret, ret_size);
 1541|  96.8k|}
sc_pkcs15_search_objects:
 1723|     49|{
 1724|     49|	return __sc_pkcs15_search_objects(p15card,
 1725|     49|			sk->class_mask, sk->type,
 1726|     49|			compare_obj_key, sk,
 1727|     49|			ret, ret_size);
 1728|     49|}
sc_pkcs15_get_objects_cond:
 1735|  97.8k|{
 1736|  97.8k|	return __sc_pkcs15_search_objects(p15card, 0, type,
 1737|  97.8k|			func, func_arg, ret, ret_size);
 1738|  97.8k|}
sc_pkcs15_find_object_by_id:
 1744|  1.37k|{
 1745|  1.37k|	struct sc_pkcs15_search_key sk;
 1746|  1.37k|	int	r;
 1747|       |
 1748|  1.37k|	memset(&sk, 0, sizeof(sk));
 1749|  1.37k|	sk.id = id;
 1750|       |
 1751|  1.37k|	r = __sc_pkcs15_search_objects(p15card, 0, type, compare_obj_key, &sk, out, 1);
 1752|  1.37k|	if (r < 0)
  ------------------
  |  Branch (1752:6): [True: 0, False: 1.37k]
  ------------------
 1753|      0|		return r;
 1754|  1.37k|	if (r == 0)
  ------------------
  |  Branch (1754:6): [True: 1.21k, False: 167]
  ------------------
 1755|  1.21k|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|  1.21k|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1756|    167|	return 0;
 1757|  1.37k|}
sc_pkcs15_find_cert_by_id:
 1763|  1.36k|{
 1764|  1.36k|	return sc_pkcs15_find_object_by_id(p15card, SC_PKCS15_TYPE_CERT, id, out);
  ------------------
  |  |  438|  1.36k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
 1765|  1.36k|}
sc_pkcs15_find_pin_by_auth_id:
 1795|     12|{
 1796|     12|	return sc_pkcs15_find_object_by_id(p15card, SC_PKCS15_TYPE_AUTH, id, out);
  ------------------
  |  |  444|     12|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
 1797|     12|}
sc_pkcs15_find_so_pin:
 1854|    979|{
 1855|    979|	struct sc_pkcs15_search_key sk;
 1856|       |
 1857|    979|	memset(&sk, 0, sizeof(sk));
 1858|    979|	sk.flags_mask = sk.flags_value = SC_PKCS15_PIN_FLAG_SO_PIN;
  ------------------
  |  |   61|    979|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
 1859|       |
 1860|    979|	return find_by_key(p15card, SC_PKCS15_TYPE_AUTH_PIN, &sk, out);
  ------------------
  |  |  445|    979|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
 1861|    979|}
sc_pkcs15_find_pin_by_flags:
 1868|  8.78k|{
 1869|  8.78k|	struct sc_context *ctx = p15card->card->ctx;
 1870|  8.78k|	struct sc_pkcs15_object *auths[SC_PKCS15_MAX_PINS];
 1871|  8.78k|	int r, i, num, idx = 0;
 1872|       |
 1873|  8.78k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  8.78k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  8.78k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  8.78k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  8.78k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 8.78k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1874|  8.78k|	sc_log(ctx, "Find PIN flags:0x%X, mask:0x%X, index:%i", flags, mask, index ? *index : -1);
  ------------------
  |  |   71|  17.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__
  |  |  ------------------
  |  |  |  Branch (71:122): [True: 0, False: 8.78k]
  |  |  ------------------
  ------------------
 1875|  8.78k|	if (index)
  ------------------
  |  Branch (1875:6): [True: 0, False: 8.78k]
  ------------------
 1876|      0|		idx = *index;
 1877|       |	/* Get authentication PKCS#15 objects that are present in the given application */
 1878|  8.78k|	r = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_AUTH_PIN, auths, SC_PKCS15_MAX_PINS);
  ------------------
  |  |  445|  8.78k|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
              	r = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_AUTH_PIN, auths, SC_PKCS15_MAX_PINS);
  ------------------
  |  |   34|  8.78k|#define SC_PKCS15_MAX_PINS		8
  ------------------
 1879|  8.78k|	if (r < 0)
  ------------------
  |  Branch (1879:6): [True: 0, False: 8.78k]
  ------------------
 1880|      0|		return r;
 1881|  8.78k|	num = r;
 1882|       |
 1883|  11.3k|	for (i=idx; i<num; i++)   {
  ------------------
  |  Branch (1883:14): [True: 6.53k, False: 4.77k]
  ------------------
 1884|  6.53k|		struct sc_pkcs15_auth_info *pin_info = (struct sc_pkcs15_auth_info *)(*(auths + i))->data;
 1885|       |
 1886|  6.53k|		if (!pin_info || pin_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|  6.53k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (1886:7): [True: 0, False: 6.53k]
  |  Branch (1886:20): [True: 0, False: 6.53k]
  ------------------
 1887|      0|			continue;
 1888|       |
 1889|  6.53k|		if ((pin_info->attrs.pin.flags & mask) != flags)
  ------------------
  |  Branch (1889:7): [True: 2.52k, False: 4.00k]
  ------------------
 1890|  2.52k|			continue;
 1891|       |
 1892|  4.00k|		if (out)
  ------------------
  |  Branch (1892:7): [True: 4.00k, False: 0]
  ------------------
 1893|  4.00k|			*out = *(auths + i);
 1894|  4.00k|		if (index)
  ------------------
  |  Branch (1894:7): [True: 0, False: 4.00k]
  ------------------
 1895|      0|			*index = i;
 1896|       |
 1897|  4.00k|		LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  4.00k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  4.00k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  4.00k|	int _ret = r; \
  |  |  |  |  155|  4.00k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.00k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.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: 4.00k]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.00k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.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|  4.00k|	return _ret; \
  |  |  |  |  163|  4.00k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1898|  4.00k|	}
 1899|       |
 1900|  4.77k|	LOG_FUNC_RETURN(ctx, SC_ERROR_OBJECT_NOT_FOUND);
  ------------------
  |  |  164|  4.77k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  4.77k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  4.77k|	int _ret = r; \
  |  |  |  |  155|  4.77k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 4.77k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  4.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|  4.77k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 4.77k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  4.77k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  4.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|  4.77k|	return _ret; \
  |  |  |  |  163|  4.77k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1901|  4.77k|}
sc_pkcs15_add_object:
 1987|  38.2k|{
 1988|  38.2k|	struct sc_pkcs15_object *p = p15card->obj_list;
 1989|       |
 1990|  38.2k|	if (!obj)
  ------------------
  |  Branch (1990:6): [True: 0, False: 38.2k]
  ------------------
 1991|      0|		return 0;
 1992|  38.2k|	obj->next = obj->prev = NULL;
 1993|  38.2k|	if (p15card->obj_list == NULL) {
  ------------------
  |  Branch (1993:6): [True: 5.12k, False: 33.1k]
  ------------------
 1994|  5.12k|		p15card->obj_list = obj;
 1995|  5.12k|		return 0;
 1996|  5.12k|	}
 1997|   422k|	while (p->next != NULL)
  ------------------
  |  Branch (1997:9): [True: 389k, False: 33.1k]
  ------------------
 1998|   389k|		p = p->next;
 1999|  33.1k|	p->next = obj;
 2000|  33.1k|	obj->prev = p;
 2001|       |
 2002|  33.1k|	return 0;
 2003|  38.2k|}
sc_pkcs15_free_object:
 2038|  38.2k|{
 2039|  38.2k|	if (!obj)
  ------------------
  |  Branch (2039:6): [True: 0, False: 38.2k]
  ------------------
 2040|      0|		return;
 2041|  38.2k|	switch (obj->type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  38.2k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
 2042|  3.88k|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|  3.88k|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (2042:2): [True: 3.88k, False: 34.3k]
  ------------------
 2043|  3.88k|		sc_pkcs15_free_prkey_info((sc_pkcs15_prkey_info_t *)obj->data);
 2044|  3.88k|		break;
 2045|  1.26k|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|  1.26k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (2045:2): [True: 1.26k, False: 37.0k]
  ------------------
 2046|       |		/* This is normally passed to framework-pkcs15,
 2047|       |		 * but if something fails on the way, it would not get freed */
 2048|  1.26k|		if (obj->emulated) {
  ------------------
  |  Branch (2048:7): [True: 1.11k, False: 151]
  ------------------
 2049|  1.11k|			sc_pkcs15_free_pubkey(obj->emulated);
 2050|  1.11k|		}
 2051|  1.26k|		sc_pkcs15_free_pubkey_info((sc_pkcs15_pubkey_info_t *)obj->data);
 2052|  1.26k|		break;
 2053|  2.62k|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|  2.62k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (2053:2): [True: 2.62k, False: 35.6k]
  ------------------
 2054|  2.62k|		sc_pkcs15_free_cert_info((sc_pkcs15_cert_info_t *)obj->data);
 2055|  2.62k|		break;
 2056|      0|	case SC_PKCS15_TYPE_SKEY:
  ------------------
  |  |  432|      0|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (2056:2): [True: 0, False: 38.2k]
  ------------------
 2057|      0|		sc_pkcs15_free_skey_info((sc_pkcs15_skey_info_t *)obj->data);
 2058|      0|		break;
 2059|  24.0k|	case SC_PKCS15_TYPE_DATA_OBJECT:
  ------------------
  |  |  442|  24.0k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  |  Branch (2059:2): [True: 24.0k, False: 14.2k]
  ------------------
 2060|  24.0k|		sc_pkcs15_free_data_info((sc_pkcs15_data_info_t *)obj->data);
 2061|  24.0k|		break;
 2062|  6.42k|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|  6.42k|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (2062:2): [True: 6.42k, False: 31.8k]
  ------------------
 2063|  6.42k|		sc_pkcs15_free_auth_info((sc_pkcs15_auth_info_t *)obj->data);
 2064|  6.42k|		break;
 2065|      0|	default:
  ------------------
  |  Branch (2065:2): [True: 0, False: 38.2k]
  ------------------
 2066|      0|		free(obj->data);
 2067|  38.2k|	}
 2068|       |
 2069|  38.2k|	sc_pkcs15_free_object_content(obj);
 2070|       |
 2071|  38.2k|	free(obj);
 2072|  38.2k|}
sc_pkcs15_add_df:
 2077|  9.57k|{
 2078|  9.57k|	struct sc_pkcs15_df *p, *newdf;
 2079|       |
 2080|  9.57k|	newdf = calloc(1, sizeof(struct sc_pkcs15_df));
 2081|  9.57k|	if (newdf == NULL)
  ------------------
  |  Branch (2081:6): [True: 0, False: 9.57k]
  ------------------
 2082|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2083|  9.57k|	newdf->path = *path;
 2084|  9.57k|	newdf->type = type;
 2085|       |
 2086|  9.57k|	if (p15card->df_list == NULL) {
  ------------------
  |  Branch (2086:6): [True: 5.18k, False: 4.38k]
  ------------------
 2087|  5.18k|		p15card->df_list = newdf;
 2088|  5.18k|		return 0;
 2089|  5.18k|	}
 2090|       |
 2091|  4.38k|	p = p15card->df_list;
 2092|  7.02k|	while (p->next != NULL)
  ------------------
  |  Branch (2092:9): [True: 2.64k, False: 4.38k]
  ------------------
 2093|  2.64k|		p = p->next;
 2094|  4.38k|	p->next = newdf;
 2095|  4.38k|	newdf->prev = p;
 2096|       |
 2097|  4.38k|	return 0;
 2098|  9.57k|}
sc_pkcs15_parse_df:
 2193|    616|{
 2194|    616|	struct sc_context *ctx = p15card->card->ctx;
 2195|    616|	unsigned char *buf;
 2196|    616|	const unsigned char *p;
 2197|    616|	size_t bufsize;
 2198|    616|	int r;
 2199|    616|	struct sc_pkcs15_object *obj = NULL;
 2200|    616|	int (* func)(struct sc_pkcs15_card *, struct sc_pkcs15_object *,
 2201|    616|		     const u8 **nbuf, size_t *nbufsize) = NULL;
 2202|       |
 2203|    616|	sc_log(ctx, "called; path=%s, type=%d, enum=%d", sc_print_path(&df->path), df->type, df->enumerated);
  ------------------
  |  |   71|    616|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2204|       |
 2205|    616|	if (df->enumerated)
  ------------------
  |  Branch (2205:6): [True: 0, False: 616]
  ------------------
 2206|    616|		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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2207|       |
 2208|    616|	switch (df->type) {
  ------------------
  |  Branch (2208:10): [True: 611, False: 5]
  ------------------
 2209|    259|	case SC_PKCS15_PRKDF:
  ------------------
  |  |  488|    259|#define SC_PKCS15_PRKDF			0
  ------------------
  |  Branch (2209:2): [True: 259, False: 357]
  ------------------
 2210|    259|		func = sc_pkcs15_decode_prkdf_entry;
 2211|    259|		break;
 2212|    206|	case SC_PKCS15_PUKDF:
  ------------------
  |  |  489|    206|#define SC_PKCS15_PUKDF			1
  ------------------
  |  Branch (2212:2): [True: 206, False: 410]
  ------------------
 2213|    206|		func = sc_pkcs15_decode_pukdf_entry;
 2214|    206|		break;
 2215|      7|	case SC_PKCS15_SKDF:
  ------------------
  |  |  491|      7|#define SC_PKCS15_SKDF			3
  ------------------
  |  Branch (2215:2): [True: 7, False: 609]
  ------------------
 2216|      7|		func = sc_pkcs15_decode_skdf_entry;
 2217|      7|		break;
 2218|     12|	case SC_PKCS15_CDF:
  ------------------
  |  |  492|     12|#define SC_PKCS15_CDF			4
  ------------------
  |  Branch (2218:2): [True: 12, False: 604]
  ------------------
 2219|     15|	case SC_PKCS15_CDF_TRUSTED:
  ------------------
  |  |  493|     15|#define SC_PKCS15_CDF_TRUSTED		5
  ------------------
  |  Branch (2219:2): [True: 3, False: 613]
  ------------------
 2220|     22|	case SC_PKCS15_CDF_USEFUL:
  ------------------
  |  |  494|     22|#define SC_PKCS15_CDF_USEFUL		6
  ------------------
  |  Branch (2220:2): [True: 7, False: 609]
  ------------------
 2221|     22|		func = sc_pkcs15_decode_cdf_entry;
 2222|     22|		break;
 2223|      7|	case SC_PKCS15_DODF:
  ------------------
  |  |  495|      7|#define SC_PKCS15_DODF			7
  ------------------
  |  Branch (2223:2): [True: 7, False: 609]
  ------------------
 2224|      7|		func = sc_pkcs15_decode_dodf_entry;
 2225|      7|		break;
 2226|    110|	case SC_PKCS15_AODF:
  ------------------
  |  |  496|    110|#define SC_PKCS15_AODF			8
  ------------------
  |  Branch (2226:2): [True: 110, False: 506]
  ------------------
 2227|    110|		func = sc_pkcs15_decode_aodf_entry;
 2228|    110|		break;
 2229|    616|	}
 2230|    616|	if (func == NULL) {
  ------------------
  |  Branch (2230:6): [True: 5, False: 611]
  ------------------
 2231|      5|		sc_log(ctx, "unknown DF type: %d", df->type);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2232|      5|		LOG_FUNC_RETURN(ctx, SC_ERROR_INVALID_ARGUMENTS);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2233|      5|	}
 2234|    611|	r = sc_pkcs15_read_file(p15card, &df->path, &buf, &bufsize, 0);
 2235|    611|	LOG_TEST_RET(ctx, r, "pkcs15 read file failed");
  ------------------
  |  |  174|    611|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    611|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    611|	int _ret = (r); \
  |  |  |  |  168|    611|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 574, False: 37]
  |  |  |  |  ------------------
  |  |  |  |  169|    574|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    574|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    574|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    574|		return _ret; \
  |  |  |  |  172|    574|	} \
  |  |  |  |  173|    611|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 37]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2236|       |
 2237|     37|	p = buf;
 2238|     37|	while (bufsize && *p != 0x00) {
  ------------------
  |  Branch (2238:9): [True: 29, False: 8]
  |  Branch (2238:20): [True: 27, False: 2]
  ------------------
 2239|       |
 2240|     27|		obj = calloc(1, sizeof(struct sc_pkcs15_object));
 2241|     27|		if (obj == NULL) {
  ------------------
  |  Branch (2241:7): [True: 0, False: 27]
  ------------------
 2242|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2243|      0|			goto ret;
 2244|      0|		}
 2245|     27|		r = func(p15card, obj, &p, &bufsize);
 2246|     27|		if (r) {
  ------------------
  |  Branch (2246:7): [True: 27, False: 0]
  ------------------
 2247|     27|			free(obj);
 2248|     27|			if (r == SC_ERROR_ASN1_END_OF_CONTENTS) {
  ------------------
  |  |   84|     27|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (2248:8): [True: 7, False: 20]
  ------------------
 2249|      7|				r = 0;
 2250|      7|				break;
 2251|      7|			}
 2252|     20|			sc_log(ctx, "%s: Error decoding DF entry", sc_strerror(r));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2253|     20|			goto ret;
 2254|     27|		}
 2255|       |
 2256|      0|		obj->df = df;
 2257|      0|		r = sc_pkcs15_add_object(p15card, obj);
 2258|      0|		if (r) {
  ------------------
  |  Branch (2258:7): [True: 0, False: 0]
  ------------------
 2259|      0|			if (obj->data)
  ------------------
  |  Branch (2259:8): [True: 0, False: 0]
  ------------------
 2260|      0|				free(obj->data);
 2261|      0|			free(obj);
 2262|      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__
  |  |  ------------------
  ------------------
 2263|      0|			goto ret;
 2264|      0|		}
 2265|      0|		while (bufsize > 0 && *p == 00) {
  ------------------
  |  Branch (2265:10): [True: 0, False: 0]
  |  Branch (2265:25): [True: 0, False: 0]
  ------------------
 2266|      0|			bufsize--;
 2267|      0|			p++;
 2268|      0|		}
 2269|     17|	};
 2270|       |
 2271|     17|	if (r > 0)
  ------------------
  |  Branch (2271:6): [True: 0, False: 17]
  ------------------
 2272|      0|		r = 0;
 2273|     37|ret:
 2274|     37|	df->enumerated = 1;
 2275|     37|	free(buf);
 2276|     37|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  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|     20|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 20, False: 17]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2277|     37|}
sc_pkcs15_read_file:
 2529|  13.8k|{
 2530|  13.8k|	struct sc_context *ctx;
 2531|  13.8k|	struct sc_file *file = NULL;
 2532|  13.8k|	unsigned char *data = NULL;
 2533|  13.8k|	size_t	len = 0, offset = 0;
 2534|  13.8k|	int	r;
 2535|       |
 2536|  13.8k|	if (p15card == NULL || p15card->card == NULL || in_path == NULL || buf == NULL) {
  ------------------
  |  Branch (2536:6): [True: 0, False: 13.8k]
  |  Branch (2536:25): [True: 0, False: 13.8k]
  |  Branch (2536:50): [True: 0, False: 13.8k]
  |  Branch (2536:69): [True: 0, False: 13.8k]
  ------------------
 2537|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2538|      0|	}
 2539|  13.8k|	ctx = p15card->card->ctx;
 2540|       |
 2541|  13.8k|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|  13.8k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  13.8k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  13.8k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  13.8k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 13.8k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2542|  13.8k|	sc_log(ctx, "path=%s, index=%u, count=%d", sc_print_path(in_path), in_path->index, in_path->count);
  ------------------
  |  |   71|  13.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__
  |  |  ------------------
  ------------------
 2543|       |
 2544|  13.8k|	r = -1; /* file state: not in cache */
 2545|  13.8k|	if (p15card->opts.use_file_cache
  ------------------
  |  Branch (2545:6): [True: 5.39k, False: 8.48k]
  ------------------
 2546|  5.39k|	    && ((p15card->opts.use_file_cache & SC_PKCS15_OPTS_CACHE_ALL_FILES) || !private_data)) {
  ------------------
  |  |  606|  5.39k|#define SC_PKCS15_OPTS_CACHE_ALL_FILES			2
  ------------------
  |  Branch (2546:10): [True: 0, False: 5.39k]
  |  Branch (2546:77): [True: 5.39k, False: 0]
  ------------------
 2547|  5.39k|		r = sc_pkcs15_read_cached_file(p15card, in_path, &data, &len);
 2548|       |
 2549|  5.39k|		if (!r && in_path->aid.len > 0 && in_path->len >= 2)   {
  ------------------
  |  Branch (2549:7): [True: 519, False: 4.87k]
  |  Branch (2549:13): [True: 163, False: 356]
  |  Branch (2549:37): [True: 163, False: 0]
  ------------------
 2550|    163|			struct sc_path parent = *in_path;
 2551|       |
 2552|    163|			parent.len -= 2;
 2553|    163|			parent.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|    163|#define SC_PATH_TYPE_PATH		2
  ------------------
 2554|    163|			r = sc_select_file(p15card->card, &parent, NULL);
 2555|    163|		}
 2556|  5.39k|	}
 2557|       |
 2558|  13.8k|	if (r) {
  ------------------
  |  Branch (2558:6): [True: 13.4k, False: 459]
  ------------------
 2559|  13.4k|		r = sc_lock(p15card->card);
 2560|  13.4k|		if (r)
  ------------------
  |  Branch (2560:7): [True: 0, False: 13.4k]
  ------------------
 2561|      0|			goto fail;
 2562|  13.4k|		r = sc_select_file(p15card->card, in_path, &file);
 2563|  13.4k|		if (r)
  ------------------
  |  Branch (2563:7): [True: 10.0k, False: 3.39k]
  ------------------
 2564|  10.0k|			goto fail_unlock;
 2565|       |
 2566|       |		/* Handle the case where the ASN.1 Path object specified
 2567|       |		 * index and length values */
 2568|       |
 2569|  3.39k|		if (file->ef_structure == SC_FILE_EF_LINEAR_VARIABLE) {
  ------------------
  |  |  224|  3.39k|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (2569:7): [True: 57, False: 3.33k]
  ------------------
 2570|       |
 2571|       |			// in_path->index: record_no
 2572|       |			// in_path->count: ignored!
 2573|       |
 2574|     57|			if(file->record_length > 0) {
  ------------------
  |  Branch (2574:7): [True: 45, False: 12]
  ------------------
 2575|     45|				if(file->record_length > MAX_FILE_SIZE) {
  ------------------
  |  |  220|     45|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (2575:8): [True: 0, False: 45]
  ------------------
 2576|      0|					len = MAX_FILE_SIZE;
  ------------------
  |  |  220|      0|#define MAX_FILE_SIZE 65535
  ------------------
 2577|      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__
  |  |  ------------------
  ------------------
 2578|     45|				} else {
 2579|     45|					len = file->record_length;
 2580|     45|				}
 2581|     45|			} else {
 2582|     12|				len = MAX_FILE_SIZE;
  ------------------
  |  |  220|     12|#define MAX_FILE_SIZE 65535
  ------------------
 2583|     12|			}
 2584|       |
 2585|     57|			if ((in_path->index <= 0) || (in_path->index > (int)(file->record_count))) {
  ------------------
  |  Branch (2585:8): [True: 19, False: 38]
  |  Branch (2585:33): [True: 9, False: 29]
  ------------------
 2586|     28|				sc_log(ctx, "  record number out of bounds: %d", in_path->index);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2587|     28|				r = SC_ERROR_RECORD_NOT_FOUND;
  ------------------
  |  |   52|     28|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
 2588|     28|				goto fail_unlock;
 2589|     28|			}
 2590|       |
 2591|  3.33k|		} else {
 2592|       |
 2593|  3.33k|			if (in_path->count < 0) {
  ------------------
  |  Branch (2593:8): [True: 2.09k, False: 1.24k]
  ------------------
 2594|  2.09k|				if (file->size)
  ------------------
  |  Branch (2594:9): [True: 1.93k, False: 155]
  ------------------
 2595|  1.93k|					len = (file->size > MAX_FILE_SIZE)? MAX_FILE_SIZE:file->size;
  ------------------
  |  |  220|  1.93k|#define MAX_FILE_SIZE 65535
  ------------------
              					len = (file->size > MAX_FILE_SIZE)? MAX_FILE_SIZE:file->size;
  ------------------
  |  |  220|      7|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (2595:12): [True: 7, False: 1.93k]
  ------------------
 2596|    155|				else
 2597|    155|					len = 1024;
 2598|  2.09k|				offset = 0;
 2599|  2.09k|			}
 2600|  1.24k|			else {
 2601|  1.24k|				offset = in_path->index;
 2602|  1.24k|				len = in_path->count;
 2603|       |				/* Make sure we're within proper bounds */
 2604|  1.24k|				if (offset >= file->size || offset + len > file->size) {
  ------------------
  |  Branch (2604:9): [True: 26, False: 1.21k]
  |  Branch (2604:33): [True: 17, False: 1.19k]
  ------------------
 2605|     43|					r = SC_ERROR_INVALID_ASN1_OBJECT;
  ------------------
  |  |   82|     43|#define SC_ERROR_INVALID_ASN1_OBJECT		-1401
  ------------------
 2606|     43|					goto fail_unlock;
 2607|     43|				}
 2608|  1.24k|			}
 2609|  3.33k|		}
 2610|       |
 2611|  3.32k|		free(data);
 2612|  3.32k|		data = malloc(len);
 2613|  3.32k|		if (data == NULL) {
  ------------------
  |  Branch (2613:7): [True: 0, False: 3.32k]
  ------------------
 2614|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2615|      0|			goto fail_unlock;
 2616|      0|		}
 2617|       |
 2618|  3.32k|		if (file->ef_structure == SC_FILE_EF_LINEAR_VARIABLE_TLV) {
  ------------------
  |  |  225|  3.32k|#define SC_FILE_EF_LINEAR_VARIABLE_TLV	0x05
  ------------------
  |  Branch (2618:7): [True: 87, False: 3.23k]
  ------------------
 2619|     87|			unsigned int i;
 2620|     87|			size_t l, record_len;
 2621|     87|			unsigned char *head = data;
 2622|       |
 2623|    982|			for (i=1; ; i++) {
 2624|    982|				l = len - (head - data);
 2625|    982|				if (l > 256) {
  ------------------
  |  Branch (2625:9): [True: 238, False: 744]
  ------------------
 2626|    238|					l = 256;
 2627|    238|				}
 2628|    982|				r = sc_read_record(p15card->card, i, 0, head, l, SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|    982|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
 2629|    982|				if (r == SC_ERROR_RECORD_NOT_FOUND)
  ------------------
  |  |   52|    982|#define SC_ERROR_RECORD_NOT_FOUND		-1202
  ------------------
  |  Branch (2629:9): [True: 1, False: 981]
  ------------------
 2630|      1|					break;
 2631|    981|				if (r < 0) {
  ------------------
  |  Branch (2631:9): [True: 59, False: 922]
  ------------------
 2632|     59|					goto fail_unlock;
 2633|     59|				}
 2634|    922|				if (r < 2)
  ------------------
  |  Branch (2634:9): [True: 26, False: 896]
  ------------------
 2635|     26|					break;
 2636|    896|				record_len = head[1];
 2637|    896|				if (record_len != 0xff) {
  ------------------
  |  Branch (2637:9): [True: 870, False: 26]
  ------------------
 2638|    870|					memmove(head, head+2, r-2);
 2639|    870|					head += (r-2);
 2640|    870|				}
 2641|     26|				else {
 2642|     26|					if (r < 4)
  ------------------
  |  Branch (2642:10): [True: 1, False: 25]
  ------------------
 2643|      1|						break;
 2644|     25|					memmove(head, head+4, r-4);
 2645|     25|					head += (r-4);
 2646|     25|				}
 2647|    896|			}
 2648|     28|			len = head-data;
 2649|     28|		}
 2650|  3.23k|		else if (file->ef_structure == SC_FILE_EF_LINEAR_VARIABLE) {
  ------------------
  |  |  224|  3.23k|#define SC_FILE_EF_LINEAR_VARIABLE	0x04
  ------------------
  |  Branch (2650:12): [True: 29, False: 3.20k]
  ------------------
 2651|     29|			r = sc_read_record(p15card->card, in_path->index, (unsigned)offset, data, len, SC_RECORD_BY_REC_NR);
  ------------------
  |  | 1298|     29|#define SC_RECORD_BY_REC_NR		0x00100UL
  ------------------
 2652|     29|			if (r < 0) {
  ------------------
  |  Branch (2652:8): [True: 1, False: 28]
  ------------------
 2653|      1|				goto fail_unlock;
 2654|      1|			}
 2655|       |			/* sc_read_record may return less than requested */
 2656|     28|			len = r;
 2657|     28|		}
 2658|  3.20k|		else {
 2659|  3.20k|			unsigned long flags = 0;
 2660|  3.20k|			r = sc_read_binary(p15card->card, (unsigned)offset, data, len, &flags);
 2661|  3.20k|			if (r < 0) {
  ------------------
  |  Branch (2661:8): [True: 660, False: 2.54k]
  ------------------
 2662|    660|				goto fail_unlock;
 2663|    660|			}
 2664|       |			/* sc_read_binary may return less than requested */
 2665|  2.54k|			len = r;
 2666|       |
 2667|  2.54k|			if (flags & SC_FILE_FLAG_COMPRESSED_AUTO
  ------------------
  |  |  230|  5.08k|#define SC_FILE_FLAG_COMPRESSED_AUTO		0x01
  ------------------
  |  Branch (2667:8): [True: 176, False: 2.36k]
  ------------------
 2668|  2.36k|			    || flags & SC_FILE_FLAG_COMPRESSED_ZLIB
  ------------------
  |  |  231|  4.91k|#define SC_FILE_FLAG_COMPRESSED_ZLIB		0x02
  ------------------
  |  Branch (2668:11): [True: 0, False: 2.36k]
  ------------------
 2669|  2.36k|			    || flags & SC_FILE_FLAG_COMPRESSED_GZIP) {
  ------------------
  |  |  232|  2.36k|#define SC_FILE_FLAG_COMPRESSED_GZIP		0x04
  ------------------
  |  Branch (2669:11): [True: 0, False: 2.36k]
  ------------------
 2670|    176|				unsigned char *decompressed_buf = NULL;
 2671|    176|				size_t decompressed_len = 0;
 2672|    176|				r = decompress_file(p15card->card, data, len, &decompressed_buf, &decompressed_len, flags);
 2673|    176|				if (r != SC_SUCCESS) {
  ------------------
  |  |   28|    176|#define SC_SUCCESS				0
  ------------------
  |  Branch (2673:9): [True: 176, False: 0]
  ------------------
 2674|    176|					goto fail_unlock;
 2675|    176|				}
 2676|      0|				free(data);
 2677|      0|				data = decompressed_buf;
 2678|      0|				len = decompressed_len;
 2679|      0|			}
 2680|  2.54k|		}
 2681|  2.42k|		sc_unlock(p15card->card);
 2682|       |
 2683|  2.42k|		sc_file_free(file);
 2684|       |
 2685|  2.42k|		if (p15card->opts.use_file_cache && ((p15card->opts.use_file_cache & SC_PKCS15_OPTS_CACHE_ALL_FILES) || !private_data)) {
  ------------------
  |  |  606|    648|#define SC_PKCS15_OPTS_CACHE_ALL_FILES			2
  ------------------
  |  Branch (2685:7): [True: 648, False: 1.77k]
  |  Branch (2685:40): [True: 0, False: 648]
  |  Branch (2685:107): [True: 648, False: 0]
  ------------------
 2686|    648|			sc_pkcs15_cache_file(p15card, in_path, data, len);
 2687|    648|		}
 2688|  2.42k|		if (len == 0) {
  ------------------
  |  Branch (2688:7): [True: 332, False: 2.09k]
  ------------------
 2689|    332|			free(data);
 2690|    332|			data = NULL;
 2691|    332|		}
 2692|  2.42k|	}
 2693|  2.88k|	*buf = data;
 2694|  2.88k|	*buflen = len;
 2695|  2.88k|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|  2.88k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  2.88k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  2.88k|	int _ret = r; \
  |  |  |  |  155|  2.88k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 2.88k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  2.88k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, 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.88k]
  |  |  |  |  ------------------
  |  |  |  |  157|  2.88k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  2.88k|	} else { \
  |  |  |  |  159|      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.88k|	return _ret; \
  |  |  |  |  163|  2.88k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2696|       |
 2697|  10.9k|fail_unlock:
 2698|  10.9k|	sc_unlock(p15card->card);
 2699|  10.9k|fail:
 2700|  10.9k|	free(data);
 2701|  10.9k|	sc_file_free(file);
 2702|  10.9k|	LOG_FUNC_RETURN(ctx, r);
  ------------------
  |  |  164|  10.9k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  10.9k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  10.9k|	int _ret = r; \
  |  |  |  |  155|  10.9k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 10.9k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  10.9k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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.9k|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 10.9k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  10.9k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  10.9k|	} else { \
  |  |  |  |  159|      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.9k|	return _ret; \
  |  |  |  |  163|  10.9k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2703|  10.9k|}
sc_pkcs15_compare_id:
 2708|  49.9k|{
 2709|  49.9k|	if (id1 == NULL || id2 == NULL)
  ------------------
  |  Branch (2709:6): [True: 0, False: 49.9k]
  |  Branch (2709:21): [True: 0, False: 49.9k]
  ------------------
 2710|      0|		return 0;
 2711|  49.9k|	if (id1->len != id2->len)
  ------------------
  |  Branch (2711:6): [True: 4.44k, False: 45.4k]
  ------------------
 2712|  4.44k|		return 0;
 2713|  45.4k|	return memcmp(id1->value, id2->value, id1->len) == 0;
 2714|  49.9k|}
sc_pkcs15_format_id:
 2719|   112k|{
 2720|   112k|	size_t len;
 2721|       |
 2722|   112k|	if (!id)
  ------------------
  |  Branch (2722:6): [True: 0, False: 112k]
  ------------------
 2723|      0|		return;
 2724|   112k|	len = sizeof(id->value);
 2725|       |
 2726|   112k|	if (sc_hex_to_bin(str, id->value, &len) != SC_SUCCESS)
  ------------------
  |  |   28|   112k|#define SC_SUCCESS				0
  ------------------
  |  Branch (2726:6): [True: 162, False: 112k]
  ------------------
 2727|    162|		id->len = 0;
 2728|   112k|	else
 2729|   112k|		id->len = len;
 2730|   112k|}
sc_pkcs15_print_id:
 2735|  17.3k|{
 2736|  17.3k|	static char buffer[256];
 2737|       |
 2738|  17.3k|	sc_bin_to_hex(id->value, id->len, buffer, sizeof(buffer), '\0');
 2739|  17.3k|	return buffer;
 2740|  17.3k|}
sc_pkcs15_make_absolute_path:
 2753|  14.1k|{
 2754|       |	/* nothing to do if child has valid 'aid' */
 2755|  14.1k|	if (child->aid.len)
  ------------------
  |  Branch (2755:6): [True: 0, False: 14.1k]
  ------------------
 2756|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2757|       |
 2758|  14.1k|	if (parent->aid.len)   {
  ------------------
  |  Branch (2758:6): [True: 0, False: 14.1k]
  ------------------
 2759|      0|		sc_path_t ppath;
 2760|       |
 2761|       |		/* child inherits parent's 'aid' */
 2762|      0|		child->aid = parent->aid;
 2763|      0|		if (!parent->len)
  ------------------
  |  Branch (2763:7): [True: 0, False: 0]
  ------------------
 2764|      0|			return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2765|       |
 2766|       |		/* parent has valid 'path' -- concatenate it with the child's one */
 2767|      0|		memcpy(&ppath, parent, sizeof(sc_path_t));
 2768|      0|		ppath.aid.len = 0;
 2769|      0|		ppath.type = SC_PATH_TYPE_FROM_CURRENT;
  ------------------
  |  |  122|      0|#define SC_PATH_TYPE_FROM_CURRENT	4
  ------------------
 2770|      0|		return sc_concatenate_path(child, &ppath, child);
 2771|       |
 2772|      0|	}
 2773|  14.1k|	else if (parent->type == SC_PATH_TYPE_DF_NAME)   {
  ------------------
  |  |  118|  14.1k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (2773:11): [True: 1.34k, False: 12.8k]
  ------------------
 2774|       |		/* child inherits parent's 'DF NAME' as 'aid' */
 2775|  1.34k|		if (parent->len > sizeof(child->aid.value))
  ------------------
  |  Branch (2775:7): [True: 0, False: 1.34k]
  ------------------
 2776|      0|			return SC_ERROR_WRONG_LENGTH;
  ------------------
  |  |   56|      0|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
 2777|       |
 2778|  1.34k|		memcpy(child->aid.value, parent->value, parent->len);
 2779|  1.34k|		child->aid.len = parent->len;
 2780|       |
 2781|  1.34k|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.34k|#define SC_SUCCESS				0
  ------------------
 2782|  1.34k|	}
 2783|       |
 2784|       |	/* a 0 length path stays a 0 length path */
 2785|  12.8k|	if (child->len == 0)
  ------------------
  |  Branch (2785:6): [True: 33, False: 12.7k]
  ------------------
 2786|     33|		return SC_SUCCESS;
  ------------------
  |  |   28|     33|#define SC_SUCCESS				0
  ------------------
 2787|       |
 2788|  12.7k|	if (sc_compare_path_prefix(sc_get_mf_path(), child))
  ------------------
  |  Branch (2788:6): [True: 60, False: 12.7k]
  ------------------
 2789|     60|		return SC_SUCCESS;
  ------------------
  |  |   28|     60|#define SC_SUCCESS				0
  ------------------
 2790|       |
 2791|  12.7k|	return sc_concatenate_path(child, parent, child);
 2792|  12.7k|}
sc_pkcs15_free_object_content:
 2796|  45.4k|{
 2797|  45.4k|	if (obj->content.value && obj->content.len) {
  ------------------
  |  Branch (2797:6): [True: 202, False: 45.2k]
  |  Branch (2797:28): [True: 202, False: 0]
  ------------------
 2798|    202|		if (obj->content_free) {
  ------------------
  |  Branch (2798:7): [True: 202, False: 0]
  ------------------
 2799|    202|			obj->content_free(obj->content.value, obj->content.len);
 2800|    202|		} else {
 2801|      0|			free(obj->content.value);
 2802|      0|		}
 2803|    202|	}
 2804|       |	obj->content.value = NULL;
 2805|  45.4k|	obj->content.len = 0;
 2806|  45.4k|}
sc_pkcs15_allocate_object_content:
 2812|    202|{
 2813|    202|	unsigned char *tmp_buf;
 2814|       |
 2815|    202|	if (!obj)
  ------------------
  |  Branch (2815:6): [True: 0, False: 202]
  ------------------
 2816|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2817|       |
 2818|    202|	if (!value || !len)   {
  ------------------
  |  Branch (2818:6): [True: 0, False: 202]
  |  Branch (2818:16): [True: 0, False: 202]
  ------------------
 2819|      0|		sc_pkcs15_free_object_content(obj);
 2820|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2821|      0|	}
 2822|       |
 2823|       |	/* Need to pass by temporary variable,
 2824|       |	 * because 'value' and 'content.value' pointers can be the sames.
 2825|       |	 */
 2826|    202|	if (SC_PKCS15_TYPE_AUTH & obj->type
  ------------------
  |  |  444|    202|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (2826:6): [True: 202, False: 0]
  ------------------
 2827|      0|			|| SC_PKCS15_TYPE_SKEY & obj->type
  ------------------
  |  |  432|      0|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
  |  Branch (2827:7): [True: 0, False: 0]
  ------------------
 2828|    202|			|| SC_PKCS15_TYPE_PRKEY & obj->type) {
  ------------------
  |  |  418|      0|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (2828:7): [True: 0, False: 0]
  ------------------
 2829|    202|		tmp_buf = sc_mem_secure_alloc(len);
 2830|    202|		obj->content_free = sc_mem_secure_free;
 2831|    202|	} else {
 2832|      0|		tmp_buf = malloc(len);
 2833|      0|	}
 2834|    202|	if (!tmp_buf)
  ------------------
  |  Branch (2834:6): [True: 0, False: 202]
  ------------------
 2835|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2836|       |
 2837|    202|	memcpy(tmp_buf, value, len);
 2838|       |
 2839|    202|	sc_pkcs15_free_object_content(obj);
 2840|       |
 2841|    202|	obj->content.value = tmp_buf;
 2842|    202|	obj->content.len = len;
 2843|       |
 2844|    202|	return SC_SUCCESS;
  ------------------
  |  |   28|    202|#define SC_SUCCESS				0
  ------------------
 2845|    202|}
sc_pkcs15_free_key_params:
 3138|  5.16k|{
 3139|  5.16k|	if (!params)
  ------------------
  |  Branch (3139:6): [True: 0, False: 5.16k]
  ------------------
 3140|      0|		return;
 3141|  5.16k|	if (params->data && params->free_params)
  ------------------
  |  Branch (3141:6): [True: 0, False: 5.16k]
  |  Branch (3141:22): [True: 0, False: 0]
  ------------------
 3142|      0|		params->free_params(params->data);
 3143|  5.16k|	else if (params->data)
  ------------------
  |  Branch (3143:11): [True: 0, False: 5.16k]
  ------------------
 3144|      0|		free(params->data);
 3145|       |
 3146|       |	params->data = NULL;
 3147|  5.16k|}
pkcs15.c:sc_pkcs15_clear_tokeninfo:
  754|  28.0k|{
  755|  28.0k|	if (!tokeninfo)
  ------------------
  |  Branch (755:6): [True: 0, False: 28.0k]
  ------------------
  756|      0|		return;
  757|       |
  758|  28.0k|	free(tokeninfo->label);
  759|  28.0k|	tokeninfo->label = NULL;
  760|  28.0k|	free(tokeninfo->serial_number);
  761|  28.0k|	tokeninfo->serial_number = NULL;
  762|  28.0k|	free(tokeninfo->manufacturer_id);
  763|  28.0k|	tokeninfo->manufacturer_id = NULL;
  764|  28.0k|	free(tokeninfo->last_update.gtime);
  765|  28.0k|	tokeninfo->last_update.gtime = NULL;
  766|  28.0k|	free(tokeninfo->preferred_language);
  767|  28.0k|	tokeninfo->preferred_language = NULL;
  768|  28.0k|	free(tokeninfo->profile_indication.name);
  769|  28.0k|	tokeninfo->profile_indication.name = NULL;
  770|  28.0k|	if (tokeninfo->seInfo != NULL) {
  ------------------
  |  Branch (770:6): [True: 4, False: 28.0k]
  ------------------
  771|      4|		unsigned i;
  772|      4|		for (i = 0; i < tokeninfo->num_seInfo; i++)
  ------------------
  |  Branch (772:15): [True: 0, False: 4]
  ------------------
  773|      0|			free(tokeninfo->seInfo[i]);
  774|      4|		free(tokeninfo->seInfo);
  775|       |		tokeninfo->seInfo = NULL;
  776|      4|	}
  777|  28.0k|}
pkcs15.c:parse_odf:
  621|     91|{
  622|     91|	const unsigned char *p = buf;
  623|     91|	size_t left = buflen;
  624|     91|	int r, i, type;
  625|     91|	struct sc_path path;
  626|     91|	struct sc_asn1_entry asn1_obj_or_path[] = {
  627|     91|		{ "path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0, &path, NULL },
  ------------------
  |  |  174|     91|#define SC_ASN1_PATH			256
  ------------------
              		{ "path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0, &path, NULL },
  ------------------
  |  |  141|     91|#define SC_ASN1_CONS			0x20000000
  ------------------
              		{ "path", SC_ASN1_PATH, SC_ASN1_CONS | SC_ASN1_SEQUENCE, 0, &path, NULL },
  ------------------
  |  |  162|     91|#define SC_ASN1_SEQUENCE                16
  ------------------
  628|     91|		{ NULL, 0, 0, 0, NULL, NULL }
  629|     91|	};
  630|     91|	struct sc_asn1_entry asn1_odf[10];
  631|       |
  632|     91|	sc_copy_asn1_entry(c_asn1_odf, asn1_odf);
  633|    910|	for (i = 0; asn1_odf[i].name != NULL; i++)
  ------------------
  |  Branch (633:14): [True: 819, False: 91]
  ------------------
  634|    819|		sc_format_asn1_entry(asn1_odf + i, asn1_obj_or_path, NULL, 0);
  635|    215|	while (left > 0) {
  ------------------
  |  Branch (635:9): [True: 168, False: 47]
  ------------------
  636|    168|		r = sc_asn1_decode_choice(p15card->card->ctx, asn1_odf, p, left, &p, &left);
  637|    168|		if (r == SC_ERROR_ASN1_END_OF_CONTENTS)
  ------------------
  |  |   84|    168|#define SC_ERROR_ASN1_END_OF_CONTENTS		-1403
  ------------------
  |  Branch (637:7): [True: 13, False: 155]
  ------------------
  638|     13|			break;
  639|    155|		if (r < 0)
  ------------------
  |  Branch (639:7): [True: 31, False: 124]
  ------------------
  640|     31|			return r;
  641|    124|		type = r;
  642|    124|		if (p15card->file_app) {
  ------------------
  |  Branch (642:7): [True: 124, False: 0]
  ------------------
  643|    124|			r = sc_pkcs15_make_absolute_path(&p15card->file_app->path, &path);
  644|    124|			if (r < 0)
  ------------------
  |  Branch (644:8): [True: 0, False: 124]
  ------------------
  645|      0|				return r;
  646|    124|			r = sc_pkcs15_add_df(p15card, odf_indexes[type], &path);
  647|    124|			if (r)
  ------------------
  |  Branch (647:8): [True: 0, False: 124]
  ------------------
  648|      0|				return r;
  649|    124|		}
  650|    124|	}
  651|     60|	return 0;
  652|     91|}
pkcs15.c:sc_dup_app_info:
  908|  4.51k|{
  909|  4.51k|	struct sc_app_info *out = calloc(1, sizeof(struct sc_app_info));
  910|       |
  911|  4.51k|	if (!out)
  ------------------
  |  Branch (911:6): [True: 0, False: 4.51k]
  ------------------
  912|      0|		return NULL;
  913|       |
  914|  4.51k|	memcpy(out, info, sizeof(struct sc_app_info));
  915|       |
  916|  4.51k|	if (info->label) {
  ------------------
  |  Branch (916:6): [True: 104, False: 4.41k]
  ------------------
  917|    104|		out->label = strdup(info->label);
  918|    104|		if (!out->label) {
  ------------------
  |  Branch (918:7): [True: 0, False: 104]
  ------------------
  919|      0|			free(out);
  920|      0|			return NULL;
  921|      0|		}
  922|    104|	} else
  923|  4.41k|		out->label = NULL;
  924|       |
  925|  4.51k|	out->ddo.value = malloc(info->ddo.len);
  926|  4.51k|	if (!out->ddo.value) {
  ------------------
  |  Branch (926:6): [True: 0, False: 4.51k]
  ------------------
  927|      0|		free(out->label);
  928|      0|		free(out);
  929|      0|		return NULL;
  930|      0|	}
  931|  4.51k|	memcpy(out->ddo.value, info->ddo.value, info->ddo.len);
  932|  4.51k|	out->ddo.len = info->ddo.len;
  933|       |
  934|  4.51k|	return out;
  935|  4.51k|}
pkcs15.c:parse_ddo:
  473|    732|{
  474|    732|	struct sc_context *ctx = p15card->card->ctx;
  475|    732|	struct sc_asn1_entry asn1_ddo[7];
  476|    732|	sc_path_t odf_path, ti_path, us_path;
  477|    732|	struct sc_iid iid;
  478|    732|	struct sc_aid aid;
  479|    732|	int r;
  480|       |
  481|    732|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    732|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    732|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    732|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    732|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 732]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  482|       |
  483|    732|	iid.len = sizeof(iid.value);
  484|    732|	aid.len = sizeof(aid.value);
  485|       |
  486|    732|	sc_copy_asn1_entry(c_asn1_ddo, asn1_ddo);
  487|    732|	sc_format_asn1_entry(asn1_ddo + 1, &odf_path, NULL, 0);
  488|    732|	sc_format_asn1_entry(asn1_ddo + 2, &ti_path, NULL, 0);
  489|    732|	sc_format_asn1_entry(asn1_ddo + 3, &us_path, NULL, 0);
  490|    732|	sc_format_asn1_entry(asn1_ddo + 4, iid.value, &iid.len, 0);
  491|    732|	sc_format_asn1_entry(asn1_ddo + 5, aid.value, &aid.len, 0);
  492|       |
  493|    732|	r = sc_asn1_decode(ctx, asn1_ddo, buf, buflen, NULL, NULL);
  494|    732|	LOG_TEST_RET(ctx, r, "DDO parsing failed");
  ------------------
  |  |  174|    732|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    732|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    732|	int _ret = (r); \
  |  |  |  |  168|    732|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 145, False: 587]
  |  |  |  |  ------------------
  |  |  |  |  169|    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
  |  |  |  |  ------------------
  |  |  |  |  170|    145|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    145|		return _ret; \
  |  |  |  |  172|    145|	} \
  |  |  |  |  173|    732|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 587]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  495|       |
  496|    587|	if (asn1_ddo[1].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    587|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (496:6): [True: 163, False: 424]
  ------------------
  497|    163|		sc_file_free(p15card->file_odf);
  498|    163|		p15card->file_odf = sc_file_new();
  499|    163|		if (p15card->file_odf == NULL)
  ------------------
  |  Branch (499:7): [True: 0, False: 163]
  ------------------
  500|      0|			goto mem_err;
  501|    163|		p15card->file_odf->path = odf_path;
  502|    163|	}
  503|    587|	if (asn1_ddo[2].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    587|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (503:6): [True: 65, False: 522]
  ------------------
  504|     65|		sc_file_free(p15card->file_tokeninfo);
  505|     65|		p15card->file_tokeninfo = sc_file_new();
  506|     65|		if (p15card->file_tokeninfo == NULL)
  ------------------
  |  Branch (506:7): [True: 0, False: 65]
  ------------------
  507|      0|			goto mem_err;
  508|     65|		p15card->file_tokeninfo->path = ti_path;
  509|     65|	}
  510|    587|	if (asn1_ddo[3].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    587|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (510:6): [True: 24, False: 563]
  ------------------
  511|     24|		sc_file_free(p15card->file_unusedspace);
  512|     24|		p15card->file_unusedspace = sc_file_new();
  513|     24|		if (p15card->file_unusedspace == NULL)
  ------------------
  |  Branch (513:7): [True: 0, False: 24]
  ------------------
  514|      0|			goto mem_err;
  515|     24|		p15card->file_unusedspace->path = us_path;
  516|     24|	}
  517|    587|	if (asn1_ddo[4].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    587|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (517:6): [True: 33, False: 554]
  ------------------
  518|     33|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "DDO.IID '%s'", sc_dump_hex(iid.value, iid.len));
  ------------------
  |  |   70|     33|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  519|     33|		memcpy(&p15card->app->ddo.iid, &iid, sizeof(struct sc_iid));
  520|     33|	}
  521|    587|	if (asn1_ddo[5].flags & SC_ASN1_PRESENT) {
  ------------------
  |  |  147|    587|#define SC_ASN1_PRESENT			0x00000001
  ------------------
  |  Branch (521:6): [True: 42, False: 545]
  ------------------
  522|     42|		sc_debug(ctx, SC_LOG_DEBUG_ASN1, "DDO.AID '%s'", sc_dump_hex(aid.value, aid.len));
  ------------------
  |  |   70|     42|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  523|     42|		memcpy(&p15card->app->ddo.aid, &aid, sizeof(struct sc_aid));
  524|     42|	}
  525|       |
  526|    587|	fix_authentic_ddo(p15card);
  527|    587|	LOG_FUNC_RETURN(ctx, SC_SUCCESS);
  ------------------
  |  |  164|    587|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    587|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    587|	int _ret = r; \
  |  |  |  |  155|    587|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 587, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    587|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 587]
  |  |  |  |  ------------------
  |  |  |  |  157|    587|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    587|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    587|	return _ret; \
  |  |  |  |  163|    587|} 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|    587|{
  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|    587|	if (p15card->card->type == SC_CARD_TYPE_OBERTHUR_AUTHENTIC_3_2)   {
  ------------------
  |  Branch (463:6): [True: 11, False: 576]
  ------------------
  464|     11|		sc_file_free(p15card->file_odf);
  465|     11|		p15card->file_odf = NULL;
  466|     11|		sc_file_free(p15card->file_tokeninfo);
  467|       |		p15card->file_tokeninfo = NULL;
  468|     11|	}
  469|    587|}
pkcs15.c:__sc_pkcs15_search_objects:
 1458|  99.2k|{
 1459|  99.2k|	struct sc_pkcs15_object *obj = NULL;
 1460|  99.2k|	struct sc_pkcs15_df	*df = NULL;
 1461|  99.2k|	unsigned int	df_mask = 0;
 1462|  99.2k|	size_t		match_count = 0;
 1463|  99.2k|	int r;
 1464|       |
 1465|  99.2k|	if (type)
  ------------------
  |  Branch (1465:6): [True: 99.2k, False: 49]
  ------------------
 1466|  99.2k|		class_mask |= SC_PKCS15_TYPE_TO_CLASS(type);
  ------------------
  |  |  449|  99.2k|#define SC_PKCS15_TYPE_TO_CLASS(t)		(1 << ((t) >> 8))
  ------------------
 1467|       |
 1468|       |	/* Make sure the class mask we have makes sense */
 1469|  99.2k|	if (class_mask == 0
  ------------------
  |  Branch (1469:6): [True: 0, False: 99.2k]
  ------------------
 1470|  99.2k|			|| (class_mask & ~(
  ------------------
  |  Branch (1470:7): [True: 0, False: 99.2k]
  ------------------
 1471|  99.2k|					SC_PKCS15_SEARCH_CLASS_PRKEY |
  ------------------
  |  |  450|  99.2k|#define SC_PKCS15_SEARCH_CLASS_PRKEY		0x0002U
  ------------------
 1472|  99.2k|					SC_PKCS15_SEARCH_CLASS_PUBKEY |
  ------------------
  |  |  451|  99.2k|#define SC_PKCS15_SEARCH_CLASS_PUBKEY		0x0004U
  ------------------
 1473|  99.2k|					SC_PKCS15_SEARCH_CLASS_SKEY |
  ------------------
  |  |  452|  99.2k|#define SC_PKCS15_SEARCH_CLASS_SKEY		0x0008U
  ------------------
 1474|  99.2k|					SC_PKCS15_SEARCH_CLASS_CERT |
  ------------------
  |  |  453|  99.2k|#define SC_PKCS15_SEARCH_CLASS_CERT		0x0010U
  ------------------
 1475|  99.2k|					SC_PKCS15_SEARCH_CLASS_DATA |
  ------------------
  |  |  454|  99.2k|#define SC_PKCS15_SEARCH_CLASS_DATA		0x0020U
  ------------------
 1476|  99.2k|					SC_PKCS15_SEARCH_CLASS_AUTH))) {
  ------------------
  |  |  455|  99.2k|#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|  99.2k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_PRKEY)
  ------------------
  |  |  450|  99.2k|#define SC_PKCS15_SEARCH_CLASS_PRKEY		0x0002U
  ------------------
  |  Branch (1480:6): [True: 28.9k, False: 70.2k]
  ------------------
 1481|  28.9k|		df_mask |= (1 << SC_PKCS15_PRKDF);
  ------------------
  |  |  488|  28.9k|#define SC_PKCS15_PRKDF			0
  ------------------
 1482|  99.2k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_PUBKEY)
  ------------------
  |  |  451|  99.2k|#define SC_PKCS15_SEARCH_CLASS_PUBKEY		0x0004U
  ------------------
  |  Branch (1482:6): [True: 28.9k, False: 70.2k]
  ------------------
 1483|  28.9k|		df_mask |= (1 << SC_PKCS15_PUKDF) | (1 << SC_PKCS15_PUKDF_TRUSTED);
  ------------------
  |  |  489|  28.9k|#define SC_PKCS15_PUKDF			1
  ------------------
              		df_mask |= (1 << SC_PKCS15_PUKDF) | (1 << SC_PKCS15_PUKDF_TRUSTED);
  ------------------
  |  |  490|  28.9k|#define SC_PKCS15_PUKDF_TRUSTED		2
  ------------------
 1484|  99.2k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_CERT)
  ------------------
  |  |  453|  99.2k|#define SC_PKCS15_SEARCH_CLASS_CERT		0x0010U
  ------------------
  |  Branch (1484:6): [True: 7.20k, False: 92.0k]
  ------------------
 1485|  7.20k|		df_mask |= (1 << SC_PKCS15_CDF) | (1 << SC_PKCS15_CDF_TRUSTED) | (1 << SC_PKCS15_CDF_USEFUL);
  ------------------
  |  |  492|  7.20k|#define SC_PKCS15_CDF			4
  ------------------
              		df_mask |= (1 << SC_PKCS15_CDF) | (1 << SC_PKCS15_CDF_TRUSTED) | (1 << SC_PKCS15_CDF_USEFUL);
  ------------------
  |  |  493|  7.20k|#define SC_PKCS15_CDF_TRUSTED		5
  ------------------
              		df_mask |= (1 << SC_PKCS15_CDF) | (1 << SC_PKCS15_CDF_TRUSTED) | (1 << SC_PKCS15_CDF_USEFUL);
  ------------------
  |  |  494|  7.20k|#define SC_PKCS15_CDF_USEFUL		6
  ------------------
 1486|  99.2k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_DATA)
  ------------------
  |  |  454|  99.2k|#define SC_PKCS15_SEARCH_CLASS_DATA		0x0020U
  ------------------
  |  Branch (1486:6): [True: 6.15k, False: 93.1k]
  ------------------
 1487|  6.15k|		df_mask |= (1 << SC_PKCS15_DODF);
  ------------------
  |  |  495|  6.15k|#define SC_PKCS15_DODF			7
  ------------------
 1488|  99.2k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_AUTH)
  ------------------
  |  |  455|  99.2k|#define SC_PKCS15_SEARCH_CLASS_AUTH		0x0040U
  ------------------
  |  Branch (1488:6): [True: 22.2k, False: 77.0k]
  ------------------
 1489|  22.2k|		df_mask |= (1 << SC_PKCS15_AODF);
  ------------------
  |  |  496|  22.2k|#define SC_PKCS15_AODF			8
  ------------------
 1490|  99.2k|	if (class_mask & SC_PKCS15_SEARCH_CLASS_SKEY)
  ------------------
  |  |  452|  99.2k|#define SC_PKCS15_SEARCH_CLASS_SKEY		0x0008U
  ------------------
  |  Branch (1490:6): [True: 5.79k, False: 93.5k]
  ------------------
 1491|  5.79k|		df_mask |= (1 << SC_PKCS15_SKDF);
  ------------------
  |  |  491|  5.79k|#define SC_PKCS15_SKDF			3
  ------------------
 1492|       |
 1493|       |	/* Make sure all the DFs we want to search have been
 1494|       |	 * enumerated. */
 1495|   246k|	for (df = p15card->df_list; df != NULL; df = df->next) {
  ------------------
  |  Branch (1495:30): [True: 147k, False: 99.2k]
  ------------------
 1496|   147k|		if (!(df_mask & (1 << df->type)))   {
  ------------------
  |  Branch (1496:7): [True: 119k, False: 27.7k]
  ------------------
 1497|   119k|			continue;
 1498|   119k|		}
 1499|  27.7k|		if (df->enumerated)
  ------------------
  |  Branch (1499:7): [True: 27.1k, False: 587]
  ------------------
 1500|  27.1k|			continue;
 1501|       |		/* Enumerate the DF's, so p15card->obj_list is populated. */
 1502|    587|		if (p15card->ops.parse_df)
  ------------------
  |  Branch (1502:7): [True: 6, False: 581]
  ------------------
 1503|      6|			r = p15card->ops.parse_df(p15card, df);
 1504|    581|		else
 1505|    581|			r = sc_pkcs15_parse_df(p15card, df);
 1506|    587|		if (r != SC_SUCCESS)
  ------------------
  |  |   28|    587|#define SC_SUCCESS				0
  ------------------
  |  Branch (1506:7): [True: 577, False: 10]
  ------------------
 1507|    577|			continue;
 1508|    587|	}
 1509|       |
 1510|       |	/* And now loop over all objects */
 1511|   682k|	for (obj = p15card->obj_list; obj != NULL; obj = obj->next) {
  ------------------
  |  Branch (1511:32): [True: 583k, False: 99.0k]
  ------------------
 1512|       |		/* Check object type */
 1513|   583k|		if (!(class_mask & SC_PKCS15_TYPE_TO_CLASS(obj->type)))
  ------------------
  |  |  449|   583k|#define SC_PKCS15_TYPE_TO_CLASS(t)		(1 << ((t) >> 8))
  ------------------
  |  Branch (1513:7): [True: 508k, False: 74.5k]
  ------------------
 1514|   508k|			continue;
 1515|  74.5k|		if (type != 0
  ------------------
  |  Branch (1515:7): [True: 74.3k, False: 272]
  ------------------
 1516|  74.3k|		 && obj->type != type
  ------------------
  |  Branch (1516:7): [True: 20.8k, False: 53.4k]
  ------------------
 1517|  20.8k|		 && (obj->type & SC_PKCS15_TYPE_CLASS_MASK) != type)
  ------------------
  |  |  416|  20.8k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  |  Branch (1517:7): [True: 19.2k, False: 1.54k]
  ------------------
 1518|  19.2k|			continue;
 1519|       |
 1520|       |		/* Potential candidate, apply search function */
 1521|  55.2k|		if (func != NULL && func(obj, func_arg) <= 0)
  ------------------
  |  Branch (1521:7): [True: 3.07k, False: 52.2k]
  |  Branch (1521:23): [True: 2.51k, False: 560]
  ------------------
 1522|  2.51k|			continue;
 1523|       |		/* Okay, we have a match. */
 1524|  52.7k|		match_count++;
 1525|  52.7k|		if (!ret || ret_size <= 0)
  ------------------
  |  Branch (1525:7): [True: 272, False: 52.5k]
  |  Branch (1525:15): [True: 0, False: 52.5k]
  ------------------
 1526|    272|			continue;
 1527|  52.5k|		ret[match_count-1] = obj;
 1528|  52.5k|		if (ret_size <= match_count)
  ------------------
  |  Branch (1528:7): [True: 288, False: 52.2k]
  ------------------
 1529|    288|			break;
 1530|  52.5k|	}
 1531|       |
 1532|  99.2k|	return (int)match_count;
 1533|  99.2k|}
pkcs15.c:compare_obj_key:
 1678|  3.07k|{
 1679|  3.07k|	struct sc_pkcs15_search_key *sk = (struct sc_pkcs15_search_key *) arg;
 1680|       |
 1681|  3.07k|	if (sk->id && !compare_obj_id(obj, sk->id))
  ------------------
  |  Branch (1681:6): [True: 1.54k, False: 1.53k]
  |  Branch (1681:16): [True: 1.37k, False: 167]
  ------------------
 1682|  1.37k|		return 0;
 1683|  1.69k|	if (sk->app_oid && !sc_obj_app_oid(obj, sk->app_oid))
  ------------------
  |  Branch (1683:6): [True: 0, False: 1.69k]
  |  Branch (1683:21): [True: 0, False: 0]
  ------------------
 1684|      0|		return 0;
 1685|  1.69k|	if (sk->usage_mask && !compare_obj_usage(obj, sk->usage_mask, sk->usage_value))
  ------------------
  |  Branch (1685:6): [True: 0, False: 1.69k]
  |  Branch (1685:24): [True: 0, False: 0]
  ------------------
 1686|      0|		return 0;
 1687|  1.69k|	if (sk->flags_mask && !compare_obj_flags(obj, sk->flags_mask, sk->flags_value))
  ------------------
  |  Branch (1687:6): [True: 1.25k, False: 439]
  |  Branch (1687:24): [True: 1.13k, False: 121]
  ------------------
 1688|  1.13k|		return 0;
 1689|    560|	if (sk->match_reference && !compare_obj_reference(obj, sk->reference))
  ------------------
  |  Branch (1689:6): [True: 0, False: 560]
  |  Branch (1689:29): [True: 0, False: 0]
  ------------------
 1690|      0|		return 0;
 1691|    560|	if (sk->path && !compare_obj_path(obj, sk->path))
  ------------------
  |  Branch (1691:6): [True: 0, False: 560]
  |  Branch (1691:18): [True: 0, False: 0]
  ------------------
 1692|      0|		return 0;
 1693|    560|	if (sk->app_label) {
  ------------------
  |  Branch (1693:6): [True: 0, False: 560]
  ------------------
 1694|      0|		if (sk->label && !compare_obj_data_name(obj, sk->app_label, sk->label))
  ------------------
  |  Branch (1694:7): [True: 0, False: 0]
  |  Branch (1694:20): [True: 0, False: 0]
  ------------------
 1695|      0|			return 0;
 1696|    560|	} else {
 1697|    560|		if (sk->label && strncmp(sk->label, obj->label, sizeof(obj->label)) != 0)
  ------------------
  |  Branch (1697:7): [True: 0, False: 560]
  |  Branch (1697:20): [True: 0, False: 0]
  ------------------
 1698|      0|			return 0;
 1699|    560|	}
 1700|       |
 1701|    560|	return 1;
 1702|    560|}
pkcs15.c:compare_obj_id:
 1546|  1.54k|{
 1547|  1.54k|	void *data = obj->data;
 1548|       |
 1549|  1.54k|	switch (obj->type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  1.54k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
  |  Branch (1549:10): [True: 1.54k, False: 0]
  ------------------
 1550|  1.52k|	case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|  1.52k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (1550:2): [True: 1.52k, False: 13]
  ------------------
 1551|  1.52k|		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: 1.54k]
  ------------------
 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: 1.54k]
  ------------------
 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: 1.54k]
  ------------------
 1557|      0|		return sc_pkcs15_compare_id(&((struct sc_pkcs15_skey_info *) data)->id, id);
 1558|     13|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|     13|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (1558:2): [True: 13, False: 1.52k]
  ------------------
 1559|     13|		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: 1.54k]
  ------------------
 1561|      0|		return sc_pkcs15_compare_id(&((struct sc_pkcs15_data_info *) data)->id, id);
 1562|  1.54k|	}
 1563|      0|	return 0;
 1564|  1.54k|}
pkcs15.c:compare_obj_flags:
 1598|  1.25k|{
 1599|  1.25k|	struct sc_pkcs15_auth_info *auth_info;
 1600|  1.25k|	unsigned int	flags;
 1601|       |
 1602|  1.25k|	switch (obj->type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|  1.25k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
 1603|  1.25k|	case SC_PKCS15_TYPE_AUTH:
  ------------------
  |  |  444|  1.25k|#define SC_PKCS15_TYPE_AUTH			0x600
  ------------------
  |  Branch (1603:2): [True: 1.25k, False: 0]
  ------------------
 1604|  1.25k|		auth_info = (struct sc_pkcs15_auth_info *) obj->data;
 1605|  1.25k|		if (auth_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|  1.25k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (1605:7): [True: 0, False: 1.25k]
  ------------------
 1606|      0|			return 0;
 1607|  1.25k|		flags = auth_info->attrs.pin.flags;
 1608|  1.25k|		break;
 1609|      0|	default:
  ------------------
  |  Branch (1609:2): [True: 0, False: 1.25k]
  ------------------
 1610|      0|		return 0;
 1611|  1.25k|	}
 1612|  1.25k|	return !((flags ^ value) & mask);
 1613|  1.25k|}
pkcs15.c:find_by_key:
 1708|    979|{
 1709|    979|	int r;
 1710|       |
 1711|    979|	r = sc_pkcs15_get_objects_cond(p15card, type, compare_obj_key, sk, out, 1);
 1712|    979|	if (r < 0)
  ------------------
  |  Branch (1712:6): [True: 0, False: 979]
  ------------------
 1713|      0|		return r;
 1714|    979|	if (r == 0)
  ------------------
  |  Branch (1714:6): [True: 858, False: 121]
  ------------------
 1715|    858|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|    858|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1716|    121|	return 0;
 1717|    979|}
pkcs15.c:sc_pkcs15_remove_objects:
 2022|  35.0k|{
 2023|  35.0k|	struct sc_pkcs15_object *cur = NULL, *next = NULL;
 2024|       |
 2025|  35.0k|	if (!p15card || !p15card->obj_list)
  ------------------
  |  Branch (2025:6): [True: 0, False: 35.0k]
  |  Branch (2025:18): [True: 29.9k, False: 5.12k]
  ------------------
 2026|  29.9k|		return;
 2027|  43.4k|	for (cur = p15card->obj_list; cur; cur = next)   {
  ------------------
  |  Branch (2027:32): [True: 38.2k, False: 5.12k]
  ------------------
 2028|  38.2k|		next = cur->next;
 2029|  38.2k|		sc_pkcs15_free_object(cur);
 2030|  38.2k|	}
 2031|       |
 2032|       |	p15card->obj_list = NULL;
 2033|  5.12k|}
pkcs15.c:sc_pkcs15_remove_dfs:
 2103|  35.0k|{
 2104|  35.0k|	struct sc_pkcs15_df *cur = NULL, *next = NULL;
 2105|       |
 2106|  35.0k|	if (!p15card || !p15card->df_list)
  ------------------
  |  Branch (2106:6): [True: 0, False: 35.0k]
  |  Branch (2106:18): [True: 29.9k, False: 5.18k]
  ------------------
 2107|  29.9k|		return;
 2108|       |
 2109|  14.7k|	for (cur = p15card->df_list; cur; cur = next)   {
  ------------------
  |  Branch (2109:31): [True: 9.57k, False: 5.18k]
  ------------------
 2110|  9.57k|		next = cur->next;
 2111|  9.57k|		free(cur);
 2112|  9.57k|	}
 2113|       |
 2114|       |	p15card->df_list = NULL;
 2115|  5.18k|}
pkcs15.c:sc_pkcs15_free_unusedspace:
 2338|  15.7k|{
 2339|  15.7k|	struct sc_pkcs15_unusedspace *cur = NULL, *next = NULL;
 2340|       |
 2341|  15.7k|	if (!p15card || !p15card->unusedspace_list)
  ------------------
  |  Branch (2341:6): [True: 0, False: 15.7k]
  |  Branch (2341:18): [True: 15.7k, False: 0]
  ------------------
 2342|  15.7k|		return;
 2343|      0|	for (cur = p15card->unusedspace_list; cur; cur = next)   {
  ------------------
  |  Branch (2343:40): [True: 0, False: 0]
  ------------------
 2344|      0|		next = cur->next;
 2345|      0|		free(cur);
 2346|      0|	}
 2347|       |
 2348|       |	p15card->unusedspace_list = NULL;
 2349|      0|}
pkcs15.c:decompress_file:
 2478|    176|{
 2479|    176|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    176|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    176|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    176|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    176|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 176]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2480|    176|#ifdef ENABLE_ZLIB
 2481|    176|	int rv = SC_SUCCESS;
  ------------------
  |  |   28|    176|#define SC_SUCCESS				0
  ------------------
 2482|    176|	int method = 0;
 2483|       |
 2484|    176|	if (flags & SC_FILE_FLAG_COMPRESSED_GZIP) {
  ------------------
  |  |  232|    176|#define SC_FILE_FLAG_COMPRESSED_GZIP		0x04
  ------------------
  |  Branch (2484:6): [True: 0, False: 176]
  ------------------
 2485|      0|		method = COMPRESSION_GZIP;
  ------------------
  |  |   28|      0|#define COMPRESSION_GZIP	2
  ------------------
 2486|    176|	} else if (flags & SC_FILE_FLAG_COMPRESSED_ZLIB) {
  ------------------
  |  |  231|    176|#define SC_FILE_FLAG_COMPRESSED_ZLIB		0x02
  ------------------
  |  Branch (2486:13): [True: 0, False: 176]
  ------------------
 2487|      0|		method = COMPRESSION_ZLIB;
  ------------------
  |  |   27|      0|#define COMPRESSION_ZLIB	1
  ------------------
 2488|    176|	} else {
 2489|    176|		method = COMPRESSION_AUTO;
  ------------------
  |  |   26|    176|#define COMPRESSION_AUTO	0
  ------------------
 2490|    176|	}
 2491|       |
 2492|    176|	rv = sc_decompress_alloc(out, outlen, buf, buflen, method);
 2493|    176|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|    176|#define SC_SUCCESS				0
  ------------------
  |  Branch (2493:6): [True: 176, False: 0]
  ------------------
 2494|    176|		sc_log(card->ctx,  "Decompression failed: %d", rv);
  ------------------
  |  |   71|    176|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2495|    176|		LOG_FUNC_RETURN(card->ctx, SC_ERROR_INVALID_DATA);
  ------------------
  |  |  164|    176|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    176|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    176|	int _ret = r; \
  |  |  |  |  155|    176|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 176, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    176|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    176|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 176, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|    176|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    176|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    176|	return _ret; \
  |  |  |  |  163|    176|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2496|    176|	}
 2497|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2498|       |#else
 2499|       |	sc_log(card->ctx, "Compression not supported, no zlib");
 2500|       |	LOG_FUNC_RETURN(card->ctx, SC_ERROR_NOT_SUPPORTED);
 2501|       |#endif
 2502|      0|}

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

openssl.c:sc_evp_md:
  120|  38.2k|{
  121|  38.2k|	return (EVP_MD *)EVP_get_digestbyname(algorithm);
  122|  38.2k|}
openssl.c:sc_evp_md_free:
  125|  76.5k|{
  126|  76.5k|	return;
  127|  76.5k|}
openssl.c:sc_evp_pkey_ctx_new:
  130|     18|{
  131|       |	return EVP_PKEY_CTX_new(pkey, NULL);
  132|     18|}
card-epass2003.c:sc_evp_cipher:
  135|  2.16k|{
  136|  2.16k|	return (EVP_CIPHER *)EVP_get_cipherbyname(algorithm);
  137|  2.16k|}
card-epass2003.c:sc_evp_cipher_free:
  140|  2.16k|{
  141|  2.16k|	return;
  142|  2.16k|}

sc_get_version:
   59|  16.2k|{
   60|  16.2k|    return sc_version;
   61|  16.2k|}
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: 162, False: 394k]
  |  Branch (66:20): [True: 0, False: 394k]
  |  Branch (66:35): [True: 0, False: 394k]
  ------------------
   67|    162|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|    162|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   68|    162|	}
   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.05M|	while (*in != '\0' && 0 != left) {
  ------------------
  |  Branch (74:9): [True: 5.65M, False: 394k]
  |  Branch (74:24): [True: 5.65M, False: 0]
  ------------------
   75|  5.65M|		char c = *in++;
   76|  5.65M|		u8 nibble;
   77|  5.65M|		if      ('0' <= c && c <= '9')
  ------------------
  |  Branch (77:12): [True: 5.65M, False: 0]
  |  Branch (77:24): [True: 3.06M, False: 2.59M]
  ------------------
   78|  3.06M|			nibble = c - '0';
   79|  2.59M|		else if ('a' <= c && c <= 'f')
  ------------------
  |  Branch (79:12): [True: 497k, False: 2.09M]
  |  Branch (79:24): [True: 497k, False: 0]
  ------------------
   80|   497k|			nibble = c - 'a' + 10;
   81|  2.09M|		else if ('A' <= c && c <= 'F')
  ------------------
  |  Branch (81:12): [True: 734k, False: 1.36M]
  |  Branch (81:24): [True: 734k, False: 0]
  ------------------
   82|   734k|			nibble = c - 'A' + 10;
   83|  1.36M|		else {
   84|  1.36M|			if (strchr(sc_hex_to_bin_separators, (int) c)) {
  ------------------
  |  Branch (84:8): [True: 1.36M, False: 0]
  ------------------
   85|  1.36M|				if (byte_needs_nibble) {
  ------------------
  |  Branch (85:9): [True: 0, False: 1.36M]
  ------------------
   86|      0|					r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   87|      0|					goto err;
   88|      0|				}
   89|  1.36M|				continue;
   90|  1.36M|			}
   91|      0|			r = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   92|      0|			goto err;
   93|  1.36M|		}
   94|       |
   95|  4.29M|		if (byte_needs_nibble) {
  ------------------
  |  Branch (95:7): [True: 2.14M, False: 2.15M]
  ------------------
   96|  2.14M|			byte |= nibble;
   97|  2.14M|			*out++ = (u8) byte;
   98|  2.14M|			left--;
   99|  2.14M|			byte_needs_nibble = 0;
  100|  2.15M|		} else {
  101|  2.15M|			byte  = nibble << 4;
  102|  2.15M|			byte_needs_nibble = 1;
  103|  2.15M|		}
  104|  4.29M|	}
  105|       |
  106|   394k|	if (left == *outlen && 1 == byte_needs_nibble && 0 != left) {
  ------------------
  |  Branch (106:6): [True: 12.5k, False: 382k]
  |  Branch (106:25): [True: 6.96k, False: 5.61k]
  |  Branch (106:51): [True: 6.96k, False: 0]
  ------------------
  107|       |		/* no output written so far, but we have a valid nibble in the upper
  108|       |		 * bits. Allow this special case. */
  109|  6.96k|		*out = (u8) byte>>4;
  110|  6.96k|		left--;
  111|  6.96k|		byte_needs_nibble = 0;
  112|  6.96k|	}
  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|   378k|{
  139|   378k|	if (in == NULL || out == NULL) {
  ------------------
  |  Branch (139:6): [True: 0, False: 378k]
  |  Branch (139:20): [True: 0, False: 378k]
  ------------------
  140|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  141|      0|	}
  142|       |
  143|   378k|	if (in_sep > 0) {
  ------------------
  |  Branch (143:6): [True: 357k, False: 20.6k]
  ------------------
  144|   357k|		if (out_len < in_len*3 || out_len < 1)
  ------------------
  |  Branch (144:7): [True: 0, False: 357k]
  |  Branch (144:29): [True: 0, False: 357k]
  ------------------
  145|      0|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  146|   357k|	} else {
  147|  20.6k|		if (out_len < in_len*2 + 1)
  ------------------
  |  Branch (147:7): [True: 12, False: 20.5k]
  ------------------
  148|     12|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|     12|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  149|  20.6k|	}
  150|       |
  151|   378k|	const char hex[] = "0123456789abcdef";
  152|  3.74M|	while (in_len) {
  ------------------
  |  Branch (152:9): [True: 3.36M, False: 378k]
  ------------------
  153|  3.36M|		unsigned char value = *in++;
  154|  3.36M|		*out++ = hex[(value >> 4) & 0xF];
  155|  3.36M|		*out++ = hex[ value       & 0xF];
  156|  3.36M|		in_len--;
  157|  3.36M|		if (in_len && in_sep > 0)
  ------------------
  |  Branch (157:7): [True: 3.13M, False: 232k]
  |  Branch (157:17): [True: 3.11M, False: 17.7k]
  ------------------
  158|  3.11M|			*out++ = (char)in_sep;
  159|  3.36M|	}
  160|   378k|	*out = '\0';
  161|       |
  162|   378k|	return SC_SUCCESS;
  ------------------
  |  |   28|   378k|#define SC_SUCCESS				0
  ------------------
  163|   378k|}
ulong2bebytes:
  189|  71.8k|{
  190|  71.8k|	if (buf != NULL) {
  ------------------
  |  Branch (190:6): [True: 71.8k, False: 0]
  ------------------
  191|  71.8k|		buf[3] = (u8) (x & 0xff);
  192|  71.8k|		buf[2] = (u8) ((x >> 8) & 0xff);
  193|  71.8k|		buf[1] = (u8) ((x >> 16) & 0xff);
  194|  71.8k|		buf[0] = (u8) ((x >> 24) & 0xff);
  195|  71.8k|	}
  196|  71.8k|	return buf;
  197|  71.8k|}
ushort2bebytes:
  200|     66|{
  201|     66|	if (buf != NULL) {
  ------------------
  |  Branch (201:6): [True: 66, False: 0]
  ------------------
  202|     66|		buf[1] = (u8) (x & 0xff);
  203|     66|		buf[0] = (u8) ((x >> 8) & 0xff);
  204|     66|	}
  205|     66|	return buf;
  206|     66|}
bebytes2ulong:
  209|   126k|{
  210|   126k|	if (buf == NULL)
  ------------------
  |  Branch (210:6): [True: 0, False: 126k]
  ------------------
  211|      0|		return 0UL;
  212|   126k|	return (unsigned long)buf[0] << 24
  213|   126k|		| (unsigned long)buf[1] << 16
  214|   126k|		| (unsigned long)buf[2] << 8
  215|   126k|		| (unsigned long)buf[3];
  216|   126k|}
bebytes2ushort:
  219|   142k|{
  220|   142k|	if (buf == NULL)
  ------------------
  |  Branch (220:6): [True: 0, False: 142k]
  ------------------
  221|      0|		return 0U;
  222|   142k|	return (unsigned short)buf[0] << 8
  223|   142k|		| (unsigned short)buf[1];
  224|   142k|}
lebytes2ushort:
  227|  4.20k|{
  228|  4.20k|	if (buf == NULL)
  ------------------
  |  Branch (228:6): [True: 0, False: 4.20k]
  ------------------
  229|      0|		return 0U;
  230|  4.20k|	return (unsigned short)buf[1] << 8
  231|  4.20k|		| (unsigned short)buf[0];
  232|  4.20k|}
lebytes2ulong:
  235|    798|{
  236|    798|	if (buf == NULL)
  ------------------
  |  Branch (236:6): [True: 0, False: 798]
  ------------------
  237|      0|		return 0UL;
  238|    798|	return (unsigned long)buf[3] << 24
  239|    798|		| (unsigned long)buf[2] << 16
  240|    798|		| (unsigned long)buf[1] << 8
  241|    798|		| (unsigned long)buf[0];
  242|    798|}
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|  73.1k|{
  256|  73.1k|	int ii;
  257|       |
  258|  73.1k|	if (!oid)
  ------------------
  |  Branch (258:6): [True: 0, False: 73.1k]
  ------------------
  259|      0|		return;
  260|  1.24M|	for (ii=0; ii<SC_MAX_OBJECT_ID_OCTETS; ii++)
  ------------------
  |  |   46|  1.24M|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (260:13): [True: 1.17M, False: 73.1k]
  ------------------
  261|  1.17M|		oid->value[ii] = -1;
  262|  73.1k|}
sc_format_oid:
  265|  27.6k|{
  266|  27.6k|	int        ii, ret = SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  27.6k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  267|  27.6k|	const char *p;
  268|  27.6k|	char       *q;
  269|       |
  270|  27.6k|	if (oid == NULL || in == NULL)
  ------------------
  |  Branch (270:6): [True: 0, False: 27.6k]
  |  Branch (270:21): [True: 0, False: 27.6k]
  ------------------
  271|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  272|       |
  273|  27.6k|	sc_init_oid(oid);
  274|       |
  275|  27.6k|	p = in;
  276|   248k|	for (ii=0; ii < SC_MAX_OBJECT_ID_OCTETS; ii++)   {
  ------------------
  |  |   46|   248k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (276:13): [True: 248k, False: 0]
  ------------------
  277|   248k|		oid->value[ii] = (int)strtol(p, &q, 10);
  278|   248k|		if (!*q)
  ------------------
  |  Branch (278:7): [True: 27.6k, False: 220k]
  ------------------
  279|  27.6k|			break;
  280|       |
  281|   220k|		if (!(q[0] == '.' && isdigit((unsigned char)q[1])))
  ------------------
  |  Branch (281:9): [True: 220k, False: 0]
  |  Branch (281:24): [True: 220k, False: 0]
  ------------------
  282|      0|			goto out;
  283|       |
  284|   220k|		p = q + 1;
  285|   220k|	}
  286|       |
  287|  27.6k|	if (!sc_valid_oid(oid))
  ------------------
  |  Branch (287:6): [True: 0, False: 27.6k]
  ------------------
  288|      0|		goto out;
  289|       |
  290|  27.6k|	ret = SC_SUCCESS;
  ------------------
  |  |   28|  27.6k|#define SC_SUCCESS				0
  ------------------
  291|  27.6k|out:
  292|  27.6k|	if (ret)
  ------------------
  |  Branch (292:6): [True: 0, False: 27.6k]
  ------------------
  293|      0|		sc_init_oid(oid);
  294|       |
  295|  27.6k|	return ret;
  296|  27.6k|}
sc_compare_oid:
  299|   135k|{
  300|   135k|	int i;
  301|       |
  302|   135k|	if (oid1 == NULL || oid2 == NULL) {
  ------------------
  |  Branch (302:6): [True: 0, False: 135k]
  |  Branch (302:22): [True: 0, False: 135k]
  ------------------
  303|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  304|      0|	}
  305|       |
  306|   393k|	for (i = 0; i < SC_MAX_OBJECT_ID_OCTETS; i++)   {
  ------------------
  |  |   46|   393k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (306:14): [True: 393k, False: 0]
  ------------------
  307|   393k|		if (oid1->value[i] != oid2->value[i])
  ------------------
  |  Branch (307:7): [True: 130k, False: 262k]
  ------------------
  308|   130k|			return 0;
  309|   262k|		if (oid1->value[i] == -1)
  ------------------
  |  Branch (309:7): [True: 4.90k, False: 257k]
  ------------------
  310|  4.90k|			break;
  311|   262k|	}
  312|       |
  313|  4.90k|	return 1;
  314|   135k|}
sc_valid_oid:
  318|  30.9k|{
  319|  30.9k|	int ii;
  320|       |
  321|  30.9k|	if (!oid)
  ------------------
  |  Branch (321:6): [True: 0, False: 30.9k]
  ------------------
  322|      0|		return 0;
  323|  30.9k|	if (oid->value[0] == -1 || oid->value[1] == -1)
  ------------------
  |  Branch (323:6): [True: 0, False: 30.9k]
  |  Branch (323:29): [True: 0, False: 30.9k]
  ------------------
  324|      0|		return 0;
  325|  30.9k|	if (oid->value[0] > 2 || oid->value[1] > 39)
  ------------------
  |  Branch (325:6): [True: 0, False: 30.9k]
  |  Branch (325:27): [True: 0, False: 30.9k]
  ------------------
  326|      0|		return 0;
  327|  30.9k|	for (ii=0;ii<SC_MAX_OBJECT_ID_OCTETS;ii++)
  ------------------
  |  |   46|  30.9k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (327:12): [True: 30.9k, False: 0]
  ------------------
  328|  30.9k|		if (oid->value[ii])
  ------------------
  |  Branch (328:7): [True: 30.9k, False: 0]
  ------------------
  329|  30.9k|			break;
  330|  30.9k|	if (ii==SC_MAX_OBJECT_ID_OCTETS)
  ------------------
  |  |   46|  30.9k|#define SC_MAX_OBJECT_ID_OCTETS		16
  ------------------
  |  Branch (330:6): [True: 0, False: 30.9k]
  ------------------
  331|      0|		return 0;
  332|  30.9k|	return 1;
  333|  30.9k|}
sc_detect_card_presence:
  337|  1.23k|{
  338|  1.23k|	int r;
  339|  1.23k|	LOG_FUNC_CALLED(reader->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  340|  1.23k|	if (reader->ops->detect_card_presence == NULL)
  ------------------
  |  Branch (340:6): [True: 1.23k, False: 0]
  ------------------
  341|  1.23k|		LOG_FUNC_RETURN(reader->ctx, SC_ERROR_NOT_SUPPORTED);
  ------------------
  |  |  164|  1.23k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  1.23k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  1.23k|	int _ret = r; \
  |  |  |  |  155|  1.23k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 1.23k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  1.23k|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_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: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|  1.23k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  1.23k|	} else { \
  |  |  |  |  159|      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.23k|	return _ret; \
  |  |  |  |  163|  1.23k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|       |
  343|      0|	r = reader->ops->detect_card_presence(reader);
  344|       |
  345|       |	// Check that we get sane return value from backend
  346|       |	// detect_card_presence should return 0 if no card is present.
  347|      0|	if (r && !(r & SC_READER_CARD_PRESENT))
  ------------------
  |  |  366|      0|#define SC_READER_CARD_PRESENT		0x00000001
  ------------------
  |  Branch (347:6): [True: 0, False: 0]
  |  Branch (347:11): [True: 0, False: 0]
  ------------------
  348|      0|		LOG_FUNC_RETURN(reader->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  349|       |
  350|      0|	LOG_FUNC_RETURN(reader->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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  351|      0|}
sc_path_set:
  355|  25.9k|{
  356|  25.9k|	if (path == NULL || id == NULL || id_len == 0 || id_len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|  25.9k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (356:6): [True: 0, False: 25.9k]
  |  Branch (356:22): [True: 0, False: 25.9k]
  |  Branch (356:36): [True: 0, False: 25.9k]
  |  Branch (356:51): [True: 0, False: 25.9k]
  ------------------
  357|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  358|       |
  359|  25.9k|	memset(path, 0, sizeof(*path));
  360|  25.9k|	memcpy(path->value, id, id_len);
  361|  25.9k|	path->len   = id_len;
  362|  25.9k|	path->type  = type;
  363|  25.9k|	path->index = idx;
  364|  25.9k|	path->count = count;
  365|       |
  366|  25.9k|	return SC_SUCCESS;
  ------------------
  |  |   28|  25.9k|#define SC_SUCCESS				0
  ------------------
  367|  25.9k|}
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: 67, False: 178k]
  |  Branch (375:22): [True: 0, False: 178k]
  ------------------
  376|     67|			type = SC_PATH_TYPE_FILE_ID;
  ------------------
  |  |  117|     67|#define SC_PATH_TYPE_FILE_ID		0
  ------------------
  377|     67|			str++;
  378|     67|		}
  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|  40.5k|{
  394|  40.5k|	if (dest->len + idlen > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|  40.5k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (394:6): [True: 0, False: 40.5k]
  ------------------
  395|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  396|  40.5k|	memcpy(dest->value + dest->len, id, idlen);
  397|  40.5k|	dest->len += idlen;
  398|  40.5k|	return SC_SUCCESS;
  ------------------
  |  |   28|  40.5k|#define SC_SUCCESS				0
  ------------------
  399|  40.5k|}
sc_append_file_id:
  402|  40.5k|{
  403|  40.5k|	u8 id[2] = { fid >> 8, fid & 0xff };
  404|       |
  405|  40.5k|	return sc_append_path_id(dest, id, 2);
  406|  40.5k|}
sc_concatenate_path:
  409|  16.9k|{
  410|  16.9k|	sc_path_t tpath;
  411|       |
  412|  16.9k|	if (d == NULL || p1 == NULL || p2 == NULL)
  ------------------
  |  Branch (412:6): [True: 0, False: 16.9k]
  |  Branch (412:19): [True: 0, False: 16.9k]
  |  Branch (412:33): [True: 0, False: 16.9k]
  ------------------
  413|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  414|       |
  415|  16.9k|	if (p1->type == SC_PATH_TYPE_DF_NAME || p2->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  33.9k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
              	if (p1->type == SC_PATH_TYPE_DF_NAME || p2->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|  16.9k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (415:6): [True: 0, False: 16.9k]
  |  Branch (415:42): [True: 0, False: 16.9k]
  ------------------
  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|  16.9k|	if (p1->len + p2->len > SC_MAX_PATH_SIZE)
  ------------------
  |  |   47|  16.9k|#define SC_MAX_PATH_SIZE		16
  ------------------
  |  Branch (419:6): [True: 10, False: 16.9k]
  ------------------
  420|     10|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     10|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  421|       |
  422|  16.9k|	memset(&tpath, 0, sizeof(sc_path_t));
  423|  16.9k|	memcpy(tpath.value, p1->value, p1->len);
  424|  16.9k|	memcpy(tpath.value + p1->len, p2->value, p2->len);
  425|  16.9k|	tpath.len  = p1->len + p2->len;
  426|  16.9k|	tpath.type = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|  16.9k|#define SC_PATH_TYPE_PATH		2
  ------------------
  427|       |	/* use 'index' and 'count' entry of the second path object */
  428|  16.9k|	tpath.index = p2->index;
  429|  16.9k|	tpath.count = p2->count;
  430|       |	/* the result is currently always as path */
  431|  16.9k|	tpath.type  = SC_PATH_TYPE_PATH;
  ------------------
  |  |  119|  16.9k|#define SC_PATH_TYPE_PATH		2
  ------------------
  432|       |
  433|  16.9k|	*d = tpath;
  434|       |
  435|  16.9k|	return SC_SUCCESS;
  ------------------
  |  |   28|  16.9k|#define SC_SUCCESS				0
  ------------------
  436|  16.9k|}
sc_print_path:
  439|   224k|{
  440|   224k|	static char buffer[SC_MAX_PATH_STRING_SIZE + SC_MAX_AID_STRING_SIZE];
  441|       |
  442|   224k|	if (sc_path_print(buffer, sizeof(buffer), path) != SC_SUCCESS)
  ------------------
  |  |   28|   224k|#define SC_SUCCESS				0
  ------------------
  |  Branch (442:6): [True: 0, False: 224k]
  ------------------
  443|      0|		buffer[0] = '\0';
  444|       |
  445|   224k|	return buffer;
  446|   224k|}
sc_path_print:
  449|   326k|{
  450|   326k|	size_t i;
  451|       |
  452|   326k|	if (buf == NULL || path == NULL)
  ------------------
  |  Branch (452:6): [True: 0, False: 326k]
  |  Branch (452:21): [True: 0, False: 326k]
  ------------------
  453|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  454|       |
  455|   326k|	if (buflen < path->len * 2 + path->aid.len * 2 + 3)
  ------------------
  |  Branch (455:6): [True: 1.72k, False: 324k]
  ------------------
  456|  1.72k|		return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|  1.72k|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  457|       |
  458|   324k|	buf[0] = '\0';
  459|   324k|	if (path->aid.len)   {
  ------------------
  |  Branch (459:6): [True: 136k, False: 187k]
  ------------------
  460|  1.11M|		for (i = 0; i < path->aid.len; i++)
  ------------------
  |  Branch (460:15): [True: 978k, False: 136k]
  ------------------
  461|   978k|			snprintf(buf + strlen(buf), buflen - strlen(buf), "%02x", path->aid.value[i]);
  462|   136k|		snprintf(buf + strlen(buf), buflen - strlen(buf), "::");
  463|   136k|	}
  464|       |
  465|  1.30M|	for (i = 0; i < path->len; i++)
  ------------------
  |  Branch (465:14): [True: 976k, False: 324k]
  ------------------
  466|   976k|		snprintf(buf + strlen(buf), buflen - strlen(buf), "%02x", path->value[i]);
  467|   324k|	if (!path->aid.len && path->type == SC_PATH_TYPE_DF_NAME)
  ------------------
  |  |  118|   187k|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  |  Branch (467:6): [True: 187k, False: 136k]
  |  Branch (467:24): [True: 35.4k, False: 152k]
  ------------------
  468|  35.4k|		snprintf(buf + strlen(buf), buflen - strlen(buf), "::");
  469|       |
  470|   324k|	return SC_SUCCESS;
  ------------------
  |  |   28|   324k|#define SC_SUCCESS				0
  ------------------
  471|   326k|}
sc_compare_path:
  474|  15.4k|{
  475|  15.4k|	return path1->len == path2->len
  ------------------
  |  Branch (475:9): [True: 14.7k, False: 730]
  ------------------
  476|  14.7k|		&& !memcmp(path1->value, path2->value, path1->len);
  ------------------
  |  Branch (476:6): [True: 60, False: 14.6k]
  ------------------
  477|  15.4k|}
sc_compare_path_prefix:
  480|  12.7k|{
  481|  12.7k|	sc_path_t tpath;
  482|       |
  483|  12.7k|	if (prefix->len > path->len)
  ------------------
  |  Branch (483:6): [True: 5, False: 12.7k]
  ------------------
  484|      5|		return 0;
  485|       |
  486|  12.7k|	tpath     = *path;
  487|  12.7k|	tpath.len = prefix->len;
  488|       |
  489|  12.7k|	return sc_compare_path(&tpath, prefix);
  490|  12.7k|}
sc_get_mf_path:
  493|  16.5k|{
  494|  16.5k|	static const sc_path_t mf_path = {
  495|  16.5k|		{0x3f, 0x00, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, 2,
  496|  16.5k|		0,
  497|  16.5k|		0,
  498|  16.5k|		SC_PATH_TYPE_PATH,
  ------------------
  |  |  119|  16.5k|#define SC_PATH_TYPE_PATH		2
  ------------------
  499|  16.5k|		{{0},0}
  500|  16.5k|	};
  501|  16.5k|	return &mf_path;
  502|  16.5k|}
sc_file_add_acl_entry:
  506|   169k|{
  507|   169k|	sc_acl_entry_t *p, *_new;
  508|       |
  509|   169k|	if (file == NULL || operation >= SC_MAX_AC_OPS) {
  ------------------
  |  |  198|   169k|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (509:6): [True: 0, False: 169k]
  |  Branch (509:22): [True: 0, False: 169k]
  ------------------
  510|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  511|      0|	}
  512|       |
  513|   169k|	switch (method) {
  514|  47.9k|	case SC_AC_NEVER:
  ------------------
  |  |  163|  47.9k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
  |  Branch (514:2): [True: 47.9k, False: 121k]
  ------------------
  515|  47.9k|		sc_file_clear_acl_entries(file, operation);
  516|  47.9k|		file->acl[operation] = (sc_acl_entry_t *) 1;
  517|  47.9k|		return SC_SUCCESS;
  ------------------
  |  |   28|  47.9k|#define SC_SUCCESS				0
  ------------------
  518|  27.1k|	case SC_AC_NONE:
  ------------------
  |  |  150|  27.1k|#define SC_AC_NONE			0x00000000
  ------------------
  |  Branch (518:2): [True: 27.1k, False: 141k]
  ------------------
  519|  27.1k|		sc_file_clear_acl_entries(file, operation);
  520|  27.1k|		file->acl[operation] = (sc_acl_entry_t *) 2;
  521|  27.1k|		return SC_SUCCESS;
  ------------------
  |  |   28|  27.1k|#define SC_SUCCESS				0
  ------------------
  522|  1.24k|	case SC_AC_UNKNOWN:
  ------------------
  |  |  162|  1.24k|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
  |  Branch (522:2): [True: 1.24k, False: 167k]
  ------------------
  523|  1.24k|		sc_file_clear_acl_entries(file, operation);
  524|  1.24k|		file->acl[operation] = (sc_acl_entry_t *) 3;
  525|  1.24k|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.24k|#define SC_SUCCESS				0
  ------------------
  526|  92.5k|	default:
  ------------------
  |  Branch (526:2): [True: 92.5k, False: 76.4k]
  ------------------
  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|  92.5k|		if (file->acl[operation] == (sc_acl_entry_t *) 1)
  ------------------
  |  Branch (530:7): [True: 12, False: 92.5k]
  ------------------
  531|     12|			return SC_SUCCESS;
  ------------------
  |  |   28|     12|#define SC_SUCCESS				0
  ------------------
  532|  92.5k|		if (file->acl[operation] == (sc_acl_entry_t *) 2
  ------------------
  |  Branch (532:7): [True: 1.16k, False: 91.4k]
  ------------------
  533|  91.4k|		 || file->acl[operation] == (sc_acl_entry_t *) 3)
  ------------------
  |  Branch (533:7): [True: 14, False: 91.4k]
  ------------------
  534|  1.17k|			file->acl[operation] = NULL;
  535|   169k|	}
  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|   121k|	for (p = file->acl[operation]; p != NULL; p = p->next) {
  ------------------
  |  Branch (539:33): [True: 31.9k, False: 89.5k]
  ------------------
  540|  31.9k|		if ((p->method == method) && (p->key_ref == key_ref))
  ------------------
  |  Branch (540:7): [True: 28.9k, False: 3.05k]
  |  Branch (540:32): [True: 3.00k, False: 25.9k]
  ------------------
  541|  3.00k|			return SC_SUCCESS;
  ------------------
  |  |   28|  3.00k|#define SC_SUCCESS				0
  ------------------
  542|  31.9k|	}
  543|       |
  544|  89.5k|	_new = malloc(sizeof(sc_acl_entry_t));
  545|  89.5k|	if (_new == NULL)
  ------------------
  |  Branch (545:6): [True: 0, False: 89.5k]
  ------------------
  546|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  547|  89.5k|	_new->method = method;
  548|  89.5k|	_new->key_ref = (unsigned)key_ref;
  549|  89.5k|	_new->next = NULL;
  550|       |
  551|  89.5k|	p = file->acl[operation];
  552|  89.5k|	if (p == NULL) {
  ------------------
  |  Branch (552:6): [True: 83.3k, False: 6.27k]
  ------------------
  553|  83.3k|		file->acl[operation] = _new;
  554|  83.3k|		return SC_SUCCESS;
  ------------------
  |  |   28|  83.3k|#define SC_SUCCESS				0
  ------------------
  555|  83.3k|	}
  556|  26.7k|	while (p->next != NULL)
  ------------------
  |  Branch (556:9): [True: 20.4k, False: 6.27k]
  ------------------
  557|  20.4k|		p = p->next;
  558|  6.27k|	p->next = _new;
  559|       |
  560|  6.27k|	return SC_SUCCESS;
  ------------------
  |  |   28|  6.27k|#define SC_SUCCESS				0
  ------------------
  561|  89.5k|}
sc_file_get_acl_entry:
  565|   359k|{
  566|   359k|	sc_acl_entry_t *p;
  567|   359k|	static const sc_acl_entry_t e_never = {
  568|   359k|		SC_AC_NEVER, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  163|   359k|#define SC_AC_NEVER			0xFFFFFFFF
  ------------------
              		SC_AC_NEVER, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  204|   359k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  569|   359k|	};
  570|   359k|	static const sc_acl_entry_t e_none = {
  571|   359k|		SC_AC_NONE, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  150|   359k|#define SC_AC_NONE			0x00000000
  ------------------
              		SC_AC_NONE, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  204|   359k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  572|   359k|	};
  573|   359k|	static const sc_acl_entry_t e_unknown = {
  574|   359k|		SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  162|   359k|#define SC_AC_UNKNOWN			0xFFFFFFFE
  ------------------
              		SC_AC_UNKNOWN, SC_AC_KEY_REF_NONE, NULL
  ------------------
  |  |  204|   359k|#define SC_AC_KEY_REF_NONE	0xFFFFFFFF
  ------------------
  575|   359k|	};
  576|       |
  577|   359k|	if (file == NULL || operation >= SC_MAX_AC_OPS) {
  ------------------
  |  |  198|   359k|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (577:6): [True: 0, False: 359k]
  |  Branch (577:22): [True: 0, False: 359k]
  ------------------
  578|      0|		return NULL;
  579|      0|	}
  580|       |
  581|   359k|	p = file->acl[operation];
  582|   359k|	if (p == (sc_acl_entry_t *) 1)
  ------------------
  |  Branch (582:6): [True: 571, False: 359k]
  ------------------
  583|    571|		return &e_never;
  584|   359k|	if (p == (sc_acl_entry_t *) 2)
  ------------------
  |  Branch (584:6): [True: 531, False: 358k]
  ------------------
  585|    531|		return &e_none;
  586|   358k|	if (p == (sc_acl_entry_t *) 3)
  ------------------
  |  Branch (586:6): [True: 327, False: 358k]
  ------------------
  587|    327|		return &e_unknown;
  588|       |
  589|   358k|	return file->acl[operation];
  590|   358k|}
sc_file_clear_acl_entries:
  593|  3.26M|{
  594|  3.26M|	sc_acl_entry_t *e;
  595|       |
  596|  3.26M|	if (file == NULL || operation >= SC_MAX_AC_OPS) {
  ------------------
  |  |  198|  3.26M|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (596:6): [True: 0, False: 3.26M]
  |  Branch (596:22): [True: 0, False: 3.26M]
  ------------------
  597|      0|		return;
  598|      0|	}
  599|       |
  600|  3.26M|	e = file->acl[operation];
  601|  3.26M|	if (e == (sc_acl_entry_t *) 1 ||
  ------------------
  |  Branch (601:6): [True: 47.9k, False: 3.21M]
  ------------------
  602|  3.21M|	    e == (sc_acl_entry_t *) 2 ||
  ------------------
  |  Branch (602:6): [True: 26.0k, False: 3.19M]
  ------------------
  603|  3.19M|	    e == (sc_acl_entry_t *) 3) {
  ------------------
  |  Branch (603:6): [True: 1.22k, False: 3.19M]
  ------------------
  604|  75.2k|		file->acl[operation] = NULL;
  605|  75.2k|		return;
  606|  75.2k|	}
  607|       |
  608|  3.28M|	while (e != NULL) {
  ------------------
  |  Branch (608:9): [True: 89.5k, False: 3.19M]
  ------------------
  609|  89.5k|		sc_acl_entry_t *tmp = e->next;
  610|  89.5k|		free(e);
  611|  89.5k|		e = tmp;
  612|  89.5k|	}
  613|       |	file->acl[operation] = NULL;
  614|  3.19M|}
sc_file_new:
  617|   102k|{
  618|   102k|	sc_file_t *file = (sc_file_t *)calloc(1, sizeof(sc_file_t));
  619|   102k|	if (file == NULL)
  ------------------
  |  Branch (619:6): [True: 0, False: 102k]
  ------------------
  620|      0|		return NULL;
  621|       |
  622|   102k|	file->magic = SC_FILE_MAGIC;
  ------------------
  |  |   57|   102k|#define SC_FILE_MAGIC			0x14426950
  ------------------
  623|   102k|	return file;
  624|   102k|}
sc_file_free:
  627|   301k|{
  628|   301k|	unsigned int i;
  629|   301k|	if (file == NULL || !sc_file_valid(file))
  ------------------
  |  Branch (629:6): [True: 199k, False: 102k]
  |  Branch (629:22): [True: 0, False: 102k]
  ------------------
  630|   199k|		return;
  631|   102k|	file->magic = 0;
  632|  3.29M|	for (i = 0; i < SC_MAX_AC_OPS; i++)
  ------------------
  |  |  198|  3.29M|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (632:14): [True: 3.18M, False: 102k]
  ------------------
  633|  3.18M|		sc_file_clear_acl_entries(file, i);
  634|   102k|	if (file->sec_attr)
  ------------------
  |  Branch (634:6): [True: 1.27k, False: 101k]
  ------------------
  635|  1.27k|		free(file->sec_attr);
  636|   102k|	if (file->prop_attr)
  ------------------
  |  Branch (636:6): [True: 687, False: 102k]
  ------------------
  637|    687|		free(file->prop_attr);
  638|   102k|	if (file->type_attr)
  ------------------
  |  Branch (638:6): [True: 2.93k, False: 99.9k]
  ------------------
  639|  2.93k|		free(file->type_attr);
  640|   102k|	if (file->encoded_content)
  ------------------
  |  Branch (640:6): [True: 0, False: 102k]
  ------------------
  641|      0|		free(file->encoded_content);
  642|   102k|	free(file);
  643|   102k|}
sc_file_dup:
  646|  11.5k|{
  647|  11.5k|	sc_file_t *newf;
  648|  11.5k|	const sc_acl_entry_t *e;
  649|  11.5k|	unsigned int op;
  650|       |
  651|  11.5k|	if (!dest)
  ------------------
  |  Branch (651:6): [True: 0, False: 11.5k]
  ------------------
  652|      0|		return;
  653|  11.5k|	*dest = NULL;
  654|  11.5k|	if (!sc_file_valid(src))
  ------------------
  |  Branch (654:6): [True: 0, False: 11.5k]
  ------------------
  655|      0|		return;
  656|  11.5k|	newf = sc_file_new();
  657|  11.5k|	if (newf == NULL)
  ------------------
  |  Branch (657:6): [True: 0, False: 11.5k]
  ------------------
  658|      0|		return;
  659|  11.5k|	*dest = newf;
  660|       |
  661|  11.5k|	memcpy(&newf->path, &src->path, sizeof(struct sc_path));
  662|  11.5k|	memcpy(&newf->name, &src->name, sizeof(src->name));
  663|  11.5k|	newf->namelen = src->namelen;
  664|  11.5k|	newf->type    = src->type;
  665|  11.5k|	newf->shareable    = src->shareable;
  666|  11.5k|	newf->ef_structure = src->ef_structure;
  667|  11.5k|	newf->size    = src->size;
  668|  11.5k|	newf->id      = src->id;
  669|  11.5k|	newf->status  = src->status;
  670|   370k|	for (op = 0; op < SC_MAX_AC_OPS; op++) {
  ------------------
  |  |  198|   370k|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (670:15): [True: 359k, False: 11.5k]
  ------------------
  671|   359k|		newf->acl[op] = NULL;
  672|   359k|		e = sc_file_get_acl_entry(src, op);
  673|   359k|		if (e != NULL) {
  ------------------
  |  Branch (673:7): [True: 3.17k, False: 356k]
  ------------------
  674|  3.17k|			if (sc_file_add_acl_entry(newf, op, e->method, e->key_ref) < 0)
  ------------------
  |  Branch (674:8): [True: 0, False: 3.17k]
  ------------------
  675|      0|				goto err;
  676|  3.17k|		}
  677|   359k|	}
  678|  11.5k|	newf->record_length = src->record_length;
  679|  11.5k|	newf->record_count  = src->record_count;
  680|       |
  681|  11.5k|	if (sc_file_set_sec_attr(newf, src->sec_attr, src->sec_attr_len) < 0)
  ------------------
  |  Branch (681:6): [True: 0, False: 11.5k]
  ------------------
  682|      0|		goto err;
  683|  11.5k|	if (sc_file_set_prop_attr(newf, src->prop_attr, src->prop_attr_len) < 0)
  ------------------
  |  Branch (683:6): [True: 0, False: 11.5k]
  ------------------
  684|      0|		goto err;
  685|  11.5k|	if (sc_file_set_type_attr(newf, src->type_attr, src->type_attr_len) < 0)
  ------------------
  |  Branch (685:6): [True: 0, False: 11.5k]
  ------------------
  686|      0|		goto err;
  687|  11.5k|	if (sc_file_set_content(newf, src->encoded_content, src->encoded_content_len) < 0)
  ------------------
  |  Branch (687:6): [True: 0, False: 11.5k]
  ------------------
  688|      0|		goto err;
  689|  11.5k|	return;
  690|  11.5k|err:
  691|      0|	sc_file_free(newf);
  692|       |	*dest = NULL;
  693|      0|}
sc_file_set_sec_attr:
  697|  13.0k|{
  698|  13.0k|	u8 *tmp;
  699|  13.0k|	if (!sc_file_valid(file)) {
  ------------------
  |  Branch (699:6): [True: 0, False: 13.0k]
  ------------------
  700|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  701|      0|	}
  702|       |
  703|  13.0k|	if (sec_attr == NULL || sec_attr_len == 0) {
  ------------------
  |  Branch (703:6): [True: 11.5k, False: 1.53k]
  |  Branch (703:26): [True: 173, False: 1.36k]
  ------------------
  704|  11.7k|		if (file->sec_attr != NULL)
  ------------------
  |  Branch (704:7): [True: 81, False: 11.6k]
  ------------------
  705|     81|			free(file->sec_attr);
  706|  11.7k|		file->sec_attr = NULL;
  707|  11.7k|		file->sec_attr_len = 0;
  708|  11.7k|		return 0;
  709|  11.7k|	 }
  710|  1.36k|	tmp = (u8 *) realloc(file->sec_attr, sec_attr_len);
  711|  1.36k|	if (!tmp) {
  ------------------
  |  Branch (711:6): [True: 0, False: 1.36k]
  ------------------
  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.36k|	file->sec_attr = tmp;
  719|  1.36k|	memcpy(file->sec_attr, sec_attr, sec_attr_len);
  720|  1.36k|	file->sec_attr_len = sec_attr_len;
  721|       |
  722|  1.36k|	return 0;
  723|  1.36k|}
sc_file_set_prop_attr:
  727|  12.5k|{
  728|  12.5k|	u8 *tmp;
  729|  12.5k|	if (!sc_file_valid(file)) {
  ------------------
  |  Branch (729:6): [True: 0, False: 12.5k]
  ------------------
  730|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  731|      0|	}
  732|       |
  733|  12.5k|	if (prop_attr == NULL || prop_attr_len == 0) {
  ------------------
  |  Branch (733:6): [True: 11.5k, False: 960]
  |  Branch (733:27): [True: 147, False: 813]
  ------------------
  734|  11.6k|		if (file->prop_attr != NULL)
  ------------------
  |  Branch (734:7): [True: 67, False: 11.6k]
  ------------------
  735|     67|			free(file->prop_attr);
  736|  11.6k|		file->prop_attr = NULL;
  737|  11.6k|		file->prop_attr_len = 0;
  738|  11.6k|		return SC_SUCCESS;
  ------------------
  |  |   28|  11.6k|#define SC_SUCCESS				0
  ------------------
  739|  11.6k|	 }
  740|    813|	tmp = (u8 *) realloc(file->prop_attr, prop_attr_len);
  741|    813|	if (!tmp) {
  ------------------
  |  Branch (741:6): [True: 0, False: 813]
  ------------------
  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|    813|	file->prop_attr = tmp;
  749|    813|	memcpy(file->prop_attr, prop_attr, prop_attr_len);
  750|    813|	file->prop_attr_len = prop_attr_len;
  751|       |
  752|    813|	return SC_SUCCESS;
  ------------------
  |  |   28|    813|#define SC_SUCCESS				0
  ------------------
  753|    813|}
sc_file_set_type_attr:
  757|  14.3k|{
  758|  14.3k|	u8 *tmp;
  759|  14.3k|	if (!sc_file_valid(file)) {
  ------------------
  |  Branch (759:6): [True: 0, False: 14.3k]
  ------------------
  760|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  761|      0|	}
  762|       |
  763|  14.3k|	if (type_attr == NULL || type_attr_len == 0) {
  ------------------
  |  Branch (763:6): [True: 11.0k, False: 3.32k]
  |  Branch (763:27): [True: 0, False: 3.32k]
  ------------------
  764|  11.0k|		if (file->type_attr != NULL)
  ------------------
  |  Branch (764:7): [True: 0, False: 11.0k]
  ------------------
  765|      0|			free(file->type_attr);
  766|  11.0k|		file->type_attr = NULL;
  767|  11.0k|		file->type_attr_len = 0;
  768|  11.0k|		return SC_SUCCESS;
  ------------------
  |  |   28|  11.0k|#define SC_SUCCESS				0
  ------------------
  769|  11.0k|	 }
  770|  3.32k|	tmp = (u8 *) realloc(file->type_attr, type_attr_len);
  771|  3.32k|	if (!tmp) {
  ------------------
  |  Branch (771:6): [True: 0, False: 3.32k]
  ------------------
  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|  3.32k|	file->type_attr = tmp;
  779|  3.32k|	memcpy(file->type_attr, type_attr, type_attr_len);
  780|  3.32k|	file->type_attr_len = type_attr_len;
  781|       |
  782|  3.32k|	return SC_SUCCESS;
  ------------------
  |  |   28|  3.32k|#define SC_SUCCESS				0
  ------------------
  783|  3.32k|}
sc_file_set_content:
  788|  11.5k|{
  789|  11.5k|	u8 *tmp;
  790|  11.5k|	if (!sc_file_valid(file)) {
  ------------------
  |  Branch (790:6): [True: 0, False: 11.5k]
  ------------------
  791|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  792|      0|	}
  793|       |
  794|  11.5k|	if (content == NULL || content_len == 0) {
  ------------------
  |  Branch (794:6): [True: 11.5k, False: 0]
  |  Branch (794:25): [True: 0, False: 0]
  ------------------
  795|  11.5k|		if (file->encoded_content != NULL)
  ------------------
  |  Branch (795:7): [True: 0, False: 11.5k]
  ------------------
  796|      0|			free(file->encoded_content);
  797|  11.5k|		file->encoded_content = NULL;
  798|  11.5k|		file->encoded_content_len = 0;
  799|  11.5k|		return SC_SUCCESS;
  ------------------
  |  |   28|  11.5k|#define SC_SUCCESS				0
  ------------------
  800|  11.5k|	}
  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|   166k|int sc_file_valid(const sc_file_t *file) {
  820|   166k|	if (file == NULL)
  ------------------
  |  Branch (820:6): [True: 0, False: 166k]
  ------------------
  821|      0|		return 0;
  822|   166k|	return file->magic == SC_FILE_MAGIC;
  ------------------
  |  |   57|   166k|#define SC_FILE_MAGIC			0x14426950
  ------------------
  823|   166k|}
_sc_parse_atr:
  826|  16.2k|{
  827|  16.2k|	u8 *p = reader->atr.value;
  828|  16.2k|	int atr_len = (int) reader->atr.len;
  829|  16.2k|	int n_hist, x;
  830|  16.2k|	int tx[4] = {-1, -1, -1, -1};
  831|  16.2k|	int i, FI, DI;
  832|  16.2k|	const int Fi_table[] = {
  833|  16.2k|		372, 372, 558, 744, 1116, 1488, 1860, -1,
  834|  16.2k|		-1, 512, 768, 1024, 1536, 2048, -1, -1 };
  835|  16.2k|	const int f_table[] = {
  836|  16.2k|		40, 50, 60, 80, 120, 160, 200, -1,
  837|  16.2k|		-1, 50, 75, 100, 150, 200, -1, -1 };
  838|  16.2k|	const int Di_table[] = {
  839|  16.2k|		-1, 1, 2, 4, 8, 16, 32, -1,
  840|  16.2k|		12, 20, -1, -1, -1, -1, -1, -1 };
  841|       |
  842|  16.2k|	reader->atr_info.hist_bytes_len = 0;
  843|  16.2k|	reader->atr_info.hist_bytes = NULL;
  844|       |
  845|  16.2k|	if (atr_len == 0) {
  ------------------
  |  Branch (845:6): [True: 4.65k, False: 11.5k]
  ------------------
  846|  4.65k|		sc_log(reader->ctx, "empty ATR - card not present?\n");
  ------------------
  |  |   71|  4.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__
  |  |  ------------------
  ------------------
  847|  4.65k|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  4.65k|#define SC_ERROR_INTERNAL			-1400
  ------------------
  848|  4.65k|	}
  849|       |
  850|  11.5k|	if (p[0] != 0x3B && p[0] != 0x3F) {
  ------------------
  |  Branch (850:6): [True: 1.24k, False: 10.3k]
  |  Branch (850:22): [True: 1.08k, False: 157]
  ------------------
  851|  1.08k|		sc_log(reader->ctx, "invalid sync byte in ATR: 0x%02X\n", p[0]);
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  852|  1.08k|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|  1.08k|#define SC_ERROR_INTERNAL			-1400
  ------------------
  853|  1.08k|	}
  854|  10.4k|	n_hist = p[1] & 0x0F;
  855|  10.4k|	x = p[1] >> 4;
  856|  10.4k|	p += 2;
  857|  10.4k|	atr_len -= 2;
  858|  52.3k|	for (i = 0; i < 4 && atr_len > 0; i++) {
  ------------------
  |  Branch (858:14): [True: 41.8k, False: 10.4k]
  |  Branch (858:23): [True: 41.8k, False: 11]
  ------------------
  859|  41.8k|                if (x & (1 << i)) {
  ------------------
  |  Branch (859:21): [True: 27.4k, False: 14.3k]
  ------------------
  860|  27.4k|                        tx[i] = *p;
  861|  27.4k|                        p++;
  862|  27.4k|                        atr_len--;
  863|  27.4k|                } else
  864|  14.3k|                        tx[i] = -1;
  865|  41.8k|        }
  866|  10.4k|	if (tx[0] >= 0) {
  ------------------
  |  Branch (866:6): [True: 9.10k, False: 1.37k]
  ------------------
  867|  9.10k|		reader->atr_info.FI = FI = tx[0] >> 4;
  868|  9.10k|		reader->atr_info.DI = DI = tx[0] & 0x0F;
  869|  9.10k|		reader->atr_info.Fi = Fi_table[FI];
  870|  9.10k|		reader->atr_info.f = f_table[FI];
  871|  9.10k|		reader->atr_info.Di = Di_table[DI];
  872|  9.10k|	} else {
  873|  1.37k|		reader->atr_info.Fi = -1;
  874|  1.37k|		reader->atr_info.f = -1;
  875|  1.37k|		reader->atr_info.Di = -1;
  876|  1.37k|	}
  877|  10.4k|	if (tx[2] >= 0)
  ------------------
  |  Branch (877:6): [True: 6.50k, False: 3.97k]
  ------------------
  878|  6.50k|		reader->atr_info.N = tx[3];
  879|  3.97k|	else
  880|  3.97k|		reader->atr_info.N = -1;
  881|  22.8k|	while (tx[3] > 0 && tx[3] & 0xF0 && atr_len > 0) {
  ------------------
  |  Branch (881:9): [True: 12.8k, False: 9.94k]
  |  Branch (881:22): [True: 12.3k, False: 485]
  |  Branch (881:38): [True: 12.3k, False: 42]
  ------------------
  882|  12.3k|		x = tx[3] >> 4;
  883|  61.6k|		for (i = 0; i < 4 && atr_len > 0; i++) {
  ------------------
  |  Branch (883:15): [True: 49.3k, False: 12.2k]
  |  Branch (883:24): [True: 49.2k, False: 33]
  ------------------
  884|  49.2k|	                if (x & (1 << i)) {
  ------------------
  |  Branch (884:22): [True: 18.7k, False: 30.5k]
  ------------------
  885|  18.7k|	                        tx[i] = *p;
  886|  18.7k|	                        p++;
  887|  18.7k|	                        atr_len--;
  888|  18.7k|	                } else
  889|  30.5k|	                        tx[i] = -1;
  890|  49.2k|		}
  891|  12.3k|	}
  892|  10.4k|	if (atr_len <= 0)
  ------------------
  |  Branch (892:6): [True: 56, False: 10.4k]
  ------------------
  893|     56|		return SC_SUCCESS;
  ------------------
  |  |   28|     56|#define SC_SUCCESS				0
  ------------------
  894|  10.4k|	if (n_hist > atr_len)
  ------------------
  |  Branch (894:6): [True: 1.24k, False: 9.17k]
  ------------------
  895|  1.24k|		n_hist = atr_len;
  896|  10.4k|	reader->atr_info.hist_bytes_len = n_hist;
  897|  10.4k|	reader->atr_info.hist_bytes = p;
  898|  10.4k|	return SC_SUCCESS;
  ------------------
  |  |   28|  10.4k|#define SC_SUCCESS				0
  ------------------
  899|  10.4k|}
sc_mem_secure_alloc:
  902|    725|{
  903|    725|	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|    725|	p = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
  912|    725|	if (p != NULL) {
  ------------------
  |  Branch (912:6): [True: 725, False: 0]
  ------------------
  913|    725|		mlock(p, len);
  914|    725|	}
  915|    725|#endif
  916|       |
  917|    725|	return p;
  918|    725|}
sc_mem_secure_free:
  921|  2.12k|{
  922|       |#ifdef _WIN32
  923|       |	VirtualUnlock(ptr, len);
  924|       |	VirtualFree(ptr, 0, MEM_RELEASE);
  925|       |#else
  926|  2.12k|	munlock(ptr, len);
  927|  2.12k|	munmap(ptr, len);
  928|  2.12k|#endif
  929|  2.12k|}
sc_mem_clear:
  932|  77.6k|{
  933|  77.6k|	if (len > 0)   {
  ------------------
  |  Branch (933:6): [True: 76.2k, False: 1.39k]
  ------------------
  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|  76.2k|	}
  946|  77.6k|}
sc_compacttlv_find_tag:
 1060|    968|{
 1061|    968|	if (buf != NULL) {
  ------------------
  |  Branch (1061:6): [True: 968, False: 0]
  ------------------
 1062|    968|		size_t idx;
 1063|    968|		u8 plain_tag = tag & 0xF0;
 1064|    968|		size_t expected_len = tag & 0x0F;
 1065|       |
 1066|  19.9k|		for (idx = 0; idx < len; idx++) {
  ------------------
  |  Branch (1066:17): [True: 19.2k, False: 667]
  ------------------
 1067|  19.2k|			u8 ctag = buf[idx] & 0xF0;
 1068|  19.2k|			size_t ctag_len = buf[idx] & 0x0F;
 1069|  19.2k|			if (ctag == plain_tag && idx + ctag_len < len &&
  ------------------
  |  Branch (1069:8): [True: 1.01k, False: 18.2k]
  |  Branch (1069:29): [True: 992, False: 20]
  ------------------
 1070|    992|					(expected_len == 0 || expected_len == ctag_len)) {
  ------------------
  |  Branch (1070:7): [True: 256, False: 736]
  |  Branch (1070:28): [True: 45, False: 691]
  ------------------
 1071|    301|				if (outlen != NULL)
  ------------------
  |  Branch (1071:9): [True: 256, False: 45]
  ------------------
 1072|    256|					*outlen = ctag_len;
 1073|    301|				return buf + (idx + 1);
 1074|    301|			}
 1075|  18.9k|			idx += ctag_len;
 1076|  18.9k|		}
 1077|    968|	}
 1078|    667|	return NULL;
 1079|    968|}
sc_mutex_create:
 1084|  32.4k|{
 1085|  32.4k|	if (ctx == NULL)
  ------------------
  |  Branch (1085:6): [True: 0, False: 32.4k]
  ------------------
 1086|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1087|  32.4k|	if (ctx->thread_ctx != NULL && ctx->thread_ctx->create_mutex != NULL)
  ------------------
  |  Branch (1087:6): [True: 32.4k, False: 0]
  |  Branch (1087:33): [True: 32.4k, False: 0]
  ------------------
 1088|  32.4k|		return ctx->thread_ctx->create_mutex(mutex);
 1089|      0|	else
 1090|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1091|  32.4k|}
sc_mutex_lock:
 1094|  1.31M|{
 1095|  1.31M|	if (ctx == NULL)
  ------------------
  |  Branch (1095:6): [True: 0, False: 1.31M]
  ------------------
 1096|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1097|  1.31M|	if (ctx->thread_ctx != NULL && ctx->thread_ctx->lock_mutex != NULL)
  ------------------
  |  Branch (1097:6): [True: 1.31M, False: 0]
  |  Branch (1097:33): [True: 1.31M, False: 0]
  ------------------
 1098|  1.31M|		return ctx->thread_ctx->lock_mutex(mutex);
 1099|      0|	else
 1100|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1101|  1.31M|}
sc_mutex_unlock:
 1104|  1.31M|{
 1105|  1.31M|	if (ctx == NULL)
  ------------------
  |  Branch (1105:6): [True: 0, False: 1.31M]
  ------------------
 1106|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 1107|  1.31M|	if (ctx->thread_ctx != NULL && ctx->thread_ctx->unlock_mutex != NULL)
  ------------------
  |  Branch (1107:6): [True: 1.31M, False: 0]
  |  Branch (1107:33): [True: 1.31M, False: 0]
  ------------------
 1108|  1.31M|		return ctx->thread_ctx->unlock_mutex(mutex);
 1109|      0|	else
 1110|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 1111|  1.31M|}

sc_decipher:
   37|    167|{
   38|    167|	int r;
   39|       |
   40|    167|	if (card == NULL) {
  ------------------
  |  Branch (40:6): [True: 0, False: 167]
  ------------------
   41|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   42|      0|	}
   43|    167|	if (crgram == NULL || out == NULL) {
  ------------------
  |  Branch (43:6): [True: 0, False: 167]
  |  Branch (43:24): [True: 0, False: 167]
  ------------------
   44|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   45|      0|	}
   46|    167|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    167|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    167|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    167|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    167|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 167]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   47|    167|	if (card->ops->decipher == NULL)
  ------------------
  |  Branch (47:6): [True: 0, False: 167]
  ------------------
   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|    167|	r = card->ops->decipher(card, crgram, crgram_len, out, outlen);
   50|    167|        SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    167|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    167|	int _ret = r; \
  |  |  155|    167|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 74, False: 93]
  |  |  ------------------
  |  |  156|     74|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  ------------------
  |  |  |  |   44|     68|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 68, False: 6]
  |  |  ------------------
  |  |  157|     74|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|     93|	} else { \
  |  |  159|     93|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     93|			"returning with: %d\n", _ret); \
  |  |  161|     93|	} \
  |  |  162|    167|	return _ret; \
  |  |  163|    167|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   51|    167|}
sc_compute_signature:
   56|    176|{
   57|    176|	int r;
   58|       |
   59|    176|	if (card == NULL) {
  ------------------
  |  Branch (59:6): [True: 0, False: 176]
  ------------------
   60|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   61|      0|	}
   62|    176|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    176|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    176|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    176|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    176|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 176]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
   63|    176|	if (card->ops->compute_signature == NULL)
  ------------------
  |  Branch (63:6): [True: 0, False: 176]
  ------------------
   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|    176|	r = card->ops->compute_signature(card, data, datalen, out, outlen);
   66|    176|        SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|    176|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|    176|	int _ret = r; \
  |  |  155|    176|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 139, False: 37]
  |  |  ------------------
  |  |  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|    128|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 128, False: 11]
  |  |  ------------------
  |  |  157|    139|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|    139|	} else { \
  |  |  159|     37|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  160|     37|			"returning with: %d\n", _ret); \
  |  |  161|     37|	} \
  |  |  162|    176|	return _ret; \
  |  |  163|    176|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
   67|    176|}
sc_set_security_env:
  102|    429|{
  103|    429|	int r;
  104|       |
  105|    429|	if (card == NULL) {
  ------------------
  |  Branch (105:6): [True: 0, False: 429]
  ------------------
  106|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  107|      0|	}
  108|    429|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|    429|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  109|    429|	if (card->ops->set_security_env == NULL)
  ------------------
  |  Branch (109:6): [True: 0, False: 429]
  ------------------
  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|    429|	r = card->ops->set_security_env(card, env, se_num);
  112|    429|        SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 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|     86|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 86, False: 343]
  |  |  ------------------
  |  |  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]
  |  |  ------------------
  ------------------
  113|    429|}
sc_restore_security_env:
  116|      3|{
  117|      3|	int r;
  118|       |
  119|      3|	if (card == NULL) {
  ------------------
  |  Branch (119:6): [True: 0, False: 3]
  ------------------
  120|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  121|      0|	}
  122|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  123|      3|	if (card->ops->restore_security_env == NULL)
  ------------------
  |  Branch (123:6): [True: 0, False: 3]
  ------------------
  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|      3|	r = card->ops->restore_security_env(card, se_num);
  126|      3|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, 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|      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|      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]
  |  |  ------------------
  ------------------
  127|      3|}
sc_verify:
  131|    958|{
  132|    958|	struct sc_pin_cmd_data data;
  133|       |
  134|    958|	memset(&data, 0, sizeof(data));
  135|    958|	data.cmd = SC_PIN_CMD_VERIFY;
  ------------------
  |  |  415|    958|#define SC_PIN_CMD_VERIFY	0
  ------------------
  136|    958|	data.pin_type = type;
  137|    958|	data.pin_reference = ref;
  138|    958|	data.pin1.data = pin;
  139|    958|	data.pin1.len = pinlen;
  140|       |
  141|    958|	int r = sc_pin_cmd(card, &data);
  142|    958|	if (tries_left)
  ------------------
  |  Branch (142:6): [True: 958, False: 0]
  ------------------
  143|    958|		*tries_left = data.pin1.tries_left;
  144|       |
  145|    958|	return r;
  146|    958|}
sc_pin_cmd:
  204|  4.05k|{
  205|  4.05k|	int r, debug;
  206|       |
  207|  4.05k|	if (card == NULL) {
  ------------------
  |  Branch (207:6): [True: 0, False: 4.05k]
  ------------------
  208|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  209|      0|	}
  210|  4.05k|	LOG_FUNC_CALLED(card->ctx);
  ------------------
  |  |  151|  4.05k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.05k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.05k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.05k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.05k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  211|       |
  212|  4.05k|	debug = card->ctx->debug;
  213|  4.05k|	if (data->cmd != SC_PIN_CMD_GET_INFO
  ------------------
  |  |  418|  8.10k|#define SC_PIN_CMD_GET_INFO	3
  ------------------
  |  Branch (213:6): [True: 1.37k, False: 2.67k]
  ------------------
  214|  1.37k|			&& card->ctx->debug < SC_LOG_DEBUG_PIN) {
  ------------------
  |  Branch (214:7): [True: 1.37k, False: 0]
  ------------------
  215|  1.37k|		card->ctx->debug = 0;
  216|  1.37k|	}
  217|       |
  218|  4.05k|	if (card->ops->pin_cmd) {
  ------------------
  |  Branch (218:6): [True: 4.05k, False: 0]
  ------------------
  219|  4.05k|		r = card->ops->pin_cmd(card, data);
  220|  4.05k|	} 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|  4.05k|	card->ctx->debug = debug;
  265|       |
  266|  4.05k|	SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_VERBOSE, r);
  ------------------
  |  |  153|  4.05k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  154|  4.05k|	int _ret = r; \
  |  |  155|  4.05k|	if (_ret <= 0) { \
  |  |  ------------------
  |  |  |  Branch (155:6): [True: 4.05k, False: 0]
  |  |  ------------------
  |  |  156|  4.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.21k|#define SC_COLOR_FG_RED			0x0001
  |  |  ------------------
  |  |  |  Branch (156:65): [True: 2.21k, False: 1.83k]
  |  |  ------------------
  |  |  157|  4.05k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  158|  4.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|  4.05k|	return _ret; \
  |  |  163|  4.05k|} while(0)
  |  |  ------------------
  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  ------------------
  ------------------
  267|  4.05k|}
sc_build_pin:
  281|    412|{
  282|    412|	size_t i = 0, j, pin_len = pin->len;
  283|       |
  284|    412|	if (pin->max_length && pin_len > pin->max_length)
  ------------------
  |  Branch (284:6): [True: 412, False: 0]
  |  Branch (284:25): [True: 0, False: 412]
  ------------------
  285|      0|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  286|       |
  287|    412|	if (pin->encoding == SC_PIN_ENCODING_GLP) {
  ------------------
  |  |  427|    412|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (287:6): [True: 42, False: 370]
  ------------------
  288|    117|		while (pin_len > 0 && pin->data[pin_len - 1] == 0xFF)
  ------------------
  |  Branch (288:10): [True: 110, False: 7]
  |  Branch (288:25): [True: 75, False: 35]
  ------------------
  289|     75|			pin_len--;
  290|     42|		if (pin_len > 12)
  ------------------
  |  Branch (290:7): [True: 3, False: 39]
  ------------------
  291|      3|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      3|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  292|    156|		for (i = 0; i < pin_len; i++) {
  ------------------
  |  Branch (292:15): [True: 133, False: 23]
  ------------------
  293|    133|			if (pin->data[i] < '0' || pin->data[i] > '9')
  ------------------
  |  Branch (293:8): [True: 6, False: 127]
  |  Branch (293:30): [True: 10, False: 117]
  ------------------
  294|     16|				return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|     16|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  295|    133|		}
  296|     23|		buf[0] = 0x20 | (u8) pin_len;
  297|     23|		buf++;
  298|     23|		buflen--;
  299|     23|	}
  300|       |
  301|       |	/* PIN given by application, encode if required */
  302|    393|	if (pin->encoding == SC_PIN_ENCODING_ASCII) {
  ------------------
  |  |  425|    393|#define SC_PIN_ENCODING_ASCII	0
  ------------------
  |  Branch (302:6): [True: 368, False: 25]
  ------------------
  303|    368|		if (pin_len > buflen)
  ------------------
  |  Branch (303:7): [True: 0, False: 368]
  ------------------
  304|      0|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  305|    368|		memcpy(buf, pin->data, pin_len);
  306|    368|		i = pin_len;
  307|    368|	} else if (pin->encoding == SC_PIN_ENCODING_BCD || pin->encoding == SC_PIN_ENCODING_GLP) {
  ------------------
  |  |  426|     50|#define SC_PIN_ENCODING_BCD	1
  ------------------
              	} else if (pin->encoding == SC_PIN_ENCODING_BCD || pin->encoding == SC_PIN_ENCODING_GLP) {
  ------------------
  |  |  427|     23|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (307:13): [True: 2, False: 23]
  |  Branch (307:53): [True: 23, False: 0]
  ------------------
  308|     25|		if (pin_len > 2 * buflen)
  ------------------
  |  Branch (308:7): [True: 0, False: 25]
  ------------------
  309|      0|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  310|    124|		for (i = j = 0; j < pin_len; j++) {
  ------------------
  |  Branch (310:19): [True: 100, False: 24]
  ------------------
  311|    100|			if (!isdigit(pin->data[j])) {
  ------------------
  |  Branch (311:8): [True: 1, False: 99]
  ------------------
  312|      1|				return SC_ERROR_INVALID_DATA;
  ------------------
  |  |   78|      1|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  313|      1|			}
  314|     99|			buf[i] <<= 4;
  315|     99|			buf[i] |= pin->data[j] & 0xf;
  316|     99|			if (j & 1)
  ------------------
  |  Branch (316:8): [True: 45, False: 54]
  ------------------
  317|     45|				i++;
  318|     99|		}
  319|     24|		if (j & 1) {
  ------------------
  |  Branch (319:7): [True: 8, False: 16]
  ------------------
  320|      8|			buf[i] <<= 4;
  321|      8|			buf[i] |= pin->pad_char & 0xf;
  322|      8|			i++;
  323|      8|		}
  324|     24|	}
  325|       |
  326|       |	/* Pad to maximum PIN length if requested */
  327|    392|	if (pad || pin->encoding == SC_PIN_ENCODING_GLP) {
  ------------------
  |  |  427|     73|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (327:6): [True: 319, False: 73]
  |  Branch (327:13): [True: 0, False: 73]
  ------------------
  328|    319|		size_t pad_length = pin->pad_length;
  329|    319|		u8     pad_char   = pin->encoding == SC_PIN_ENCODING_GLP ? 0xFF : pin->pad_char;
  ------------------
  |  |  427|    319|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (329:23): [True: 23, False: 296]
  ------------------
  330|       |
  331|    319|		if (pin->encoding == SC_PIN_ENCODING_BCD)
  ------------------
  |  |  426|    319|#define SC_PIN_ENCODING_BCD	1
  ------------------
  |  Branch (331:7): [True: 1, False: 318]
  ------------------
  332|      1|			pad_length >>= 1;
  333|    319|		if (pin->encoding == SC_PIN_ENCODING_GLP)
  ------------------
  |  |  427|    319|#define SC_PIN_ENCODING_GLP	2 /* Global Platform - Card Specification v2.0.1 */
  ------------------
  |  Branch (333:7): [True: 23, False: 296]
  ------------------
  334|     23|			pad_length = 8;
  335|       |
  336|    319|		if (pad_length > buflen)
  ------------------
  |  Branch (336:7): [True: 0, False: 319]
  ------------------
  337|      0|			return SC_ERROR_BUFFER_TOO_SMALL;
  ------------------
  |  |   76|      0|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  338|       |
  339|    319|		if (pad_length && i < pad_length) {
  ------------------
  |  Branch (339:7): [True: 318, False: 1]
  |  Branch (339:21): [True: 305, False: 13]
  ------------------
  340|    305|			memset(buf + i, pad_char, pad_length - i);
  341|    305|			i = pad_length;
  342|    305|		}
  343|    319|	}
  344|       |
  345|    392|	return (int)i;
  346|    392|}

sc_simpletlv_put_tag:
   43|  8.08k|{
   44|  8.08k|	u8 *p = out;
   45|       |
   46|  8.08k|	if (outlen < 2 || (outlen < 4 && datalen >= 0xff))
  ------------------
  |  Branch (46:6): [True: 0, False: 8.08k]
  |  Branch (46:21): [True: 53, False: 8.03k]
  |  Branch (46:35): [True: 0, False: 53]
  ------------------
   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|  8.08k|	if (tag == 0x00 || tag == 0xff)
  ------------------
  |  Branch (50:6): [True: 2.47k, False: 5.60k]
  |  Branch (50:21): [True: 307, False: 5.29k]
  ------------------
   51|  2.78k|		return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|  2.78k|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
   52|  5.29k|	if (datalen > 0xffff) {
  ------------------
  |  Branch (52:6): [True: 0, False: 5.29k]
  ------------------
   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|  5.29k|	*p++ = tag; /* tag is single byte */
   58|  5.29k|	if (datalen < 0xff) {
  ------------------
  |  Branch (58:6): [True: 5.14k, False: 152]
  ------------------
   59|       |		/* short value up to 255 */
   60|  5.14k|		*p++ = (u8)datalen; /* is in the second byte */
   61|  5.14k|	} else {
   62|       |		/* longer values up to 65535 */
   63|    152|		*p++ = (u8)0xff; /* first byte is 0xff */
   64|    152|		*p++ = (u8)datalen & 0xff;
   65|    152|		*p++ = (u8)(datalen >> 8) & 0xff; /* LE */
   66|    152|	}
   67|  5.29k|	if (ptr != NULL)
  ------------------
  |  Branch (67:6): [True: 5.29k, False: 0]
  ------------------
   68|  5.29k|		*ptr = p;
   69|  5.29k|	return SC_SUCCESS;
  ------------------
  |  |   28|  5.29k|#define SC_SUCCESS				0
  ------------------
   70|  5.29k|}
sc_simpletlv_read_tag:
   77|  61.8k|{
   78|  61.8k|	u8 tag;
   79|  61.8k|	size_t left = buflen, len;
   80|  61.8k|	const u8 *p = *buf;
   81|       |
   82|  61.8k|	*buf = NULL;
   83|       |
   84|  61.8k|	if (left < 2) {
  ------------------
  |  Branch (84:6): [True: 643, False: 61.2k]
  ------------------
   85|    643|		return SC_ERROR_INVALID_TLV_OBJECT;
  ------------------
  |  |   98|    643|#define SC_ERROR_INVALID_TLV_OBJECT		-1417
  ------------------
   86|    643|	}
   87|  61.2k|	tag = *p;
   88|  61.2k|	p++;
   89|  61.2k|	len = *p;
   90|  61.2k|	p++;
   91|  61.2k|	left -= 2;
   92|       |
   93|  61.2k|	if (len == 0xff) {
  ------------------
  |  Branch (93:6): [True: 1.88k, False: 59.3k]
  ------------------
   94|       |		/* don't crash on bad data */
   95|  1.88k|		if (left < 2) {
  ------------------
  |  Branch (95:7): [True: 435, False: 1.45k]
  ------------------
   96|    435|			return SC_ERROR_INVALID_TLV_OBJECT;
  ------------------
  |  |   98|    435|#define SC_ERROR_INVALID_TLV_OBJECT		-1417
  ------------------
   97|    435|		}
   98|       |		/* skip two bytes (the size) */
   99|  1.45k|		len = lebytes2ushort(p);
  100|  1.45k|		p += 2;
  101|  1.45k|		left -= 2;
  102|  1.45k|	}
  103|       |
  104|  60.8k|	*tag_out = tag;
  105|  60.8k|	*taglen = len;
  106|  60.8k|	*buf = p;
  107|       |
  108|  60.8k|	if (len > left)
  ------------------
  |  Branch (108:6): [True: 4.46k, False: 56.3k]
  ------------------
  109|  4.46k|		return SC_ERROR_TLV_END_OF_CONTENTS;
  ------------------
  |  |   99|  4.46k|#define SC_ERROR_TLV_END_OF_CONTENTS	-1418
  ------------------
  110|       |
  111|  56.3k|	return SC_SUCCESS;
  ------------------
  |  |   28|  56.3k|#define SC_SUCCESS				0
  ------------------
  112|  60.8k|}

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

sc_pkcs11_print_attrs:
  180|  2.43k|{
  181|  2.43k|	if (ulCount == 0) {
  ------------------
  |  Branch (181:6): [True: 0, False: 2.43k]
  ------------------
  182|      0|		sc_do_log(context, level,
  183|      0|			file, line, function,
  184|      0|			"%s: empty template\n",
  185|      0|			info);
  186|      0|		return;
  187|      0|	}
  188|       |
  189|  8.22k|	while (ulCount--)
  ------------------
  |  Branch (189:9): [True: 5.78k, False: 2.43k]
  ------------------
  190|  5.78k|		sc_pkcs11_print_attr(level, file, line, function,
  191|  5.78k|				info, pTemplate++);
  192|       |
  193|  2.43k|}
debug.c:sc_pkcs11_print_attr:
  198|  5.78k|{
  199|  5.78k|	struct fmap	*fm;
  200|  5.78k|	const char *	value;
  201|       |
  202|  5.78k|	fm = sc_pkcs11_map_ulong(level, p11_attr_names, attr->type);
  203|       |
  204|  5.78k|	if (attr->pValue == NULL) {
  ------------------
  |  Branch (204:6): [True: 0, False: 5.78k]
  ------------------
  205|      0|		value = "<size inquiry>";
  206|  5.78k|	} else {
  207|  5.78k|		value = sc_pkcs11_print_value(level, fm,
  208|  5.78k|			attr->pValue, attr->ulValueLen);
  209|  5.78k|	}
  210|       |
  211|  5.78k|	if (fm == NULL) {
  ------------------
  |  Branch (211:6): [True: 7, False: 5.77k]
  ------------------
  212|      7|		sc_do_log(context, level,
  213|      7|			  file, line, function,
  214|      7|			  "%s: Attribute 0x%lx = %s\n",
  215|      7|			  info, attr->type, value);
  216|  5.77k|	} else {
  217|  5.77k|		sc_do_log(context, level,
  218|  5.77k|			  file, line, function,
  219|  5.77k|			  "%s: %s = %s\n",
  220|  5.77k|			  info, fm->name, value);
  221|  5.77k|	}
  222|  5.78k|}
debug.c:sc_pkcs11_map_ulong:
  292|  8.39k|{
  293|  66.1k|	for (; fm && fm->name; fm++) {
  ------------------
  |  Branch (293:9): [True: 66.1k, False: 0]
  |  Branch (293:15): [True: 66.0k, False: 117]
  ------------------
  294|  66.0k|		if (fm->value == value)
  ------------------
  |  Branch (294:7): [True: 8.27k, False: 57.7k]
  ------------------
  295|  8.27k|			return fm;
  296|  66.0k|	}
  297|    117|	return NULL;
  298|  8.39k|}
debug.c:sc_pkcs11_print_ulong:
  249|  2.74k|{
  250|  2.74k|	static char	buffer[64];
  251|  2.74k|	CK_ULONG	value;
  252|       |
  253|  2.74k|	if (count == sizeof(CK_ULONG)) {
  ------------------
  |  Branch (253:6): [True: 2.61k, False: 139]
  ------------------
  254|  2.61k|		memcpy(&value, ptr, count);
  255|  2.61k|		if ((fm = sc_pkcs11_map_ulong(level, fm->map, value)) != NULL)
  ------------------
  |  Branch (255:7): [True: 2.50k, False: 110]
  ------------------
  256|  2.50k|			return fm->name;
  257|    110|		sprintf(buffer, "0x%lx", (unsigned long) value);
  258|    110|		return buffer;
  259|  2.61k|	}
  260|       |
  261|    139|	return sc_pkcs11_print_value(level, NULL, ptr, count);
  262|  2.74k|}
debug.c:sc_pkcs11_print_bool:
  266|  2.38k|{
  267|  2.38k|	CK_BBOOL	value;
  268|       |
  269|  2.38k|	if (count == sizeof(CK_BBOOL)) {
  ------------------
  |  Branch (269:6): [True: 2.38k, False: 0]
  ------------------
  270|  2.38k|		memcpy(&value, ptr, count);
  271|  2.38k|		if (value)
  ------------------
  |  Branch (271:7): [True: 1.65k, False: 732]
  ------------------
  272|  1.65k|			return "TRUE";
  273|    732|		return "FALSE";
  274|  2.38k|	}
  275|       |
  276|      0|	return sc_pkcs11_print_value(level, NULL, ptr, count);
  277|  2.38k|}
debug.c:sc_pkcs11_print_string:
  281|     18|{
  282|     18|	static char	buffer[128];
  283|       |
  284|     18|	if (count >= sizeof(buffer))
  ------------------
  |  Branch (284:6): [True: 0, False: 18]
  ------------------
  285|      0|		count = sizeof(buffer)-1;
  286|     18|	memcpy(buffer, ptr, count);
  287|     18|	buffer[count] = 0;
  288|     18|	return buffer;
  289|     18|}
debug.c:sc_pkcs11_print_value:
  226|  5.92k|{
  227|  5.92k|	static char buffer[4 * DUMP_TEMPLATE_MAX + 1] = "";
  228|       |
  229|  5.92k|	if (count == (CK_ULONG)-1)
  ------------------
  |  Branch (229:6): [True: 0, False: 5.92k]
  ------------------
  230|      0|		return "<error>";
  231|       |
  232|  5.92k|	if (!fm || !fm->print) {
  ------------------
  |  Branch (232:6): [True: 146, False: 5.77k]
  |  Branch (232:13): [True: 626, False: 5.15k]
  ------------------
  233|    772|		unsigned char *value = (unsigned char*) ptr;
  234|    772|		char	*p;
  235|       |
  236|    772|		if (count > DUMP_TEMPLATE_MAX)
  ------------------
  |  |   28|    772|#define DUMP_TEMPLATE_MAX	32
  ------------------
  |  Branch (236:7): [True: 40, False: 732]
  ------------------
  237|     40|			count = DUMP_TEMPLATE_MAX;
  ------------------
  |  |   28|     40|#define DUMP_TEMPLATE_MAX	32
  ------------------
  238|       |
  239|  3.66k|		for (p = buffer; count--; value++)
  ------------------
  |  Branch (239:20): [True: 2.89k, False: 772]
  ------------------
  240|  2.89k|			p += sprintf(p, "%02X", *value);
  241|    772|		return buffer;
  242|    772|	}
  243|       |
  244|  5.15k|	return fm->print(level, fm, ptr, count);
  245|  5.92k|}

C_GetTokenInfo:
  498|  1.57k|{
  499|  1.57k|	struct sc_pkcs11_slot *slot;
  500|  1.57k|	struct pkcs15_fw_data *fw_data = NULL;
  501|  1.57k|	struct sc_pkcs15_object *auth;
  502|  1.57k|	const char *name;
  503|  1.57k|	CK_RV rv;
  504|       |
  505|  1.57k|	if (pInfo == NULL_PTR)
  ------------------
  |  |   27|  1.57k|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (505:6): [True: 0, False: 1.57k]
  ------------------
  506|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  507|       |
  508|  1.57k|	rv = sc_pkcs11_lock();
  509|  1.57k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.57k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (509:6): [True: 0, False: 1.57k]
  ------------------
  510|      0|		return rv;
  511|  1.57k|	sc_log(context, "C_GetTokenInfo(%lx)", slotID);
  ------------------
  |  |   71|  1.57k|#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|       |
  513|  1.57k|	rv = slot_get_token(slotID, &slot);
  514|  1.57k|	if (rv != CKR_OK)   {
  ------------------
  |  | 1086|  1.57k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (514:6): [True: 0, False: 1.57k]
  ------------------
  515|      0|		sc_log(context, "C_GetTokenInfo() get token: rv 0x%lX", 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__
  |  |  ------------------
  ------------------
  516|      0|		goto out;
  517|      0|	}
  518|       |
  519|  1.57k|	if (slot->p11card == NULL) {
  ------------------
  |  Branch (519:6): [True: 0, False: 1.57k]
  ------------------
  520|      0|		if (slot->slot_info.flags & CKF_TOKEN_PRESENT) {
  ------------------
  |  |  407|      0|#define CKF_TOKEN_PRESENT 0x00000001UL
  ------------------
  |  Branch (520:7): [True: 0, False: 0]
  ------------------
  521|      0|			rv = CKR_TOKEN_NOT_RECOGNIZED;
  ------------------
  |  | 1145|      0|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
  522|      0|		} else {
  523|      0|			rv = CKR_TOKEN_NOT_PRESENT;
  ------------------
  |  | 1144|      0|#define CKR_TOKEN_NOT_PRESENT 0x000000E0UL
  ------------------
  524|      0|		}
  525|      0|		goto out;
  526|      0|	}
  527|       |
  528|  1.57k|	fw_data = (struct pkcs15_fw_data *) slot->p11card->fws_data[slot->fw_data_idx];
  529|  1.57k|	if (!fw_data) {
  ------------------
  |  Branch (529:6): [True: 0, False: 1.57k]
  ------------------
  530|      0|		rv = sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GetTokenInfo");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  531|      0|		goto out;
  532|      0|	}
  533|       |	/* User PIN flags are cleared before re-calculation */
  534|  1.57k|	slot->token_info.flags &= ~(CKF_USER_PIN_COUNT_LOW | CKF_USER_PIN_FINAL_TRY | CKF_USER_PIN_LOCKED | CKF_USER_PIN_TO_BE_CHANGED);
  ------------------
  |  |  422|  1.57k|#define CKF_USER_PIN_COUNT_LOW 0x00010000UL
  ------------------
              	slot->token_info.flags &= ~(CKF_USER_PIN_COUNT_LOW | CKF_USER_PIN_FINAL_TRY | CKF_USER_PIN_LOCKED | CKF_USER_PIN_TO_BE_CHANGED);
  ------------------
  |  |  423|  1.57k|#define CKF_USER_PIN_FINAL_TRY 0x00020000UL
  ------------------
              	slot->token_info.flags &= ~(CKF_USER_PIN_COUNT_LOW | CKF_USER_PIN_FINAL_TRY | CKF_USER_PIN_LOCKED | CKF_USER_PIN_TO_BE_CHANGED);
  ------------------
  |  |  424|  1.57k|#define CKF_USER_PIN_LOCKED 0x00040000UL
  ------------------
              	slot->token_info.flags &= ~(CKF_USER_PIN_COUNT_LOW | CKF_USER_PIN_FINAL_TRY | CKF_USER_PIN_LOCKED | CKF_USER_PIN_TO_BE_CHANGED);
  ------------------
  |  |  425|  1.57k|#define CKF_USER_PIN_TO_BE_CHANGED 0x00080000UL
  ------------------
  535|  1.57k|	auth = slot_data_auth(slot->fw_data);
  ------------------
  |  |   51|  1.57k|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|  1.20k|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (50:23): [True: 1.20k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|  1.20k|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  ------------------
  |  |  |  Branch (51:29): [True: 1.20k, False: 378]
  |  |  ------------------
  ------------------
  536|  1.57k|	sc_log(context,
  ------------------
  |  |   71|  1.57k|#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|  1.57k|		"C_GetTokenInfo() auth. object %p, token-info flags 0x%lX", auth,
  538|  1.57k|		slot->token_info.flags);
  539|  1.57k|	if (auth) {
  ------------------
  |  Branch (539:6): [True: 955, False: 624]
  ------------------
  540|    955|		struct sc_pkcs15_card *p15card = NULL;
  541|    955|		struct sc_pkcs15_auth_info *pin_info = NULL;
  542|       |
  543|    955|		pin_info = (struct sc_pkcs15_auth_info*) auth->data;
  544|       |
  545|    955|		p15card = fw_data->p15_card;
  546|    955|		if (!p15card) {
  ------------------
  |  Branch (546:7): [True: 0, False: 955]
  ------------------
  547|      0|			rv = sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetTokenInfo");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  548|      0|			goto out;
  549|      0|		}
  550|       |
  551|    955|		sc_pkcs15_get_pin_info(p15card, auth);
  552|       |
  553|    955|		if (pin_info->tries_left >= 0) {
  ------------------
  |  Branch (553:7): [True: 257, False: 698]
  ------------------
  554|    257|			if (pin_info->tries_left == 1 || pin_info->max_tries == 1)
  ------------------
  |  Branch (554:8): [True: 6, False: 251]
  |  Branch (554:37): [True: 0, False: 251]
  ------------------
  555|      6|				slot->token_info.flags |= CKF_USER_PIN_FINAL_TRY;
  ------------------
  |  |  423|      6|#define CKF_USER_PIN_FINAL_TRY 0x00020000UL
  ------------------
  556|    251|			else if (pin_info->tries_left == 0)
  ------------------
  |  Branch (556:13): [True: 24, False: 227]
  ------------------
  557|     24|				slot->token_info.flags |= CKF_USER_PIN_LOCKED;
  ------------------
  |  |  424|     24|#define CKF_USER_PIN_LOCKED 0x00040000UL
  ------------------
  558|    227|			else if (pin_info->max_tries > 1 && pin_info->tries_left < pin_info->max_tries)
  ------------------
  |  Branch (558:13): [True: 28, False: 199]
  |  Branch (558:40): [True: 6, False: 22]
  ------------------
  559|      6|				slot->token_info.flags |= CKF_USER_PIN_COUNT_LOW;
  ------------------
  |  |  422|      6|#define CKF_USER_PIN_COUNT_LOW 0x00010000UL
  ------------------
  560|    257|		}
  561|    955|		if (pin_info->logged_in & SC_PIN_STATE_NEEDS_CHANGE) {
  ------------------
  |  |  433|    955|#define SC_PIN_STATE_NEEDS_CHANGE 4
  ------------------
  |  Branch (561:7): [True: 0, False: 955]
  ------------------
  562|      0|			slot->token_info.flags |= CKF_USER_PIN_TO_BE_CHANGED;
  ------------------
  |  |  425|      0|#define CKF_USER_PIN_TO_BE_CHANGED 0x00080000UL
  ------------------
  563|      0|		}
  564|    955|	}
  565|  1.57k|	memcpy(pInfo, &slot->token_info, sizeof(CK_TOKEN_INFO));
  566|       |
  567|  1.57k|out:
  568|  1.57k|	name = lookup_enum(RV_T, rv);
  569|  1.57k|	if (name)
  ------------------
  |  Branch (569:6): [True: 1.57k, False: 0]
  ------------------
  570|  1.57k|		sc_log(context, "C_GetTokenInfo(%lx) returns %s", slotID, name);
  ------------------
  |  |   71|  1.57k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  571|      0|	else
  572|      0|		sc_log(context, "C_GetTokenInfo(%lx) returns 0x%08lX", slotID, 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__
  |  |  ------------------
  ------------------
  573|  1.57k|	sc_pkcs11_unlock();
  574|       |
  575|  1.57k|	return rv;
  576|  1.57k|}
_is_slot_auth_object:
 1313|  11.6k|{
 1314|       |
 1315|       |	/* Ignore all but PIN authentication objects */
 1316|  11.6k|	if (pin_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|  11.6k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (1316:6): [True: 0, False: 11.6k]
  ------------------
 1317|      0|		return 0;
 1318|       |
 1319|       |	/* Ignore any non-authentication PINs */
 1320|  11.6k|	if ((pin_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_SO_PIN) != 0)
  ------------------
  |  |   61|  11.6k|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  ------------------
  |  Branch (1320:6): [True: 2.30k, False: 9.34k]
  ------------------
 1321|  2.30k|		return 0;
 1322|       |
 1323|       |	/* Ignore unblocking pins */
 1324|  9.34k|	if (!sc_pkcs11_conf.create_puk_slot)
  ------------------
  |  Branch (1324:6): [True: 9.34k, False: 0]
  ------------------
 1325|  9.34k|		if (pin_info->attrs.pin.flags & SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN)
  ------------------
  |  |   60|  9.34k|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  ------------------
  |  Branch (1325:7): [True: 1.13k, False: 8.20k]
  ------------------
 1326|  1.13k|			return 0;
 1327|       |
 1328|  8.20k|	return 1;
 1329|  9.34k|}
_get_auth_object_by_name:
 1393|  5.79k|{
 1394|  5.79k|	struct sc_pkcs15_object *out = NULL;
 1395|  5.79k|	int rv = SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|  5.79k|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
 1396|       |
 1397|       |	/* please keep me in sync with md_get_pin_by_role() in minidriver */
 1398|       |
 1399|       |	/* If 'label' is set, then search for PIN with that label */
 1400|  5.79k|	if (label) {
  ------------------
  |  Branch (1400:6): [True: 0, False: 5.79k]
  ------------------
 1401|      0|		struct sc_pkcs15_id id;
 1402|      0|		strncpy((char*)id.value, label, sizeof(id.value) - 1);
 1403|      0|		id.len = strlen(label);
 1404|      0|		if (id.len > sizeof(id.value))
  ------------------
  |  Branch (1404:7): [True: 0, False: 0]
  ------------------
 1405|      0|			id.len = sizeof(id.value);
 1406|      0|		rv = sc_pkcs15_find_pin_by_auth_id(p15card, &id, &out);
 1407|      0|	}
 1408|  5.79k|	else if (!strcmp(name, "UserPIN"))   {
  ------------------
  |  Branch (1408:11): [True: 5.79k, False: 0]
  ------------------
 1409|       |		/* Try to get 'global' PIN; if no, get the 'local' one */
 1410|  5.79k|		rv = sc_pkcs15_find_pin_by_flags(p15card, SC_PKCS15_PIN_TYPE_FLAGS_PIN_GLOBAL,
  ------------------
  |  |   75|  5.79k|	( SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   58|  5.79k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  ------------------
 1411|  5.79k|				SC_PKCS15_PIN_TYPE_FLAGS_MASK, NULL, &out);
  ------------------
  |  |   68|  5.79k|	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   55|  5.79k|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   58|  5.79k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   69|  5.79k|	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   60|  5.79k|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |               	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   61|  5.79k|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  ------------------
 1412|  5.79k|		if (rv)
  ------------------
  |  Branch (1412:7): [True: 2.99k, False: 2.79k]
  ------------------
 1413|  2.99k|			rv = sc_pkcs15_find_pin_by_flags(p15card, SC_PKCS15_PIN_TYPE_FLAGS_PIN_LOCAL,
  ------------------
  |  |   78|  2.99k|	( SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_LOCAL)
  |  |  ------------------
  |  |  |  |   58|  2.99k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_INITIALIZED | SC_PKCS15_PIN_FLAG_LOCAL)
  |  |  ------------------
  |  |  |  |   55|  2.99k|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  ------------------
 1414|  2.99k|					SC_PKCS15_PIN_TYPE_FLAGS_MASK, NULL, &out);
  ------------------
  |  |   68|  2.99k|	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   55|  2.99k|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   58|  2.99k|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   69|  2.99k|	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   60|  2.99k|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |               	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   61|  2.99k|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  ------------------
 1415|  5.79k|	}
 1416|      0|	else if (!strcmp(name, "SignPIN"))   {
  ------------------
  |  Branch (1416:11): [True: 0, False: 0]
  ------------------
 1417|      0|		int idx = 0;
 1418|       |
 1419|       |		/* Get the 'global' user PIN */
 1420|      0|		rv = sc_pkcs15_find_pin_by_flags(p15card, SC_PKCS15_PIN_TYPE_FLAGS_PIN_GLOBAL,
  ------------------
  |  |   75|      0|	( SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  ------------------
 1421|      0|				SC_PKCS15_PIN_TYPE_FLAGS_MASK, NULL, &out);
  ------------------
  |  |   68|      0|	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   69|      0|	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |               	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  ------------------
 1422|      0|		if (!rv)   {
  ------------------
  |  Branch (1422:7): [True: 0, False: 0]
  ------------------
 1423|       |			/* Global (user) PIN exists, get the local one -- sign PIN */
 1424|      0|			rv = sc_pkcs15_find_pin_by_flags(p15card, 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
  |  |  ------------------
  ------------------
 1425|      0|					SC_PKCS15_PIN_TYPE_FLAGS_MASK, NULL, &out);
  ------------------
  |  |   68|      0|	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   69|      0|	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |               	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  ------------------
 1426|      0|		}
 1427|      0|		else   {
 1428|       |			/* No global PIN, try to get first local one -- user PIN */
 1429|      0|			rv = sc_pkcs15_find_pin_by_flags(p15card, 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
  |  |  ------------------
  ------------------
 1430|      0|					SC_PKCS15_PIN_TYPE_FLAGS_MASK, &idx, &out);
  ------------------
  |  |   68|      0|	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   69|      0|	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |               	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  ------------------
 1431|      0|			if (!rv)   {
  ------------------
  |  Branch (1431:8): [True: 0, False: 0]
  ------------------
 1432|       |				/* User PIN is local, try to get the second local -- sign PIN */
 1433|      0|				idx++;
 1434|      0|				rv = sc_pkcs15_find_pin_by_flags(p15card, 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
  |  |  ------------------
  ------------------
 1435|      0|						SC_PKCS15_PIN_TYPE_FLAGS_MASK, &idx, &out);
  ------------------
  |  |   68|      0|	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   69|      0|	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |               	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  ------------------
 1436|      0|			}
 1437|      0|		}
 1438|      0|	}
 1439|      0|	else if (!strcmp(name, "UserPUK"))   {
  ------------------
  |  Branch (1439:11): [True: 0, False: 0]
  ------------------
 1440|       |		/* Get the 'global' PUK; if no, get the 'local' one */
 1441|      0|		rv = sc_pkcs15_find_pin_by_flags(p15card, 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
  |  |  ------------------
  ------------------
 1442|      0|				SC_PKCS15_PIN_TYPE_FLAGS_MASK, NULL, &out);
  ------------------
  |  |   68|      0|	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   69|      0|	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |               	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  ------------------
 1443|      0|		if (rv)
  ------------------
  |  Branch (1443:7): [True: 0, False: 0]
  ------------------
 1444|      0|			rv = sc_pkcs15_find_pin_by_flags(p15card, SC_PKCS15_PIN_TYPE_FLAGS_PUK_LOCAL,
  ------------------
  |  |   85|      0|	( SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN				\
  |  |  ------------------
  |  |  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |   86|      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
  |  |  ------------------
  ------------------
 1445|      0|					SC_PKCS15_PIN_TYPE_FLAGS_MASK, NULL, &out);
  ------------------
  |  |   68|      0|	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   55|      0|#define SC_PKCS15_PIN_FLAG_LOCAL			0x0002
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_LOCAL | SC_PKCS15_PIN_FLAG_INITIALIZED 	\
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  |  |   69|      0|	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   60|      0|#define SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN		0x0040
  |  |  ------------------
  |  |               	| SC_PKCS15_PIN_FLAG_UNBLOCKING_PIN | SC_PKCS15_PIN_FLAG_SO_PIN )
  |  |  ------------------
  |  |  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  ------------------
 1446|      0|	}
 1447|      0|	else if (!strcmp(name, "SignPUK"))   {
  ------------------
  |  Branch (1447:11): [True: 0, False: 0]
  ------------------
 1448|       |		/* TODO: Sign PUK to be defined */
 1449|      0|	}
 1450|      0|	else if (!strcmp(name, "SoPIN"))   {
  ------------------
  |  Branch (1450:11): [True: 0, False: 0]
  ------------------
 1451|      0|		rv = sc_pkcs15_find_pin_by_flags(p15card, SC_PKCS15_PIN_TYPE_FLAGS_SOPIN,
  ------------------
  |  |   72|      0|	( SC_PKCS15_PIN_FLAG_SO_PIN | SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_SO_PIN | SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  ------------------
 1452|      0|				SC_PKCS15_PIN_TYPE_FLAGS_SOPIN, NULL, &out);
  ------------------
  |  |   72|      0|	( SC_PKCS15_PIN_FLAG_SO_PIN | SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   61|      0|#define SC_PKCS15_PIN_FLAG_SO_PIN			0x0080
  |  |  ------------------
  |  |               	( SC_PKCS15_PIN_FLAG_SO_PIN | SC_PKCS15_PIN_FLAG_INITIALIZED )
  |  |  ------------------
  |  |  |  |   58|      0|#define SC_PKCS15_PIN_FLAG_INITIALIZED			0x0010
  |  |  ------------------
  ------------------
 1453|      0|	}
 1454|       |
 1455|  5.79k|	return rv ? NULL : out;
  ------------------
  |  Branch (1455:9): [True: 1.78k, False: 4.00k]
  ------------------
 1456|  5.79k|}
framework-pkcs15.c:pkcs15_bind:
  281|  15.6k|{
  282|  15.6k|	struct pkcs15_fw_data *fw_data = NULL;
  283|  15.6k|	struct sc_aid *aid = app_info ? &app_info->aid : NULL;
  ------------------
  |  Branch (283:23): [True: 3.98k, False: 11.6k]
  ------------------
  284|  15.6k|	int rc, idx;
  285|  15.6k|	CK_RV ck_rv;
  286|       |
  287|  15.6k|	sc_log(context, "Bind PKCS#15 '%s' application", app_info ? app_info->label : "<anonymous>");
  ------------------
  |  |   71|  31.2k|#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.98k, False: 11.6k]
  |  |  ------------------
  ------------------
  288|  15.6k|	if (!p11card)
  ------------------
  |  Branch (288:6): [True: 0, False: 15.6k]
  ------------------
  289|      0|		return CKR_TOKEN_NOT_RECOGNIZED;
  ------------------
  |  | 1145|      0|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
  290|  20.1k|	for (idx=0; idx<SC_PKCS11_FRAMEWORK_DATA_MAX_NUM; idx++)
  ------------------
  |  |  194|  20.1k|#define SC_PKCS11_FRAMEWORK_DATA_MAX_NUM	4
  ------------------
  |  Branch (290:14): [True: 20.0k, False: 139]
  ------------------
  291|  20.0k|		if (!p11card->fws_data[idx])
  ------------------
  |  Branch (291:7): [True: 15.5k, False: 4.52k]
  ------------------
  292|  15.5k|			break;
  293|  15.6k|	if (idx == SC_PKCS11_FRAMEWORK_DATA_MAX_NUM)
  ------------------
  |  |  194|  15.6k|#define SC_PKCS11_FRAMEWORK_DATA_MAX_NUM	4
  ------------------
  |  Branch (293:6): [True: 139, False: 15.5k]
  ------------------
  294|    139|		return CKR_USER_TOO_MANY_TYPES;
  ------------------
  |  | 1155|    139|#define CKR_USER_TOO_MANY_TYPES 0x00000105UL
  ------------------
  295|       |
  296|  15.5k|	if (!(fw_data = calloc(1, sizeof(*fw_data))))
  ------------------
  |  Branch (296:6): [True: 0, False: 15.5k]
  ------------------
  297|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  298|  15.5k|	p11card->fws_data[idx] = fw_data;
  299|       |
  300|  15.5k|	rc = sc_pkcs15_bind(p11card->card, aid, &fw_data->p15_card);
  301|  15.5k|	if (rc != SC_SUCCESS) {
  ------------------
  |  |   28|  15.5k|#define SC_SUCCESS				0
  ------------------
  |  Branch (301:6): [True: 9.66k, False: 5.83k]
  ------------------
  302|  9.66k|		sc_log(context, "sc_pkcs15_bind failed: %d", rc);
  ------------------
  |  |   71|  9.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__
  |  |  ------------------
  ------------------
  303|  9.66k|		return sc_to_cryptoki_error(rc, NULL);
  304|  9.66k|	}
  305|       |
  306|       |	/* Mechanisms are registered globally per card. Checking
  307|       |	 * p11card->nmechanisms avoids registering the same mechanisms twice for a
  308|       |	 * card with multiple slots. */
  309|  5.83k|	if (!p11card->nmechanisms) {
  ------------------
  |  Branch (309:6): [True: 5.46k, False: 369]
  ------------------
  310|  5.46k|		ck_rv = register_mechanisms(p11card);
  311|  5.46k|		if (ck_rv != CKR_OK) {
  ------------------
  |  | 1086|  5.46k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (311:7): [True: 0, False: 5.46k]
  ------------------
  312|      0|			sc_log(context, "cannot register mechanisms; CKR 0x%lX",
  ------------------
  |  |   71|      0|#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|			       ck_rv);
  314|      0|			return ck_rv;
  315|      0|		}
  316|  5.46k|	}
  317|       |
  318|  5.83k|	return CKR_OK;
  ------------------
  |  | 1086|  5.83k|#define CKR_OK 0x00000000UL
  ------------------
  319|  5.83k|}
framework-pkcs15.c:register_mechanisms:
 6499|  5.46k|{
 6500|  5.46k|	sc_card_t *card = p11card->card;
 6501|  5.46k|	sc_algorithm_info_t *alg_info;
 6502|  5.46k|	CK_MECHANISM_INFO mech_info;
 6503|  5.46k|	CK_ULONG ec_min_key_size, ec_max_key_size,
 6504|  5.46k|		aes_min_key_size, aes_max_key_size;
 6505|  5.46k|	unsigned long ec_ext_flags;
 6506|  5.46k|	sc_pkcs11_mechanism_type_t *mt = NULL, *registered_mt = NULL;
 6507|  5.46k|	unsigned int num;
 6508|  5.46k|	int rsa_flags = 0, ec_flags = 0, eddsa_flags = 0, xeddsa_flags = 0;
 6509|  5.46k|	int ec_found = 0, gostr_flags = 0, aes_flags = 0;
 6510|  5.46k|	CK_RV rc;
 6511|       |
 6512|       |	/* Register generic mechanisms */
 6513|  5.46k|	sc_pkcs11_register_generic_mechanisms(p11card);
 6514|       |
 6515|  5.46k|	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DECRYPT;
  ------------------
  |  |  352|  5.46k|#define CKF_HW 0x00000001UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DECRYPT;
  ------------------
  |  |  363|  5.46k|#define CKF_SIGN 0x00000800UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DECRYPT;
  ------------------
  |  |  361|  5.46k|#define CKF_DECRYPT 0x00000200UL
  ------------------
 6516|  5.46k|#ifdef ENABLE_OPENSSL
 6517|       |	/* That practise definitely conflicts with CKF_HW -- andre 2010-11-28 */
 6518|  5.46k|	mech_info.flags |= CKF_VERIFY;
  ------------------
  |  |  365|  5.46k|#define CKF_VERIFY 0x00002000UL
  ------------------
 6519|  5.46k|#endif
 6520|  5.46k|	if ((card->caps & SC_CARD_CAP_UNWRAP_KEY) == SC_CARD_CAP_UNWRAP_KEY)
  ------------------
  |  |  574|  5.46k|#define SC_CARD_CAP_UNWRAP_KEY			0x00001000
  ------------------
              	if ((card->caps & SC_CARD_CAP_UNWRAP_KEY) == SC_CARD_CAP_UNWRAP_KEY)
  ------------------
  |  |  574|  5.46k|#define SC_CARD_CAP_UNWRAP_KEY			0x00001000
  ------------------
  |  Branch (6520:6): [True: 19, False: 5.45k]
  ------------------
 6521|     19|		mech_info.flags |= CKF_UNWRAP;
  ------------------
  |  |  370|     19|#define CKF_UNWRAP 0x00040000UL
  ------------------
 6522|  5.46k|	if ((card->caps & SC_CARD_CAP_WRAP_KEY) == SC_CARD_CAP_WRAP_KEY)
  ------------------
  |  |  572|  5.46k|#define SC_CARD_CAP_WRAP_KEY			0x00000800
  ------------------
              	if ((card->caps & SC_CARD_CAP_WRAP_KEY) == SC_CARD_CAP_WRAP_KEY)
  ------------------
  |  |  572|  5.46k|#define SC_CARD_CAP_WRAP_KEY			0x00000800
  ------------------
  |  Branch (6522:6): [True: 19, False: 5.45k]
  ------------------
 6523|     19|		mech_info.flags |= CKF_WRAP;
  ------------------
  |  |  369|     19|#define CKF_WRAP 0x00020000UL
  ------------------
 6524|       |
 6525|  5.46k|	mech_info.ulMinKeySize = ~0;
 6526|  5.46k|	mech_info.ulMaxKeySize = 0;
 6527|  5.46k|	ec_min_key_size = ~0;
 6528|  5.46k|	ec_max_key_size = 0;
 6529|  5.46k|	aes_min_key_size = ~0;
 6530|  5.46k|	aes_max_key_size = 0;
 6531|       |
 6532|  5.46k|	ec_ext_flags = 0;
 6533|       |
 6534|       |	/* For now, we just OR all the algorithm specific
 6535|       |	 * flags, based on the assumption that cards don't
 6536|       |	 * support different modes for different key *sizes*. */
 6537|  5.46k|	num = card->algorithm_count;
 6538|  5.46k|	alg_info = card->algorithms;
 6539|  27.5k|	while (num--) {
  ------------------
  |  Branch (6539:9): [True: 22.0k, False: 5.46k]
  ------------------
 6540|  22.0k|		switch (alg_info->algorithm) {
  ------------------
  |  Branch (6540:11): [True: 22.0k, False: 9]
  ------------------
 6541|  16.2k|			case SC_ALGORITHM_RSA:
  ------------------
  |  |   69|  16.2k|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (6541:4): [True: 16.2k, False: 5.79k]
  ------------------
 6542|  16.2k|				if (alg_info->key_length < mech_info.ulMinKeySize)
  ------------------
  |  Branch (6542:9): [True: 5.22k, False: 11.0k]
  ------------------
 6543|  5.22k|					mech_info.ulMinKeySize = alg_info->key_length;
 6544|  16.2k|				if (alg_info->key_length > mech_info.ulMaxKeySize)
  ------------------
  |  Branch (6544:9): [True: 15.8k, False: 410]
  ------------------
 6545|  15.8k|					mech_info.ulMaxKeySize = alg_info->key_length;
 6546|  16.2k|				rsa_flags |= alg_info->flags;
 6547|  16.2k|				break;
 6548|  5.56k|			case SC_ALGORITHM_EC:
  ------------------
  |  |   70|  5.56k|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (6548:4): [True: 5.56k, False: 16.4k]
  ------------------
 6549|  5.56k|				if (alg_info->key_length < ec_min_key_size)
  ------------------
  |  Branch (6549:9): [True: 2.08k, False: 3.47k]
  ------------------
 6550|  2.08k|					ec_min_key_size = alg_info->key_length;
 6551|  5.56k|				if (alg_info->key_length > ec_max_key_size)
  ------------------
  |  Branch (6551:9): [True: 5.44k, False: 118]
  ------------------
 6552|  5.44k|					ec_max_key_size = alg_info->key_length;
 6553|  5.56k|				ec_flags |= alg_info->flags;
 6554|  5.56k|				ec_ext_flags |= alg_info->u._ec.ext_flags;
 6555|  5.56k|				ec_found = 1;
 6556|  5.56k|				break;
 6557|    108|			case SC_ALGORITHM_EDDSA:
  ------------------
  |  |   72|    108|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (6557:4): [True: 108, False: 21.9k]
  ------------------
 6558|    108|				eddsa_flags |= alg_info->flags;
 6559|    108|				break;
 6560|    108|			case SC_ALGORITHM_XEDDSA:
  ------------------
  |  |   73|    108|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (6560:4): [True: 108, False: 21.9k]
  ------------------
 6561|    108|				xeddsa_flags |= alg_info->flags;
 6562|    108|				break;
 6563|      7|			case SC_ALGORITHM_GOSTR3410:
  ------------------
  |  |   71|      7|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (6563:4): [True: 7, False: 22.0k]
  ------------------
 6564|      7|				gostr_flags |= alg_info->flags;
 6565|      7|				break;
 6566|      4|			case SC_ALGORITHM_AES:
  ------------------
  |  |   79|      4|#define SC_ALGORITHM_AES		67
  ------------------
  |  Branch (6566:4): [True: 4, False: 22.0k]
  ------------------
 6567|      4|				aes_flags |= alg_info->flags;
 6568|      4|				if (alg_info->key_length < aes_min_key_size)
  ------------------
  |  Branch (6568:9): [True: 3, False: 1]
  ------------------
 6569|      3|					aes_min_key_size = alg_info->key_length;
 6570|      4|				if (alg_info->key_length > aes_max_key_size)
  ------------------
  |  Branch (6570:9): [True: 4, False: 0]
  ------------------
 6571|      4|					aes_max_key_size = alg_info->key_length;
 6572|      4|				break;
 6573|  22.0k|		}
 6574|  22.0k|		alg_info++;
 6575|  22.0k|	}
 6576|       |
 6577|       |	/*
 6578|       |	 * TODO this looked like a bug:
 6579|       |	 * if (ec_flags & SC_ALGORITHM_ECDSA_RAW)
 6580|       |	 * Card driver driver should not have to specify SC_ALGORITHM_ECDSA_RAW
 6581|       |	 */
 6582|  5.46k|	if (ec_found) {
  ------------------
  |  Branch (6582:6): [True: 2.08k, False: 3.38k]
  ------------------
 6583|  2.08k|		rc = register_ec_mechanisms(p11card, ec_flags, ec_ext_flags, ec_min_key_size, ec_max_key_size);
 6584|  2.08k|		if (rc != CKR_OK)
  ------------------
  |  | 1086|  2.08k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6584:7): [True: 0, False: 2.08k]
  ------------------
 6585|      0|			return rc;
 6586|  2.08k|	}
 6587|       |
 6588|  5.46k|	if (eddsa_flags & SC_ALGORITHM_EDDSA_RAW) {
  ------------------
  |  |  188|  5.46k|#define SC_ALGORITHM_EDDSA_RAW		0x00400000
  ------------------
  |  Branch (6588:6): [True: 106, False: 5.36k]
  ------------------
 6589|    106|		rc = register_eddsa_mechanisms(p11card, eddsa_flags, 255, 255);
 6590|    106|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    106|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6590:7): [True: 0, False: 106]
  ------------------
 6591|      0|			return rc;
 6592|    106|	}
 6593|       |
 6594|  5.46k|	if (xeddsa_flags & (SC_ALGORITHM_XEDDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW)) {
  ------------------
  |  |  189|  5.46k|#define SC_ALGORITHM_XEDDSA_RAW		0x00800000
  ------------------
              	if (xeddsa_flags & (SC_ALGORITHM_XEDDSA_RAW | SC_ALGORITHM_ECDH_CDH_RAW)) {
  ------------------
  |  |  173|  5.46k|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  |  Branch (6594:6): [True: 106, False: 5.36k]
  ------------------
 6595|    106|		rc = register_xeddsa_mechanisms(p11card, xeddsa_flags, 255, 255);
 6596|    106|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    106|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6596:7): [True: 0, False: 106]
  ------------------
 6597|      0|			return rc;
 6598|    106|	}
 6599|       |
 6600|  5.46k|	if (gostr_flags & (SC_ALGORITHM_GOSTR3410_RAW
  ------------------
  |  |  156|  5.46k|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  ------------------
  |  Branch (6600:6): [True: 7, False: 5.46k]
  ------------------
 6601|  5.46k|				| SC_ALGORITHM_GOSTR3410_HASH_NONE
  ------------------
  |  |  157|  5.46k|#define SC_ALGORITHM_GOSTR3410_HASH_NONE	SC_ALGORITHM_GOSTR3410_RAW /*XXX*/
  |  |  ------------------
  |  |  |  |  156|  5.46k|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  |  |  ------------------
  ------------------
 6602|  5.46k|				| SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411)) {
  ------------------
  |  |  158|  5.46k|#define SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411	0x00080000
  ------------------
 6603|      7|		if (gostr_flags & SC_ALGORITHM_GOSTR3410_RAW)
  ------------------
  |  |  156|      7|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  ------------------
  |  Branch (6603:7): [True: 7, False: 0]
  ------------------
 6604|      7|			gostr_flags |= SC_ALGORITHM_GOSTR3410_HASH_NONE;
  ------------------
  |  |  157|      7|#define SC_ALGORITHM_GOSTR3410_HASH_NONE	SC_ALGORITHM_GOSTR3410_RAW /*XXX*/
  |  |  ------------------
  |  |  |  |  156|      7|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  |  |  ------------------
  ------------------
 6605|      7|		rc = register_gost_mechanisms(p11card, gostr_flags);
 6606|      7|		if (rc != CKR_OK)
  ------------------
  |  | 1086|      7|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6606:7): [True: 0, False: 7]
  ------------------
 6607|      0|			return rc;
 6608|      7|	}
 6609|       |
 6610|       |	/* Check if we support raw RSA */
 6611|  5.46k|	if (rsa_flags & SC_ALGORITHM_RSA_RAW) {
  ------------------
  |  |  102|  5.46k|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
  |  Branch (6611:6): [True: 3.77k, False: 1.69k]
  ------------------
 6612|  3.77k|		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_X_509, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  541|  3.77k|#define CKM_RSA_X_509 0x00000003UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_X_509, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  464|  3.77k|#define CKK_RSA 0x00000000UL
  ------------------
 6613|  3.77k|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6614|  3.77k|		sc_pkcs11_free_mechanism(&mt);
 6615|  3.77k|		if (rc != CKR_OK)
  ------------------
  |  | 1086|  3.77k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6615:7): [True: 0, False: 3.77k]
  ------------------
 6616|      0|			return rc;
 6617|       |
 6618|       |		/* We support PKCS1 padding in software */
 6619|       |		/* either the card supports it or OpenSC does */
 6620|  3.77k|		rsa_flags |= SC_ALGORITHM_RSA_PAD_PKCS1;
  ------------------
  |  |  111|  3.77k|#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|  3.77k|#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|  3.77k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
 6621|  3.77k|#ifdef ENABLE_OPENSSL
 6622|  3.77k|		rsa_flags |= SC_ALGORITHM_RSA_PAD_PSS;
  ------------------
  |  |  107|  3.77k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
 6623|  3.77k|		rsa_flags |= SC_ALGORITHM_RSA_PAD_OAEP;
  ------------------
  |  |  108|  3.77k|#define SC_ALGORITHM_RSA_PAD_OAEP	0x00000020 /* PKCS#1 v2.0 OAEP */
  ------------------
 6624|  3.77k|#endif
 6625|  3.77k|	}
 6626|       |
 6627|  5.46k|	if (rsa_flags & SC_ALGORITHM_RSA_PAD_ISO9796) {
  ------------------
  |  |  106|  5.46k|#define SC_ALGORITHM_RSA_PAD_ISO9796	0x00000008
  ------------------
  |  Branch (6627:6): [True: 862, False: 4.60k]
  ------------------
 6628|       |		/* Supported in hardware only, if the card driver declares it. */
 6629|    862|		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_9796, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  540|    862|#define CKM_RSA_9796 0x00000002UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_9796, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  464|    862|#define CKK_RSA 0x00000000UL
  ------------------
 6630|    862|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6631|    862|		sc_pkcs11_free_mechanism(&mt);
 6632|    862|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    862|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6632:7): [True: 0, False: 862]
  ------------------
 6633|      0|			return rc;
 6634|    862|	}
 6635|       |
 6636|  5.46k|#ifdef ENABLE_OPENSSL
 6637|       |	/* all our software hashes are in OpenSSL */
 6638|       |	/* Only if card did not list the hashes, will we
 6639|       |	 * help it a little, by adding all the OpenSSL hashes
 6640|       |	 * that have PKCS#11 mechanisms.
 6641|       |	 */
 6642|  5.46k|	if (!(rsa_flags & (SC_ALGORITHM_RSA_HASHES & ~SC_ALGORITHM_RSA_HASH_NONE))) {
  ------------------
  |  |  142|  5.46k|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
              	if (!(rsa_flags & (SC_ALGORITHM_RSA_HASHES & ~SC_ALGORITHM_RSA_HASH_NONE))) {
  ------------------
  |  |  133|  5.46k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
  |  Branch (6642:6): [True: 4.17k, False: 1.29k]
  ------------------
 6643|  4.17k|		rsa_flags |= SC_ALGORITHM_RSA_HASHES;
  ------------------
  |  |  142|  4.17k|#define SC_ALGORITHM_RSA_HASHES		0x0001FF00
  ------------------
 6644|  4.17k|	}
 6645|  5.46k|#endif
 6646|       |
 6647|       |	/* No need to Check for PKCS1  We support it in software and turned it on above so always added it */
 6648|  5.46k|	if (rsa_flags & SC_ALGORITHM_RSA_PAD_PKCS1) {
  ------------------
  |  |  111|  5.46k|#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|  5.46k|#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|  5.46k|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  |  |  ------------------
  ------------------
  |  Branch (6648:6): [True: 5.21k, False: 256]
  ------------------
 6649|  5.21k|		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  539|  5.21k|#define CKM_RSA_PKCS 0x00000001UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  464|  5.21k|#define CKK_RSA 0x00000000UL
  ------------------
 6650|  5.21k|		rc = sc_pkcs11_register_mechanism(p11card, mt, &registered_mt);
 6651|  5.21k|		sc_pkcs11_free_mechanism(&mt);
 6652|  5.21k|		if (rc != CKR_OK)
  ------------------
  |  | 1086|  5.21k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6652:7): [True: 0, False: 5.21k]
  ------------------
 6653|      0|			return rc;
 6654|       |
 6655|  5.21k|#ifdef ENABLE_OPENSSL
 6656|       |		/* sc_pkcs11_register_sign_and_hash_mechanism expects software hash */
 6657|       |		/* All hashes are in OpenSSL
 6658|       |		 * Either the card set the hashes or we helped it above */
 6659|       |
 6660|  5.21k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA1) {
  ------------------
  |  |  134|  5.21k|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  |  Branch (6660:7): [True: 4.88k, False: 332]
  ------------------
 6661|  4.88k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6662|  4.88k|				CKM_SHA1_RSA_PKCS, CKM_SHA_1, registered_mt);
  ------------------
  |  |  544|  4.88k|#define CKM_SHA1_RSA_PKCS 0x00000006UL
  ------------------
              				CKM_SHA1_RSA_PKCS, CKM_SHA_1, registered_mt);
  ------------------
  |  |  667|  4.88k|#define CKM_SHA_1 0x00000220UL
  ------------------
 6663|  4.88k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.88k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6663:8): [True: 0, False: 4.88k]
  ------------------
 6664|      0|				return rc;
 6665|  4.88k|		}
 6666|  5.21k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA224) {
  ------------------
  |  |  141|  5.21k|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  ------------------
  |  Branch (6666:7): [True: 4.06k, False: 1.15k]
  ------------------
 6667|  4.06k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6668|  4.06k|				CKM_SHA224_RSA_PKCS, CKM_SHA224, registered_mt);
  ------------------
  |  |  604|  4.06k|#define CKM_SHA224_RSA_PKCS 0x00000046UL
  ------------------
              				CKM_SHA224_RSA_PKCS, CKM_SHA224, registered_mt);
  ------------------
  |  |  679|  4.06k|#define CKM_SHA224 0x00000255UL
  ------------------
 6669|  4.06k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.06k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6669:8): [True: 0, False: 4.06k]
  ------------------
 6670|      0|				return rc;
 6671|  4.06k|		}
 6672|  5.21k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA256) {
  ------------------
  |  |  138|  5.21k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  |  Branch (6672:7): [True: 5.04k, False: 166]
  ------------------
 6673|  5.04k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6674|  5.04k|				CKM_SHA256_RSA_PKCS, CKM_SHA256, registered_mt);
  ------------------
  |  |  598|  5.04k|#define CKM_SHA256_RSA_PKCS 0x00000040UL
  ------------------
              				CKM_SHA256_RSA_PKCS, CKM_SHA256, registered_mt);
  ------------------
  |  |  676|  5.04k|#define CKM_SHA256 0x00000250UL
  ------------------
 6675|  5.04k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  5.04k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6675:8): [True: 0, False: 5.04k]
  ------------------
 6676|      0|				return rc;
 6677|  5.04k|		}
 6678|  5.21k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA384) {
  ------------------
  |  |  139|  5.21k|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
  |  Branch (6678:7): [True: 4.44k, False: 767]
  ------------------
 6679|  4.44k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6680|  4.44k|				CKM_SHA384_RSA_PKCS, CKM_SHA384, registered_mt);
  ------------------
  |  |  599|  4.44k|#define CKM_SHA384_RSA_PKCS 0x00000041UL
  ------------------
              				CKM_SHA384_RSA_PKCS, CKM_SHA384, registered_mt);
  ------------------
  |  |  682|  4.44k|#define CKM_SHA384 0x00000260UL
  ------------------
 6681|  4.44k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.44k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6681:8): [True: 0, False: 4.44k]
  ------------------
 6682|      0|				return rc;
 6683|  4.44k|		}
 6684|  5.21k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA512) {
  ------------------
  |  |  140|  5.21k|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
  |  Branch (6684:7): [True: 4.44k, False: 767]
  ------------------
 6685|  4.44k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6686|  4.44k|				CKM_SHA512_RSA_PKCS, CKM_SHA512, registered_mt);
  ------------------
  |  |  600|  4.44k|#define CKM_SHA512_RSA_PKCS 0x00000042UL
  ------------------
              				CKM_SHA512_RSA_PKCS, CKM_SHA512, registered_mt);
  ------------------
  |  |  685|  4.44k|#define CKM_SHA512 0x00000270UL
  ------------------
 6687|  4.44k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.44k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6687:8): [True: 0, False: 4.44k]
  ------------------
 6688|      0|				return rc;
 6689|  4.44k|		}
 6690|  5.21k|		if (!FIPS_mode() && rsa_flags & SC_ALGORITHM_RSA_HASH_MD5) {
  ------------------
  |  |  135|  5.21k|#define SC_ALGORITHM_RSA_HASH_MD5	0x00000400
  ------------------
  |  Branch (6690:7): [True: 5.21k, False: 0]
  |  Branch (6690:23): [True: 4.38k, False: 831]
  ------------------
 6691|  4.38k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6692|  4.38k|				CKM_MD5_RSA_PKCS, CKM_MD5, registered_mt);
  ------------------
  |  |  543|  4.38k|#define CKM_MD5_RSA_PKCS 0x00000005UL
  ------------------
              				CKM_MD5_RSA_PKCS, CKM_MD5, registered_mt);
  ------------------
  |  |  664|  4.38k|#define CKM_MD5 0x00000210UL
  ------------------
 6693|  4.38k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.38k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6693:8): [True: 0, False: 4.38k]
  ------------------
 6694|      0|				return rc;
 6695|  4.38k|		}
 6696|  5.21k|		if (!FIPS_mode() && rsa_flags & SC_ALGORITHM_RSA_HASH_RIPEMD160) {
  ------------------
  |  |  137|  5.21k|#define SC_ALGORITHM_RSA_HASH_RIPEMD160	0x00001000
  ------------------
  |  Branch (6696:7): [True: 5.21k, False: 0]
  |  Branch (6696:23): [True: 4.38k, False: 831]
  ------------------
 6697|  4.38k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6698|  4.38k|				CKM_RIPEMD160_RSA_PKCS, CKM_RIPEMD160, registered_mt);
  ------------------
  |  |  546|  4.38k|#define CKM_RIPEMD160_RSA_PKCS 0x00000008UL
  ------------------
              				CKM_RIPEMD160_RSA_PKCS, CKM_RIPEMD160, registered_mt);
  ------------------
  |  |  673|  4.38k|#define CKM_RIPEMD160 0x00000240UL
  ------------------
 6699|  4.38k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.38k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6699:8): [True: 0, False: 4.38k]
  ------------------
 6700|      0|				return rc;
 6701|  4.38k|		}
 6702|  5.21k|#endif /* ENABLE_OPENSSL */
 6703|  5.21k|	}
 6704|       |
 6705|  5.46k|	if (rsa_flags & SC_ALGORITHM_RSA_PAD_PSS) {
  ------------------
  |  |  107|  5.46k|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
  |  Branch (6705:6): [True: 4.14k, False: 1.32k]
  ------------------
 6706|  4.14k|		CK_FLAGS old_flags = mech_info.flags;
 6707|  4.14k|		mech_info.flags &= ~(CKF_DECRYPT|CKF_ENCRYPT|CKF_WRAP|CKF_UNWRAP);
  ------------------
  |  |  361|  4.14k|#define CKF_DECRYPT 0x00000200UL
  ------------------
              		mech_info.flags &= ~(CKF_DECRYPT|CKF_ENCRYPT|CKF_WRAP|CKF_UNWRAP);
  ------------------
  |  |  360|  4.14k|#define CKF_ENCRYPT 0x00000100UL
  ------------------
              		mech_info.flags &= ~(CKF_DECRYPT|CKF_ENCRYPT|CKF_WRAP|CKF_UNWRAP);
  ------------------
  |  |  369|  4.14k|#define CKF_WRAP 0x00020000UL
  ------------------
              		mech_info.flags &= ~(CKF_DECRYPT|CKF_ENCRYPT|CKF_WRAP|CKF_UNWRAP);
  ------------------
  |  |  370|  4.14k|#define CKF_UNWRAP 0x00040000UL
  ------------------
 6708|  4.14k|		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS_PSS, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  551|  4.14k|#define CKM_RSA_PKCS_PSS 0x0000000DUL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS_PSS, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  464|  4.14k|#define CKK_RSA 0x00000000UL
  ------------------
 6709|  4.14k|		rc = sc_pkcs11_register_mechanism(p11card, mt, &registered_mt);
 6710|  4.14k|		sc_pkcs11_free_mechanism(&mt);
 6711|  4.14k|		if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.14k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6711:7): [True: 0, False: 4.14k]
  ------------------
 6712|      0|			return rc;
 6713|       |
 6714|  4.14k|#ifdef ENABLE_OPENSSL
 6715|       |		/* sc_pkcs11_register_sign_and_hash_mechanism expects software hash */
 6716|       |		/* All hashes are in OpenSSL
 6717|       |		 * Either the card set the hashes or we helped it above */
 6718|       |
 6719|  4.14k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA1) {
  ------------------
  |  |  134|  4.14k|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
  |  Branch (6719:7): [True: 3.87k, False: 271]
  ------------------
 6720|  3.87k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6721|  3.87k|				CKM_SHA1_RSA_PKCS_PSS, CKM_SHA_1, registered_mt);
  ------------------
  |  |  552|  3.87k|#define CKM_SHA1_RSA_PKCS_PSS 0x0000000EUL
  ------------------
              				CKM_SHA1_RSA_PKCS_PSS, CKM_SHA_1, registered_mt);
  ------------------
  |  |  667|  3.87k|#define CKM_SHA_1 0x00000220UL
  ------------------
 6722|  3.87k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  3.87k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6722:8): [True: 0, False: 3.87k]
  ------------------
 6723|      0|				return rc;
 6724|  3.87k|		}
 6725|  4.14k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA224) {
  ------------------
  |  |  141|  4.14k|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  ------------------
  |  Branch (6725:7): [True: 3.71k, False: 429]
  ------------------
 6726|  3.71k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6727|  3.71k|				CKM_SHA224_RSA_PKCS_PSS, CKM_SHA224, registered_mt);
  ------------------
  |  |  605|  3.71k|#define CKM_SHA224_RSA_PKCS_PSS 0x00000047UL
  ------------------
              				CKM_SHA224_RSA_PKCS_PSS, CKM_SHA224, registered_mt);
  ------------------
  |  |  679|  3.71k|#define CKM_SHA224 0x00000255UL
  ------------------
 6728|  3.71k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  3.71k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6728:8): [True: 0, False: 3.71k]
  ------------------
 6729|      0|				return rc;
 6730|  3.71k|		}
 6731|  4.14k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA256) {
  ------------------
  |  |  138|  4.14k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
  |  Branch (6731:7): [True: 4.10k, False: 44]
  ------------------
 6732|  4.10k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6733|  4.10k|				CKM_SHA256_RSA_PKCS_PSS, CKM_SHA256, registered_mt);
  ------------------
  |  |  601|  4.10k|#define CKM_SHA256_RSA_PKCS_PSS 0x00000043UL
  ------------------
              				CKM_SHA256_RSA_PKCS_PSS, CKM_SHA256, registered_mt);
  ------------------
  |  |  676|  4.10k|#define CKM_SHA256 0x00000250UL
  ------------------
 6734|  4.10k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.10k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6734:8): [True: 0, False: 4.10k]
  ------------------
 6735|      0|				return rc;
 6736|  4.10k|		}
 6737|  4.14k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA384) {
  ------------------
  |  |  139|  4.14k|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
  |  Branch (6737:7): [True: 4.10k, False: 44]
  ------------------
 6738|  4.10k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6739|  4.10k|				CKM_SHA384_RSA_PKCS_PSS, CKM_SHA384, registered_mt);
  ------------------
  |  |  602|  4.10k|#define CKM_SHA384_RSA_PKCS_PSS 0x00000044UL
  ------------------
              				CKM_SHA384_RSA_PKCS_PSS, CKM_SHA384, registered_mt);
  ------------------
  |  |  682|  4.10k|#define CKM_SHA384 0x00000260UL
  ------------------
 6740|  4.10k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.10k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6740:8): [True: 0, False: 4.10k]
  ------------------
 6741|      0|				return rc;
 6742|  4.10k|		}
 6743|  4.14k|		if (rsa_flags & SC_ALGORITHM_RSA_HASH_SHA512) {
  ------------------
  |  |  140|  4.14k|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
  |  Branch (6743:7): [True: 4.10k, False: 44]
  ------------------
 6744|  4.10k|			rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6745|  4.10k|				CKM_SHA512_RSA_PKCS_PSS, CKM_SHA512, registered_mt);
  ------------------
  |  |  603|  4.10k|#define CKM_SHA512_RSA_PKCS_PSS 0x00000045UL
  ------------------
              				CKM_SHA512_RSA_PKCS_PSS, CKM_SHA512, registered_mt);
  ------------------
  |  |  685|  4.10k|#define CKM_SHA512 0x00000270UL
  ------------------
 6746|  4.10k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  4.10k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6746:8): [True: 0, False: 4.10k]
  ------------------
 6747|      0|				return rc;
 6748|  4.10k|		}
 6749|  4.14k|#endif /* ENABLE_OPENSSL */
 6750|  4.14k|		mech_info.flags = old_flags;
 6751|  4.14k|	}
 6752|       |
 6753|  5.46k|	if (rsa_flags & SC_ALGORITHM_RSA_PAD_OAEP) {
  ------------------
  |  |  108|  5.46k|#define SC_ALGORITHM_RSA_PAD_OAEP	0x00000020 /* PKCS#1 v2.0 OAEP */
  ------------------
  |  Branch (6753:6): [True: 4.04k, False: 1.42k]
  ------------------
 6754|  4.04k|		CK_FLAGS old_flags = mech_info.flags;
 6755|  4.04k|		mech_info.flags &= ~(CKF_SIGN|CKF_VERIFY|CKF_SIGN_RECOVER|CKF_VERIFY_RECOVER);
  ------------------
  |  |  363|  4.04k|#define CKF_SIGN 0x00000800UL
  ------------------
              		mech_info.flags &= ~(CKF_SIGN|CKF_VERIFY|CKF_SIGN_RECOVER|CKF_VERIFY_RECOVER);
  ------------------
  |  |  365|  4.04k|#define CKF_VERIFY 0x00002000UL
  ------------------
              		mech_info.flags &= ~(CKF_SIGN|CKF_VERIFY|CKF_SIGN_RECOVER|CKF_VERIFY_RECOVER);
  ------------------
  |  |  364|  4.04k|#define CKF_SIGN_RECOVER 0x00001000UL
  ------------------
              		mech_info.flags &= ~(CKF_SIGN|CKF_VERIFY|CKF_SIGN_RECOVER|CKF_VERIFY_RECOVER);
  ------------------
  |  |  366|  4.04k|#define CKF_VERIFY_RECOVER 0x00004000UL
  ------------------
 6756|  4.04k|		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS_OAEP, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  547|  4.04k|#define CKM_RSA_PKCS_OAEP 0x00000009UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS_OAEP, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  464|  4.04k|#define CKK_RSA 0x00000000UL
  ------------------
 6757|  4.04k|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6758|  4.04k|		sc_pkcs11_free_mechanism(&mt);
 6759|  4.04k|		if (rc != CKR_OK) {
  ------------------
  |  | 1086|  4.04k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6759:7): [True: 0, False: 4.04k]
  ------------------
 6760|      0|			return rc;
 6761|      0|		}
 6762|  4.04k|		mech_info.flags = old_flags;
 6763|  4.04k|	}
 6764|       |
 6765|  5.46k|	if (rsa_flags & SC_ALGORITHM_ONBOARD_KEY_GEN) {
  ------------------
  |  |   93|  5.46k|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  |  Branch (6765:6): [True: 1.33k, False: 4.13k]
  ------------------
 6766|  1.33k|		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  352|  1.33k|#define CKF_HW 0x00000001UL
  ------------------
              		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  368|  1.33k|#define CKF_GENERATE_KEY_PAIR 0x00010000UL
  ------------------
 6767|  1.33k|		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS_KEY_PAIR_GEN, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  538|  1.33k|#define CKM_RSA_PKCS_KEY_PAIR_GEN 0x00000000UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_RSA_PKCS_KEY_PAIR_GEN, &mech_info, CKK_RSA, NULL, NULL, NULL);
  ------------------
  |  |  464|  1.33k|#define CKK_RSA 0x00000000UL
  ------------------
 6768|  1.33k|		if (!mt)
  ------------------
  |  Branch (6768:7): [True: 0, False: 1.33k]
  ------------------
 6769|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6770|  1.33k|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6771|  1.33k|		sc_pkcs11_free_mechanism(&mt);
 6772|  1.33k|		if (rc != CKR_OK)
  ------------------
  |  | 1086|  1.33k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6772:7): [True: 0, False: 1.33k]
  ------------------
 6773|      0|			return rc;
 6774|  1.33k|	}
 6775|       |
 6776|  5.46k|	if (aes_max_key_size > 0) {
  ------------------
  |  Branch (6776:6): [True: 3, False: 5.46k]
  ------------------
 6777|      3|		rc = sc_pkcs11_register_aes_mechanisms(p11card, aes_flags, aes_min_key_size, aes_max_key_size);
 6778|      3|		if (rc != CKR_OK)
  ------------------
  |  | 1086|      3|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6778:7): [True: 0, False: 3]
  ------------------
 6779|      0|			return rc;
 6780|      3|	}
 6781|       |
 6782|       |
 6783|  5.46k|	return CKR_OK;
  ------------------
  |  | 1086|  5.46k|#define CKR_OK 0x00000000UL
  ------------------
 6784|  5.46k|}
framework-pkcs15.c:register_ec_mechanisms:
 6180|  2.08k|{
 6181|  2.08k|	CK_MECHANISM_INFO mech_info;
 6182|  2.08k|	sc_pkcs11_mechanism_type_t *mt = NULL, *registered_mt = NULL;
 6183|  2.08k|	CK_FLAGS ec_flags = 0;
 6184|  2.08k|	CK_RV rc;
 6185|       |
 6186|  2.08k|	if (ext_flags & SC_ALGORITHM_EXT_EC_F_P)
  ------------------
  |  |  198|  2.08k|#define SC_ALGORITHM_EXT_EC_F_P          0x00000001
  ------------------
  |  Branch (6186:6): [True: 207, False: 1.88k]
  ------------------
 6187|    207|		ec_flags |= CKF_EC_F_P;
  ------------------
  |  |  372|    207|#define CKF_EC_F_P 0x00100000UL
  ------------------
 6188|  2.08k|	if (ext_flags & SC_ALGORITHM_EXT_EC_F_2M)
  ------------------
  |  |  199|  2.08k|#define SC_ALGORITHM_EXT_EC_F_2M         0x00000002
  ------------------
  |  Branch (6188:6): [True: 0, False: 2.08k]
  ------------------
 6189|      0|		ec_flags |= CKF_EC_F_2M;
  ------------------
  |  |  373|      0|#define CKF_EC_F_2M 0x00200000UL
  ------------------
 6190|  2.08k|	if (ext_flags & SC_ALGORITHM_EXT_EC_ECPARAMETERS)
  ------------------
  |  |  200|  2.08k|#define SC_ALGORITHM_EXT_EC_ECPARAMETERS 0x00000004
  ------------------
  |  Branch (6190:6): [True: 182, False: 1.90k]
  ------------------
 6191|    182|		ec_flags |= CKF_EC_ECPARAMETERS;
  ------------------
  |  |  374|    182|#define CKF_EC_ECPARAMETERS 0x00400000UL
  ------------------
 6192|  2.08k|	if (ext_flags & SC_ALGORITHM_EXT_EC_NAMEDCURVE)
  ------------------
  |  |  201|  2.08k|#define SC_ALGORITHM_EXT_EC_NAMEDCURVE   0x00000008
  ------------------
  |  Branch (6192:6): [True: 2.02k, False: 66]
  ------------------
 6193|  2.02k|		ec_flags |= CKF_EC_NAMEDCURVE;
  ------------------
  |  |  384|  2.02k|#define CKF_EC_NAMEDCURVE 0x00800000U
  ------------------
 6194|  2.08k|	if (ext_flags & SC_ALGORITHM_EXT_EC_UNCOMPRESES)
  ------------------
  |  |  202|  2.08k|#define SC_ALGORITHM_EXT_EC_UNCOMPRESES  0x00000010
  ------------------
  |  Branch (6194:6): [True: 2.01k, False: 68]
  ------------------
 6195|  2.01k|		ec_flags |= CKF_EC_UNCOMPRESS;
  ------------------
  |  |  376|  2.01k|#define CKF_EC_UNCOMPRESS 0x01000000UL
  ------------------
 6196|  2.08k|	if (ext_flags & SC_ALGORITHM_EXT_EC_COMPRESS)
  ------------------
  |  |  203|  2.08k|#define SC_ALGORITHM_EXT_EC_COMPRESS     0x00000020
  ------------------
  |  Branch (6196:6): [True: 0, False: 2.08k]
  ------------------
 6197|      0|		ec_flags |= CKF_EC_COMPRESS;
  ------------------
  |  |  377|      0|#define CKF_EC_COMPRESS 0x02000000UL
  ------------------
 6198|       |
 6199|  2.08k|	mech_info.flags = CKF_HW | CKF_SIGN | CKF_VERIFY;
  ------------------
  |  |  352|  2.08k|#define CKF_HW 0x00000001UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN | CKF_VERIFY;
  ------------------
  |  |  363|  2.08k|#define CKF_SIGN 0x00000800UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN | CKF_VERIFY;
  ------------------
  |  |  365|  2.08k|#define CKF_VERIFY 0x00002000UL
  ------------------
 6200|  2.08k|	mech_info.flags |= ec_flags;
 6201|  2.08k|	mech_info.ulMinKeySize = min_key_size;
 6202|  2.08k|	mech_info.ulMaxKeySize = max_key_size;
 6203|       |
 6204|       |	/* add mechs card or driver support */
 6205|  2.08k|	if (flags & SC_ALGORITHM_ECDSA_RAW) {
  ------------------
  |  |  174|  2.08k|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  |  Branch (6205:6): [True: 2.06k, False: 25]
  ------------------
 6206|  2.06k|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  860|  2.06k|#define CKM_ECDSA 0x00001041UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|  2.06k|#define CKK_EC 0x00000003UL
  ------------------
 6207|  2.06k|		if (!mt)
  ------------------
  |  Branch (6207:7): [True: 0, False: 2.06k]
  ------------------
 6208|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6209|  2.06k|		if (flags & SC_ALGORITHM_ECDSA_HASH_NONE) {
  ------------------
  |  |  175|  2.06k|#define SC_ALGORITHM_ECDSA_HASH_NONE		SC_ALGORITHM_RSA_HASH_NONE
  |  |  ------------------
  |  |  |  |  133|  2.06k|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  |  |  ------------------
  ------------------
  |  Branch (6209:7): [True: 2.06k, False: 0]
  ------------------
 6210|  2.06k|			rc = sc_pkcs11_register_mechanism(p11card, mt, &registered_mt);
 6211|  2.06k|			sc_pkcs11_free_mechanism(&mt);
 6212|  2.06k|			if (rc != CKR_OK)
  ------------------
  |  | 1086|  2.06k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6212:8): [True: 0, False: 2.06k]
  ------------------
 6213|      0|				return rc;
 6214|  2.06k|		}
 6215|       |
 6216|  2.06k|#ifdef ENABLE_OPENSSL
 6217|       |		/* if card supports RAW add sign_and_hash using RAW for mechs  card does not support */
 6218|  2.06k|		sc_pkcs11_mechanism_type_t *sign_type = mt ? mt : registered_mt;
  ------------------
  |  Branch (6218:43): [True: 0, False: 2.06k]
  ------------------
 6219|  2.06k|		if (flags & SC_ALGORITHM_ECDSA_RAW) {
  ------------------
  |  |  174|  2.06k|#define SC_ALGORITHM_ECDSA_RAW		0x00100000
  ------------------
  |  Branch (6219:7): [True: 2.06k, False: 0]
  ------------------
 6220|  2.06k|			if (!(flags & SC_ALGORITHM_ECDSA_HASH_SHA1)) {
  ------------------
  |  |  176|  2.06k|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|  2.06k|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
  |  Branch (6220:8): [True: 1.88k, False: 174]
  ------------------
 6221|  1.88k|				rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6222|  1.88k|					CKM_ECDSA_SHA1, CKM_SHA_1, sign_type);
  ------------------
  |  |  861|  1.88k|#define CKM_ECDSA_SHA1 0x00001042UL
  ------------------
              					CKM_ECDSA_SHA1, CKM_SHA_1, sign_type);
  ------------------
  |  |  667|  1.88k|#define CKM_SHA_1 0x00000220UL
  ------------------
 6223|  1.88k|				if (rc != CKR_OK) {
  ------------------
  |  | 1086|  1.88k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6223:9): [True: 0, False: 1.88k]
  ------------------
 6224|      0|					sc_pkcs11_free_mechanism(&mt);
 6225|      0|					return rc;
 6226|      0|				}
 6227|  1.88k|			}
 6228|       |
 6229|  2.06k|			if (!(flags & SC_ALGORITHM_ECDSA_HASH_SHA224)) {
  ------------------
  |  |  177|  2.06k|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  ------------------
  |  |  |  |  141|  2.06k|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  ------------------
  ------------------
  |  Branch (6229:8): [True: 1.94k, False: 114]
  ------------------
 6230|  1.94k|				rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6231|  1.94k|					CKM_ECDSA_SHA224, CKM_SHA224, sign_type);
  ------------------
  |  |  862|  1.94k|#define CKM_ECDSA_SHA224 0x00001043UL
  ------------------
              					CKM_ECDSA_SHA224, CKM_SHA224, sign_type);
  ------------------
  |  |  679|  1.94k|#define CKM_SHA224 0x00000255UL
  ------------------
 6232|  1.94k|				if (rc != CKR_OK) {
  ------------------
  |  | 1086|  1.94k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6232:9): [True: 0, False: 1.94k]
  ------------------
 6233|      0|					sc_pkcs11_free_mechanism(&mt);
 6234|      0|					return rc;
 6235|      0|				}
 6236|  1.94k|			}
 6237|       |
 6238|  2.06k|			if (!(flags & SC_ALGORITHM_ECDSA_HASH_SHA256)) {
  ------------------
  |  |  178|  2.06k|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  ------------------
  |  |  |  |  138|  2.06k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  |  Branch (6238:8): [True: 1.88k, False: 174]
  ------------------
 6239|  1.88k|				rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6240|  1.88k|					CKM_ECDSA_SHA256, CKM_SHA256, sign_type);
  ------------------
  |  |  863|  1.88k|#define CKM_ECDSA_SHA256 0x00001044UL
  ------------------
              					CKM_ECDSA_SHA256, CKM_SHA256, sign_type);
  ------------------
  |  |  676|  1.88k|#define CKM_SHA256 0x00000250UL
  ------------------
 6241|  1.88k|				if (rc != CKR_OK) {
  ------------------
  |  | 1086|  1.88k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6241:9): [True: 0, False: 1.88k]
  ------------------
 6242|      0|					sc_pkcs11_free_mechanism(&mt);
 6243|      0|					return rc;
 6244|      0|				}
 6245|  1.88k|			}
 6246|       |
 6247|  2.06k|			if (!(flags & SC_ALGORITHM_ECDSA_HASH_SHA384)) {
  ------------------
  |  |  179|  2.06k|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  ------------------
  |  |  |  |  139|  2.06k|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  ------------------
  ------------------
  |  Branch (6247:8): [True: 1.94k, False: 114]
  ------------------
 6248|  1.94k|				rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6249|  1.94k|					CKM_ECDSA_SHA384, CKM_SHA384, sign_type);
  ------------------
  |  |  864|  1.94k|#define CKM_ECDSA_SHA384 0x00001045UL
  ------------------
              					CKM_ECDSA_SHA384, CKM_SHA384, sign_type);
  ------------------
  |  |  682|  1.94k|#define CKM_SHA384 0x00000260UL
  ------------------
 6250|  1.94k|				if (rc != CKR_OK) {
  ------------------
  |  | 1086|  1.94k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6250:9): [True: 0, False: 1.94k]
  ------------------
 6251|      0|					sc_pkcs11_free_mechanism(&mt);
 6252|      0|					return rc;
 6253|      0|				}
 6254|  1.94k|			}
 6255|       |
 6256|  2.06k|			if (!(flags & SC_ALGORITHM_ECDSA_HASH_SHA512)) {
  ------------------
  |  |  180|  2.06k|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  ------------------
  |  |  |  |  140|  2.06k|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  ------------------
  ------------------
  |  Branch (6256:8): [True: 1.94k, False: 114]
  ------------------
 6257|  1.94k|				rc = sc_pkcs11_register_sign_and_hash_mechanism(p11card,
 6258|  1.94k|					CKM_ECDSA_SHA512, CKM_SHA512, sign_type);
  ------------------
  |  |  865|  1.94k|#define CKM_ECDSA_SHA512 0x00001046UL
  ------------------
              					CKM_ECDSA_SHA512, CKM_SHA512, sign_type);
  ------------------
  |  |  685|  1.94k|#define CKM_SHA512 0x00000270UL
  ------------------
 6259|  1.94k|				if (rc != CKR_OK) {
  ------------------
  |  | 1086|  1.94k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6259:9): [True: 0, False: 1.94k]
  ------------------
 6260|      0|					sc_pkcs11_free_mechanism(&mt);
 6261|      0|					return rc;
 6262|      0|				}
 6263|  1.94k|			}
 6264|  2.06k|		}
 6265|  2.06k|		sc_pkcs11_free_mechanism(&mt);
 6266|  2.06k|#endif
 6267|  2.06k|	}
 6268|       |
 6269|  2.08k|	if (flags & SC_ALGORITHM_ECDSA_HASH_SHA1) {
  ------------------
  |  |  176|  2.08k|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|  2.08k|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
  |  Branch (6269:6): [True: 199, False: 1.88k]
  ------------------
 6270|    199|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA1, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  861|    199|#define CKM_ECDSA_SHA1 0x00001042UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA1, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|    199|#define CKK_EC 0x00000003UL
  ------------------
 6271|    199|		if (!mt)
  ------------------
  |  Branch (6271:7): [True: 0, False: 199]
  ------------------
 6272|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6273|    199|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6274|    199|		sc_pkcs11_free_mechanism(&mt);
 6275|    199|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    199|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6275:7): [True: 0, False: 199]
  ------------------
 6276|      0|			return rc;
 6277|    199|	}
 6278|       |
 6279|  2.08k|	if (flags & SC_ALGORITHM_ECDSA_HASH_SHA224) {
  ------------------
  |  |  177|  2.08k|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  ------------------
  |  |  |  |  141|  2.08k|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  ------------------
  ------------------
  |  Branch (6279:6): [True: 114, False: 1.97k]
  ------------------
 6280|    114|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA224, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  862|    114|#define CKM_ECDSA_SHA224 0x00001043UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA224, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|    114|#define CKK_EC 0x00000003UL
  ------------------
 6281|    114|		if (!mt)
  ------------------
  |  Branch (6281:7): [True: 0, False: 114]
  ------------------
 6282|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6283|    114|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6284|    114|		sc_pkcs11_free_mechanism(&mt);
 6285|    114|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    114|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6285:7): [True: 0, False: 114]
  ------------------
 6286|      0|			return rc;
 6287|    114|	}
 6288|       |
 6289|  2.08k|	if (flags & SC_ALGORITHM_ECDSA_HASH_SHA256) {
  ------------------
  |  |  178|  2.08k|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  ------------------
  |  |  |  |  138|  2.08k|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
  |  Branch (6289:6): [True: 174, False: 1.91k]
  ------------------
 6290|    174|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA256, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  863|    174|#define CKM_ECDSA_SHA256 0x00001044UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA256, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|    174|#define CKK_EC 0x00000003UL
  ------------------
 6291|    174|		if (!mt)
  ------------------
  |  Branch (6291:7): [True: 0, False: 174]
  ------------------
 6292|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6293|    174|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6294|    174|		sc_pkcs11_free_mechanism(&mt);
 6295|    174|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    174|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6295:7): [True: 0, False: 174]
  ------------------
 6296|      0|			return rc;
 6297|    174|	}
 6298|       |
 6299|  2.08k|	if (flags & SC_ALGORITHM_ECDSA_HASH_SHA384) {
  ------------------
  |  |  179|  2.08k|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  ------------------
  |  |  |  |  139|  2.08k|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  ------------------
  ------------------
  |  Branch (6299:6): [True: 114, False: 1.97k]
  ------------------
 6300|    114|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA384, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  864|    114|#define CKM_ECDSA_SHA384 0x00001045UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA384, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|    114|#define CKK_EC 0x00000003UL
  ------------------
 6301|    114|		if (!mt)
  ------------------
  |  Branch (6301:7): [True: 0, False: 114]
  ------------------
 6302|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6303|    114|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6304|    114|		sc_pkcs11_free_mechanism(&mt);
 6305|    114|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    114|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6305:7): [True: 0, False: 114]
  ------------------
 6306|      0|			return rc;
 6307|    114|	}
 6308|       |
 6309|  2.08k|	if (flags & SC_ALGORITHM_ECDSA_HASH_SHA512) {
  ------------------
  |  |  180|  2.08k|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  ------------------
  |  |  |  |  140|  2.08k|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  ------------------
  ------------------
  |  Branch (6309:6): [True: 114, False: 1.97k]
  ------------------
 6310|    114|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA512, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  865|    114|#define CKM_ECDSA_SHA512 0x00001046UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDSA_SHA512, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|    114|#define CKK_EC 0x00000003UL
  ------------------
 6311|    114|		if (!mt)
  ------------------
  |  Branch (6311:7): [True: 0, False: 114]
  ------------------
 6312|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6313|    114|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6314|    114|		sc_pkcs11_free_mechanism(&mt);
 6315|    114|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    114|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6315:7): [True: 0, False: 114]
  ------------------
 6316|      0|			return rc;
 6317|    114|	}
 6318|       |
 6319|       |	/* ADD ECDH mechanisms */
 6320|       |	/* The PIV uses curves where CKM_ECDH1_DERIVE and CKM_ECDH1_COFACTOR_DERIVE produce the same results */
 6321|  2.08k|	if (flags & SC_ALGORITHM_ECDH_CDH_RAW) {
  ------------------
  |  |  173|  2.08k|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  |  Branch (6321:6): [True: 1.93k, False: 148]
  ------------------
 6322|  1.93k|		mech_info.flags &= ~(CKF_SIGN | CKF_VERIFY);
  ------------------
  |  |  363|  1.93k|#define CKF_SIGN 0x00000800UL
  ------------------
              		mech_info.flags &= ~(CKF_SIGN | CKF_VERIFY);
  ------------------
  |  |  365|  1.93k|#define CKF_VERIFY 0x00002000UL
  ------------------
 6323|  1.93k|		mech_info.flags |= CKF_DERIVE;
  ------------------
  |  |  371|  1.93k|#define CKF_DERIVE 0x00080000UL
  ------------------
 6324|       |
 6325|  1.93k|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDH1_COFACTOR_DERIVE, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  868|  1.93k|#define CKM_ECDH1_COFACTOR_DERIVE 0x00001051UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDH1_COFACTOR_DERIVE, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|  1.93k|#define CKK_EC 0x00000003UL
  ------------------
 6326|  1.93k|		if (!mt)
  ------------------
  |  Branch (6326:7): [True: 0, False: 1.93k]
  ------------------
 6327|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6328|  1.93k|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6329|  1.93k|		sc_pkcs11_free_mechanism(&mt);
 6330|  1.93k|		if (rc != CKR_OK)
  ------------------
  |  | 1086|  1.93k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6330:7): [True: 0, False: 1.93k]
  ------------------
 6331|      0|			return rc;
 6332|       |
 6333|  1.93k|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDH1_DERIVE, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  867|  1.93k|#define CKM_ECDH1_DERIVE 0x00001050UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDH1_DERIVE, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|  1.93k|#define CKK_EC 0x00000003UL
  ------------------
 6334|  1.93k|		if (!mt)
  ------------------
  |  Branch (6334:7): [True: 0, False: 1.93k]
  ------------------
 6335|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6336|  1.93k|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6337|  1.93k|		sc_pkcs11_free_mechanism(&mt);
 6338|  1.93k|		if (rc != CKR_OK)
  ------------------
  |  | 1086|  1.93k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6338:7): [True: 0, False: 1.93k]
  ------------------
 6339|      0|			return rc;
 6340|  1.93k|	}
 6341|       |
 6342|  2.08k|	if (flags & SC_ALGORITHM_ONBOARD_KEY_GEN) {
  ------------------
  |  |   93|  2.08k|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  |  Branch (6342:6): [True: 220, False: 1.86k]
  ------------------
 6343|    220|		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  352|    220|#define CKF_HW 0x00000001UL
  ------------------
              		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  368|    220|#define CKF_GENERATE_KEY_PAIR 0x00010000UL
  ------------------
 6344|    220|		mech_info.flags |= ec_flags;
 6345|    220|		mt = sc_pkcs11_new_fw_mechanism(CKM_EC_KEY_PAIR_GEN, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  859|    220|#define CKM_EC_KEY_PAIR_GEN 0x00001040UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_EC_KEY_PAIR_GEN, &mech_info, CKK_EC, NULL, NULL, NULL);
  ------------------
  |  |  467|    220|#define CKK_EC 0x00000003UL
  ------------------
 6346|    220|		if (!mt)
  ------------------
  |  Branch (6346:7): [True: 0, False: 220]
  ------------------
 6347|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6348|    220|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6349|    220|		sc_pkcs11_free_mechanism(&mt);
 6350|    220|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    220|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6350:7): [True: 0, False: 220]
  ------------------
 6351|      0|			return rc;
 6352|    220|	}
 6353|       |
 6354|  2.08k|	return CKR_OK;
  ------------------
  |  | 1086|  2.08k|#define CKR_OK 0x00000000UL
  ------------------
 6355|  2.08k|}
framework-pkcs15.c:register_eddsa_mechanisms:
 6359|    106|{
 6360|    106|	CK_MECHANISM_INFO mech_info;
 6361|    106|	sc_pkcs11_mechanism_type_t *mt;
 6362|    106|	CK_RV rc;
 6363|       |
 6364|    106|	mech_info.flags = CKF_HW | CKF_SIGN;
  ------------------
  |  |  352|    106|#define CKF_HW 0x00000001UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN;
  ------------------
  |  |  363|    106|#define CKF_SIGN 0x00000800UL
  ------------------
 6365|    106|	mech_info.ulMinKeySize = min_key_size;
 6366|    106|	mech_info.ulMaxKeySize = max_key_size;
 6367|       |
 6368|    106|#ifdef ENABLE_OPENSSL
 6369|       |	/* TODO verification using EDDSA
 6370|       |	mech_info.flags |= CKF_VERIFY;
 6371|       |	*/
 6372|    106|#endif
 6373|    106|	if (flags & SC_ALGORITHM_EDDSA_RAW) {
  ------------------
  |  |  188|    106|#define SC_ALGORITHM_EDDSA_RAW		0x00400000
  ------------------
  |  Branch (6373:6): [True: 106, False: 0]
  ------------------
 6374|    106|		mt = sc_pkcs11_new_fw_mechanism(CKM_EDDSA, &mech_info, CKK_EC_EDWARDS, NULL, NULL, NULL);
  ------------------
  |  |  990|    106|#define CKM_EDDSA 0x00001057UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_EDDSA, &mech_info, CKK_EC_EDWARDS, NULL, NULL, NULL);
  ------------------
  |  |  518|    106|#define CKK_EC_EDWARDS 0x00000040UL
  ------------------
 6375|    106|		if (!mt)
  ------------------
  |  Branch (6375:7): [True: 0, False: 106]
  ------------------
 6376|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6377|    106|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6378|    106|		sc_pkcs11_free_mechanism(&mt);
 6379|    106|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    106|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6379:7): [True: 0, False: 106]
  ------------------
 6380|      0|			return rc;
 6381|    106|	}
 6382|       |
 6383|    106|	if (flags & SC_ALGORITHM_ONBOARD_KEY_GEN) {
  ------------------
  |  |   93|    106|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  |  Branch (6383:6): [True: 2, False: 104]
  ------------------
 6384|      2|		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  352|      2|#define CKF_HW 0x00000001UL
  ------------------
              		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  368|      2|#define CKF_GENERATE_KEY_PAIR 0x00010000UL
  ------------------
 6385|      2|		mt = sc_pkcs11_new_fw_mechanism(CKM_EC_EDWARDS_KEY_PAIR_GEN,
  ------------------
  |  |  988|      2|#define CKM_EC_EDWARDS_KEY_PAIR_GEN 0x00001055UL
  ------------------
 6386|      2|			&mech_info, CKK_EC_EDWARDS, NULL, NULL, NULL);
  ------------------
  |  |  518|      2|#define CKK_EC_EDWARDS 0x00000040UL
  ------------------
 6387|      2|		if (!mt)
  ------------------
  |  Branch (6387:7): [True: 0, False: 2]
  ------------------
 6388|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6389|      2|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6390|      2|		sc_pkcs11_free_mechanism(&mt);
 6391|      2|		if (rc != CKR_OK)
  ------------------
  |  | 1086|      2|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6391:7): [True: 0, False: 2]
  ------------------
 6392|      0|			return rc;
 6393|      2|	}
 6394|       |
 6395|    106|	return CKR_OK;
  ------------------
  |  | 1086|    106|#define CKR_OK 0x00000000UL
  ------------------
 6396|    106|}
framework-pkcs15.c:register_xeddsa_mechanisms:
 6400|    106|{
 6401|    106|	CK_MECHANISM_INFO mech_info;
 6402|    106|	sc_pkcs11_mechanism_type_t *mt;
 6403|    106|	CK_RV rc;
 6404|       |
 6405|    106|	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DERIVE;
  ------------------
  |  |  352|    106|#define CKF_HW 0x00000001UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DERIVE;
  ------------------
  |  |  363|    106|#define CKF_SIGN 0x00000800UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DERIVE;
  ------------------
  |  |  371|    106|#define CKF_DERIVE 0x00080000UL
  ------------------
 6406|    106|	mech_info.ulMinKeySize = min_key_size;
 6407|    106|	mech_info.ulMaxKeySize = max_key_size;
 6408|       |
 6409|    106|	if (flags & SC_ALGORITHM_XEDDSA_RAW) {
  ------------------
  |  |  189|    106|#define SC_ALGORITHM_XEDDSA_RAW		0x00800000
  ------------------
  |  Branch (6409:6): [True: 104, False: 2]
  ------------------
 6410|    104|		mt = sc_pkcs11_new_fw_mechanism(CKM_XEDDSA, &mech_info, CKK_EC_MONTGOMERY, NULL, NULL, NULL);
  ------------------
  |  |  979|    104|#define CKM_XEDDSA 0x00004029UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_XEDDSA, &mech_info, CKK_EC_MONTGOMERY, NULL, NULL, NULL);
  ------------------
  |  |  519|    104|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
 6411|    104|		if (!mt)
  ------------------
  |  Branch (6411:7): [True: 0, False: 104]
  ------------------
 6412|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6413|    104|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6414|    104|		sc_pkcs11_free_mechanism(&mt);
 6415|    104|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    104|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6415:7): [True: 0, False: 104]
  ------------------
 6416|      0|			return rc;
 6417|    104|	}
 6418|       |
 6419|       |	/* ADD ECDH mechanisms */
 6420|    106|	if (flags & SC_ALGORITHM_ECDH_CDH_RAW) {
  ------------------
  |  |  173|    106|#define SC_ALGORITHM_ECDH_CDH_RAW	0x00200000
  ------------------
  |  Branch (6420:6): [True: 106, False: 0]
  ------------------
 6421|    106|		mech_info.flags &= ~CKF_SIGN;
  ------------------
  |  |  363|    106|#define CKF_SIGN 0x00000800UL
  ------------------
 6422|    106|		mech_info.flags |= CKF_DERIVE;
  ------------------
  |  |  371|    106|#define CKF_DERIVE 0x00080000UL
  ------------------
 6423|       |
 6424|       |		/* Montgomery curves derive function is defined only for CKM_ECDH1_DERIVE mechanism */
 6425|    106|		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDH1_DERIVE, &mech_info, CKK_EC_MONTGOMERY, NULL, NULL, NULL);
  ------------------
  |  |  867|    106|#define CKM_ECDH1_DERIVE 0x00001050UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_ECDH1_DERIVE, &mech_info, CKK_EC_MONTGOMERY, NULL, NULL, NULL);
  ------------------
  |  |  519|    106|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
 6426|    106|		if (!mt)
  ------------------
  |  Branch (6426:7): [True: 0, False: 106]
  ------------------
 6427|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6428|    106|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6429|    106|		sc_pkcs11_free_mechanism(&mt);
 6430|    106|		if (rc != CKR_OK)
  ------------------
  |  | 1086|    106|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6430:7): [True: 0, False: 106]
  ------------------
 6431|      0|			return rc;
 6432|    106|	}
 6433|       |
 6434|    106|	if (flags & SC_ALGORITHM_ONBOARD_KEY_GEN) {
  ------------------
  |  |   93|    106|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  |  Branch (6434:6): [True: 2, False: 104]
  ------------------
 6435|      2|		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  352|      2|#define CKF_HW 0x00000001UL
  ------------------
              		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  368|      2|#define CKF_GENERATE_KEY_PAIR 0x00010000UL
  ------------------
 6436|      2|		mt = sc_pkcs11_new_fw_mechanism(CKM_EC_MONTGOMERY_KEY_PAIR_GEN, &mech_info, CKK_EC_MONTGOMERY, NULL, NULL, NULL);
  ------------------
  |  |  989|      2|#define CKM_EC_MONTGOMERY_KEY_PAIR_GEN 0x00001056UL
  ------------------
              		mt = sc_pkcs11_new_fw_mechanism(CKM_EC_MONTGOMERY_KEY_PAIR_GEN, &mech_info, CKK_EC_MONTGOMERY, NULL, NULL, NULL);
  ------------------
  |  |  519|      2|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
 6437|      2|		if (!mt)
  ------------------
  |  Branch (6437:7): [True: 0, False: 2]
  ------------------
 6438|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6439|      2|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6440|      2|		sc_pkcs11_free_mechanism(&mt);
 6441|      2|		if (rc != CKR_OK)
  ------------------
  |  | 1086|      2|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6441:7): [True: 0, False: 2]
  ------------------
 6442|      0|			return rc;
 6443|      2|	}
 6444|       |
 6445|    106|	return CKR_OK;
  ------------------
  |  | 1086|    106|#define CKR_OK 0x00000000UL
  ------------------
 6446|    106|}
framework-pkcs15.c:register_gost_mechanisms:
 6129|      7|{
 6130|      7|	CK_MECHANISM_INFO mech_info;
 6131|      7|	sc_pkcs11_mechanism_type_t *mt;
 6132|      7|	CK_RV rc;
 6133|       |
 6134|      7|	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DECRYPT;
  ------------------
  |  |  352|      7|#define CKF_HW 0x00000001UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DECRYPT;
  ------------------
  |  |  363|      7|#define CKF_SIGN 0x00000800UL
  ------------------
              	mech_info.flags = CKF_HW | CKF_SIGN | CKF_DECRYPT;
  ------------------
  |  |  361|      7|#define CKF_DECRYPT 0x00000200UL
  ------------------
 6135|      7|#ifdef ENABLE_OPENSSL
 6136|       |	/* That practise definitely conflicts with CKF_HW -- andre 2010-11-28 */
 6137|      7|	mech_info.flags |= CKF_VERIFY;
  ------------------
  |  |  365|      7|#define CKF_VERIFY 0x00002000UL
  ------------------
 6138|      7|#endif
 6139|      7|	mech_info.ulMinKeySize = SC_PKCS15_GOSTR3410_KEYSIZE;
  ------------------
  |  |  326|      7|#define SC_PKCS15_GOSTR3410_KEYSIZE             256
  ------------------
 6140|      7|	mech_info.ulMaxKeySize = SC_PKCS15_GOSTR3410_KEYSIZE;
  ------------------
  |  |  326|      7|#define SC_PKCS15_GOSTR3410_KEYSIZE             256
  ------------------
 6141|       |
 6142|      7|	if (flags & SC_ALGORITHM_GOSTR3410_HASH_NONE) {
  ------------------
  |  |  157|      7|#define SC_ALGORITHM_GOSTR3410_HASH_NONE	SC_ALGORITHM_GOSTR3410_RAW /*XXX*/
  |  |  ------------------
  |  |  |  |  156|      7|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  |  |  ------------------
  ------------------
  |  Branch (6142:6): [True: 7, False: 0]
  ------------------
 6143|      7|		mt = sc_pkcs11_new_fw_mechanism(CKM_GOSTR3410,
  ------------------
  |  |  909|      7|#define CKM_GOSTR3410 0x00001201UL
  ------------------
 6144|      7|				&mech_info, CKK_GOSTR3410, NULL, NULL, NULL);
  ------------------
  |  |  502|      7|#define CKK_GOSTR3410 0x00000030UL
  ------------------
 6145|      7|		if (!mt)
  ------------------
  |  Branch (6145:7): [True: 0, False: 7]
  ------------------
 6146|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6147|      7|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6148|      7|		sc_pkcs11_free_mechanism(&mt);
 6149|      7|		if (rc != CKR_OK)
  ------------------
  |  | 1086|      7|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6149:7): [True: 0, False: 7]
  ------------------
 6150|      0|			return rc;
 6151|      7|	}
 6152|      7|	if (flags & SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411) {
  ------------------
  |  |  158|      7|#define SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411	0x00080000
  ------------------
  |  Branch (6152:6): [True: 0, False: 7]
  ------------------
 6153|      0|		mt = sc_pkcs11_new_fw_mechanism(CKM_GOSTR3410_WITH_GOSTR3411,
  ------------------
  |  |  910|      0|#define CKM_GOSTR3410_WITH_GOSTR3411 0x00001202UL
  ------------------
 6154|      0|				&mech_info, CKK_GOSTR3410, NULL, NULL, NULL);
  ------------------
  |  |  502|      0|#define CKK_GOSTR3410 0x00000030UL
  ------------------
 6155|      0|		if (!mt)
  ------------------
  |  Branch (6155:7): [True: 0, False: 0]
  ------------------
 6156|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6157|      0|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6158|      0|		sc_pkcs11_free_mechanism(&mt);
 6159|      0|		if (rc != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6159:7): [True: 0, False: 0]
  ------------------
 6160|      0|			return rc;
 6161|      0|	}
 6162|      7|	if (flags & SC_ALGORITHM_ONBOARD_KEY_GEN) {
  ------------------
  |  |   93|      7|#define SC_ALGORITHM_ONBOARD_KEY_GEN	0x80000000
  ------------------
  |  Branch (6162:6): [True: 7, False: 0]
  ------------------
 6163|      7|		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  352|      7|#define CKF_HW 0x00000001UL
  ------------------
              		mech_info.flags = CKF_HW | CKF_GENERATE_KEY_PAIR;
  ------------------
  |  |  368|      7|#define CKF_GENERATE_KEY_PAIR 0x00010000UL
  ------------------
 6164|      7|		mt = sc_pkcs11_new_fw_mechanism(CKM_GOSTR3410_KEY_PAIR_GEN,
  ------------------
  |  |  908|      7|#define CKM_GOSTR3410_KEY_PAIR_GEN 0x00001200UL
  ------------------
 6165|      7|				&mech_info, CKK_GOSTR3410, NULL, NULL, NULL);
  ------------------
  |  |  502|      7|#define CKK_GOSTR3410 0x00000030UL
  ------------------
 6166|      7|		if (!mt)
  ------------------
  |  Branch (6166:7): [True: 0, False: 7]
  ------------------
 6167|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6168|      7|		rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6169|      7|		sc_pkcs11_free_mechanism(&mt);
 6170|      7|		if (rc != CKR_OK)
  ------------------
  |  | 1086|      7|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6170:7): [True: 0, False: 7]
  ------------------
 6171|      0|			return rc;
 6172|      7|	}
 6173|       |
 6174|      7|	return CKR_OK;
  ------------------
  |  | 1086|      7|#define CKR_OK 0x00000000UL
  ------------------
 6175|      7|}
framework-pkcs15.c:sc_pkcs11_register_aes_mechanisms:
 6450|      3|{
 6451|      3|	CK_RV rc;
 6452|      3|	CK_MECHANISM_INFO mech_info;
 6453|      3|	sc_pkcs11_mechanism_type_t *mt;
 6454|      3|	sc_card_t* card = p11card->card;
 6455|      3|	memset(&mech_info, 0, sizeof(mech_info));
 6456|      3|	mech_info.flags = CKF_ENCRYPT | CKF_DECRYPT;
  ------------------
  |  |  360|      3|#define CKF_ENCRYPT 0x00000100UL
  ------------------
              	mech_info.flags = CKF_ENCRYPT | CKF_DECRYPT;
  ------------------
  |  |  361|      3|#define CKF_DECRYPT 0x00000200UL
  ------------------
 6457|      3|	mech_info.ulMinKeySize = min_key_size;
 6458|      3|	mech_info.ulMaxKeySize = max_key_size;
 6459|       |
 6460|      3|	if ((card->caps & SC_CARD_CAP_UNWRAP_KEY) == SC_CARD_CAP_UNWRAP_KEY)
  ------------------
  |  |  574|      3|#define SC_CARD_CAP_UNWRAP_KEY			0x00001000
  ------------------
              	if ((card->caps & SC_CARD_CAP_UNWRAP_KEY) == SC_CARD_CAP_UNWRAP_KEY)
  ------------------
  |  |  574|      3|#define SC_CARD_CAP_UNWRAP_KEY			0x00001000
  ------------------
  |  Branch (6460:6): [True: 2, False: 1]
  ------------------
 6461|      2|		mech_info.flags |= CKF_UNWRAP;
  ------------------
  |  |  370|      2|#define CKF_UNWRAP 0x00040000UL
  ------------------
 6462|      3|	if ((card->caps & SC_CARD_CAP_WRAP_KEY) == SC_CARD_CAP_WRAP_KEY)
  ------------------
  |  |  572|      3|#define SC_CARD_CAP_WRAP_KEY			0x00000800
  ------------------
              	if ((card->caps & SC_CARD_CAP_WRAP_KEY) == SC_CARD_CAP_WRAP_KEY)
  ------------------
  |  |  572|      3|#define SC_CARD_CAP_WRAP_KEY			0x00000800
  ------------------
  |  Branch (6462:6): [True: 2, False: 1]
  ------------------
 6463|      2|		mech_info.flags |= CKF_WRAP;
  ------------------
  |  |  369|      2|#define CKF_WRAP 0x00020000UL
  ------------------
 6464|       |
 6465|      3|	mt = sc_pkcs11_new_fw_mechanism(CKM_AES_ECB, &mech_info, CKK_AES, NULL, NULL, NULL);
  ------------------
  |  |  882|      3|#define CKM_AES_ECB 0x00001081UL
  ------------------
              	mt = sc_pkcs11_new_fw_mechanism(CKM_AES_ECB, &mech_info, CKK_AES, NULL, NULL, NULL);
  ------------------
  |  |  485|      3|#define CKK_AES 0x0000001FUL
  ------------------
 6466|      3|	if (!mt)
  ------------------
  |  Branch (6466:6): [True: 0, False: 3]
  ------------------
 6467|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6468|      3|	rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6469|      3|	sc_pkcs11_free_mechanism(&mt);
 6470|      3|	if (rc != CKR_OK)
  ------------------
  |  | 1086|      3|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6470:6): [True: 0, False: 3]
  ------------------
 6471|      0|			return rc;
 6472|       |
 6473|      3|	mt = sc_pkcs11_new_fw_mechanism(CKM_AES_CBC, &mech_info, CKK_AES, NULL, NULL, NULL);
  ------------------
  |  |  883|      3|#define CKM_AES_CBC 0x00001082UL
  ------------------
              	mt = sc_pkcs11_new_fw_mechanism(CKM_AES_CBC, &mech_info, CKK_AES, NULL, NULL, NULL);
  ------------------
  |  |  485|      3|#define CKK_AES 0x0000001FUL
  ------------------
 6474|      3|	if (!mt)
  ------------------
  |  Branch (6474:6): [True: 0, False: 3]
  ------------------
 6475|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6476|      3|	rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6477|      3|	sc_pkcs11_free_mechanism(&mt);
 6478|      3|	if (rc != CKR_OK)
  ------------------
  |  | 1086|      3|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6478:6): [True: 0, False: 3]
  ------------------
 6479|      0|			return rc;
 6480|       |
 6481|      3|	mt = sc_pkcs11_new_fw_mechanism(CKM_AES_CBC_PAD, &mech_info, CKK_AES, NULL, NULL, NULL);
  ------------------
  |  |  886|      3|#define CKM_AES_CBC_PAD 0x00001085UL
  ------------------
              	mt = sc_pkcs11_new_fw_mechanism(CKM_AES_CBC_PAD, &mech_info, CKK_AES, NULL, NULL, NULL);
  ------------------
  |  |  485|      3|#define CKK_AES 0x0000001FUL
  ------------------
 6482|      3|	if (!mt)
  ------------------
  |  Branch (6482:6): [True: 0, False: 3]
  ------------------
 6483|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 6484|      3|	rc = sc_pkcs11_register_mechanism(p11card, mt, NULL);
 6485|      3|	sc_pkcs11_free_mechanism(&mt);
 6486|      3|	if (rc != CKR_OK)
  ------------------
  |  | 1086|      3|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (6486:6): [True: 0, False: 3]
  ------------------
 6487|      0|			return rc;
 6488|       |
 6489|      3|	return CKR_OK;
  ------------------
  |  | 1086|      3|#define CKR_OK 0x00000000UL
  ------------------
 6490|      3|}
framework-pkcs15.c:pkcs15_unbind:
  324|  13.1k|{
  325|  13.1k|	unsigned int i, idx;
  326|  13.1k|	int rv = SC_SUCCESS;
  ------------------
  |  |   28|  13.1k|#define SC_SUCCESS				0
  ------------------
  327|       |
  328|  13.1k|	if (!p11card)
  ------------------
  |  Branch (328:6): [True: 0, False: 13.1k]
  ------------------
  329|      0|		return CKR_TOKEN_NOT_RECOGNIZED;
  ------------------
  |  | 1145|      0|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
  330|  28.6k|	for (idx=0; p11card && idx<SC_PKCS11_FRAMEWORK_DATA_MAX_NUM; idx++)   {
  ------------------
  |  |  194|  28.6k|#define SC_PKCS11_FRAMEWORK_DATA_MAX_NUM	4
  ------------------
  |  Branch (330:14): [True: 28.6k, False: 0]
  |  Branch (330:25): [True: 28.2k, False: 443]
  ------------------
  331|  28.2k|		struct pkcs15_fw_data *fw_data = (struct pkcs15_fw_data *) p11card->fws_data[idx];
  332|       |
  333|  28.2k|		if (!fw_data)
  ------------------
  |  Branch (333:7): [True: 12.7k, False: 15.5k]
  ------------------
  334|  12.7k|			break;
  335|  47.2k|		for (i = 0; i < fw_data->num_objects; i++) {
  ------------------
  |  Branch (335:15): [True: 31.7k, False: 15.5k]
  ------------------
  336|  31.7k|			struct pkcs15_any_object *obj = fw_data->objects[i];
  337|       |
  338|       |			/* use object specific release method if existing */
  339|  31.7k|			if (obj->base.ops && obj->base.ops->release)
  ------------------
  |  Branch (339:8): [True: 31.7k, False: 0]
  |  Branch (339:25): [True: 31.7k, False: 0]
  ------------------
  340|  31.7k|				obj->base.ops->release(obj);
  341|      0|			else
  342|      0|				__pkcs15_release_object(obj);
  343|  31.7k|		}
  344|       |
  345|  15.5k|		unlock_card(fw_data);
  346|       |
  347|  15.5k|		if (fw_data->p15_card) {
  ------------------
  |  Branch (347:7): [True: 5.83k, False: 9.66k]
  ------------------
  348|  5.83k|			rv = sc_pkcs15_unbind(fw_data->p15_card);
  349|  5.83k|		}
  350|  15.5k|		fw_data->p15_card = NULL;
  351|       |
  352|  15.5k|		free(fw_data);
  353|  15.5k|		p11card->fws_data[idx] = NULL;
  354|  15.5k|	}
  355|       |
  356|       |	return sc_to_cryptoki_error(rv, NULL);
  357|  13.1k|}
framework-pkcs15.c:__pkcs15_release_object:
  466|  60.3k|{
  467|  60.3k|	if (--(obj->refcount) != 0)
  ------------------
  |  Branch (467:6): [True: 28.5k, False: 31.7k]
  ------------------
  468|  28.5k|		return obj->refcount;
  469|       |
  470|  31.7k|	sc_mem_clear(obj, obj->size);
  471|  31.7k|	free(obj);
  472|       |
  473|  31.7k|	return 0;
  474|  60.3k|}
framework-pkcs15.c:unlock_card:
 6803|  15.5k|{
 6804|  15.5k|	while (fw_data->locked) {
  ------------------
  |  Branch (6804:9): [True: 0, False: 15.5k]
  ------------------
 6805|      0|		sc_unlock(fw_data->p15_card->card);
 6806|      0|		fw_data->locked--;
 6807|      0|	}
 6808|  15.5k|	return 0;
 6809|  15.5k|}
framework-pkcs15.c:pkcs15_create_tokens:
 1593|  11.1k|{
 1594|  11.1k|	struct pkcs15_fw_data *fw_data = NULL;
 1595|  11.1k|	struct sc_pkcs15_object *auth_user_pin = NULL, *auth_sign_pin = NULL;
 1596|  11.1k|	struct sc_pkcs11_slot *slot = NULL, *sign_slot = NULL;
 1597|  11.1k|	unsigned int cs_flags = sc_pkcs11_conf.create_slots_flags;
 1598|  11.1k|	CK_RV rv;
 1599|  11.1k|	int rc, i, idx;
 1600|  11.1k|	scconf_block *conf_block = NULL;
 1601|  11.1k|	char *user_pin = NULL, *sign_pin = NULL;
 1602|       |
 1603|  11.1k|	if (p11card) {
  ------------------
  |  Branch (1603:6): [True: 11.1k, False: 0]
  ------------------
 1604|  11.1k|		sc_log(context, "create PKCS#15 tokens; fws:%p,%p,%p", p11card->fws_data[0], p11card->fws_data[1], p11card->fws_data[2]);
  ------------------
  |  |   71|  11.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__
  |  |  ------------------
  ------------------
 1605|  11.1k|	}
 1606|  11.1k|	sc_log(context, "create slots flags 0x%X", cs_flags);
  ------------------
  |  |   71|  11.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__
  |  |  ------------------
  ------------------
 1607|       |
 1608|  11.1k|	if (p11card) {
  ------------------
  |  Branch (1608:6): [True: 11.1k, False: 0]
  ------------------
 1609|  11.1k|		p11card->num_slots = 0;
 1610|  11.1k|	}
 1611|       |
 1612|       |	/* Find out framework data corresponding to the given application */
 1613|  11.1k|	fw_data = get_fw_data(p11card, app_info, &idx);
 1614|  11.1k|	if (!fw_data)   {
  ------------------
  |  Branch (1614:6): [True: 5.31k, False: 5.79k]
  ------------------
 1615|  5.31k|		if (p11card) {
  ------------------
  |  Branch (1615:7): [True: 5.31k, False: 0]
  ------------------
 1616|  5.31k|			sc_log(context, "Create slot for the non-binded card");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1617|  5.31k|			pkcs15_create_slot(p11card, NULL, NULL, app_info, &slot);
 1618|  5.31k|		}
 1619|  5.31k|		return CKR_OK;
  ------------------
  |  | 1086|  5.31k|#define CKR_OK 0x00000000UL
  ------------------
 1620|  5.31k|	}
 1621|  5.79k|	sc_log(context, "Use FW data with index %i; fw_data->p15_card %p", idx, fw_data->p15_card);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1622|       |
 1623|  5.79k|	conf_block = sc_get_conf_block(p11card->card->ctx, "framework", "pkcs15", 1);
 1624|  5.79k|	if (conf_block && app_info)   {
  ------------------
  |  Branch (1624:6): [True: 0, False: 5.79k]
  |  Branch (1624:20): [True: 0, False: 0]
  ------------------
 1625|      0|		scconf_block **blocks = NULL;
 1626|      0|		char str_path[SC_MAX_AID_STRING_SIZE];
 1627|       |
 1628|      0|		memset(str_path, 0, sizeof(str_path));
 1629|      0|		sc_bin_to_hex(app_info->path.value, app_info->path.len, str_path, sizeof(str_path), 0);
 1630|      0|		blocks = scconf_find_blocks(p11card->card->ctx->conf, conf_block, "application", str_path);
 1631|      0|		if (blocks)   {
  ------------------
  |  Branch (1631:7): [True: 0, False: 0]
  ------------------
 1632|      0|			if (blocks[0]) {
  ------------------
  |  Branch (1632:8): [True: 0, False: 0]
  ------------------
 1633|      0|				user_pin = (char *)scconf_get_str(blocks[0], "user_pin", NULL);
 1634|      0|				sign_pin = (char *)scconf_get_str(blocks[0], "sign_pin", NULL);
 1635|      0|			}
 1636|      0|			free(blocks);
 1637|      0|		}
 1638|      0|	}
 1639|       |
 1640|       |	/* Try to identify UserPIN and SignPIN by their symbolic name */
 1641|  5.79k|	auth_user_pin = _get_auth_object_by_name(fw_data->p15_card, "UserPIN", user_pin);
 1642|  5.79k|	if (cs_flags & SC_PKCS11_SLOT_FOR_PIN_SIGN)
  ------------------
  |  |   45|  5.79k|#define SC_PKCS11_SLOT_FOR_PIN_SIGN	2
  ------------------
  |  Branch (1642:6): [True: 0, False: 5.79k]
  ------------------
 1643|      0|		auth_sign_pin = _get_auth_object_by_name(fw_data->p15_card, "SignPIN", sign_pin);
 1644|  5.79k|	sc_log(context, "Flags:0x%X; Auth User/Sign PINs %p/%p", cs_flags, auth_user_pin, auth_sign_pin);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1645|       |
 1646|       |	/* Add PKCS#15 objects of the known types to the framework data */
 1647|  5.79k|	rc = _pkcs15_create_typed_objects(fw_data);
 1648|  5.79k|	if (rc < 0)
  ------------------
  |  Branch (1648:6): [True: 0, False: 5.79k]
  ------------------
 1649|      0|		return sc_to_cryptoki_error(rc, NULL);
 1650|  5.79k|	sc_log(context, "Found %d FW objects objects", fw_data->num_objects);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1651|       |
 1652|       |	/* Create slots for all non-unblock, non-so PINs if:
 1653|       |	 *  - 'UserPIN' cannot be identified (VT: for some cards with incomplete PIN flags);
 1654|       |	 *  - configuration impose to create slot for all PINs.
 1655|       |	 */
 1656|  5.79k|	if (!auth_user_pin || cs_flags & SC_PKCS11_SLOT_CREATE_ALL)   {
  ------------------
  |  |   46|  4.00k|#define SC_PKCS11_SLOT_CREATE_ALL	8
  ------------------
  |  Branch (1656:6): [True: 1.78k, False: 4.00k]
  |  Branch (1656:24): [True: 4.00k, False: 0]
  ------------------
 1657|  5.79k|		struct sc_pkcs15_object *auths[MAX_OBJECTS];
 1658|  5.79k|		int auth_count;
 1659|       |
 1660|  5.79k|		memset(auths, 0, sizeof(auths));
 1661|       |		/* Get authentication PKCS#15 objects present in the associated on-card application */
 1662|  5.79k|		rc = sc_pkcs15_get_objects(fw_data->p15_card, SC_PKCS15_TYPE_AUTH_PIN, auths, SC_PKCS15_MAX_PINS);
  ------------------
  |  |  445|  5.79k|#define SC_PKCS15_TYPE_AUTH_PIN			0x601
  ------------------
              		rc = sc_pkcs15_get_objects(fw_data->p15_card, SC_PKCS15_TYPE_AUTH_PIN, auths, SC_PKCS15_MAX_PINS);
  ------------------
  |  |   34|  5.79k|#define SC_PKCS15_MAX_PINS		8
  ------------------
 1663|  5.79k|		if (rc < 0)
  ------------------
  |  Branch (1663:7): [True: 0, False: 5.79k]
  ------------------
 1664|      0|			return sc_to_cryptoki_error(rc, NULL);
 1665|  5.79k|		auth_count = rc;
 1666|  5.79k|		sc_log(context, "Found %d authentication objects", auth_count);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1667|       |
 1668|  11.6k|		for (i = 0; i < auth_count; i++) {
  ------------------
  |  Branch (1668:15): [True: 5.83k, False: 5.79k]
  ------------------
 1669|  5.83k|			struct sc_pkcs15_auth_info *pin_info = (struct sc_pkcs15_auth_info *)auths[i]->data;
 1670|  5.83k|			if (!_is_slot_auth_object(pin_info))
  ------------------
  |  Branch (1670:8): [True: 1.73k, False: 4.10k]
  ------------------
 1671|  1.73k|				continue;
 1672|  4.10k|			p11card->num_slots++;
 1673|  4.10k|		}
 1674|       |
 1675|  11.4k|		for (i = 0; i < auth_count; i++) {
  ------------------
  |  Branch (1675:15): [True: 5.80k, False: 5.66k]
  ------------------
 1676|  5.80k|			struct sc_pkcs15_auth_info *pin_info = (struct sc_pkcs15_auth_info*)auths[i]->data;
 1677|  5.80k|			struct sc_pkcs11_slot *islot = NULL;
 1678|       |
 1679|       |			/* Check if a slot could be created with this PIN */
 1680|  5.80k|			if (!_is_slot_auth_object(pin_info))
  ------------------
  |  Branch (1680:8): [True: 1.70k, False: 4.10k]
  ------------------
 1681|  1.70k|				continue;
 1682|  4.10k|			sc_log(context, "Found authentication object '%.*s'", (int) sizeof auths[i]->label, auths[i]->label);
  ------------------
  |  |   71|  4.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__
  |  |  ------------------
  ------------------
 1683|       |
 1684|  4.10k|			rv = pkcs15_create_slot(p11card, fw_data, auths[i], app_info, &islot);
 1685|  4.10k|			if (rv != CKR_OK)
  ------------------
  |  | 1086|  4.10k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1685:8): [True: 124, False: 3.98k]
  ------------------
 1686|    124|				return CKR_OK; /* no more slots available for this card */
  ------------------
  |  | 1086|    124|#define CKR_OK 0x00000000UL
  ------------------
 1687|  3.98k|			islot->fw_data_idx = idx;
 1688|  3.98k|			_add_pin_related_objects(islot, auths[i], fw_data, NULL);
 1689|       |
 1690|       |			/* Get slot to which the public objects will be associated */
 1691|  3.98k|			if (!slot && !auth_user_pin)
  ------------------
  |  Branch (1691:8): [True: 3.98k, False: 0]
  |  Branch (1691:17): [True: 40, False: 3.94k]
  ------------------
 1692|     40|				slot = islot;
 1693|  3.94k|			else if (!slot && auth_user_pin && auth_user_pin == auths[i])
  ------------------
  |  Branch (1693:13): [True: 3.94k, False: 0]
  |  Branch (1693:22): [True: 3.94k, False: 0]
  |  Branch (1693:39): [True: 3.93k, False: 3]
  ------------------
 1694|  3.93k|				slot = islot;
 1695|  3.98k|		}
 1696|  5.79k|	}
 1697|      0|	else   {
 1698|      0|		if (auth_user_pin && (cs_flags & SC_PKCS11_SLOT_FOR_PIN_USER))
  ------------------
  |  |   44|      0|#define SC_PKCS11_SLOT_FOR_PIN_USER	1
  ------------------
  |  Branch (1698:7): [True: 0, False: 0]
  |  Branch (1698:24): [True: 0, False: 0]
  ------------------
 1699|      0|			p11card->num_slots++;
 1700|      0|		if (auth_sign_pin && (cs_flags & SC_PKCS11_SLOT_FOR_PIN_SIGN))
  ------------------
  |  |   45|      0|#define SC_PKCS11_SLOT_FOR_PIN_SIGN	2
  ------------------
  |  Branch (1700:7): [True: 0, False: 0]
  |  Branch (1700:24): [True: 0, False: 0]
  ------------------
 1701|      0|			p11card->num_slots++;
 1702|      0|		sc_log(context, "User/Sign PINs %p/%p", auth_user_pin, auth_sign_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__
  |  |  ------------------
  ------------------
 1703|      0|		if (auth_user_pin && (cs_flags & SC_PKCS11_SLOT_FOR_PIN_USER)) {
  ------------------
  |  |   44|      0|#define SC_PKCS11_SLOT_FOR_PIN_USER	1
  ------------------
  |  Branch (1703:7): [True: 0, False: 0]
  |  Branch (1703:24): [True: 0, False: 0]
  ------------------
 1704|       |			/* For the UserPIN of the first slot create slot */
 1705|      0|			sc_log(context, "Create slot for User PIN '%.*s'", (int) sizeof auth_user_pin->label, auth_user_pin->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__
  |  |  ------------------
  ------------------
 1706|      0|			rv = pkcs15_create_slot(p11card, fw_data, auth_user_pin, app_info, &slot);
 1707|      0|			if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1707:8): [True: 0, False: 0]
  ------------------
 1708|      0|				return CKR_OK; /* no more slots available for this card */
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 1709|      0|			slot->fw_data_idx = idx;
 1710|      0|			_add_pin_related_objects(slot, auth_user_pin, fw_data, NULL);
 1711|      0|		}
 1712|       |
 1713|      0|		if (auth_sign_pin && (cs_flags & SC_PKCS11_SLOT_FOR_PIN_SIGN))   {
  ------------------
  |  |   45|      0|#define SC_PKCS11_SLOT_FOR_PIN_SIGN	2
  ------------------
  |  Branch (1713:7): [True: 0, False: 0]
  |  Branch (1713:24): [True: 0, False: 0]
  ------------------
 1714|       |			/* Only Sign PIN slot needs to be exposed */
 1715|      0|			sc_log(context, "Create slot for Sign PIN '%.*s'", (int) sizeof auth_sign_pin->label, auth_sign_pin->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__
  |  |  ------------------
  ------------------
 1716|      0|			rv = pkcs15_create_slot(p11card, fw_data, auth_sign_pin, app_info, &sign_slot);
 1717|      0|			if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1717:8): [True: 0, False: 0]
  ------------------
 1718|      0|				return CKR_OK; /* no more slots available for this card */
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 1719|      0|			sign_slot->fw_data_idx = idx;
 1720|      0|			_add_pin_related_objects(sign_slot, auth_sign_pin, fw_data, NULL);
 1721|      0|		}
 1722|       |
 1723|      0|		if (!slot && sign_slot)
  ------------------
  |  Branch (1723:7): [True: 0, False: 0]
  |  Branch (1723:16): [True: 0, False: 0]
  ------------------
 1724|      0|			slot = sign_slot;
 1725|      0|	}
 1726|       |
 1727|  5.66k|	if (!slot && (cs_flags == SC_PKCS11_SLOT_CREATE_ALL))   {
  ------------------
  |  |   46|  1.74k|#define SC_PKCS11_SLOT_CREATE_ALL	8
  ------------------
  |  Branch (1727:6): [True: 1.74k, False: 3.92k]
  |  Branch (1727:15): [True: 1.74k, False: 0]
  ------------------
 1728|  1.74k|		sc_log(context, "Now create slot without AUTH object");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1729|  1.74k|		pkcs15_create_slot(p11card, fw_data, NULL, app_info, &slot);
 1730|  1.74k|		sc_log(context, "Created slot without AUTH object: %p", slot);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1731|  1.74k|	}
 1732|       |
 1733|  5.66k|	if (slot)   {
  ------------------
  |  Branch (1733:6): [True: 5.38k, False: 284]
  ------------------
 1734|  5.38k|		sc_log(context, "Add public objects to slot %p", slot);
  ------------------
  |  |   71|  5.38k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1735|  5.38k|		_add_public_objects(slot, fw_data);
 1736|  5.38k|	}
 1737|       |
 1738|  5.66k|	sc_log(context, "All tokens created");
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1739|  5.66k|	return CKR_OK;
  ------------------
  |  | 1086|  5.66k|#define CKR_OK 0x00000000UL
  ------------------
 1740|  5.79k|}
framework-pkcs15.c:get_fw_data:
  244|  11.1k|{
  245|  11.1k|	struct pkcs15_fw_data *out = NULL;
  246|  11.1k|	int idx;
  247|       |
  248|  11.1k|	if (!p11card)
  ------------------
  |  Branch (248:6): [True: 0, False: 11.1k]
  ------------------
  249|      0|		return NULL;
  250|  32.4k|	for (idx=0; p11card && idx < SC_PKCS11_FRAMEWORK_DATA_MAX_NUM; idx++)   {
  ------------------
  |  |  194|  32.4k|#define SC_PKCS11_FRAMEWORK_DATA_MAX_NUM	4
  ------------------
  |  Branch (250:14): [True: 32.4k, False: 0]
  |  Branch (250:25): [True: 27.1k, False: 5.31k]
  ------------------
  251|  27.1k|		struct pkcs15_fw_data *fw_data = (struct pkcs15_fw_data *) p11card->fws_data[idx];
  252|  27.1k|		struct sc_file *file_app = NULL;
  253|       |
  254|  27.1k|		if (!fw_data || !fw_data->p15_card)
  ------------------
  |  Branch (254:7): [True: 15.8k, False: 11.2k]
  |  Branch (254:19): [True: 5.36k, False: 5.90k]
  ------------------
  255|  21.2k|			continue;
  256|       |
  257|  5.90k|		file_app = fw_data->p15_card->file_app;
  258|  5.90k|		if (app_info && file_app)   {
  ------------------
  |  Branch (258:7): [True: 728, False: 5.17k]
  |  Branch (258:19): [True: 184, False: 544]
  ------------------
  259|    184|			if (file_app->path.len != app_info->path.len)
  ------------------
  |  Branch (259:8): [True: 76, False: 108]
  ------------------
  260|     76|				continue;
  261|    108|			if (file_app->path.aid.len != app_info->path.aid.len)
  ------------------
  |  Branch (261:8): [True: 0, False: 108]
  ------------------
  262|      0|				continue;
  263|    108|			if (memcmp(file_app->path.aid.value, app_info->path.aid.value, app_info->path.aid.len))
  ------------------
  |  Branch (263:8): [True: 0, False: 108]
  ------------------
  264|      0|				continue;
  265|    108|			if (memcmp(file_app->path.value, app_info->path.value, app_info->path.len))
  ------------------
  |  Branch (265:8): [True: 41, False: 67]
  ------------------
  266|     41|				continue;
  267|    108|		}
  268|       |
  269|  5.79k|		out = fw_data;
  270|  5.79k|		if (out_idx)
  ------------------
  |  Branch (270:7): [True: 5.79k, False: 0]
  ------------------
  271|  5.79k|			*out_idx = idx;
  272|  5.79k|		break;
  273|  5.90k|	}
  274|       |
  275|  11.1k|	return out;
  276|  11.1k|}
framework-pkcs15.c:pkcs15_create_slot:
 1208|  11.1k|{
 1209|  11.1k|	struct sc_pkcs11_slot *slot = NULL;
 1210|  11.1k|	CK_RV rv;
 1211|       |
 1212|  11.1k|	rv = slot_allocate(&slot, p11card);
 1213|  11.1k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  11.1k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1213:6): [True: 426, False: 10.7k]
  ------------------
 1214|    426|		return rv;
 1215|       |
 1216|       |	/* There's a token in this slot */
 1217|  10.7k|	slot->slot_info.flags |= CKF_TOKEN_PRESENT;
  ------------------
  |  |  407|  10.7k|#define CKF_TOKEN_PRESENT 0x00000001UL
  ------------------
 1218|       |
 1219|       |	/* Fill in the slot/token info from pkcs15 data */
 1220|  10.7k|	if (fw_data)
  ------------------
  |  Branch (1220:6): [True: 5.43k, False: 5.29k]
  ------------------
 1221|  5.43k|		pkcs15_init_slot(fw_data->p15_card, slot, auth, app_info);
 1222|  5.29k|	else {
 1223|       |		/* Token is not initialized, announce pinpad capability nevertheless */
 1224|  5.29k|		if (slot->reader->capabilities & SC_READER_CAP_PIN_PAD)
  ------------------
  |  |  376|  5.29k|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
  |  Branch (1224:7): [True: 0, False: 5.29k]
  ------------------
 1225|      0|			slot->token_info.flags |= CKF_PROTECTED_AUTHENTICATION_PATH;
  ------------------
  |  |  418|      0|#define CKF_PROTECTED_AUTHENTICATION_PATH 0x00000100UL
  ------------------
 1226|  5.29k|	}
 1227|       |
 1228|  10.7k|	*out = slot;
 1229|  10.7k|	return CKR_OK;
  ------------------
  |  | 1086|  10.7k|#define CKR_OK 0x00000000UL
  ------------------
 1230|  11.1k|}
framework-pkcs15.c:pkcs15_init_slot:
 1096|  5.43k|{
 1097|  5.43k|	struct pkcs15_slot_data *fw_data;
 1098|  5.43k|	struct sc_pkcs15_auth_info *pin_info = NULL;
 1099|  5.43k|	int write_protected;
 1100|  5.43k|	scconf_block *atrblock;
 1101|       |
 1102|  5.43k|	sc_log(context, "Called");
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1103|  5.43k|	pkcs15_init_token_info(p15card, &slot->token_info);
 1104|  5.43k|	slot->token_info.flags |= CKF_TOKEN_INITIALIZED;
  ------------------
  |  |  420|  5.43k|#define CKF_TOKEN_INITIALIZED 0x00000400UL
  ------------------
 1105|  5.43k|	if (auth != NULL)
  ------------------
  |  Branch (1105:6): [True: 3.98k, False: 1.45k]
  ------------------
 1106|  3.98k|		slot->token_info.flags |= CKF_USER_PIN_INITIALIZED;
  ------------------
  |  |  415|  3.98k|#define CKF_USER_PIN_INITIALIZED 0x00000008UL
  ------------------
 1107|       |
 1108|  5.43k|	if ((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD) || (p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH))
  ------------------
  |  |  376|  5.43k|#define SC_READER_CAP_PIN_PAD	0x00000002
  ------------------
              	if ((p15card->card->reader->capabilities & SC_READER_CAP_PIN_PAD) || (p15card->card->caps & SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH))
  ------------------
  |  |  560|  5.43k|#define SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH	0x00000100
  ------------------
  |  Branch (1108:6): [True: 0, False: 5.43k]
  |  Branch (1108:71): [True: 0, False: 5.43k]
  ------------------
 1109|      0|		slot->token_info.flags |= CKF_PROTECTED_AUTHENTICATION_PATH;
  ------------------
  |  |  418|      0|#define CKF_PROTECTED_AUTHENTICATION_PATH 0x00000100UL
  ------------------
 1110|       |
 1111|  5.43k|	if (p15card->card->caps & SC_CARD_CAP_RNG && p15card->card->ops->get_challenge != NULL)
  ------------------
  |  |  550|  10.8k|#define SC_CARD_CAP_RNG			0x00000004
  ------------------
  |  Branch (1111:6): [True: 3.77k, False: 1.66k]
  |  Branch (1111:47): [True: 3.77k, False: 0]
  ------------------
 1112|  3.77k|		slot->token_info.flags |= CKF_RNG;
  ------------------
  |  |  412|  3.77k|#define CKF_RNG 0x00000001UL
  ------------------
 1113|       |
 1114|  5.43k|	if (p15card->tokeninfo && p15card->tokeninfo->flags & SC_PKCS15_TOKEN_READONLY) {
  ------------------
  |  |  595|  5.43k|#define SC_PKCS15_TOKEN_READONLY			0x01
  ------------------
  |  Branch (1114:6): [True: 5.43k, False: 0]
  |  Branch (1114:28): [True: 176, False: 5.26k]
  ------------------
 1115|    176|		write_protected = 1;
 1116|  5.26k|	} else {
 1117|  5.26k|		write_protected = 0;
 1118|  5.26k|	}
 1119|  5.43k|	atrblock = _sc_match_atr_block(p15card->card->ctx, NULL, &p15card->card->atr);
 1120|  5.43k|	if (atrblock) {
  ------------------
  |  Branch (1120:6): [True: 0, False: 5.43k]
  ------------------
 1121|      0|		write_protected = scconf_get_bool(atrblock, "read_only", write_protected);
 1122|      0|	}
 1123|  5.43k|	if (write_protected) {
  ------------------
  |  Branch (1123:6): [True: 176, False: 5.26k]
  ------------------
 1124|    176|		slot->token_info.flags |= CKF_WRITE_PROTECTED;
  ------------------
  |  |  413|    176|#define CKF_WRITE_PROTECTED 0x00000002UL
  ------------------
 1125|    176|	}
 1126|       |
 1127|  5.43k|	slot->fw_data = fw_data = calloc(1, sizeof(*fw_data));
 1128|  5.43k|	if (!fw_data) {
  ------------------
  |  Branch (1128:6): [True: 0, False: 5.43k]
  ------------------
 1129|      0|		return;
 1130|      0|	}
 1131|  5.43k|	fw_data->auth_obj = auth;
 1132|       |
 1133|  5.43k|	if (auth != NULL) {
  ------------------
  |  Branch (1133:6): [True: 3.98k, False: 1.45k]
  ------------------
 1134|  3.98k|		pin_info = (struct sc_pkcs15_auth_info*) auth->data;
 1135|       |
 1136|  3.98k|		if (pin_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)   {
  ------------------
  |  |   94|  3.98k|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (1136:7): [True: 0, False: 3.98k]
  ------------------
 1137|      0|			pin_info = NULL;
 1138|      0|		}
 1139|  3.98k|		else   {
 1140|  3.98k|			size_t pin_len = 0;
 1141|  3.98k|			if (auth->label[0] && strncmp(auth->label, "PIN", 4) != 0)
  ------------------
  |  Branch (1141:8): [True: 3.98k, False: 0]
  |  Branch (1141:26): [True: 992, False: 2.98k]
  ------------------
 1142|    992|				pin_len = strlen(auth->label);
 1143|  3.98k|			if (pin_len && get_num_slots(p15card->card) > 1) {
  ------------------
  |  Branch (1143:8): [True: 992, False: 2.98k]
  |  Branch (1143:19): [True: 44, False: 948]
  ------------------
 1144|     44|				size_t tokeninfo_len = 0;
 1145|     44|				if (p15card->tokeninfo && p15card->tokeninfo->label)
  ------------------
  |  Branch (1145:9): [True: 44, False: 0]
  |  Branch (1145:31): [True: 41, False: 3]
  ------------------
 1146|     41|					tokeninfo_len = strlen(p15card->tokeninfo->label);
 1147|       |				/* Print the possibly truncated token label with at least 4
 1148|       |				 * characters followed by the PIN label in parenthesis */
 1149|     44|				if (tokeninfo_len == 0
  ------------------
  |  Branch (1149:9): [True: 3, False: 41]
  ------------------
 1150|     41|						|| pin_len + strlen("L... ()") > 32) {
  ------------------
  |  Branch (1150:10): [True: 0, False: 41]
  ------------------
 1151|       |					/* There is no token label or it doesn't fit,
 1152|       |					 * print only PIN label */
 1153|      3|					strcpy_bp(slot->token_info.label, auth->label, 32);
 1154|     41|				} else {
 1155|     41|					size_t max_tokeninfo_len = MIN(tokeninfo_len,
  ------------------
  |  |   70|     41|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 41, False: 0]
  |  |  ------------------
  ------------------
 1156|     41|							32 - pin_len - strlen(" ()"));
 1157|     41|					strcpy_bp(slot->token_info.label,
 1158|     41|							p15card->tokeninfo->label,
 1159|     41|							max_tokeninfo_len);
 1160|     41|					slot->token_info.label[max_tokeninfo_len]           = ' ';
 1161|     41|					slot->token_info.label[max_tokeninfo_len+1]         = '(';
 1162|     41|					strcpy_bp(slot->token_info.label+max_tokeninfo_len+2,
 1163|     41|							auth->label, pin_len);
 1164|     41|					strcpy_bp(slot->token_info.label+max_tokeninfo_len+2+pin_len,
 1165|     41|							")", 32 - max_tokeninfo_len-2-pin_len);
 1166|     41|				}
 1167|  3.93k|			} else {
 1168|       |				/* PIN label is empty or just says useless "PIN",
 1169|       |				 * print only token label */
 1170|  3.93k|				strcpy_bp(slot->token_info.label,
 1171|  3.93k|						p15card->tokeninfo ? p15card->tokeninfo->label : "",
  ------------------
  |  Branch (1171:7): [True: 3.93k, False: 0]
  ------------------
 1172|  3.93k|						32);
 1173|  3.93k|			}
 1174|       |			/* Some applications (NSS) do not like the colons in the
 1175|       |			 * TOKEN_INFO label so replace them here */
 1176|   131k|			for (int i = 0; i < 32; i++) {
  ------------------
  |  Branch (1176:20): [True: 127k, False: 3.98k]
  ------------------
 1177|   127k|				if (slot->token_info.label[i] == ':') {
  ------------------
  |  Branch (1177:9): [True: 10, False: 127k]
  ------------------
 1178|     10|					slot->token_info.label[i] = '.';
 1179|     10|				}
 1180|   127k|			}
 1181|  3.98k|			slot->token_info.flags |= CKF_LOGIN_REQUIRED;
  ------------------
  |  |  414|  3.98k|#define CKF_LOGIN_REQUIRED 0x00000004UL
  ------------------
 1182|  3.98k|		}
 1183|  3.98k|	}
 1184|       |
 1185|  5.43k|	if (pin_info) {
  ------------------
  |  Branch (1185:6): [True: 3.98k, False: 1.45k]
  ------------------
 1186|  3.98k|		slot->token_info.ulMaxPinLen = pin_info->attrs.pin.max_length;
 1187|  3.98k|		slot->token_info.ulMinPinLen = pin_info->attrs.pin.min_length;
 1188|  3.98k|	}
 1189|  1.45k|	else {
 1190|       |		/* choose reasonable defaults */
 1191|  1.45k|		slot->token_info.ulMaxPinLen = 8;
 1192|  1.45k|		slot->token_info.ulMinPinLen = 4;
 1193|  1.45k|		strcpy_bp(slot->token_info.label,
 1194|  1.45k|				p15card->tokeninfo ? p15card->tokeninfo->label : "",
  ------------------
  |  Branch (1194:5): [True: 1.45k, False: 0]
  ------------------
 1195|  1.45k|				32);
 1196|  1.45k|	}
 1197|       |
 1198|  5.43k|	slot->app_info = app_info;
 1199|  5.43k|	sc_log(context, "Initialized slot 0x%lx with token %*s", slot->id,
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1200|  5.43k|			(int)sizeof(slot->token_info.label), slot->token_info.label);
 1201|  5.43k|}
framework-pkcs15.c:pkcs15_init_token_info:
  362|  5.43k|{
  363|  5.43k|	scconf_block *conf_block = NULL;
  364|  5.43k|	char *model = NULL;
  365|       |
  366|  5.43k|	conf_block = sc_get_conf_block(p15card->card->ctx, "framework", "pkcs15", 1);
  367|  5.43k|	if (conf_block && p15card->file_app)   {
  ------------------
  |  Branch (367:6): [True: 0, False: 5.43k]
  |  Branch (367:20): [True: 0, False: 0]
  ------------------
  368|      0|		scconf_block **blocks = NULL;
  369|      0|		char str_path[SC_MAX_AID_STRING_SIZE];
  370|       |
  371|      0|		memset(str_path, 0, sizeof(str_path));
  372|      0|		sc_bin_to_hex(p15card->file_app->path.value, p15card->file_app->path.len, str_path, sizeof(str_path), 0);
  373|      0|		blocks = scconf_find_blocks(p15card->card->ctx->conf, conf_block, "application", str_path);
  374|      0|		if (blocks)   {
  ------------------
  |  Branch (374:7): [True: 0, False: 0]
  ------------------
  375|      0|			if (blocks[0])
  ------------------
  |  Branch (375:8): [True: 0, False: 0]
  ------------------
  376|      0|				model = (char *)scconf_get_str(blocks[0], "model", NULL);
  377|      0|			free(blocks);
  378|      0|		}
  379|      0|	}
  380|       |
  381|  5.43k|	if (model)
  ------------------
  |  Branch (381:6): [True: 0, False: 5.43k]
  ------------------
  382|      0|		strcpy_bp(pToken->model, model, sizeof(pToken->model));
  383|  5.43k|	else if (sc_card_ctl(p15card->card, SC_CARDCTL_GET_MODEL, &model) == SC_SUCCESS)
  ------------------
  |  |   28|  5.43k|#define SC_SUCCESS				0
  ------------------
  |  Branch (383:11): [True: 4, False: 5.43k]
  ------------------
  384|      4|		strcpy_bp(pToken->model, model, sizeof(pToken->model));
  385|  5.43k|	else if (p15card->flags & SC_PKCS15_CARD_FLAG_EMULATED)
  ------------------
  |  |  601|  5.43k|#define SC_PKCS15_CARD_FLAG_EMULATED			0x02000000
  ------------------
  |  Branch (385:11): [True: 5.21k, False: 224]
  ------------------
  386|  5.21k|		strcpy_bp(pToken->model, "PKCS#15 emulated", sizeof(pToken->model));
  387|    224|	else
  388|    224|		strcpy_bp(pToken->model, "PKCS#15", sizeof(pToken->model));
  389|       |
  390|  5.43k|	if (p15card->tokeninfo) {
  ------------------
  |  Branch (390:6): [True: 5.43k, False: 0]
  ------------------
  391|  5.43k|		strcpy_bp(pToken->manufacturerID, p15card->tokeninfo->manufacturer_id, 32);
  392|       |
  393|       |		/* Take the last 16 chars of the serial number (if the are more than 16).
  394|       |		 * _Assuming_ that the serial number is a Big Endian counter, this
  395|       |		 * will assure that the serial within each type of card will be
  396|       |		 * unique in pkcs11 (at least for the first 8^16 cards :-) */
  397|  5.43k|		if (p15card->tokeninfo->serial_number != NULL) {
  ------------------
  |  Branch (397:7): [True: 3.79k, False: 1.64k]
  ------------------
  398|  3.79k|			size_t sn_start = strlen(p15card->tokeninfo->serial_number);
  399|       |
  400|  3.79k|			if (sn_start <= 16)
  ------------------
  |  Branch (400:8): [True: 2.83k, False: 961]
  ------------------
  401|  2.83k|				sn_start = 0;
  402|    961|			else
  403|    961|				sn_start -= 16;
  404|       |
  405|  3.79k|			strcpy_bp(pToken->serialNumber, p15card->tokeninfo->serial_number + sn_start, 16);
  406|  3.79k|		}
  407|  5.43k|	}
  408|       |
  409|  5.43k|	pToken->ulMaxSessionCount = CK_EFFECTIVELY_INFINITE;
  ------------------
  |  |   31|  5.43k|#define CK_EFFECTIVELY_INFINITE 0UL
  ------------------
  410|  5.43k|	pToken->ulSessionCount = 0; /* FIXME */
  411|  5.43k|	pToken->ulMaxRwSessionCount = CK_EFFECTIVELY_INFINITE;
  ------------------
  |  |   31|  5.43k|#define CK_EFFECTIVELY_INFINITE 0UL
  ------------------
  412|  5.43k|	pToken->ulRwSessionCount = 0; /* FIXME */
  413|  5.43k|	pToken->ulTotalPublicMemory = CK_UNAVAILABLE_INFORMATION;
  ------------------
  |  |   32|  5.43k|#define CK_UNAVAILABLE_INFORMATION ~0UL
  ------------------
  414|  5.43k|	pToken->ulFreePublicMemory = CK_UNAVAILABLE_INFORMATION;
  ------------------
  |  |   32|  5.43k|#define CK_UNAVAILABLE_INFORMATION ~0UL
  ------------------
  415|  5.43k|	pToken->ulTotalPrivateMemory = CK_UNAVAILABLE_INFORMATION;
  ------------------
  |  |   32|  5.43k|#define CK_UNAVAILABLE_INFORMATION ~0UL
  ------------------
  416|  5.43k|	pToken->ulFreePrivateMemory = CK_UNAVAILABLE_INFORMATION;
  ------------------
  |  |   32|  5.43k|#define CK_UNAVAILABLE_INFORMATION ~0UL
  ------------------
  417|  5.43k|	pToken->hardwareVersion.major = p15card->card->version.hw_major;
  418|  5.43k|	pToken->hardwareVersion.minor = p15card->card->version.hw_minor;
  419|  5.43k|	pToken->firmwareVersion.major = p15card->card->version.fw_major;
  420|  5.43k|	pToken->firmwareVersion.minor = p15card->card->version.fw_minor;
  421|  5.43k|}
framework-pkcs15.c:get_num_slots:
 1083|    992|{
 1084|    992|	unsigned int i;
 1085|    992|	for (i = 0; i < list_size(&virtual_slots); i++) {
  ------------------
  |  Branch (1085:14): [True: 992, False: 0]
  ------------------
 1086|    992|		sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *)list_get_at(&virtual_slots, i);
 1087|    992|		if (slot && slot->p11card && slot->p11card->card == card)
  ------------------
  |  Branch (1087:7): [True: 992, False: 0]
  |  Branch (1087:15): [True: 992, False: 0]
  |  Branch (1087:32): [True: 992, False: 0]
  ------------------
 1088|    992|			return slot->p11card->num_slots;
 1089|    992|	}
 1090|      0|	return 0;
 1091|    992|}
framework-pkcs15.c:_pkcs15_create_typed_objects:
 1235|  5.79k|{
 1236|  5.79k|	int rv;
 1237|       |
 1238|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PRKEY_RSA, "RSA private key",
  ------------------
  |  |  419|  5.79k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
 1239|  5.79k|			__pkcs15_create_prkey_object);
 1240|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1240:6): [True: 0, False: 5.79k]
  ------------------
 1241|      0|		return rv;
 1242|       |
 1243|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PUBKEY_RSA, "RSA public key",
  ------------------
  |  |  426|  5.79k|#define SC_PKCS15_TYPE_PUBKEY_RSA		0x201
  ------------------
 1244|  5.79k|			__pkcs15_create_pubkey_object);
 1245|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1245:6): [True: 0, False: 5.79k]
  ------------------
 1246|      0|		return rv;
 1247|       |
 1248|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PRKEY_EC, "EC private key",
  ------------------
  |  |  421|  5.79k|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
 1249|  5.79k|			__pkcs15_create_prkey_object);
 1250|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1250:6): [True: 0, False: 5.79k]
  ------------------
 1251|      0|		return rv;
 1252|       |
 1253|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PUBKEY_EC, "EC public key",
  ------------------
  |  |  428|  5.79k|#define SC_PKCS15_TYPE_PUBKEY_EC		0x204
  ------------------
 1254|  5.79k|			__pkcs15_create_pubkey_object);
 1255|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1255:6): [True: 0, False: 5.79k]
  ------------------
 1256|      0|		return rv;
 1257|       |
 1258|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PRKEY_EDDSA, "EdDSA private key",
  ------------------
  |  |  422|  5.79k|#define SC_PKCS15_TYPE_PRKEY_EDDSA		0x105
  ------------------
 1259|  5.79k|			__pkcs15_create_prkey_object);
 1260|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1260:6): [True: 0, False: 5.79k]
  ------------------
 1261|      0|		return rv;
 1262|       |
 1263|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PUBKEY_EDDSA, "EdDSA public key",
  ------------------
  |  |  429|  5.79k|#define SC_PKCS15_TYPE_PUBKEY_EDDSA		0x205
  ------------------
 1264|  5.79k|			__pkcs15_create_pubkey_object);
 1265|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1265:6): [True: 0, False: 5.79k]
  ------------------
 1266|      0|		return rv;
 1267|       |
 1268|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PRKEY_XEDDSA, "XEdDSA private key",
  ------------------
  |  |  423|  5.79k|#define SC_PKCS15_TYPE_PRKEY_XEDDSA		0x106
  ------------------
 1269|  5.79k|			__pkcs15_create_prkey_object);
 1270|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1270:6): [True: 0, False: 5.79k]
  ------------------
 1271|      0|		return rv;
 1272|       |
 1273|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PUBKEY_XEDDSA, "XEdDSA public key",
  ------------------
  |  |  430|  5.79k|#define SC_PKCS15_TYPE_PUBKEY_XEDDSA		0x206
  ------------------
 1274|  5.79k|			__pkcs15_create_pubkey_object);
 1275|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1275:6): [True: 0, False: 5.79k]
  ------------------
 1276|      0|		return rv;
 1277|       |
 1278|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PRKEY_GOSTR3410, "GOSTR3410 private key",
  ------------------
  |  |  420|  5.79k|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
 1279|  5.79k|			__pkcs15_create_prkey_object);
 1280|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1280:6): [True: 0, False: 5.79k]
  ------------------
 1281|      0|		return rv;
 1282|       |
 1283|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_PUBKEY_GOSTR3410, "GOSTR3410 public key",
  ------------------
  |  |  427|  5.79k|#define SC_PKCS15_TYPE_PUBKEY_GOSTR3410		0x203
  ------------------
 1284|  5.79k|			__pkcs15_create_pubkey_object);
 1285|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1285:6): [True: 0, False: 5.79k]
  ------------------
 1286|      0|		return rv;
 1287|       |
 1288|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_CERT_X509, "certificate",
  ------------------
  |  |  439|  5.79k|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
 1289|  5.79k|			__pkcs15_create_cert_object);
 1290|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1290:6): [True: 0, False: 5.79k]
  ------------------
 1291|      0|		return rv;
 1292|       |
 1293|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_DATA_OBJECT, "data object",
  ------------------
  |  |  442|  5.79k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
 1294|  5.79k|			__pkcs15_create_data_object);
 1295|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1295:6): [True: 0, False: 5.79k]
  ------------------
 1296|      0|		return rv;
 1297|       |
 1298|  5.79k|	rv = pkcs15_create_pkcs11_objects(fw_data, SC_PKCS15_TYPE_SKEY_GENERIC, "Generic secret key",
  ------------------
  |  |  433|  5.79k|#define SC_PKCS15_TYPE_SKEY_GENERIC		0x301
  ------------------
 1299|  5.79k|			__pkcs15_create_secret_key_object);
 1300|  5.79k|	if (rv < 0)
  ------------------
  |  Branch (1300:6): [True: 0, False: 5.79k]
  ------------------
 1301|      0|		return rv;
 1302|       |
 1303|       |	/* Match up related keys and certificates */
 1304|  5.79k|	pkcs15_bind_related_objects(fw_data);
 1305|  5.79k|	sc_log(context, "found %i FW objects", fw_data->num_objects);
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1306|       |
 1307|  5.79k|	return rv;
 1308|  5.79k|}
framework-pkcs15.c:pkcs15_create_pkcs11_objects:
  853|  75.2k|{
  854|  75.2k|	struct sc_pkcs15_object *p15_object[MAX_OBJECTS];
  855|  75.2k|	int i, count, rv;
  856|       |
  857|  75.2k|	rv = count = sc_pkcs15_get_objects(fw_data->p15_card, p15_type, p15_object, MAX_OBJECTS);
  ------------------
  |  |   66|  75.2k|#define MAX_OBJECTS	128
  ------------------
  858|  75.2k|	if (rv >= 0)
  ------------------
  |  Branch (858:6): [True: 75.2k, False: 0]
  ------------------
  859|  75.2k|		sc_log(context, "Found %d %s%s", count, name, (count == 1)? "" : "s");
  ------------------
  |  |   71|   150k|#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: 1.86k, False: 73.4k]
  |  |  ------------------
  ------------------
  860|       |
  861|   102k|	for (i = 0; rv >= 0 && i < count; i++)
  ------------------
  |  Branch (861:14): [True: 101k, False: 837]
  |  Branch (861:25): [True: 26.8k, False: 74.4k]
  ------------------
  862|  26.8k|		rv = create(fw_data, p15_object[i], NULL);
  863|       |
  864|  75.2k|	return count;
  865|  75.2k|}
framework-pkcs15.c:__pkcs15_create_prkey_object:
  756|  3.61k|{
  757|  3.61k|	struct pkcs15_any_object *any_object = NULL;
  758|  3.61k|	struct pkcs15_prkey_object *object = NULL;
  759|  3.61k|	int rv;
  760|       |
  761|  3.61k|	rv = __pkcs15_create_object(fw_data, &any_object,
  762|  3.61k|			prkey, &pkcs15_prkey_ops, sizeof(struct pkcs15_prkey_object));
  763|  3.61k|	object = (struct pkcs15_prkey_object *) any_object;
  764|  3.61k|	if (rv >= 0)
  ------------------
  |  Branch (764:6): [True: 3.61k, False: 0]
  ------------------
  765|  3.61k|		object->prv_info = (struct sc_pkcs15_prkey_info *) prkey->data;
  766|       |
  767|  3.61k|	if (prkey_object != NULL)
  ------------------
  |  Branch (767:6): [True: 0, False: 3.61k]
  ------------------
  768|      0|		*prkey_object = any_object;
  769|       |
  770|  3.61k|	return rv;
  771|  3.61k|}
framework-pkcs15.c:__pkcs15_create_object:
  444|  31.7k|{
  445|  31.7k|	struct pkcs15_any_object *obj;
  446|       |
  447|  31.7k|	if (fw_data->num_objects >= MAX_OBJECTS)
  ------------------
  |  |   66|  31.7k|#define MAX_OBJECTS	128
  ------------------
  |  Branch (447:6): [True: 0, False: 31.7k]
  ------------------
  448|      0|		return SC_ERROR_TOO_MANY_OBJECTS;
  ------------------
  |  |   86|      0|#define SC_ERROR_TOO_MANY_OBJECTS		-1405
  ------------------
  449|       |
  450|  31.7k|	if (!(obj = calloc(1, size)))
  ------------------
  |  Branch (450:6): [True: 0, False: 31.7k]
  ------------------
  451|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  452|       |
  453|  31.7k|	fw_data->objects[fw_data->num_objects++] = obj;
  454|       |
  455|  31.7k|	obj->base.ops = ops;
  456|  31.7k|	obj->p15_object = p15_object;
  457|  31.7k|	obj->refcount = 1;
  458|  31.7k|	obj->size = size;
  459|       |
  460|  31.7k|	*result = obj;
  461|  31.7k|	return SC_SUCCESS;
  ------------------
  |  |   28|  31.7k|#define SC_SUCCESS				0
  ------------------
  462|  31.7k|}
framework-pkcs15.c:__pkcs15_create_pubkey_object:
  701|  1.20k|{
  702|  1.20k|	struct pkcs15_any_object *any_object = NULL;
  703|  1.20k|	struct pkcs15_pubkey_object *object = NULL;
  704|  1.20k|	struct sc_pkcs15_pubkey *p15_key = NULL;
  705|  1.20k|	int rv;
  706|       |
  707|       |	/* Read public key from card */
  708|       |	/* Attempt to read pubkey from card or file.
  709|       |	 * During initialization process, the key may have been created
  710|       |	 * and saved as a file before the certificate has been created.
  711|       |	 */
  712|  1.20k|	if (pubkey->flags & SC_PKCS15_CO_FLAG_PRIVATE)   {	/* is the key private? */
  ------------------
  |  |   50|  1.20k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  |  Branch (712:6): [True: 36, False: 1.17k]
  ------------------
  713|     36|		sc_log(context, "No pubkey");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  714|     36|		p15_key = NULL;					/* will read key when needed */
  715|     36|	}
  716|  1.17k|	else {
  717|       |		/* if emulation already created pubkey use it */
  718|  1.17k|		if (pubkey->emulated && (fw_data->p15_card->flags & SC_PKCS15_CARD_FLAG_EMULATED)) {
  ------------------
  |  |  601|  1.11k|#define SC_PKCS15_CARD_FLAG_EMULATED			0x02000000
  ------------------
  |  Branch (718:7): [True: 1.11k, False: 63]
  |  Branch (718:27): [True: 1.11k, False: 0]
  ------------------
  719|  1.11k|			sc_log(context, "Use emulated pubkey");
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  720|  1.11k|			sc_pkcs15_dup_pubkey(context, (struct sc_pkcs15_pubkey *) pubkey->emulated, &p15_key);
  721|  1.11k|		}
  722|     63|		else {
  723|     63|			sc_log(context, "Get pubkey from PKCS#15 object");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  724|     63|			rv = sc_pkcs15_read_pubkey(fw_data->p15_card, pubkey, &p15_key);
  725|     63|			if (rv < 0)
  ------------------
  |  Branch (725:8): [True: 62, False: 1]
  ------------------
  726|     62|				 p15_key = NULL;
  727|     63|		}
  728|  1.17k|	}
  729|       |
  730|       |	/* Public key object */
  731|  1.20k|	rv = __pkcs15_create_object(fw_data, &any_object,
  732|  1.20k|			pubkey, &pkcs15_pubkey_ops, sizeof(struct pkcs15_pubkey_object));
  733|  1.20k|	object = (struct pkcs15_pubkey_object *) any_object;
  734|  1.20k|	if (rv >= 0) {
  ------------------
  |  Branch (734:6): [True: 1.20k, False: 0]
  ------------------
  735|  1.20k|		object->pub_info = (struct sc_pkcs15_pubkey_info *) pubkey->data;
  736|  1.20k|		object->pub_data = p15_key;
  737|  1.20k|		if (p15_key && object->pub_info->modulus_length == 0 && p15_key->algorithm == SC_ALGORITHM_RSA)
  ------------------
  |  |   69|  1.04k|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (737:7): [True: 1.10k, False: 100]
  |  Branch (737:18): [True: 1.04k, False: 66]
  |  Branch (737:59): [True: 1, False: 1.04k]
  ------------------
  738|      1|			object->pub_info->modulus_length = 8 * p15_key->u.rsa.modulus.len;
  739|  1.20k|	} else {
  740|      0|		sc_pkcs15_free_pubkey(p15_key);
  741|      0|	}
  742|  1.20k|	if (object && object->pub_data) {
  ------------------
  |  Branch (742:6): [True: 1.20k, False: 0]
  |  Branch (742:16): [True: 1.10k, False: 100]
  ------------------
  743|  1.10k|		if ((object->pub_data->alg_id)&&(object->pub_data->algorithm == SC_ALGORITHM_GOSTR3410))
  ------------------
  |  |   71|  1.10k|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (743:7): [True: 1.10k, False: 1]
  |  Branch (743:35): [True: 0, False: 1.10k]
  ------------------
  744|      0|			object->pub_data->alg_id->params = &((object->pub_data->u).gostr3410.params);
  745|  1.10k|	}
  746|  1.20k|	if (pubkey_object != NULL)
  ------------------
  |  Branch (746:6): [True: 0, False: 1.20k]
  ------------------
  747|      0|		*pubkey_object = any_object;
  748|       |
  749|  1.20k|	return rv;
  750|  1.20k|}
framework-pkcs15.c:__pkcs15_create_cert_object:
  635|  2.18k|{
  636|  2.18k|	struct sc_pkcs15_cert_info *p15_info = NULL;
  637|  2.18k|	struct sc_pkcs15_cert *p15_cert = NULL;
  638|  2.18k|	struct pkcs15_any_object *any_object = NULL;
  639|  2.18k|	struct pkcs15_cert_object *object = NULL;
  640|  2.18k|	struct pkcs15_pubkey_object *obj2 = NULL;
  641|  2.18k|	struct pkcs15_any_object *any_object2 = NULL;
  642|  2.18k|	int rv;
  643|       |
  644|  2.18k|	p15_info = (struct sc_pkcs15_cert_info *) cert->data;
  645|       |
  646|  2.18k|	if (cert->flags & SC_PKCS15_CO_FLAG_PRIVATE)  {	/* is the cert private? */
  ------------------
  |  |   50|  2.18k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  |  Branch (646:6): [True: 203, False: 1.98k]
  ------------------
  647|    203|		p15_cert = NULL;			/* will read cert when needed */
  648|    203|	}
  649|  1.98k|	else    {
  650|  1.98k|		rv = sc_pkcs15_read_certificate(fw_data->p15_card, p15_info, 0, &p15_cert);
  651|  1.98k|		if (rv < 0)
  ------------------
  |  Branch (651:7): [True: 837, False: 1.14k]
  ------------------
  652|    837|			return rv;
  653|  1.98k|	}
  654|       |
  655|       |	/* Certificate object */
  656|  1.34k|	rv = __pkcs15_create_object(fw_data, &any_object,
  657|  1.34k|			cert, &pkcs15_cert_ops, sizeof(struct pkcs15_cert_object));
  658|  1.34k|	object = (struct pkcs15_cert_object *) any_object;
  659|  1.34k|	if (rv < 0) {
  ------------------
  |  Branch (659:6): [True: 0, False: 1.34k]
  ------------------
  660|      0|		if (p15_cert != NULL)
  ------------------
  |  Branch (660:7): [True: 0, False: 0]
  ------------------
  661|      0|			sc_pkcs15_free_certificate(p15_cert);
  662|      0|		return rv;
  663|      0|	}
  664|       |
  665|  1.34k|	object->cert_info = p15_info;
  666|  1.34k|	object->cert_data = p15_cert;
  667|       |
  668|       |	/* Corresponding public key */
  669|  1.34k|	rv = public_key_created(fw_data, &p15_info->id, &any_object2);
  670|  1.34k|	if (rv != SC_SUCCESS)
  ------------------
  |  |   28|  1.34k|#define SC_SUCCESS				0
  ------------------
  |  Branch (670:6): [True: 238, False: 1.11k]
  ------------------
  671|    238|		rv = __pkcs15_create_object(fw_data, &any_object2,
  672|    238|				NULL, &pkcs15_pubkey_ops, sizeof(struct pkcs15_pubkey_object));
  673|  1.34k|	obj2 = (struct pkcs15_pubkey_object *) any_object2;
  674|  1.34k|	if (rv < 0)
  ------------------
  |  Branch (674:6): [True: 0, False: 1.34k]
  ------------------
  675|      0|		return rv;
  676|       |
  677|  1.34k|	if (p15_cert) {
  ------------------
  |  Branch (677:6): [True: 1.14k, False: 203]
  ------------------
  678|       |		 /* make a copy of public key from the cert */
  679|  1.14k|		if (!obj2->pub_data)
  ------------------
  |  Branch (679:7): [True: 37, False: 1.10k]
  ------------------
  680|     37|			rv = sc_pkcs15_pubkey_from_cert(context, &p15_cert->data, &obj2->pub_data);
  681|  1.14k|		if (rv < 0)
  ------------------
  |  Branch (681:7): [True: 0, False: 1.14k]
  ------------------
  682|      0|			return rv;
  683|  1.14k|	}
  684|       |
  685|  1.34k|	obj2->pub_genfrom = object;
  ------------------
  |  |  117|  1.34k|#define pub_genfrom		base.related_cert
  ------------------
  686|  1.34k|	object->cert_pubkey = obj2;
  ------------------
  |  |   94|  1.34k|#define cert_pubkey		base.related_pubkey
  ------------------
  687|       |
  688|       |	/* Find missing labels for certificate */
  689|  1.34k|	pkcs15_cert_extract_label(object);
  690|       |
  691|  1.34k|	if (cert_object != NULL)
  ------------------
  |  Branch (691:6): [True: 0, False: 1.34k]
  ------------------
  692|      0|		*cert_object = any_object;
  693|       |
  694|  1.34k|	return 0;
  695|  1.34k|}
framework-pkcs15.c:public_key_created:
  582|  1.34k|{
  583|  1.34k|	size_t ii;
  584|       |
  585|  21.4k|	for(ii=0; ii<fw_data->num_objects; ii++) {
  ------------------
  |  Branch (585:12): [True: 21.1k, False: 238]
  ------------------
  586|  21.1k|		struct pkcs15_any_object *any_object = fw_data->objects[ii];
  587|  21.1k|		struct sc_pkcs15_object *p15_object = any_object->p15_object;
  588|       |
  589|  21.1k|		if (!p15_object)
  ------------------
  |  Branch (589:7): [True: 367, False: 20.8k]
  ------------------
  590|    367|			continue;
  591|       |
  592|  20.8k|		if ((p15_object->type & SC_PKCS15_TYPE_CLASS_MASK) != SC_PKCS15_TYPE_PUBKEY)
  ------------------
  |  |  416|  20.8k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              		if ((p15_object->type & SC_PKCS15_TYPE_CLASS_MASK) != SC_PKCS15_TYPE_PUBKEY)
  ------------------
  |  |  425|  20.8k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (592:7): [True: 13.9k, False: 6.83k]
  ------------------
  593|  13.9k|			continue;
  594|       |
  595|  6.83k|		if (sc_pkcs15_compare_id(id, &((struct sc_pkcs15_pubkey_info *)p15_object->data)->id))   {
  ------------------
  |  Branch (595:7): [True: 1.11k, False: 5.72k]
  ------------------
  596|  1.11k|			if (obj2)
  ------------------
  |  Branch (596:8): [True: 1.11k, False: 0]
  ------------------
  597|  1.11k|				*obj2 = any_object;
  598|  1.11k|			return SC_SUCCESS;
  ------------------
  |  |   28|  1.11k|#define SC_SUCCESS				0
  ------------------
  599|  1.11k|		}
  600|  6.83k|	}
  601|       |
  602|    238|	return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|    238|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  603|  1.34k|}
framework-pkcs15.c:pkcs15_cert_extract_label:
  607|  1.34k|{
  608|  1.34k|	if (!cert || !cert->cert_p15obj || !cert->cert_data)
  ------------------
  |  |   93|  2.69k|#define cert_p15obj		base.p15_object
  ------------------
  |  Branch (608:6): [True: 0, False: 1.34k]
  |  Branch (608:15): [True: 0, False: 1.34k]
  |  Branch (608:37): [True: 203, False: 1.14k]
  ------------------
  609|    203|		return;
  610|       |
  611|  1.14k|	sc_log(context, "pkcs15_cert_extract_label() called. Current label: %s", cert->cert_p15obj->label);
  ------------------
  |  |   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__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  611|  1.14k|	sc_log(context, "pkcs15_cert_extract_label() called. Current label: %s", cert->cert_p15obj->label);
  |  |  |  |  ------------------
  |  |  |  |  |  |   93|  1.14k|#define cert_p15obj		base.p15_object
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  612|       |
  613|       |	/* if we didn't get a label, set one based on the CN */
  614|  1.14k|	if (*cert->cert_p15obj->label == '\0') { /* can't be NULL -- static array */
  ------------------
  |  |   93|  1.14k|#define cert_p15obj		base.p15_object
  ------------------
  |  Branch (614:6): [True: 0, False: 1.14k]
  ------------------
  615|      0|		static const struct sc_object_id cn_oid = {{ 2, 5, 4, 3, -1 }};
  616|      0|		u8 *cn_name = NULL;
  617|      0|		size_t cn_len = 0;
  618|      0|		int rv = sc_pkcs15_get_name_from_dn(context,
  619|      0|			cert->cert_data->subject, cert->cert_data->subject_len,
  620|      0|			&cn_oid, &cn_name, &cn_len);
  621|      0|		if (rv == SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (621:7): [True: 0, False: 0]
  ------------------
  622|      0|			sc_log(context, "pkcs15_cert_extract_label(): Name from DN is %.*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__
  |  |  ------------------
  ------------------
  623|      0|					(unsigned int) cn_len, cn_name);
  624|      0|			cn_len = MIN(cn_len, SC_PKCS15_MAX_LABEL_SIZE-1);
  ------------------
  |  |   70|      0|#define MIN(x, y) (((x) < (y)) ? (x) : (y))
  |  |  ------------------
  |  |  |  Branch (70:20): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  625|      0|			memcpy(cert->cert_p15obj->label, cn_name, cn_len);
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
  626|      0|			cert->cert_p15obj->label[cn_len] = '\0';
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
  627|      0|		}
  628|      0|		free(cn_name);
  629|      0|	}
  630|  1.14k|}
framework-pkcs15.c:__pkcs15_create_data_object:
  777|  19.8k|{
  778|  19.8k|	struct pkcs15_any_object *any_object = NULL;
  779|  19.8k|	struct pkcs15_data_object *dobj = NULL;
  780|  19.8k|	int rv;
  781|       |
  782|  19.8k|	rv = __pkcs15_create_object(fw_data, &any_object,
  783|  19.8k|			object, &pkcs15_dobj_ops, sizeof(struct pkcs15_data_object));
  784|  19.8k|        dobj = (struct pkcs15_data_object *) any_object;
  785|  19.8k|	if (rv >= 0)   {
  ------------------
  |  Branch (785:6): [True: 19.8k, False: 0]
  ------------------
  786|  19.8k|		dobj->info = (struct sc_pkcs15_data_info *) object->data;
  787|  19.8k|		dobj->value = NULL;
  788|  19.8k|	}
  789|       |
  790|  19.8k|	if (data_object != NULL)
  ------------------
  |  Branch (790:6): [True: 0, False: 19.8k]
  ------------------
  791|      0|		*data_object = any_object;
  792|       |
  793|  19.8k|	return rv;
  794|  19.8k|}
framework-pkcs15.c:__pkcs15_create_secret_key_object:
  831|     13|{
  832|     13|	struct pkcs15_any_object *any_object = NULL;
  833|     13|	struct pkcs15_skey_object *skey = NULL;
  834|     13|	int rv;
  835|       |
  836|     13|	rv = __pkcs15_create_object(fw_data, &any_object,
  837|     13|			object, &pkcs15_skey_ops, sizeof(struct pkcs15_skey_object));
  838|     13|	skey = (struct pkcs15_skey_object *)any_object;
  839|     13|	if (rv >= 0)
  ------------------
  |  Branch (839:6): [True: 13, False: 0]
  ------------------
  840|     13|		skey->info = (struct sc_pkcs15_skey_info *)object->data;
  841|       |
  842|     13|	if (skey_object != NULL)
  ------------------
  |  Branch (842:6): [True: 13, False: 0]
  ------------------
  843|     13|		*skey_object = any_object;
  844|       |
  845|     13|	return rv;
  846|     13|}
framework-pkcs15.c:pkcs15_bind_related_objects:
  957|  5.79k|{
  958|  5.79k|	unsigned int i;
  959|       |
  960|       |	/* Loop over all private keys and attached related certificate
  961|       |	 * and/or public key
  962|       |	 */
  963|  32.4k|	for (i = 0; i < fw_data->num_objects; i++) {
  ------------------
  |  Branch (963:14): [True: 26.6k, False: 5.79k]
  ------------------
  964|  26.6k|		struct pkcs15_any_object *obj = fw_data->objects[i];
  965|       |
  966|  26.6k|		if (obj->base.flags & SC_PKCS11_OBJECT_HIDDEN)
  ------------------
  |  |  138|  26.6k|#define SC_PKCS11_OBJECT_HIDDEN	0x0002
  ------------------
  |  Branch (966:7): [True: 666, False: 26.0k]
  ------------------
  967|    666|			continue;
  968|       |
  969|  26.0k|		sc_log(context, "Looking for objects related to object %d", i);
  ------------------
  |  |   71|  26.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__
  |  |  ------------------
  ------------------
  970|  26.0k|		if (is_privkey(obj))
  ------------------
  |  |  120|  26.0k|#define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  119|  26.0k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 26.0k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 25.7k, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  416|  26.0k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  |  |  ------------------
  |  |               #define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  418|  26.0k|#define SC_PKCS15_TYPE_PRKEY			0x100
  |  |  ------------------
  |  |  |  Branch (120:26): [True: 2.99k, False: 23.0k]
  |  |  ------------------
  ------------------
  971|  2.99k|			__pkcs15_prkey_bind_related(fw_data, (struct pkcs15_prkey_object *) obj);
  972|  23.0k|		else if (is_cert(obj))
  ------------------
  |  |  122|  23.0k|#define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  119|  23.0k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 23.0k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 22.7k, False: 238]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  439|  23.0k|#define SC_PKCS15_TYPE_CERT_X509		0x401
  |  |  ------------------
  |  |  |  Branch (122:23): [True: 1.34k, False: 21.6k]
  |  |  ------------------
  ------------------
  973|  1.34k|			__pkcs15_cert_bind_related(fw_data, (struct pkcs15_cert_object *) obj);
  974|  26.0k|	}
  975|  5.79k|}
framework-pkcs15.c:__pkcs15_prkey_bind_related:
  870|  2.99k|{
  871|  2.99k|	struct sc_pkcs15_id *id = &pk->prv_info->id;
  872|  2.99k|	unsigned int i;
  873|       |
  874|  2.99k|	sc_log(context, "Object is a private key and has id %s", sc_pkcs15_print_id(id));
  ------------------
  |  |   71|  2.99k|#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|       |
  876|  83.0k|	for (i = 0; i < fw_data->num_objects; i++) {
  ------------------
  |  Branch (876:14): [True: 80.0k, False: 2.99k]
  ------------------
  877|  80.0k|		struct pkcs15_any_object *obj = fw_data->objects[i];
  878|       |
  879|  80.0k|		if (obj->base.flags & SC_PKCS11_OBJECT_HIDDEN)
  ------------------
  |  |  138|  80.0k|#define SC_PKCS11_OBJECT_HIDDEN	0x0002
  ------------------
  |  Branch (879:7): [True: 1.13k, False: 78.9k]
  ------------------
  880|  1.13k|			continue;
  881|  78.9k|		if (is_privkey(obj) && obj != (struct pkcs15_any_object *) pk) {
  ------------------
  |  |  120|   157k|#define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  119|  78.9k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 78.9k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 78.2k, False: 663]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  416|  78.9k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  |  |  ------------------
  |  |               #define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  418|  78.9k|#define SC_PKCS15_TYPE_PRKEY			0x100
  |  |  ------------------
  |  |  |  Branch (120:26): [True: 18.8k, False: 60.0k]
  |  |  ------------------
  ------------------
  |  Branch (881:26): [True: 15.8k, False: 2.99k]
  ------------------
  882|       |			/* merge private keys with the same ID and
  883|       |			 * different usage bits */
  884|  15.8k|			struct pkcs15_prkey_object *other, **pp;
  885|       |
  886|  15.8k|			other = (struct pkcs15_prkey_object *) obj;
  887|  15.8k|			if (sc_pkcs15_compare_id(&other->prv_info->id, id)) {
  ------------------
  |  Branch (887:8): [True: 648, False: 15.2k]
  ------------------
  888|    648|				obj->base.flags |= SC_PKCS11_OBJECT_HIDDEN;
  ------------------
  |  |  138|    648|#define SC_PKCS11_OBJECT_HIDDEN	0x0002
  ------------------
  889|  1.58k|				for (pp = &pk->prv_next; *pp; pp = &(*pp)->prv_next)
  ------------------
  |  |  107|    648|#define prv_next		base.related_privkey
  ------------------
              				for (pp = &pk->prv_next; *pp; pp = &(*pp)->prv_next)
  ------------------
  |  |  107|    935|#define prv_next		base.related_privkey
  ------------------
  |  Branch (889:30): [True: 935, False: 648]
  ------------------
  890|    935|					;
  891|    648|				*pp = (struct pkcs15_prkey_object *) obj;
  892|    648|			}
  893|  15.8k|		}
  894|  63.0k|		else if (is_pubkey(obj) && !pk->prv_pubkey) {
  ------------------
  |  |  121|   126k|#define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  119|  63.0k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 63.0k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 62.3k, False: 663]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  416|  63.0k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  |  |  ------------------
  |  |               #define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  425|  63.0k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  |  |  ------------------
  |  |  |  Branch (121:25): [True: 12.4k, False: 50.5k]
  |  |  ------------------
  ------------------
              		else if (is_pubkey(obj) && !pk->prv_pubkey) {
  ------------------
  |  |  106|  12.4k|#define prv_pubkey		base.related_pubkey
  ------------------
  |  Branch (894:30): [True: 6.83k, False: 5.65k]
  ------------------
  895|  6.83k|			struct pkcs15_pubkey_object *pubkey;
  896|       |
  897|  6.83k|			pubkey = (struct pkcs15_pubkey_object *) obj;
  898|  6.83k|			if (sc_pkcs15_compare_id(&pubkey->pub_info->id, id)) {
  ------------------
  |  Branch (898:8): [True: 1.18k, False: 5.65k]
  ------------------
  899|  1.18k|				sc_log(context, "Associating object %d as public key", i);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  900|  1.18k|				pk->prv_pubkey = pubkey;
  ------------------
  |  |  106|  1.18k|#define prv_pubkey		base.related_pubkey
  ------------------
  901|  1.18k|				if (pubkey->pub_data) {
  ------------------
  |  Branch (901:9): [True: 1.11k, False: 72]
  ------------------
  902|  1.11k|					sc_pkcs15_dup_pubkey(context, pubkey->pub_data, &pk->pub_data);
  903|  1.11k|					if (pk->prv_info->modulus_length == 0)
  ------------------
  |  Branch (903:10): [True: 1.04k, False: 66]
  ------------------
  904|  1.04k|						pk->prv_info->modulus_length = pubkey->pub_info->modulus_length;
  905|  1.11k|				}
  906|  1.18k|			}
  907|  6.83k|		}
  908|  78.9k|	}
  909|  2.99k|}
framework-pkcs15.c:__pkcs15_cert_bind_related:
  914|  1.34k|{
  915|  1.34k|	struct sc_pkcs15_cert *c1 = cert->cert_data;
  916|  1.34k|	struct sc_pkcs15_id *id = &cert->cert_info->id;
  917|  1.34k|	unsigned int i;
  918|       |
  919|  1.34k|	sc_log(context, "Object is a certificate and has id %s", sc_pkcs15_print_id(id));
  ------------------
  |  |   71|  1.34k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  920|       |
  921|       |	/* Loop over all objects to see if we find the certificate of
  922|       |	 * the issuer and the associated private key */
  923|  69.4k|	for (i = 0; i < fw_data->num_objects; i++) {
  ------------------
  |  Branch (923:14): [True: 68.2k, False: 1.20k]
  ------------------
  924|  68.2k|		struct pkcs15_any_object *obj = fw_data->objects[i];
  925|       |
  926|  68.2k|		if (is_cert(obj) && obj != (struct pkcs15_any_object *) cert) {
  ------------------
  |  |  122|   136k|#define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  119|  68.2k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 68.2k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 67.2k, False: 1.05k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  439|  68.2k|#define SC_PKCS15_TYPE_CERT_X509		0x401
  |  |  ------------------
  |  |  |  Branch (122:23): [True: 12.1k, False: 56.1k]
  |  |  ------------------
  ------------------
  |  Branch (926:23): [True: 10.9k, False: 1.24k]
  ------------------
  927|  10.9k|			struct pkcs15_cert_object *cert2;
  928|  10.9k|			struct sc_pkcs15_cert *c2;
  929|       |
  930|  10.9k|			cert2 = (struct pkcs15_cert_object *) obj;
  931|  10.9k|			c2 = cert2->cert_data;
  932|       |
  933|  10.9k|			if (!c1 || !c2 || !c1->issuer_len || !c2->subject_len)
  ------------------
  |  Branch (933:8): [True: 734, False: 10.1k]
  |  Branch (933:15): [True: 0, False: 10.1k]
  |  Branch (933:22): [True: 58, False: 10.1k]
  |  Branch (933:41): [True: 0, False: 10.1k]
  ------------------
  934|    792|				continue;
  935|  10.1k|			if (c1->issuer_len == c2->subject_len
  ------------------
  |  Branch (935:8): [True: 9.84k, False: 284]
  ------------------
  936|  9.84k|			 && !memcmp(c1->issuer, c2->subject, c1->issuer_len)) {
  ------------------
  |  Branch (936:8): [True: 147, False: 9.69k]
  ------------------
  937|    147|				sc_log(context, "Associating object %d (id %s) as issuer",
  ------------------
  |  |   71|    147|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  938|    147|						i, sc_pkcs15_print_id(&cert2->cert_info->id));
  939|    147|				cert->cert_issuer = (struct pkcs15_cert_object *) obj;
  ------------------
  |  |   95|    147|#define cert_issuer		base.related_cert
  ------------------
  940|    147|				return;
  941|    147|			}
  942|  10.1k|		} else
  943|  57.3k|		if (is_privkey(obj) && !cert->cert_prvkey) {
  ------------------
  |  |  120|   114k|#define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  119|  57.3k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 57.3k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 56.3k, False: 1.05k]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  416|  57.3k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  |  |  ------------------
  |  |               #define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  418|  57.3k|#define SC_PKCS15_TYPE_PRKEY			0x100
  |  |  ------------------
  |  |  |  Branch (120:26): [True: 13.3k, False: 44.0k]
  |  |  ------------------
  ------------------
              		if (is_privkey(obj) && !cert->cert_prvkey) {
  ------------------
  |  |   96|  13.3k|#define cert_prvkey		base.related_privkey
  ------------------
  |  Branch (943:26): [True: 7.42k, False: 5.90k]
  ------------------
  944|  7.42k|			struct pkcs15_prkey_object *pk;
  945|       |
  946|  7.42k|			pk = (struct pkcs15_prkey_object *) obj;
  947|  7.42k|			if (sc_pkcs15_compare_id(&pk->prv_info->id, id)) {
  ------------------
  |  Branch (947:8): [True: 1.18k, False: 6.23k]
  ------------------
  948|  1.18k|				sc_log(context, "Associating object %d as private key", i);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  949|  1.18k|				cert->cert_prvkey = pk;
  ------------------
  |  |   96|  1.18k|#define cert_prvkey		base.related_privkey
  ------------------
  950|  1.18k|			}
  951|  7.42k|		}
  952|  68.2k|	}
  953|  1.34k|}
framework-pkcs15.c:_add_pin_related_objects:
 1487|  3.98k|{
 1488|  3.98k|	struct sc_pkcs15_auth_info *pin_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
 1489|  3.98k|	int public_certificates = 1;
 1490|  3.98k|	unsigned i;
 1491|       |
 1492|  3.98k|	sc_log(context, "Add objects related to PIN('%.*s',ID:%s)", (int) sizeof pin_obj->label, pin_obj->label, sc_pkcs15_print_id(&pin_info->auth_id));
  ------------------
  |  |   71|  3.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__
  |  |  ------------------
  ------------------
 1493|  29.8k|	for (i=0; i < fw_data->num_objects; i++) {
  ------------------
  |  Branch (1493:12): [True: 25.8k, False: 3.98k]
  ------------------
 1494|  25.8k|		struct pkcs15_any_object *obj = fw_data->objects[i];
 1495|       |
 1496|       |		/* "Fake" objects we've generated */
 1497|  25.8k|		if (__p15_type(obj) == (unsigned int)-1)
  ------------------
  |  |  119|  25.8k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  ------------------
  |  |  |  Branch (119:28): [True: 25.8k, False: 0]
  |  |  |  Branch (119:37): [True: 25.6k, False: 238]
  |  |  ------------------
  ------------------
  |  Branch (1497:7): [True: 238, False: 25.6k]
  ------------------
 1498|    238|			continue;
 1499|       |		/* Some objects have an auth_id even though they are
 1500|       |		 * not private. Just ignore those... */
 1501|  25.6k|		if (!(obj->p15_object->flags & SC_PKCS15_CO_FLAG_PRIVATE))
  ------------------
  |  |   50|  25.6k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  |  Branch (1501:7): [True: 17.1k, False: 8.45k]
  ------------------
 1502|  17.1k|			continue;
 1503|  8.45k|		sc_log(context, "ObjID(%p,%.*s,%x):%s", obj, (int) sizeof obj->p15_object->label, obj->p15_object->label,
  ------------------
  |  |   71|  8.45k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1504|  8.45k|				obj->p15_object->type, sc_pkcs15_print_id(&obj->p15_object->auth_id));
 1505|  8.45k|		if (!sc_pkcs15_compare_id(&pin_info->auth_id, &obj->p15_object->auth_id))   {
  ------------------
  |  Branch (1505:7): [True: 2.34k, False: 6.11k]
  ------------------
 1506|  2.34k|			sc_log(context, "Ignoring object %d", i);
  ------------------
  |  |   71|  2.34k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1507|  2.34k|			continue;
 1508|  2.34k|		}
 1509|       |
 1510|  6.11k|		if (is_privkey(obj)) {
  ------------------
  |  |  120|  6.11k|#define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  119|  6.11k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 6.11k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 6.11k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  416|  6.11k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  |  |  ------------------
  |  |               #define is_privkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PRKEY)
  |  |  ------------------
  |  |  |  |  418|  6.11k|#define SC_PKCS15_TYPE_PRKEY			0x100
  |  |  ------------------
  |  |  |  Branch (120:26): [True: 2.63k, False: 3.48k]
  |  |  ------------------
  ------------------
 1511|  2.63k|			sc_log(context, "Slot:%p, obj:%p  Adding private key %d to PIN '%.*s'", slot, obj, i, (int) sizeof pin_obj->label, pin_obj->label);
  ------------------
  |  |   71|  2.63k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1512|  2.63k|			pkcs15_add_object(slot, obj, NULL);
 1513|  2.63k|		}
 1514|  3.48k|		else if (is_data(obj)) {
  ------------------
  |  |  132|  3.48k|#define is_data(obj) (__p15_type(obj) == SC_PKCS15_TYPE_DATA_OBJECT)
  |  |  ------------------
  |  |  |  |  119|  3.48k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 3.48k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 3.48k, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_data(obj) (__p15_type(obj) == SC_PKCS15_TYPE_DATA_OBJECT)
  |  |  ------------------
  |  |  |  |  442|  3.48k|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  |  |  ------------------
  |  |  |  Branch (132:22): [True: 3.27k, False: 203]
  |  |  ------------------
  ------------------
 1515|  3.27k|			sc_log(context, "Slot:%p Adding data object %d to PIN '%.*s'", slot, i, (int) sizeof pin_obj->label, pin_obj->label);
  ------------------
  |  |   71|  3.27k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1516|  3.27k|			pkcs15_add_object(slot, obj, NULL);
 1517|  3.27k|		}
 1518|    203|		else if (is_cert(obj)) {
  ------------------
  |  |  122|    203|#define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  119|    203|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 203, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 203, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  439|    203|#define SC_PKCS15_TYPE_CERT_X509		0x401
  |  |  ------------------
  |  |  |  Branch (122:23): [True: 203, False: 0]
  |  |  ------------------
  ------------------
 1519|    203|			sc_log(context, "Slot:%p Adding cert object %d to PIN '%.*s'", slot, i, (int) sizeof pin_obj->label, pin_obj->label);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1520|    203|			pkcs15_add_object(slot, obj, NULL);
 1521|    203|			public_certificates = 0;
 1522|    203|		}
 1523|      0|		else if (is_skey(obj)) {
  ------------------
  |  |  147|      0|#define is_skey(obj) ((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY)
  |  |  ------------------
  |  |  |  |  119|      0|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 0, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_skey(obj) ((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY)
  |  |  ------------------
  |  |  |  |  416|      0|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  |  |  ------------------
  |  |               #define is_skey(obj) ((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_SKEY)
  |  |  ------------------
  |  |  |  |  432|      0|#define SC_PKCS15_TYPE_SKEY			0x300
  |  |  ------------------
  |  |  |  Branch (147:22): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 1524|      0|			sc_log(context, "Slot:%p Adding secret key object %d to PIN '%.*s'", slot, i, (int) sizeof pin_obj->label, pin_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__
  |  |  ------------------
  ------------------
 1525|      0|			pkcs15_add_object(slot, obj, NULL);
 1526|      0|		}
 1527|      0|		else   {
 1528|      0|			sc_log(context, "Slot:%p Object %d skipped", slot, 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__
  |  |  ------------------
  ------------------
 1529|      0|			continue;
 1530|      0|		}
 1531|       |
 1532|  6.11k|		if (move_to_fw && move_to_fw != fw_data && move_to_fw->num_objects < MAX_OBJECTS)   {
  ------------------
  |  |   66|      0|#define MAX_OBJECTS	128
  ------------------
  |  Branch (1532:7): [True: 0, False: 6.11k]
  |  Branch (1532:21): [True: 0, False: 0]
  |  Branch (1532:46): [True: 0, False: 0]
  ------------------
 1533|      0|			int tail = fw_data->num_objects - i - 1;
 1534|       |
 1535|      0|			move_to_fw->objects[move_to_fw->num_objects++] = obj;
 1536|      0|			if (tail)
  ------------------
  |  Branch (1536:8): [True: 0, False: 0]
  ------------------
 1537|      0|				memcpy(&fw_data->objects[i], &fw_data->objects[i + 1], sizeof(fw_data->objects[0]) * tail);
 1538|      0|			i--;
 1539|      0|			fw_data->num_objects--;
 1540|      0|		}
 1541|  6.11k|	}
 1542|  3.98k|	_add_profile_object(slot, fw_data, public_certificates);
 1543|  3.98k|}
framework-pkcs15.c:pkcs15_add_object:
 1015|  33.3k|{
 1016|  33.3k|	unsigned int i;
 1017|  33.3k|	struct pkcs15_fw_data *card_fw_data;
 1018|  33.3k|	CK_OBJECT_HANDLE handle =
 1019|  33.3k|		(CK_OBJECT_HANDLE)(uintptr_t)obj; /* cast pointer to long, will truncate on Win64 */
 1020|       |
 1021|  33.3k|	if (obj == NULL || slot == NULL)
  ------------------
  |  Branch (1021:6): [True: 2.84k, False: 30.5k]
  |  Branch (1021:21): [True: 0, False: 30.5k]
  ------------------
 1022|  2.84k|		return;
 1023|  30.5k|	if (obj->base.flags & (SC_PKCS11_OBJECT_HIDDEN | SC_PKCS11_OBJECT_RECURS))
  ------------------
  |  |  138|  30.5k|#define SC_PKCS11_OBJECT_HIDDEN	0x0002
  ------------------
              	if (obj->base.flags & (SC_PKCS11_OBJECT_HIDDEN | SC_PKCS11_OBJECT_RECURS))
  ------------------
  |  |  139|  30.5k|#define SC_PKCS11_OBJECT_RECURS	0x8000
  ------------------
  |  Branch (1023:6): [True: 619, False: 29.8k]
  ------------------
 1024|    619|		return;
 1025|       |
 1026|  29.8k|	if (list_contains(&slot->objects, obj))
  ------------------
  |  Branch (1026:6): [True: 1.32k, False: 28.5k]
  ------------------
 1027|  1.32k|		return;
 1028|       |
 1029|  28.5k|	if (pHandle != NULL)
  ------------------
  |  Branch (1029:6): [True: 13, False: 28.5k]
  ------------------
 1030|     13|		*pHandle = handle;
 1031|       |
 1032|  28.5k|	list_append(&slot->objects, obj);
 1033|  28.5k|	sc_log(context, "Slot:%lX Setting object handle of 0x%lx to 0x%lx",
  ------------------
  |  |   71|  28.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__
  |  |  ------------------
  ------------------
 1034|  28.5k|		   slot->id, obj->base.handle, handle);
 1035|  28.5k|	obj->base.handle = handle;
 1036|  28.5k|	obj->base.flags |= SC_PKCS11_OBJECT_SEEN;
  ------------------
  |  |  137|  28.5k|#define SC_PKCS11_OBJECT_SEEN	0x0001
  ------------------
 1037|  28.5k|	obj->refcount++;
 1038|       |
 1039|       |	/* Add related objects
 1040|       |	 * XXX prevent infinite recursion when a card specifies two certificates
 1041|       |	 * referring to each other.
 1042|       |	 */
 1043|  28.5k|	obj->base.flags |= SC_PKCS11_OBJECT_RECURS;
  ------------------
  |  |  139|  28.5k|#define SC_PKCS11_OBJECT_RECURS	0x8000
  ------------------
 1044|       |
 1045|  28.5k|	switch (__p15_type(obj)) {
  ------------------
  |  |  119|  28.5k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  ------------------
  |  |  |  Branch (119:26): [True: 4.13k, False: 24.4k]
  |  |  |  Branch (119:28): [True: 28.5k, False: 0]
  |  |  |  Branch (119:37): [True: 28.3k, False: 238]
  |  |  ------------------
  ------------------
 1046|  1.74k|	case SC_PKCS15_TYPE_PRKEY_RSA:
  ------------------
  |  |  419|  1.74k|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (1046:2): [True: 1.74k, False: 26.8k]
  ------------------
 1047|  1.74k|	case SC_PKCS15_TYPE_PRKEY_GOSTR3410:
  ------------------
  |  |  420|  1.74k|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
  |  Branch (1047:2): [True: 0, False: 28.5k]
  ------------------
 1048|  2.78k|	case SC_PKCS15_TYPE_PRKEY_EC:
  ------------------
  |  |  421|  2.78k|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (1048:2): [True: 1.04k, False: 27.5k]
  ------------------
 1049|  2.78k|	case SC_PKCS15_TYPE_PRKEY_EDDSA:
  ------------------
  |  |  422|  2.78k|#define SC_PKCS15_TYPE_PRKEY_EDDSA		0x105
  ------------------
  |  Branch (1049:2): [True: 0, False: 28.5k]
  ------------------
 1050|  2.78k|	case SC_PKCS15_TYPE_PRKEY_XEDDSA:
  ------------------
  |  |  423|  2.78k|#define SC_PKCS15_TYPE_PRKEY_XEDDSA		0x106
  ------------------
  |  Branch (1050:2): [True: 0, False: 28.5k]
  ------------------
 1051|  2.78k|		if (slot->p11card != NULL) {
  ------------------
  |  Branch (1051:7): [True: 2.78k, False: 0]
  ------------------
 1052|  2.78k|			pkcs15_add_object(slot, (struct pkcs15_any_object *) obj->related_pubkey, NULL);
 1053|  2.78k|			if (!slot->p11card)
  ------------------
  |  Branch (1053:8): [True: 0, False: 2.78k]
  ------------------
 1054|      0|				return;
 1055|  2.78k|			card_fw_data = (struct pkcs15_fw_data *) slot->p11card->fws_data[slot->fw_data_idx];
 1056|  82.4k|			for (i = 0; i < card_fw_data->num_objects; i++) {
  ------------------
  |  Branch (1056:16): [True: 79.6k, False: 2.78k]
  ------------------
 1057|  79.6k|				struct pkcs15_any_object *obj2 = card_fw_data->objects[i];
 1058|  79.6k|				struct pkcs15_cert_object *cert;
 1059|       |
 1060|  79.6k|				if (!is_cert(obj2))
  ------------------
  |  |  122|  79.6k|#define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  119|  79.6k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 79.6k, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 78.9k, False: 663]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  439|  79.6k|#define SC_PKCS15_TYPE_CERT_X509		0x401
  |  |  ------------------
  ------------------
  |  Branch (1060:9): [True: 66.6k, False: 13.0k]
  ------------------
 1061|  66.6k|					continue;
 1062|       |
 1063|  13.0k|				cert = (struct pkcs15_cert_object*) obj2;
 1064|       |
 1065|  13.0k|				if ((struct pkcs15_any_object*)(cert->cert_prvkey) != obj)
  ------------------
  |  |   96|  13.0k|#define cert_prvkey		base.related_privkey
  ------------------
  |  Branch (1065:9): [True: 11.8k, False: 1.18k]
  ------------------
 1066|  11.8k|					continue;
 1067|       |
 1068|  1.18k|				pkcs15_add_object(slot, obj2, NULL);
 1069|  1.18k|			}
 1070|  2.78k|		}
 1071|  2.78k|		break;
 1072|  2.78k|	case SC_PKCS15_TYPE_CERT_X509:
  ------------------
  |  |  439|  1.34k|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  |  Branch (1072:2): [True: 1.34k, False: 27.2k]
  ------------------
 1073|  1.34k|		pkcs15_add_object(slot, (struct pkcs15_any_object *) obj->related_pubkey, NULL);
 1074|  1.34k|		pkcs15_add_object(slot, (struct pkcs15_any_object *) obj->related_cert, NULL);
 1075|  1.34k|		break;
 1076|  28.5k|	}
 1077|       |
 1078|  28.5k|	obj->base.flags &= ~SC_PKCS11_OBJECT_RECURS;
  ------------------
  |  |  139|  28.5k|#define SC_PKCS11_OBJECT_RECURS	0x8000
  ------------------
 1079|  28.5k|}
framework-pkcs15.c:_add_profile_object:
 1462|  9.36k|{
 1463|       |	/* Public Certificates Token in PKCS #11 3.0 */
 1464|  9.36k|	struct pkcs15_any_object *any_pobj = NULL;
 1465|  9.36k|	int rv;
 1466|       |
 1467|  9.36k|	if (slot->profile) {
  ------------------
  |  Branch (1467:6): [True: 3.92k, False: 5.43k]
  ------------------
 1468|  3.92k|		struct pkcs15_profile_object *pobj = (struct pkcs15_profile_object *)slot->profile;
 1469|       |		/* already exists -- downgrade if we found some non-public certificates */
 1470|  3.92k|		if (pobj->profile_id == CKP_PUBLIC_CERTIFICATES_TOKEN && !public_certificates) {
  ------------------
  |  | 1046|  7.84k|#define CKP_PUBLIC_CERTIFICATES_TOKEN 0x00000004UL
  ------------------
  |  Branch (1470:7): [True: 3.83k, False: 87]
  |  Branch (1470:60): [True: 0, False: 3.83k]
  ------------------
 1471|      0|			pobj->profile_id = CKP_AUTHENTICATION_TOKEN;
  ------------------
  |  | 1045|      0|#define CKP_AUTHENTICATION_TOKEN 0x00000003UL
  ------------------
 1472|      0|		}
 1473|  3.92k|		return;
 1474|  3.92k|	}
 1475|       |
 1476|  5.43k|	rv = __pkcs15_create_profile_object(fw_data, public_certificates, &any_pobj);
 1477|  5.43k|	if (rv != CKR_OK || any_pobj == NULL) {
  ------------------
  |  | 1086|  10.8k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1477:6): [True: 0, False: 5.43k]
  |  Branch (1477:22): [True: 0, False: 5.43k]
  ------------------
 1478|      0|		return;
 1479|      0|	}
 1480|  5.43k|	pkcs15_add_object(slot, any_pobj, NULL);
 1481|  5.43k|	slot->profile = any_pobj;
 1482|  5.43k|}
framework-pkcs15.c:__pkcs15_create_profile_object:
  802|  5.43k|{
  803|  5.43k|	struct pkcs15_profile_object *pobj = NULL;
  804|  5.43k|	struct pkcs15_any_object *any_pobj = NULL;
  805|  5.43k|	struct sc_pkcs15_object *obj = NULL;
  806|  5.43k|	int rv;
  807|       |
  808|  5.43k|	obj = calloc(1, sizeof(struct sc_pkcs15_object));
  809|       |
  810|  5.43k|	rv = __pkcs15_create_object(fw_data, &any_pobj,
  811|  5.43k|			obj, &pkcs15_profile_ops, sizeof(struct pkcs15_profile_object));
  812|       |
  813|  5.43k|	if (rv != SC_SUCCESS) {
  ------------------
  |  |   28|  5.43k|#define SC_SUCCESS				0
  ------------------
  |  Branch (813:6): [True: 0, False: 5.43k]
  ------------------
  814|      0|		free(obj);
  815|      0|		return rv;
  816|      0|	}
  817|  5.43k|	pobj = (struct pkcs15_profile_object *) any_pobj;
  818|  5.43k|	pobj->profile_id = public_certificates ? CKP_PUBLIC_CERTIFICATES_TOKEN : CKP_AUTHENTICATION_TOKEN;
  ------------------
  |  | 1046|  5.35k|#define CKP_PUBLIC_CERTIFICATES_TOKEN 0x00000004UL
  ------------------
              	pobj->profile_id = public_certificates ? CKP_PUBLIC_CERTIFICATES_TOKEN : CKP_AUTHENTICATION_TOKEN;
  ------------------
  |  | 1045|  5.52k|#define CKP_AUTHENTICATION_TOKEN 0x00000003UL
  ------------------
  |  Branch (818:21): [True: 5.35k, False: 87]
  ------------------
  819|       |
  820|  5.43k|	if (profile_object != NULL)
  ------------------
  |  Branch (820:6): [True: 5.43k, False: 0]
  ------------------
  821|  5.43k|		*profile_object = (struct pkcs15_any_object *) pobj;
  822|       |
  823|  5.43k|	return rv;
  824|  5.43k|}
framework-pkcs15.c:_add_public_objects:
 1548|  5.38k|{
 1549|  5.38k|	int public_certificates = 1;
 1550|  5.38k|	unsigned i;
 1551|       |
 1552|  5.38k|	if (slot == NULL || fw_data == NULL)
  ------------------
  |  Branch (1552:6): [True: 0, False: 5.38k]
  |  Branch (1552:22): [True: 0, False: 5.38k]
  ------------------
 1553|      0|		return;
 1554|       |
 1555|  5.38k|	sc_log(context, "%i public objects to process", fw_data->num_objects);
  ------------------
  |  |   71|  5.38k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1556|  35.3k|	for (i=0; i < fw_data->num_objects; i++) {
  ------------------
  |  Branch (1556:12): [True: 29.9k, False: 5.38k]
  ------------------
 1557|  29.9k|		struct pkcs15_any_object *obj = fw_data->objects[i];
 1558|       |
 1559|       |		/* "Fake" objects we've generated */
 1560|  29.9k|		if (__p15_type(obj) == (unsigned int)-1)
  ------------------
  |  |  119|  29.9k|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  ------------------
  |  |  |  Branch (119:28): [True: 29.9k, False: 0]
  |  |  |  Branch (119:37): [True: 29.7k, False: 238]
  |  |  ------------------
  ------------------
  |  Branch (1560:7): [True: 238, False: 29.7k]
  ------------------
 1561|    238|			continue;
 1562|       |		/* Ignore seen object */
 1563|  29.7k|		if (obj->base.flags & SC_PKCS11_OBJECT_SEEN)
  ------------------
  |  |  137|  29.7k|#define SC_PKCS11_OBJECT_SEEN	0x0001
  ------------------
  |  Branch (1563:7): [True: 11.8k, False: 17.9k]
  ------------------
 1564|  11.8k|			continue;
 1565|       |		/* Ignore 'private' object */
 1566|  17.9k|		if (obj->p15_object->flags & SC_PKCS15_CO_FLAG_PRIVATE) {
  ------------------
  |  |   50|  17.9k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  |  Branch (1566:7): [True: 2.81k, False: 15.1k]
  ------------------
 1567|       |			/* If we found some non-accessible public object,
 1568|       |			 * we can no longer claim Public Certificate Token conformance */
 1569|  2.81k|			if ((obj->p15_object->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY ||
  ------------------
  |  |  416|  2.81k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              			if ((obj->p15_object->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY ||
  ------------------
  |  |  425|  5.62k|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (1569:8): [True: 0, False: 2.81k]
  ------------------
 1570|  2.81k|				(obj->p15_object->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_CERT) {
  ------------------
  |  |  416|  2.81k|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
              				(obj->p15_object->type & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_CERT) {
  ------------------
  |  |  438|  2.81k|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (1570:5): [True: 0, False: 2.81k]
  ------------------
 1571|      0|				public_certificates = 0;
 1572|      0|			}
 1573|  2.81k|			continue;
 1574|  2.81k|		}
 1575|       |		/* PKCS#15 4.1.3 is a little vague, but implies if not PRIVATE it is readable
 1576|       |		 * even if there is an auth_id to allow writing for example.
 1577|       |		 * See bug issue #291
 1578|       |		 * treat pubkey and cert as readable.
 1579|       |		 */
 1580|  15.1k|		if (obj->p15_object->auth_id.len && !(is_pubkey(obj) || is_cert(obj)))
  ------------------
  |  |  121|      0|#define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  119|      0|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 0, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  416|      0|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  |  |  ------------------
  |  |               #define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  425|      0|#define SC_PKCS15_TYPE_PUBKEY			0x200
  |  |  ------------------
  |  |  |  Branch (121:25): [True: 0, False: 0]
  |  |  ------------------
  ------------------
              		if (obj->p15_object->auth_id.len && !(is_pubkey(obj) || is_cert(obj)))
  ------------------
  |  |  122|      0|#define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  119|      0|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 0, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  439|      0|#define SC_PKCS15_TYPE_CERT_X509		0x401
  |  |  ------------------
  |  |  |  Branch (122:23): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  |  Branch (1580:7): [True: 0, False: 15.1k]
  ------------------
 1581|      0|			continue;
 1582|       |
 1583|  15.1k|		sc_log(context, "Add public object(%p,%.*s,%x)", obj,
  ------------------
  |  |   71|  15.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__
  |  |  ------------------
  ------------------
 1584|  15.1k|			(int) sizeof obj->p15_object->label, obj->p15_object->label,
 1585|  15.1k|			obj->p15_object->type);
 1586|       |		pkcs15_add_object(slot, obj, NULL);
 1587|  15.1k|	}
 1588|  5.38k|	_add_profile_object(slot, fw_data, public_certificates);
 1589|  5.38k|}
framework-pkcs15.c:pkcs15_release_token:
 1745|  5.43k|{
 1746|  5.43k|	sc_log(context, "pkcs15_release_token() not implemented");
  ------------------
  |  |   71|  5.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__
  |  |  ------------------
  ------------------
 1747|  5.43k|	free(fw_token);
 1748|  5.43k|	return CKR_FUNCTION_REJECTED;
  ------------------
  |  | 1180|  5.43k|#define CKR_FUNCTION_REJECTED 0x00000200UL
  ------------------
 1749|  5.43k|}
framework-pkcs15.c:pkcs15_login:
 1755|  1.82k|{
 1756|  1.82k|	struct sc_pkcs11_card *p11card;
 1757|  1.82k|	struct pkcs15_fw_data *fw_data = NULL;
 1758|  1.82k|	struct sc_pkcs15_card *p15card = NULL;
 1759|  1.82k|	struct sc_pkcs15_object *auth_object = NULL;
 1760|  1.82k|	struct sc_pkcs15_auth_info *pin_info = NULL;
 1761|  1.82k|	int rc;
 1762|       |
 1763|  1.82k|	if (slot->p11card == NULL)
  ------------------
  |  Branch (1763:6): [True: 0, False: 1.82k]
  ------------------
 1764|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Login");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 1765|  1.82k|	p11card = slot->p11card;
 1766|       |
 1767|  1.82k|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 1768|  1.82k|	if (!fw_data)
  ------------------
  |  Branch (1768:6): [True: 0, False: 1.82k]
  ------------------
 1769|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_Login");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1770|  1.82k|	p15card = fw_data->p15_card;
 1771|  1.82k|	if (!p15card)
  ------------------
  |  Branch (1771:6): [True: 111, False: 1.71k]
  ------------------
 1772|    111|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Login");
  ------------------
  |  |   60|    111|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 1773|       |
 1774|  1.71k|	sc_log(context, "pkcs15-login: userType 0x%lX, PIN length %li", userType, ulPinLen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1775|  1.71k|	switch (userType) {
 1776|    344|	case CKU_USER:
  ------------------
  |  | 1211|    344|#define CKU_USER 1UL
  ------------------
  |  Branch (1776:2): [True: 344, False: 1.37k]
  ------------------
 1777|    344|		auth_object = slot_data_auth(slot->fw_data);
  ------------------
  |  |   51|    344|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|    344|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (50:23): [True: 344, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|    344|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  ------------------
  |  |  |  Branch (51:29): [True: 344, False: 0]
  |  |  ------------------
  ------------------
 1778|    344|		if (auth_object == NULL)
  ------------------
  |  Branch (1778:7): [True: 0, False: 344]
  ------------------
 1779|      0|			return CKR_USER_PIN_NOT_INITIALIZED;
  ------------------
  |  | 1152|      0|#define CKR_USER_PIN_NOT_INITIALIZED 0x00000102UL
  ------------------
 1780|    344|		break;
 1781|    927|	case CKU_SO:
  ------------------
  |  | 1210|    927|#define CKU_SO 0UL
  ------------------
  |  Branch (1781:2): [True: 927, False: 788]
  ------------------
 1782|       |		/* A card with no SO PIN is treated as if no SO login
 1783|       |		 * is required */
 1784|    927|		rc = sc_pkcs15_find_so_pin(p15card, &auth_object);
 1785|    927|		sc_log(context, "pkcs15-login: find SO PIN: rc %i", rc);
  ------------------
  |  |   71|    927|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1786|       |
 1787|       |		/* If there's no SO PIN on the card, silently
 1788|       |		 * accept any PIN, and lock the card if required */
 1789|    927|		if (rc == SC_ERROR_OBJECT_NOT_FOUND)   {
  ------------------
  |  |   88|    927|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  |  Branch (1789:7): [True: 807, False: 120]
  ------------------
 1790|    807|			rc = 0;
 1791|    807|			if (sc_pkcs11_conf.lock_login)
  ------------------
  |  Branch (1791:8): [True: 0, False: 807]
  ------------------
 1792|      0|				rc = lock_card(fw_data);
 1793|       |
 1794|    807|			if (sc_pkcs11_conf.pin_unblock_style == SC_PKCS11_PIN_UNBLOCK_SO_LOGGED_INITPIN)   {
  ------------------
  |  |   42|    807|#define SC_PKCS11_PIN_UNBLOCK_SO_LOGGED_INITPIN	3
  ------------------
  |  Branch (1794:8): [True: 0, False: 807]
  ------------------
 1795|      0|				if (ulPinLen)   {
  ------------------
  |  Branch (1795:9): [True: 0, False: 0]
  ------------------
 1796|      0|					unsigned char *user_puk = sc_mem_secure_alloc(ulPinLen);
 1797|      0|					if (user_puk) {
  ------------------
  |  Branch (1797:10): [True: 0, False: 0]
  ------------------
 1798|      0|						memcpy(user_puk, pPin, ulPinLen);
 1799|       |
 1800|      0|						sc_mem_secure_clear_free(fw_data->user_puk, fw_data->user_puk_len);
  ------------------
  |  | 1580|      0|#define sc_mem_secure_clear_free(ptr, len) do { \
  |  | 1581|      0|	sc_mem_clear(ptr, len); \
  |  | 1582|      0|	sc_mem_secure_free(ptr, len); \
  |  | 1583|      0|} while (0);
  |  |  ------------------
  |  |  |  Branch (1583:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
 1801|       |
 1802|      0|						fw_data->user_puk = user_puk;
 1803|      0|						fw_data->user_puk_len = (unsigned int) ulPinLen;
 1804|      0|					}
 1805|      0|				}
 1806|      0|			}
 1807|       |
 1808|    807|			sc_log(context, "No SOPIN found; returns %d", rc);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1809|    807|			return sc_to_cryptoki_error(rc, "C_Login");
 1810|    807|		}
 1811|    120|		else if (rc < 0)   {
  ------------------
  |  Branch (1811:12): [True: 0, False: 120]
  ------------------
 1812|      0|			return sc_to_cryptoki_error(rc, "C_Login");
 1813|      0|		}
 1814|       |
 1815|    120|		break;
 1816|    444|	case CKU_CONTEXT_SPECIFIC:
  ------------------
  |  | 1212|    444|#define CKU_CONTEXT_SPECIFIC 2UL
  ------------------
  |  Branch (1816:2): [True: 444, False: 1.27k]
  ------------------
 1817|       |		/*
 1818|       |		 * A session should already be open for user or SO
 1819|       |		 * All we need to do is authenticate to the card
 1820|       |		 * using the correct auth_object.
 1821|       |		 * TODO: handle the CK_SO case
 1822|       |		 */
 1823|    444|		sc_log(context, "context specific login %d", slot->login_user);
  ------------------
  |  |   71|    444|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1824|    444|		if (slot->login_user == CKU_USER) {
  ------------------
  |  | 1211|    444|#define CKU_USER 1UL
  ------------------
  |  Branch (1824:7): [True: 26, False: 418]
  ------------------
 1825|     26|			auth_object = slot_data_auth(slot->fw_data);
  ------------------
  |  |   51|     26|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|     26|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (50:23): [True: 26, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|     26|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  ------------------
  |  |  |  Branch (51:29): [True: 26, False: 0]
  |  |  ------------------
  ------------------
 1826|     26|			if (auth_object == NULL)
  ------------------
  |  Branch (1826:8): [True: 0, False: 26]
  ------------------
 1827|      0|				return CKR_USER_PIN_NOT_INITIALIZED;
  ------------------
  |  | 1152|      0|#define CKR_USER_PIN_NOT_INITIALIZED 0x00000102UL
  ------------------
 1828|     26|			break;
 1829|     26|		}
 1830|       |		/* TODO looks like this was never executed,
 1831|       |		 * And even if it was, why the lock as a session
 1832|       |		 * should already be open and the card locked.
 1833|       |		 */
 1834|       |		/* For a while, used only to unblock User PIN. */
 1835|    418|		rc = 0;
 1836|    418|		if (sc_pkcs11_conf.lock_login)
  ------------------
  |  Branch (1836:7): [True: 0, False: 418]
  ------------------
 1837|      0|			rc = lock_card(fw_data);
 1838|    418|		sc_log(context, "context specific login returns %d", rc);
  ------------------
  |  |   71|    418|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1839|    418|		return sc_to_cryptoki_error(rc, "C_Login");
 1840|      0|	default:
  ------------------
  |  Branch (1840:2): [True: 0, False: 1.71k]
  ------------------
 1841|      0|		return CKR_USER_TYPE_INVALID;
  ------------------
  |  | 1153|      0|#define CKR_USER_TYPE_INVALID 0x00000103UL
  ------------------
 1842|  1.71k|	}
 1843|    490|	pin_info = (struct sc_pkcs15_auth_info *) auth_object->data;
 1844|    490|	if (pin_info->auth_type != SC_PKCS15_PIN_AUTH_TYPE_PIN)
  ------------------
  |  |   94|    490|#define SC_PKCS15_PIN_AUTH_TYPE_PIN			0
  ------------------
  |  Branch (1844:6): [True: 0, False: 490]
  ------------------
 1845|      0|		return CKR_FUNCTION_REJECTED;
  ------------------
  |  | 1180|      0|#define CKR_FUNCTION_REJECTED 0x00000200UL
  ------------------
 1846|       |
 1847|    490|	if (!p11card)
  ------------------
  |  Branch (1847:6): [True: 0, False: 490]
  ------------------
 1848|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Login");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 1849|       |
 1850|       |	/* By default, we make the reader resource manager keep other
 1851|       |	 * processes from accessing the card while we're logged in.
 1852|       |	 * Otherwise an attacker could perform some crypto operation
 1853|       |	 * after we've authenticated with the card */
 1854|       |
 1855|       |	/* Context specific login is not real login but only a
 1856|       |	 * reassertion of the PIN to the card.
 1857|       |	 * And we don't want to do any extra operations to the card
 1858|       |	 * that could invalidate the assertion of the pin
 1859|       |	 * before the crypto operation that requires the assertion
 1860|       |	 */
 1861|    490|	if (userType != CKU_CONTEXT_SPECIFIC) {
  ------------------
  |  | 1212|    490|#define CKU_CONTEXT_SPECIFIC 2UL
  ------------------
  |  Branch (1861:6): [True: 464, False: 26]
  ------------------
 1862|    464|		if (sc_pkcs11_conf.lock_login && (rc = lock_card(fw_data)) < 0)   {
  ------------------
  |  Branch (1862:7): [True: 0, False: 464]
  |  Branch (1862:36): [True: 0, False: 0]
  ------------------
 1863|      0|			return sc_to_cryptoki_error(rc, "C_Login");
 1864|      0|		}
 1865|    464|	}
 1866|       |
 1867|    490|	if (userType  == CKU_CONTEXT_SPECIFIC) {
  ------------------
  |  | 1212|    490|#define CKU_CONTEXT_SPECIFIC 2UL
  ------------------
  |  Branch (1867:6): [True: 26, False: 464]
  ------------------
 1868|     26|		int auth_meth_saved = pin_info->auth_method;
 1869|       |
 1870|     26|		sc_log(context, "Setting SC_AC_CONTEXT_SPECIFIC");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 1871|     26|		pin_info->auth_method = SC_AC_CONTEXT_SPECIFIC;
  ------------------
  |  |  160|     26|#define SC_AC_CONTEXT_SPECIFIC		0x00000200 /* Context specific login */
  ------------------
 1872|     26|		rc = sc_pkcs15_verify_pin(p15card, auth_object, pPin, ulPinLen);
 1873|     26|		pin_info->auth_method = auth_meth_saved;
 1874|     26|	} else
 1875|    464|		rc = sc_pkcs15_verify_pin(p15card, auth_object, pPin, ulPinLen);
 1876|       |
 1877|    490|	sc_log(context, "PKCS15 verify PIN returned %d", rc);
  ------------------
  |  |   71|    490|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1878|       |
 1879|    490|	if (rc != SC_SUCCESS)
  ------------------
  |  |   28|    490|#define SC_SUCCESS				0
  ------------------
  |  Branch (1879:6): [True: 391, False: 99]
  ------------------
 1880|    391|		return sc_to_cryptoki_error(rc, "C_Login");
 1881|       |
 1882|     99|	if (userType == CKU_USER)   {
  ------------------
  |  | 1211|     99|#define CKU_USER 1UL
  ------------------
  |  Branch (1882:6): [True: 47, False: 52]
  ------------------
 1883|     47|		sc_pkcs15_object_t *p15_obj = p15card->obj_list;
 1884|     47|		sc_pkcs15_search_key_t sk;
 1885|       |
 1886|     47|		sc_log(context, "Check if pkcs15 object list can be completed.");
  ------------------
  |  |   71|     47|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1887|       |
 1888|       |		/* Ensure non empty list */
 1889|     47|		if (p15_obj == NULL)
  ------------------
  |  Branch (1889:7): [True: 0, False: 47]
  ------------------
 1890|      0|			return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 1891|       |
 1892|       |		/* Select last object in list */
 1893|    346|		while(p15_obj->next)
  ------------------
  |  Branch (1893:9): [True: 299, False: 47]
  ------------------
 1894|    299|			p15_obj = p15_obj->next;
 1895|       |
 1896|       |		/* Trigger enumeration of EF.XXX files */
 1897|     47|		memset(&sk, 0, sizeof(sk));
 1898|     47|		sk.class_mask = SC_PKCS15_SEARCH_CLASS_PRKEY | SC_PKCS15_SEARCH_CLASS_PUBKEY |
  ------------------
  |  |  450|     47|#define SC_PKCS15_SEARCH_CLASS_PRKEY		0x0002U
  ------------------
              		sk.class_mask = SC_PKCS15_SEARCH_CLASS_PRKEY | SC_PKCS15_SEARCH_CLASS_PUBKEY |
  ------------------
  |  |  451|     47|#define SC_PKCS15_SEARCH_CLASS_PUBKEY		0x0004U
  ------------------
 1899|     47|				SC_PKCS15_SEARCH_CLASS_CERT  | SC_PKCS15_SEARCH_CLASS_DATA;
  ------------------
  |  |  453|     47|#define SC_PKCS15_SEARCH_CLASS_CERT		0x0010U
  ------------------
              				SC_PKCS15_SEARCH_CLASS_CERT  | SC_PKCS15_SEARCH_CLASS_DATA;
  ------------------
  |  |  454|     47|#define SC_PKCS15_SEARCH_CLASS_DATA		0x0020U
  ------------------
 1900|     47|		sc_pkcs15_search_objects(p15card, &sk, NULL, 0);
 1901|       |
 1902|       |		/* Iterate over newly discovered objects */
 1903|     47|		while(p15_obj->next) {
  ------------------
  |  Branch (1903:9): [True: 0, False: 47]
  ------------------
 1904|      0|			struct pkcs15_any_object *fw_obj;
 1905|       |
 1906|      0|			p15_obj = p15_obj->next;
 1907|       |
 1908|      0|			if (!sc_pkcs15_compare_id(&pin_info->auth_id, &p15_obj->auth_id))
  ------------------
  |  Branch (1908:8): [True: 0, False: 0]
  ------------------
 1909|      0|				continue;
 1910|       |
 1911|      0|			switch (p15_obj->type & SC_PKCS15_TYPE_CLASS_MASK) {
  ------------------
  |  |  416|      0|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  ------------------
 1912|      0|			case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|      0|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (1912:4): [True: 0, False: 0]
  ------------------
 1913|      0|				__pkcs15_create_prkey_object(fw_data, p15_obj, &fw_obj); break;
 1914|      0|			case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|      0|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (1914:4): [True: 0, False: 0]
  ------------------
 1915|      0|				__pkcs15_create_pubkey_object(fw_data, p15_obj, &fw_obj); break;
 1916|      0|			case SC_PKCS15_TYPE_CERT:
  ------------------
  |  |  438|      0|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
  |  Branch (1916:4): [True: 0, False: 0]
  ------------------
 1917|      0|				__pkcs15_create_cert_object(fw_data, p15_obj, &fw_obj); break;
 1918|      0|			case SC_PKCS15_TYPE_DATA_OBJECT:
  ------------------
  |  |  442|      0|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
  |  Branch (1918:4): [True: 0, False: 0]
  ------------------
 1919|      0|				__pkcs15_create_data_object(fw_data, p15_obj, &fw_obj); break;
 1920|      0|			default: continue;
  ------------------
  |  Branch (1920:4): [True: 0, False: 0]
  ------------------
 1921|      0|			}
 1922|       |
 1923|      0|			sc_log(context, "new object found: type=0x%03X", p15_obj->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__
  |  |  ------------------
  ------------------
 1924|      0|			pkcs15_add_object(slot, fw_obj, NULL);
 1925|      0|		}
 1926|     47|	}
 1927|       |
 1928|     99|	return CKR_OK;
  ------------------
  |  | 1086|     99|#define CKR_OK 0x00000000UL
  ------------------
 1929|     99|}
framework-pkcs15.c:pkcs15_logout:
 1945|    887|{
 1946|    887|	struct sc_pkcs11_card *p11card = slot->p11card;
 1947|    887|	struct pkcs15_fw_data *fw_data = NULL;
 1948|    887|	CK_RV ret = CKR_OK;
  ------------------
  |  | 1086|    887|#define CKR_OK 0x00000000UL
  ------------------
 1949|       |#if !(defined(SW_PIN_LOGOUT_ONLY) && SW_PIN_LOGOUT_ONLY == 1)
 1950|       |	int rc;
 1951|       |#endif
 1952|       |
 1953|    887|	if (!p11card)
  ------------------
  |  Branch (1953:6): [True: 0, False: 887]
  ------------------
 1954|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Logout");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 1955|    887|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 1956|    887|	if (!fw_data)
  ------------------
  |  Branch (1956:6): [True: 0, False: 887]
  ------------------
 1957|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_Logout");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 1958|    887|	if (!fw_data->p15_card)
  ------------------
  |  Branch (1958:6): [True: 0, False: 887]
  ------------------
 1959|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Logout");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 1960|       |
 1961|    887|	sc_mem_secure_clear_free(fw_data->user_puk, fw_data->user_puk_len);
  ------------------
  |  | 1580|    887|#define sc_mem_secure_clear_free(ptr, len) do { \
  |  | 1581|    887|	sc_mem_clear(ptr, len); \
  |  | 1582|    887|	sc_mem_secure_free(ptr, len); \
  |  | 1583|    887|} while (0);
  |  |  ------------------
  |  |  |  Branch (1583:10): [Folded, False: 887]
  |  |  ------------------
  ------------------
 1962|    887|	fw_data->user_puk = NULL;
 1963|    887|	fw_data->user_puk_len = 0;
 1964|       |
 1965|    887|	sc_pkcs15_pincache_clear(fw_data->p15_card);
 1966|       |
 1967|    887|#if defined(SW_PIN_LOGOUT_ONLY) && SW_PIN_LOGOUT_ONLY == 1
 1968|    887|	sc_log(context, "Clearing PIN state without calling sc_logout()");
  ------------------
  |  |   71|    887|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 1969|       |#else
 1970|       |	rc = sc_logout(fw_data->p15_card->card);
 1971|       |
 1972|       |	/* Ignore missing card specific logout functions. #302 */
 1973|       |	if (rc == SC_ERROR_NOT_SUPPORTED)
 1974|       |		rc = SC_SUCCESS;
 1975|       |
 1976|       |	if (rc != SC_SUCCESS)
 1977|       |		ret = sc_to_cryptoki_error(rc, "C_Logout");
 1978|       |
 1979|       |	if (sc_pkcs11_conf.lock_login) {
 1980|       |		rc = unlock_card(fw_data);
 1981|       |		if (rc != SC_SUCCESS)
 1982|       |			ret = sc_to_cryptoki_error(rc, "C_Logout");
 1983|       |	}
 1984|       |#endif
 1985|       |
 1986|       |	/* TODO DEE free any session objects ? */
 1987|       |
 1988|    887|	return ret;
 1989|    887|}
framework-pkcs15.c:pkcs15_change_pin:
 1996|    804|{
 1997|    804|	struct sc_pkcs11_card *p11card = slot->p11card;
 1998|    804|	struct sc_pkcs15_card *p15card = NULL;
 1999|    804|	struct pkcs15_fw_data *fw_data = NULL;
 2000|    804|	struct sc_pkcs15_auth_info *auth_info = NULL;
 2001|    804|	struct sc_pkcs15_object *pin_obj = NULL;
 2002|    804|	int login_user = slot->login_user;
 2003|    804|	int rc;
 2004|       |
 2005|    804|	if (!p11card)
  ------------------
  |  Branch (2005:6): [True: 0, False: 804]
  ------------------
 2006|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_SetPin");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2007|    804|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 2008|    804|	if (!fw_data)
  ------------------
  |  Branch (2008:6): [True: 0, False: 804]
  ------------------
 2009|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_SetPin");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 2010|    804|	p15card = fw_data->p15_card;
 2011|    804|	if (!p15card)
  ------------------
  |  Branch (2011:6): [True: 241, False: 563]
  ------------------
 2012|    241|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_SetPin");
  ------------------
  |  |   60|    241|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2013|       |
 2014|    563|	if (login_user == CKU_SO) {
  ------------------
  |  | 1210|    563|#define CKU_SO 0UL
  ------------------
  |  Branch (2014:6): [True: 52, False: 511]
  ------------------
 2015|     52|		rc = sc_pkcs15_find_so_pin(p15card, &pin_obj);
 2016|     52|		sc_log(context, "pkcs15-login: find SO PIN: rc %i", rc);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2017|    511|	} else {
 2018|    511|		pin_obj = slot_data_auth(slot->fw_data);
  ------------------
  |  |   51|    511|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|    508|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (50:23): [True: 508, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|    508|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  ------------------
  |  |  |  Branch (51:29): [True: 508, False: 3]
  |  |  ------------------
  ------------------
 2019|    511|	}
 2020|       |
 2021|    563|	if (!pin_obj)
  ------------------
  |  Branch (2021:6): [True: 85, False: 478]
  ------------------
 2022|     85|		return CKR_USER_PIN_NOT_INITIALIZED;
  ------------------
  |  | 1152|     85|#define CKR_USER_PIN_NOT_INITIALIZED 0x00000102UL
  ------------------
 2023|       |
 2024|    478|	auth_info = (struct sc_pkcs15_auth_info *)pin_obj->data;
 2025|    478|	if (!auth_info)
  ------------------
  |  Branch (2025:6): [True: 0, False: 478]
  ------------------
 2026|      0|		return CKR_USER_PIN_NOT_INITIALIZED;
  ------------------
  |  | 1152|      0|#define CKR_USER_PIN_NOT_INITIALIZED 0x00000102UL
  ------------------
 2027|       |
 2028|    478|	sc_log(context, "Change '%.*s' (ref:%i,type:%i)", (int) sizeof pin_obj->label, pin_obj->label, auth_info->attrs.pin.reference, login_user);
  ------------------
  |  |   71|    478|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2029|    478|	if (pNewPin && (ulNewLen < auth_info->attrs.pin.min_length || ulNewLen > auth_info->attrs.pin.max_length)) {
  ------------------
  |  Branch (2029:6): [True: 478, False: 0]
  |  Branch (2029:18): [True: 328, False: 150]
  |  Branch (2029:64): [True: 31, False: 119]
  ------------------
 2030|    359|		return CKR_PIN_LEN_RANGE;
  ------------------
  |  | 1129|    359|#define CKR_PIN_LEN_RANGE 0x000000A2UL
  ------------------
 2031|    359|	}
 2032|       |
 2033|    119|	if (login_user < 0 && sc_pkcs11_conf.pin_unblock_style == SC_PKCS11_PIN_UNBLOCK_UNLOGGED_SETPIN) {
  ------------------
  |  |   40|    110|#define SC_PKCS11_PIN_UNBLOCK_UNLOGGED_SETPIN	1
  ------------------
  |  Branch (2033:6): [True: 110, False: 9]
  |  Branch (2033:24): [True: 0, False: 110]
  ------------------
 2034|      0|		rc = sc_pkcs15_unblock_pin(fw_data->p15_card, pin_obj, pOldPin, ulOldLen, pNewPin, ulNewLen);
 2035|      0|	}
 2036|    119|	else if (login_user == CKU_CONTEXT_SPECIFIC)   {
  ------------------
  |  | 1212|    119|#define CKU_CONTEXT_SPECIFIC 2UL
  ------------------
  |  Branch (2036:11): [True: 0, False: 119]
  ------------------
 2037|      0|		if (sc_pkcs11_conf.pin_unblock_style != SC_PKCS11_PIN_UNBLOCK_SCONTEXT_SETPIN) {
  ------------------
  |  |   41|      0|#define SC_PKCS11_PIN_UNBLOCK_SCONTEXT_SETPIN	2
  ------------------
  |  Branch (2037:7): [True: 0, False: 0]
  ------------------
 2038|      0|			sc_log(context, "PIN unlock is not allowed with CKU_CONTEXT_SPECIFIC login");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2039|      0|			return CKR_FUNCTION_NOT_SUPPORTED;
  ------------------
  |  | 1111|      0|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
 2040|      0|		}
 2041|      0|		rc = sc_pkcs15_unblock_pin(fw_data->p15_card, pin_obj, pOldPin, ulOldLen, pNewPin, ulNewLen);
 2042|      0|	}
 2043|    119|	else if (login_user < 0 || login_user == CKU_USER || login_user == CKU_SO) {
  ------------------
  |  | 1211|    128|#define CKU_USER 1UL
  ------------------
              	else if (login_user < 0 || login_user == CKU_USER || login_user == CKU_SO) {
  ------------------
  |  | 1210|      1|#define CKU_SO 0UL
  ------------------
  |  Branch (2043:11): [True: 110, False: 9]
  |  Branch (2043:29): [True: 8, False: 1]
  |  Branch (2043:55): [True: 1, False: 0]
  ------------------
 2044|    119|		rc = sc_pkcs15_change_pin(fw_data->p15_card, pin_obj, pOldPin, ulOldLen, pNewPin, ulNewLen);
 2045|    119|	}
 2046|      0|	else {
 2047|      0|		sc_log(context, "cannot change PIN: non supported login type: %i", login_user);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2048|      0|		return CKR_FUNCTION_NOT_SUPPORTED;
  ------------------
  |  | 1111|      0|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
 2049|      0|	}
 2050|       |
 2051|    119|	sc_log(context, "PIN change returns %d", rc);
  ------------------
  |  |   71|    119|#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|    119|	return sc_to_cryptoki_error(rc, "C_SetPIN");
 2053|    119|}
framework-pkcs15.c:pkcs15_init_pin:
 2176|    141|{
 2177|    141|	struct sc_pkcs11_card *p11card = slot->p11card;
 2178|    141|	struct pkcs15_fw_data *fw_data = NULL;
 2179|    141|	struct sc_pkcs15init_pinargs args;
 2180|    141|	struct sc_profile	*profile = NULL;
 2181|    141|	struct sc_pkcs15_object	*auth_obj = NULL;
 2182|    141|	struct sc_pkcs15_auth_info *auth_info = NULL;
 2183|    141|	struct sc_cardctl_pkcs11_init_pin p11args;
 2184|    141|	int rc;
 2185|       |
 2186|    141|	memset(&p11args, 0, sizeof(p11args));
 2187|    141|	p11args.pin = pPin;
 2188|    141|	p11args.pin_len = ulPinLen;
 2189|       |
 2190|    141|	if (!p11card)
  ------------------
  |  Branch (2190:6): [True: 0, False: 141]
  ------------------
 2191|      0|		return CKR_TOKEN_NOT_RECOGNIZED;
  ------------------
  |  | 1145|      0|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
 2192|    141|	rc = sc_card_ctl(p11card->card, SC_CARDCTL_PKCS11_INIT_PIN, &p11args);
 2193|    141|	if (rc != SC_ERROR_NOT_SUPPORTED) {
  ------------------
  |  |   89|    141|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  |  Branch (2193:6): [True: 8, False: 133]
  ------------------
 2194|      8|		if (rc == SC_SUCCESS)
  ------------------
  |  |   28|      8|#define SC_SUCCESS				0
  ------------------
  |  Branch (2194:7): [True: 1, False: 7]
  ------------------
 2195|      1|			return CKR_OK;
  ------------------
  |  | 1086|      1|#define CKR_OK 0x00000000UL
  ------------------
 2196|      7|		return sc_to_cryptoki_error(rc, "C_InitPin");
 2197|      8|	}
 2198|       |
 2199|    133|	sc_log(context, "Init PIN: pin %p:%lu; unblock style %i", pPin,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 2200|    133|		ulPinLen, sc_pkcs11_conf.pin_unblock_style);
 2201|       |
 2202|    133|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 2203|    133|	if (!fw_data)
  ------------------
  |  Branch (2203:6): [True: 0, False: 133]
  ------------------
 2204|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_InitPin");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 2205|       |
 2206|    133|	auth_info = slot_data_auth_info(slot->fw_data);
  ------------------
  |  |   52|    133|#define slot_data_auth_info(p)	(((p) && slot_data_auth(p))? \
  |  |  ------------------
  |  |  |  |   51|    132|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    132|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (50:23): [True: 132, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|    132|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (51:27): [True: 16, False: 116]
  |  |  |  |  |  Branch (51:29): [True: 132, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (52:34): [True: 132, False: 1]
  |  |  ------------------
  |  |   53|    133|		(struct sc_pkcs15_auth_info *) slot_data_auth(p)->data : NULL)
  |  |  ------------------
  |  |  |  |   51|     16|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     16|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (50:23): [True: 16, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     16|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (51:29): [True: 16, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2207|    133|	if (auth_info && sc_pkcs11_conf.pin_unblock_style == SC_PKCS11_PIN_UNBLOCK_SO_LOGGED_INITPIN)   {
  ------------------
  |  |   42|     16|#define SC_PKCS11_PIN_UNBLOCK_SO_LOGGED_INITPIN	3
  ------------------
  |  Branch (2207:6): [True: 16, False: 117]
  |  Branch (2207:19): [True: 0, False: 16]
  ------------------
 2208|      0|		if (!fw_data->p15_card)
  ------------------
  |  Branch (2208:7): [True: 0, False: 0]
  ------------------
 2209|      0|			return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_InitPin");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2210|       |		/* C_InitPIN is used to unblock User PIN or set it in the SO session .*/
 2211|      0|		auth_obj = slot_data_auth(slot->fw_data);
  ------------------
  |  |   51|      0|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|      0|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (50:23): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  ------------------
  |  |  |  |   50|      0|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  ------------------
  |  |  |  Branch (51:29): [True: 0, False: 0]
  |  |  ------------------
  ------------------
 2212|      0|		if (fw_data->user_puk_len)
  ------------------
  |  Branch (2212:7): [True: 0, False: 0]
  ------------------
 2213|      0|			rc = sc_pkcs15_unblock_pin(fw_data->p15_card, auth_obj,
 2214|      0|					fw_data->user_puk, fw_data->user_puk_len, pPin, ulPinLen);
 2215|      0|		else
 2216|       |			/* FIXME (VT): Actually sc_pkcs15_unblock_pin() do not accepts zero length PUK.
 2217|       |			 * Something like sc_pkcs15_set_pin() should be introduced.
 2218|       |			 * For a while, use the 'libopensc' API to set PIN. */
 2219|      0|			rc = sc_reset_retry_counter(fw_data->p15_card->card, SC_AC_CHV, auth_info->attrs.pin.reference,
  ------------------
  |  |  151|      0|#define SC_AC_CHV			0x00000001 /* Card Holder Verif. */
  ------------------
 2220|      0|					NULL, 0, pPin, ulPinLen);
 2221|       |
 2222|      0|		return sc_to_cryptoki_error(rc, "C_InitPIN");
 2223|      0|	}
 2224|       |
 2225|    133|	rc = sc_lock(p11card->card);
 2226|    133|	if (rc < 0)
  ------------------
  |  Branch (2226:6): [True: 0, False: 133]
  ------------------
 2227|      0|		return sc_to_cryptoki_error(rc, "C_InitPIN");
 2228|       |
 2229|    133|	rc = sc_pkcs15init_bind(p11card->card, "pkcs15", NULL, NULL, &profile);
 2230|    133|	if (rc < 0) {
  ------------------
  |  Branch (2230:6): [True: 133, False: 0]
  ------------------
 2231|    133|		sc_unlock(p11card->card);
 2232|    133|		return sc_to_cryptoki_error(rc, "C_InitPIN");
 2233|    133|	}
 2234|       |
 2235|      0|	rc = sc_pkcs15init_finalize_profile(p11card->card, profile, NULL);
 2236|      0|	if (rc != CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (2236:6): [True: 0, False: 0]
  ------------------
 2237|      0|		sc_log(context, "Cannot finalize profile: %i", rc);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2238|      0|		return sc_to_cryptoki_error(rc, "C_InitPIN");
 2239|      0|	}
 2240|       |
 2241|      0|	memset(&args, 0, sizeof(args));
 2242|      0|	args.label = "User PIN";
 2243|      0|	args.pin = pPin;
 2244|      0|	args.pin_len = ulPinLen;
 2245|      0|	rc = sc_pkcs15init_store_pin(fw_data->p15_card, profile, &args);
 2246|       |
 2247|      0|	sc_pkcs15init_unbind(profile);
 2248|      0|	sc_unlock(p11card->card);
 2249|      0|	if (rc < 0)
  ------------------
  |  Branch (2249:6): [True: 0, False: 0]
  ------------------
 2250|      0|		return sc_to_cryptoki_error(rc, "C_InitPIN");
 2251|       |
 2252|      0|	rc = sc_pkcs15_find_pin_by_auth_id(fw_data->p15_card, &args.auth_id, &auth_obj);
 2253|      0|	if (rc < 0)
  ------------------
  |  Branch (2253:6): [True: 0, False: 0]
  ------------------
 2254|      0|		return sc_to_cryptoki_error(rc, "C_InitPIN");
 2255|       |
 2256|       |	/* Re-initialize the slot */
 2257|      0|	free(slot->fw_data);
 2258|      0|	pkcs15_init_slot(fw_data->p15_card, slot, auth_obj, slot->app_info);
 2259|       |
 2260|      0|	return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 2261|      0|}
framework-pkcs15.c:pkcs15_create_object:
 3048|    331|{
 3049|    331|	struct sc_pkcs11_card *p11card = slot->p11card;
 3050|    331|	struct pkcs15_fw_data *fw_data = NULL;
 3051|    331|	struct sc_profile *profile = NULL;
 3052|    331|	CK_OBJECT_CLASS	_class;
 3053|    331|	CK_BBOOL _token = FALSE;
  ------------------
  |  |   48|    331|#define FALSE 0
  ------------------
 3054|    331|	CK_RV rv;
 3055|    331|	int rc;
 3056|    331|	CK_BBOOL p15init_create_object;
 3057|       |
 3058|    331|	if (!p11card)
  ------------------
  |  Branch (3058:6): [True: 0, False: 331]
  ------------------
 3059|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_CreateObject");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3060|    331|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 3061|    331|	if (!fw_data)
  ------------------
  |  Branch (3061:6): [True: 0, False: 331]
  ------------------
 3062|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_CreateObject");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3063|    331|	if (!fw_data->p15_card)
  ------------------
  |  Branch (3063:6): [True: 177, False: 154]
  ------------------
 3064|    177|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_CreateObject");
  ------------------
  |  |   60|    177|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3065|       |
 3066|    154|	rv = attr_find(pTemplate, ulCount, CKA_CLASS, &_class, NULL);
  ------------------
  |  |  137|    154|#define CKA_CLASS 0x00000000UL
  ------------------
 3067|    154|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    154|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3067:6): [True: 0, False: 154]
  ------------------
 3068|      0|		return rv;
 3069|       |
 3070|    154|	rv = attr_find(pTemplate, ulCount, CKA_TOKEN, &_token, NULL);
  ------------------
  |  |  138|    154|#define CKA_TOKEN 0x00000001UL
  ------------------
 3071|    154|	if (rv != CKR_TEMPLATE_INCOMPLETE && rv != CKR_OK) {
  ------------------
  |  | 1142|    308|#define CKR_TEMPLATE_INCOMPLETE 0x000000D0UL
  ------------------
              	if (rv != CKR_TEMPLATE_INCOMPLETE && rv != CKR_OK) {
  ------------------
  |  | 1086|    154|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3071:6): [True: 154, False: 0]
  |  Branch (3071:39): [True: 0, False: 154]
  ------------------
 3072|      0|		return rv;
 3073|      0|	}
 3074|       |
 3075|       |	/* Dont need profile if creating session only objects,
 3076|       |	 * except when the card supports temporary on card session objects */
 3077|    154|	p15init_create_object = _token == TRUE || (p11card->card->caps & SC_CARD_CAP_ONCARD_SESSION_OBJECTS) == SC_CARD_CAP_ONCARD_SESSION_OBJECTS;
  ------------------
  |  |   51|    308|#define TRUE 1
  ------------------
              	p15init_create_object = _token == TRUE || (p11card->card->caps & SC_CARD_CAP_ONCARD_SESSION_OBJECTS) == SC_CARD_CAP_ONCARD_SESSION_OBJECTS;
  ------------------
  |  |  569|     61|#define SC_CARD_CAP_ONCARD_SESSION_OBJECTS	0x00000400
  ------------------
              	p15init_create_object = _token == TRUE || (p11card->card->caps & SC_CARD_CAP_ONCARD_SESSION_OBJECTS) == SC_CARD_CAP_ONCARD_SESSION_OBJECTS;
  ------------------
  |  |  569|    215|#define SC_CARD_CAP_ONCARD_SESSION_OBJECTS	0x00000400
  ------------------
  |  Branch (3077:26): [True: 93, False: 61]
  |  Branch (3077:44): [True: 0, False: 61]
  ------------------
 3078|       |
 3079|    154|	if (p15init_create_object) {
  ------------------
  |  Branch (3079:6): [True: 93, False: 61]
  ------------------
 3080|     93|		struct sc_aid *aid = NULL;
 3081|       |
 3082|     93|		rc = sc_lock(p11card->card);
 3083|     93|		if (rc < 0)
  ------------------
  |  Branch (3083:7): [True: 0, False: 93]
  ------------------
 3084|      0|			return sc_to_cryptoki_error(rc, "C_CreateObject");
 3085|       |
 3086|       |		/* Bind the profile */
 3087|     93|		rc = sc_pkcs15init_bind(p11card->card, "pkcs15", NULL, slot->app_info, &profile);
 3088|     93|		if (rc < 0) {
  ------------------
  |  Branch (3088:7): [True: 93, False: 0]
  ------------------
 3089|     93|			sc_unlock(p11card->card);
 3090|     93|			return sc_to_cryptoki_error(rc, "C_CreateObject");
 3091|     93|		}
 3092|       |
 3093|      0|		if (slot->app_info)
  ------------------
  |  Branch (3093:7): [True: 0, False: 0]
  ------------------
 3094|      0|			aid = &slot->app_info->aid;
 3095|       |
 3096|      0|		rc = sc_pkcs15init_finalize_profile(p11card->card, profile, aid);
 3097|      0|		if (rc != CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3097:7): [True: 0, False: 0]
  ------------------
 3098|      0|			sc_log(context, "Cannot finalize profile: %i", rc);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3099|      0|			sc_unlock(p11card->card);
 3100|      0|			return sc_to_cryptoki_error(rc, "C_CreateObject");
 3101|      0|		}
 3102|       |
 3103|      0|		sc_pkcs15init_set_p15card(profile, fw_data->p15_card);
 3104|      0|	}
 3105|     61|	switch (_class) {
 3106|      0|	case CKO_PRIVATE_KEY:
  ------------------
  |  | 1030|      0|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
  |  Branch (3106:2): [True: 0, False: 61]
  ------------------
 3107|      0|		rv = pkcs15_create_private_key(slot, profile, pTemplate, ulCount, phObject);
 3108|      0|		break;
 3109|      0|	case CKO_PUBLIC_KEY:
  ------------------
  |  | 1029|      0|#define CKO_PUBLIC_KEY 0x00000002UL
  ------------------
  |  Branch (3109:2): [True: 0, False: 61]
  ------------------
 3110|      0|		rv = pkcs15_create_public_key(slot, profile, pTemplate, ulCount, phObject);
 3111|      0|		break;
 3112|      4|	case CKO_CERTIFICATE:
  ------------------
  |  | 1028|      4|#define CKO_CERTIFICATE 0x00000001UL
  ------------------
  |  Branch (3112:2): [True: 4, False: 57]
  ------------------
 3113|      4|		rv = pkcs15_create_certificate(slot, profile, pTemplate, ulCount, phObject);
 3114|      4|		break;
 3115|     41|	case CKO_DATA:
  ------------------
  |  | 1027|     41|#define CKO_DATA 0x00000000UL
  ------------------
  |  Branch (3115:2): [True: 41, False: 20]
  ------------------
 3116|     41|		rv = pkcs15_create_data(slot, profile, pTemplate, ulCount, phObject);
 3117|     41|		break;
 3118|     16|	case CKO_SECRET_KEY:
  ------------------
  |  | 1031|     16|#define CKO_SECRET_KEY 0x00000004UL
  ------------------
  |  Branch (3118:2): [True: 16, False: 45]
  ------------------
 3119|     16|		rv = pkcs15_create_secret_key(slot, profile, pTemplate, ulCount, phObject);
 3120|     16|		break;
 3121|      0|	default:
  ------------------
  |  Branch (3121:2): [True: 0, False: 61]
  ------------------
 3122|      0|		rv = CKR_FUNCTION_NOT_SUPPORTED;
  ------------------
  |  | 1111|      0|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
 3123|     61|	}
 3124|       |
 3125|     61|	if (p15init_create_object) {
  ------------------
  |  Branch (3125:6): [True: 0, False: 61]
  ------------------
 3126|       |		// TODO: after sc_pkcs15init_unbind, user may have to enter PIN on a pin pad reader even though authentication state
 3127|       |		// is supposed to remain open. Check why this happens.
 3128|      0|		sc_pkcs15init_unbind(profile);
 3129|      0|		sc_unlock(p11card->card);
 3130|      0|	}
 3131|       |
 3132|     61|	return rv;
 3133|     61|}
framework-pkcs15.c:set_cka_label:
  426|      2|{
  427|      2|	char *l = (char *)attr->pValue;
  428|      2|	unsigned long len = attr->ulValueLen;
  429|       |
  430|      2|	if (len >= SC_PKCS15_MAX_LABEL_SIZE)
  ------------------
  |  |   35|      2|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  |  Branch (430:6): [True: 0, False: 2]
  ------------------
  431|      0|		len = SC_PKCS15_MAX_LABEL_SIZE-1;
  ------------------
  |  |   35|      0|#define SC_PKCS15_MAX_LABEL_SIZE	255
  ------------------
  432|      2|	memcpy(label, l, len);
  433|      2|	label[len] = '\0';
  434|      2|	return label;
  435|      2|}
framework-pkcs15.c:pkcs15_check_bool_cka:
 2266|     42|{
 2267|     42|	if (attr->ulValueLen != sizeof(CK_BBOOL) || !attr->pValue)
  ------------------
  |  Branch (2267:6): [True: 0, False: 42]
  |  Branch (2267:46): [True: 0, False: 42]
  ------------------
 2268|      0|		return 0;
 2269|       |
 2270|     42|	if (*((CK_BBOOL *)attr->pValue))
  ------------------
  |  Branch (2270:6): [True: 18, False: 24]
  ------------------
 2271|     18|		return flag;
 2272|       |
 2273|     24|	return 0;
 2274|     42|}
framework-pkcs15.c:pkcs15_create_certificate:
 2875|      4|{
 2876|      4|	struct sc_pkcs11_card *p11card = slot->p11card;
 2877|      4|	struct pkcs15_fw_data *fw_data = NULL;
 2878|      4|	struct sc_pkcs15init_certargs args;
 2879|      4|	struct pkcs15_any_object *cert_any_obj = NULL;
 2880|      4|	struct sc_pkcs15_object	*cert_obj = NULL;
 2881|      4|	CK_CERTIFICATE_TYPE	cert_type;
 2882|      4|	CK_BBOOL		bValue;
 2883|      4|	int			rc;
 2884|      4|	CK_RV rv;
 2885|      4|	char label[SC_PKCS15_MAX_LABEL_SIZE];
 2886|       |
 2887|      4|	memset(&args, 0, sizeof(args));
 2888|      4|	if (!p11card)
  ------------------
  |  Branch (2888:6): [True: 0, False: 4]
  ------------------
 2889|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_CreateObject");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2890|      4|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 2891|      4|	if (!fw_data)
  ------------------
  |  Branch (2891:6): [True: 0, False: 4]
  ------------------
 2892|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_CreateObject");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 2893|      4|	if (!fw_data->p15_card)
  ------------------
  |  Branch (2893:6): [True: 0, False: 4]
  ------------------
 2894|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_CreateObject");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2895|       |
 2896|       |	/* Get the key type */
 2897|      4|	rv = attr_find(pTemplate, ulCount, CKA_CERTIFICATE_TYPE,
  ------------------
  |  |  145|      4|#define CKA_CERTIFICATE_TYPE 0x00000080UL
  ------------------
 2898|      4|				&cert_type, NULL);
 2899|      4|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      4|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (2899:6): [True: 0, False: 4]
  ------------------
 2900|      0|		return rv;
 2901|      4|	if (cert_type != CKC_X_509)
  ------------------
  |  |  303|      4|#define CKC_X_509 0x00000000UL
  ------------------
  |  Branch (2901:6): [True: 0, False: 4]
  ------------------
 2902|      0|		return CKR_ATTRIBUTE_VALUE_INVALID;
  ------------------
  |  | 1099|      0|#define CKR_ATTRIBUTE_VALUE_INVALID 0x00000013UL
  ------------------
 2903|       |
 2904|     21|	while (ulCount--) {
  ------------------
  |  Branch (2904:9): [True: 20, False: 1]
  ------------------
 2905|     20|		CK_ATTRIBUTE_PTR attr = pTemplate++;
 2906|       |
 2907|     20|		switch (attr->type) {
 2908|       |		/* Skip attrs we already know or don't care for */
 2909|      4|		case CKA_CLASS:
  ------------------
  |  |  137|      4|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (2909:3): [True: 4, False: 16]
  ------------------
 2910|      4|			break;
 2911|      4|		case CKA_PRIVATE:
  ------------------
  |  |  139|      4|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (2911:3): [True: 4, False: 16]
  ------------------
 2912|      4|			attr_extract(attr, &bValue, NULL);
 2913|      4|			if (bValue) {
  ------------------
  |  Branch (2913:8): [True: 3, False: 1]
  ------------------
 2914|      3|				rv = CKR_TEMPLATE_INCONSISTENT;
  ------------------
  |  | 1143|      3|#define CKR_TEMPLATE_INCONSISTENT 0x000000D1UL
  ------------------
 2915|      3|				goto out;
 2916|      3|			}
 2917|      1|			break;
 2918|      1|		case CKA_LABEL:
  ------------------
  |  |  140|      0|#define CKA_LABEL 0x00000003UL
  ------------------
  |  Branch (2918:3): [True: 0, False: 20]
  ------------------
 2919|      0|			args.label = set_cka_label(attr, label);
 2920|      0|			break;
 2921|      0|		case CKA_ID:
  ------------------
  |  |  161|      0|#define CKA_ID 0x00000102UL
  ------------------
  |  Branch (2921:3): [True: 0, False: 20]
  ------------------
 2922|      0|			args.id.len = sizeof(args.id.value);
 2923|      0|			rv = attr_extract(attr, args.id.value, &args.id.len);
 2924|      0|			if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (2924:8): [True: 0, False: 0]
  ------------------
 2925|      0|				goto out;
 2926|      0|			break;
 2927|      4|		case CKA_VALUE:
  ------------------
  |  |  143|      4|#define CKA_VALUE 0x00000011UL
  ------------------
  |  Branch (2927:3): [True: 4, False: 16]
  ------------------
 2928|      4|			args.der_encoded.len = attr->ulValueLen;
 2929|      4|			args.der_encoded.value = (u8 *) attr->pValue;
 2930|      4|			break;
 2931|      8|		default:
  ------------------
  |  Branch (2931:3): [True: 8, False: 12]
  ------------------
 2932|       |			/* ignore unknown attrs, or flag error? */
 2933|      8|			continue;
 2934|     20|		}
 2935|     20|	}
 2936|       |
 2937|      1|	if (args.der_encoded.len == 0) {
  ------------------
  |  Branch (2937:6): [True: 0, False: 1]
  ------------------
 2938|      0|		rv = CKR_TEMPLATE_INCOMPLETE;
  ------------------
  |  | 1142|      0|#define CKR_TEMPLATE_INCOMPLETE 0x000000D0UL
  ------------------
 2939|      0|		goto out;
 2940|      0|	}
 2941|       |
 2942|      1|	rc = sc_pkcs15init_store_certificate(fw_data->p15_card, profile, &args, &cert_obj);
 2943|      1|	if (rc < 0) {
  ------------------
  |  Branch (2943:6): [True: 1, False: 0]
  ------------------
 2944|      1|		rv = sc_to_cryptoki_error(rc, "C_CreateObject");
 2945|      1|		goto out;
 2946|      1|	}
 2947|       |	/* Create a new pkcs11 object for it */
 2948|      0|	__pkcs15_create_cert_object(fw_data, cert_obj, &cert_any_obj);
 2949|      0|	pkcs15_add_object(slot, cert_any_obj, phObject);
 2950|       |
 2951|      0|	rv = CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 2952|       |
 2953|      4|out:	return rv;
 2954|      0|}
framework-pkcs15.c:pkcs15_create_data:
 2961|     41|{
 2962|     41|	struct sc_pkcs11_card *p11card = slot->p11card;
 2963|     41|	struct pkcs15_fw_data *fw_data = NULL;
 2964|     41|	struct sc_pkcs15init_dataargs args;
 2965|     41|	struct pkcs15_any_object *data_any_obj = NULL;
 2966|     41|	struct sc_pkcs15_object	*data_obj = NULL;
 2967|     41|	struct sc_pkcs15_auth_info *pin = NULL;
 2968|     41|	CK_BBOOL bValue;
 2969|     41|	int rc;
 2970|     41|	CK_RV rv;
 2971|     41|	char label[SC_PKCS15_MAX_LABEL_SIZE];
 2972|       |
 2973|     41|	memset(&args, 0, sizeof(args));
 2974|     41|	sc_init_oid(&args.app_oid);
 2975|       |
 2976|     41|	if (!p11card)
  ------------------
  |  Branch (2976:6): [True: 0, False: 41]
  ------------------
 2977|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_CreateObject");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2978|     41|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 2979|     41|	if (!fw_data)
  ------------------
  |  Branch (2979:6): [True: 0, False: 41]
  ------------------
 2980|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_CreateObject");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 2981|     41|	if (!fw_data->p15_card)
  ------------------
  |  Branch (2981:6): [True: 0, False: 41]
  ------------------
 2982|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_CreateObject");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2983|       |
 2984|    224|	while (ulCount--) {
  ------------------
  |  Branch (2984:9): [True: 197, False: 27]
  ------------------
 2985|    197|		CK_ATTRIBUTE_PTR attr = pTemplate++;
 2986|       |
 2987|    197|		switch (attr->type) {
 2988|       |		/* Skip attrs we already know or don't care for */
 2989|     41|		case CKA_CLASS:
  ------------------
  |  |  137|     41|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (2989:3): [True: 41, False: 156]
  ------------------
 2990|     41|			break;
 2991|     41|		case CKA_PRIVATE:
  ------------------
  |  |  139|     41|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (2991:3): [True: 41, False: 156]
  ------------------
 2992|     41|			attr_extract(attr, &bValue, NULL);
 2993|     41|			if (bValue) {
  ------------------
  |  Branch (2993:8): [True: 29, False: 12]
  ------------------
 2994|     29|				pin = slot_data_auth_info(slot->fw_data);
  ------------------
  |  |   52|     29|#define slot_data_auth_info(p)	(((p) && slot_data_auth(p))? \
  |  |  ------------------
  |  |  |  |   51|     29|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     29|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (50:23): [True: 29, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     29|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (51:27): [True: 28, False: 1]
  |  |  |  |  |  Branch (51:29): [True: 29, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (52:34): [True: 29, False: 0]
  |  |  ------------------
  |  |   53|     29|		(struct sc_pkcs15_auth_info *) slot_data_auth(p)->data : NULL)
  |  |  ------------------
  |  |  |  |   51|     28|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     28|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (50:23): [True: 28, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     28|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (51:29): [True: 28, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2995|     29|				if (pin == NULL) {
  ------------------
  |  Branch (2995:9): [True: 1, False: 28]
  ------------------
 2996|      1|					rv = CKR_TEMPLATE_INCOMPLETE;
  ------------------
  |  | 1142|      1|#define CKR_TEMPLATE_INCOMPLETE 0x000000D0UL
  ------------------
 2997|      1|					goto out;
 2998|      1|				}
 2999|     28|				args.auth_id = pin->auth_id;
 3000|     28|			}
 3001|     40|			break;
 3002|     40|		case CKA_LABEL:
  ------------------
  |  |  140|      0|#define CKA_LABEL 0x00000003UL
  ------------------
  |  Branch (3002:3): [True: 0, False: 197]
  ------------------
 3003|      0|			args.label = set_cka_label(attr, label);
 3004|      0|			break;
 3005|      0|		case CKA_ID:
  ------------------
  |  |  161|      0|#define CKA_ID 0x00000102UL
  ------------------
  |  Branch (3005:3): [True: 0, False: 197]
  ------------------
 3006|      0|			args.id.len = sizeof(args.id.value);
 3007|      0|			rv = attr_extract(attr, args.id.value, &args.id.len);
 3008|      0|			if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3008:8): [True: 0, False: 0]
  ------------------
 3009|      0|				goto out;
 3010|      0|			break;
 3011|      0|		case CKA_APPLICATION:
  ------------------
  |  |  142|      0|#define CKA_APPLICATION 0x00000010UL
  ------------------
  |  Branch (3011:3): [True: 0, False: 197]
  ------------------
 3012|      0|			args.app_label = (char *) attr->pValue;
 3013|      0|			break;
 3014|     33|		case CKA_OBJECT_ID:
  ------------------
  |  |  144|     33|#define CKA_OBJECT_ID 0x00000012UL
  ------------------
  |  Branch (3014:3): [True: 33, False: 164]
  ------------------
 3015|     33|			if (sc_asn1_decode_object_id(attr->pValue, attr->ulValueLen, &args.app_oid)) {
  ------------------
  |  Branch (3015:8): [True: 13, False: 20]
  ------------------
 3016|     13|				rv = CKR_ATTRIBUTE_VALUE_INVALID;
  ------------------
  |  | 1099|     13|#define CKR_ATTRIBUTE_VALUE_INVALID 0x00000013UL
  ------------------
 3017|     13|				goto out;
 3018|     13|			}
 3019|     20|			break;
 3020|     41|		case CKA_VALUE:
  ------------------
  |  |  143|     41|#define CKA_VALUE 0x00000011UL
  ------------------
  |  Branch (3020:3): [True: 41, False: 156]
  ------------------
 3021|     41|			args.der_encoded.len = attr->ulValueLen;
 3022|     41|			args.der_encoded.value = (u8 *) attr->pValue;
 3023|     41|			break;
 3024|     41|		default:
  ------------------
  |  Branch (3024:3): [True: 41, False: 156]
  ------------------
 3025|       |			/* ignore unknown attrs, or flag error? */
 3026|     41|			continue;
 3027|    197|		}
 3028|    197|	}
 3029|       |
 3030|     27|	rc = sc_pkcs15init_store_data_object(fw_data->p15_card, profile, &args, &data_obj);
 3031|     27|	if (rc < 0) {
  ------------------
  |  Branch (3031:6): [True: 27, False: 0]
  ------------------
 3032|     27|		rv = sc_to_cryptoki_error(rc, "C_CreateObject");
 3033|     27|		goto out;
 3034|     27|	}
 3035|       |	/* Create a new pkcs11 object for it */
 3036|      0|	__pkcs15_create_data_object(fw_data, data_obj, &data_any_obj);
 3037|      0|	pkcs15_add_object(slot, data_any_obj, phObject);
 3038|       |
 3039|      0|	rv = CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 3040|       |
 3041|     41|out:	return rv;
 3042|      0|}
framework-pkcs15.c:pkcs15_create_secret_key:
 2494|     16|{
 2495|     16|	struct sc_pkcs11_card *p11card = slot->p11card;
 2496|     16|	struct pkcs15_fw_data *fw_data = NULL;
 2497|     16|	struct sc_pkcs15init_skeyargs args;
 2498|     16|	struct pkcs15_any_object *key_any_obj = NULL;
 2499|     16|	struct sc_pkcs15_object	*key_obj = NULL;
 2500|     16|	struct sc_pkcs15_auth_info *pin = NULL;
 2501|     16|	struct sc_pkcs15_skey_info *skey_info;
 2502|     16|	CK_KEY_TYPE key_type;
 2503|     16|	CK_BBOOL _token = FALSE;
  ------------------
  |  |   48|     16|#define FALSE 0
  ------------------
 2504|     16|	CK_RV rv;
 2505|     16|	int rc;
 2506|     16|	char label[SC_PKCS15_MAX_LABEL_SIZE];
 2507|     16|	CK_BBOOL temp_object = FALSE;
  ------------------
  |  |   48|     16|#define FALSE 0
  ------------------
 2508|       |
 2509|     16|	memset(&args, 0, sizeof(args));
 2510|     16|	if (!p11card)
  ------------------
  |  Branch (2510:6): [True: 0, False: 16]
  ------------------
 2511|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_CreateObject");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2512|     16|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 2513|     16|	if (!fw_data)
  ------------------
  |  Branch (2513:6): [True: 0, False: 16]
  ------------------
 2514|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_CreateObject");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 2515|     16|	if (!fw_data->p15_card)
  ------------------
  |  Branch (2515:6): [True: 0, False: 16]
  ------------------
 2516|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_CreateObject");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 2517|       |
 2518|       |	/* Get the key type */
 2519|     16|	rv = attr_find(pTemplate, ulCount, CKA_KEY_TYPE, &key_type, NULL);
  ------------------
  |  |  159|     16|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
 2520|     16|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     16|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (2520:6): [True: 2, False: 14]
  ------------------
 2521|      2|		return rv;
 2522|       |
 2523|       |	/* CKA_TOKEN defaults to false */
 2524|     14|	rv = attr_find(pTemplate, ulCount, CKA_TOKEN, &_token, NULL);
  ------------------
  |  |  138|     14|#define CKA_TOKEN 0x00000001UL
  ------------------
 2525|     14|	if (rv != CKR_TEMPLATE_INCOMPLETE && rv != CKR_OK) {
  ------------------
  |  | 1142|     28|#define CKR_TEMPLATE_INCOMPLETE 0x000000D0UL
  ------------------
              	if (rv != CKR_TEMPLATE_INCOMPLETE && rv != CKR_OK) {
  ------------------
  |  | 1086|     14|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (2525:6): [True: 14, False: 0]
  |  Branch (2525:39): [True: 0, False: 14]
  ------------------
 2526|      0|		return rv;
 2527|      0|	}
 2528|       |
 2529|       |	/* See if the "slot" is pin protected. If so, get the PIN id */
 2530|     14|	if ((pin = slot_data_auth_info(slot->fw_data)) != NULL)
  ------------------
  |  |   52|     14|#define slot_data_auth_info(p)	(((p) && slot_data_auth(p))? \
  |  |  ------------------
  |  |  |  |   51|     14|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     14|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (50:23): [True: 14, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     14|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (51:27): [True: 14, False: 0]
  |  |  |  |  |  Branch (51:29): [True: 14, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (52:34): [True: 14, False: 0]
  |  |  ------------------
  |  |   53|     14|		(struct sc_pkcs15_auth_info *) slot_data_auth(p)->data : NULL)
  |  |  ------------------
  |  |  |  |   51|     14|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     14|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (50:23): [True: 14, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|     14|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (51:29): [True: 14, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (2530:6): [True: 14, False: 0]
  ------------------
 2531|     14|		args.auth_id = pin->auth_id;
 2532|       |
 2533|     14|	switch (key_type) {
 2534|      8|		case CKK_GENERIC_SECRET:
  ------------------
  |  |  470|      8|#define CKK_GENERIC_SECRET 0x00000010UL
  ------------------
  |  Branch (2534:3): [True: 8, False: 6]
  ------------------
 2535|      8|			args.algorithm = SC_ALGORITHM_UNDEFINED;
  ------------------
  |  |   80|      8|#define SC_ALGORITHM_UNDEFINED		68	/* used with CKK_GENERIC_SECRET type keys */
  ------------------
 2536|      8|			break;
 2537|      2|		case CKK_AES:
  ------------------
  |  |  485|      2|#define CKK_AES 0x0000001FUL
  ------------------
  |  Branch (2537:3): [True: 2, False: 12]
  ------------------
 2538|      2|			args.algorithm = SC_ALGORITHM_AES;
  ------------------
  |  |   79|      2|#define SC_ALGORITHM_AES		67
  ------------------
 2539|      2|			break;
 2540|      1|		case CKK_DES3:
  ------------------
  |  |  475|      1|#define CKK_DES3 0x00000015UL
  ------------------
  |  Branch (2540:3): [True: 1, False: 13]
  ------------------
 2541|      1|			args.algorithm = SC_ALGORITHM_3DES;
  ------------------
  |  |   77|      1|#define SC_ALGORITHM_3DES		65
  ------------------
 2542|      1|			break;
 2543|      2|		case CKK_DES:
  ------------------
  |  |  473|      2|#define CKK_DES 0x00000013UL
  ------------------
  |  Branch (2543:3): [True: 2, False: 12]
  ------------------
 2544|      2|			args.algorithm = SC_ALGORITHM_DES;
  ------------------
  |  |   76|      2|#define SC_ALGORITHM_DES		64
  ------------------
 2545|      2|			break;
 2546|      1|		default:
  ------------------
  |  Branch (2546:3): [True: 1, False: 13]
  ------------------
 2547|      1|			return CKR_ATTRIBUTE_VALUE_INVALID;
  ------------------
  |  | 1099|      1|#define CKR_ATTRIBUTE_VALUE_INVALID 0x00000013UL
  ------------------
 2548|     14|	}
 2549|       |
 2550|    159|	while (ulCount--) {
  ------------------
  |  Branch (2550:9): [True: 146, False: 13]
  ------------------
 2551|    146|		CK_ATTRIBUTE_PTR attr = pTemplate++;
 2552|       |
 2553|    146|		switch (attr->type) {
 2554|       |		/* Skip attrs we already know or don't care for */
 2555|     13|		case CKA_CLASS:
  ------------------
  |  |  137|     13|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (2555:3): [True: 13, False: 133]
  ------------------
 2556|     26|		case CKA_KEY_TYPE:
  ------------------
  |  |  159|     26|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  |  Branch (2556:3): [True: 13, False: 133]
  ------------------
 2557|     36|		case CKA_MODULUS_BITS:
  ------------------
  |  |  175|     36|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
  |  Branch (2557:3): [True: 10, False: 136]
  ------------------
 2558|     47|		case CKA_PRIVATE:
  ------------------
  |  |  139|     47|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (2558:3): [True: 11, False: 135]
  ------------------
 2559|     47|			break;
 2560|      2|		case CKA_LABEL:
  ------------------
  |  |  140|      2|#define CKA_LABEL 0x00000003UL
  ------------------
  |  Branch (2560:3): [True: 2, False: 144]
  ------------------
 2561|      2|			args.label = set_cka_label(attr, label);
 2562|      2|			break;
 2563|      1|		case CKA_ID:
  ------------------
  |  |  161|      1|#define CKA_ID 0x00000102UL
  ------------------
  |  Branch (2563:3): [True: 1, False: 145]
  ------------------
 2564|      1|			args.id.len = sizeof(args.id.value);
 2565|      1|			rv = attr_extract(attr, args.id.value, &args.id.len);
 2566|      1|			if (rv != CKR_OK)
  ------------------
  |  | 1086|      1|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (2566:8): [True: 0, False: 1]
  ------------------
 2567|      0|				goto out;
 2568|      1|			break;
 2569|      1|		case CKA_VALUE_LEN:
  ------------------
  |  |  191|      0|#define CKA_VALUE_LEN 0x00000161UL
  ------------------
  |  Branch (2569:3): [True: 0, False: 146]
  ------------------
 2570|      0|			attr_extract(attr, &args.value_len, NULL);
 2571|      0|			break;
 2572|      0|		case CKA_VALUE:
  ------------------
  |  |  143|      0|#define CKA_VALUE 0x00000011UL
  ------------------
  |  Branch (2572:3): [True: 0, False: 146]
  ------------------
 2573|      0|			if (attr->pValue) {
  ------------------
  |  Branch (2573:8): [True: 0, False: 0]
  ------------------
 2574|      0|				free(args.key.data);
 2575|      0|				args.key.data = calloc(1,attr->ulValueLen);
 2576|      0|				if (!args.key.data)
  ------------------
  |  Branch (2576:9): [True: 0, False: 0]
  ------------------
 2577|      0|					return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 2578|      0|				memcpy(args.key.data, attr->pValue, attr->ulValueLen);
 2579|      0|				args.key.data_len = attr->ulValueLen;
 2580|      0|			}
 2581|      0|			break;
 2582|      9|		case CKA_DECRYPT:
  ------------------
  |  |  164|      9|#define CKA_DECRYPT 0x00000105UL
  ------------------
  |  Branch (2582:3): [True: 9, False: 137]
  ------------------
 2583|      9|			args.usage |= pkcs15_check_bool_cka(attr, SC_PKCS15_PRKEY_USAGE_DECRYPT);
  ------------------
  |  |  306|      9|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
 2584|      9|			break;
 2585|      7|		case CKA_ENCRYPT:
  ------------------
  |  |  163|      7|#define CKA_ENCRYPT 0x00000104UL
  ------------------
  |  Branch (2585:3): [True: 7, False: 139]
  ------------------
 2586|      7|			args.usage |= pkcs15_check_bool_cka(attr, SC_PKCS15_PRKEY_USAGE_ENCRYPT);
  ------------------
  |  |  305|      7|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
 2587|      7|			break;
 2588|      9|		case CKA_WRAP:
  ------------------
  |  |  165|      9|#define CKA_WRAP 0x00000106UL
  ------------------
  |  Branch (2588:3): [True: 9, False: 137]
  ------------------
 2589|      9|			args.usage |= pkcs15_check_bool_cka(attr, SC_PKCS15_PRKEY_USAGE_WRAP);
  ------------------
  |  |  309|      9|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
 2590|      9|			break;
 2591|     10|		case CKA_UNWRAP:
  ------------------
  |  |  166|     10|#define CKA_UNWRAP 0x00000107UL
  ------------------
  |  Branch (2591:3): [True: 10, False: 136]
  ------------------
 2592|     10|			args.usage |= pkcs15_check_bool_cka(attr, SC_PKCS15_PRKEY_USAGE_UNWRAP);
  ------------------
  |  |  310|     10|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
 2593|     10|			break;
 2594|      7|		case CKA_EXTRACTABLE:
  ------------------
  |  |  192|      7|#define CKA_EXTRACTABLE 0x00000162UL
  ------------------
  |  Branch (2594:3): [True: 7, False: 139]
  ------------------
 2595|      7|			if (pkcs15_check_bool_cka(attr, 1))
  ------------------
  |  Branch (2595:8): [True: 5, False: 2]
  ------------------
 2596|      5|				args.access_flags |= SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE;
  ------------------
  |  |  317|      5|#define SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE	0x02
  ------------------
 2597|      7|			break;
 2598|      0|		case CKA_OPENSC_ALWAYS_AUTH_ANY_OBJECT:
  ------------------
  |  |   26|      0|#define CKA_OPENSC_ALWAYS_AUTH_ANY_OBJECT (CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 3UL)
  |  |  ------------------
  |  |  |  |  289|      0|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_OPENSC_ALWAYS_AUTH_ANY_OBJECT (CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 3UL)
  |  |  ------------------
  |  |  |  |   12|      0|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
  |  Branch (2598:3): [True: 0, False: 146]
  ------------------
 2599|      0|			args.user_consent = (int) (pkcs15_check_bool_cka(attr, 1));
 2600|      0|			break;
 2601|     54|		default:
  ------------------
  |  Branch (2601:3): [True: 54, False: 92]
  ------------------
 2602|       |			/* ignore unknown attrs, or flag error? */
 2603|     54|			continue;
 2604|    146|		}
 2605|    146|	}
 2606|       |
 2607|       |	/* If creating a PKCS#11 session object, i.e. one that is only in memory */
 2608|     13|	if (_token == FALSE && (fw_data->p15_card->card->caps & SC_CARD_CAP_ONCARD_SESSION_OBJECTS) == 0) {
  ------------------
  |  |   48|     26|#define FALSE 0
  ------------------
              	if (_token == FALSE && (fw_data->p15_card->card->caps & SC_CARD_CAP_ONCARD_SESSION_OBJECTS) == 0) {
  ------------------
  |  |  569|     13|#define SC_CARD_CAP_ONCARD_SESSION_OBJECTS	0x00000400
  ------------------
  |  Branch (2608:6): [True: 13, False: 0]
  |  Branch (2608:25): [True: 13, False: 0]
  ------------------
 2609|       |
 2610|       |		/* TODO Have 3 choices as to how to create the object.
 2611|       |		 * (1)create a sc_pkcs15init_store_secret_key routine like the others
 2612|       |		 * (2)use the sc_pkcs15emu_ routines
 2613|       |		 * (3)do it inline here (Will do this for now)
 2614|       |		 */
 2615|       |
 2616|     13|		key_obj = calloc(1, sizeof(sc_pkcs15_object_t));
 2617|     13|		if (key_obj == NULL) {
  ------------------
  |  Branch (2617:7): [True: 0, False: 13]
  ------------------
 2618|      0|			rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 2619|      0|			goto out;
 2620|      0|		}
 2621|     13|		temp_object = TRUE;
  ------------------
  |  |   51|     13|#define TRUE 1
  ------------------
 2622|     13|		key_obj->type = SC_PKCS15_TYPE_SKEY;
  ------------------
  |  |  432|     13|#define SC_PKCS15_TYPE_SKEY			0x300
  ------------------
 2623|       |
 2624|     13|		if (args.id.len)
  ------------------
  |  Branch (2624:7): [True: 1, False: 12]
  ------------------
 2625|      1|			memcpy(key_obj->label, args.id.value, args.id.len);
 2626|       |
 2627|     13|		key_obj->flags = 2; /* TODO not sure what these mean */
 2628|       |
 2629|     13|		skey_info = calloc(1, sizeof(sc_pkcs15_skey_info_t));
 2630|     13|		if (skey_info == NULL) {
  ------------------
  |  Branch (2630:7): [True: 0, False: 13]
  ------------------
 2631|      0|			rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 2632|      0|			goto out;
 2633|      0|		}
 2634|     13|		key_obj->data = skey_info;
 2635|     13|		skey_info->usage = (unsigned int) args.usage;
 2636|     13|		skey_info->native = 0; /* card can not use this */
 2637|     13|		skey_info->access_flags = 0; /* looks like not needed */
 2638|     13|		skey_info->key_type = key_type; /* PKCS#11 CKK_* */
 2639|     13|		skey_info->data.value = args.key.data;
 2640|     13|		skey_info->data.len = args.key.data_len;
 2641|     13|		skey_info->value_len = args.value_len * 8; /* key length comes in number of bytes, use length in bits in PKCS#15. */
 2642|     13|		args.key.data = NULL;
 2643|     13|		key_obj->session_object = 1;
 2644|     13|	}
 2645|      0|	else {
 2646|      0|		if(_token == FALSE)
  ------------------
  |  |   48|      0|#define FALSE 0
  ------------------
  |  Branch (2646:6): [True: 0, False: 0]
  ------------------
 2647|      0|			args.session_object = 1;	/* store the object on card for duration of the session. */
 2648|       |
 2649|      0|		args.value_len = args.value_len * 8; /* CKA_VALUE_LEN is number of bytes, PKCS#15 needs key length in bits */
 2650|      0|		rc = sc_pkcs15init_store_secret_key(fw_data->p15_card, profile, &args, &key_obj);
 2651|      0|		if (rc < 0) {
  ------------------
  |  Branch (2651:7): [True: 0, False: 0]
  ------------------
 2652|      0|			rv = sc_to_cryptoki_error(rc, "C_CreateObject");
 2653|      0|			goto out;
 2654|      0|		}
 2655|      0|	}
 2656|       |
 2657|       |	/* Create a new pkcs11 object for it */
 2658|     13|	__pkcs15_create_secret_key_object(fw_data, key_obj, &key_any_obj);
 2659|     13|	pkcs15_add_object(slot, key_any_obj, phObject);
 2660|       |
 2661|     13|	rv = CKR_OK;
  ------------------
  |  | 1086|     13|#define CKR_OK 0x00000000UL
  ------------------
 2662|       |
 2663|     13|out:
 2664|     13|	free(args.key.data); /* if allocated */
 2665|       |
 2666|       |	/* on error, free key_obj, unless it's created by pkcs15init. if OK, let it live as part of key_any_obj. */
 2667|     13|	if (rv != CKR_OK && temp_object)
  ------------------
  |  | 1086|     26|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (2667:6): [True: 0, False: 13]
  |  Branch (2667:22): [True: 0, False: 0]
  ------------------
 2668|      0|		free(key_obj); /* do not free if the object was created by pkcs15init. It will be freed in C_Finalize */
 2669|     13|	return rv;
 2670|     13|}
framework-pkcs15.c:pkcs15_gen_keypair:
 3311|    290|{
 3312|    290|	struct sc_profile *profile = NULL;
 3313|    290|	struct sc_pkcs11_card *p11card = slot->p11card;
 3314|    290|	struct sc_pkcs15_auth_info *pin = NULL;
 3315|    290|	struct sc_aid *aid = NULL;
 3316|    290|	struct pkcs15_fw_data *fw_data = NULL;
 3317|    290|	struct sc_pkcs15init_keygen_args keygen_args;
 3318|    290|	struct sc_pkcs15_object	 *priv_key_obj = NULL, *pub_key_obj = NULL;
 3319|    290|	struct pkcs15_any_object *priv_any_obj = NULL, *pub_any_obj = NULL;
 3320|    290|	struct pkcs15_prkey_object *priv_prk_obj = NULL;
 3321|    290|	struct sc_pkcs15_id id;
 3322|    290|	size_t		len;
 3323|    290|	CK_KEY_TYPE	keytype;
 3324|    290|	CK_ULONG	keybits = 0;
 3325|    290|	char		pub_label[SC_PKCS15_MAX_LABEL_SIZE];
 3326|    290|	char		priv_label[SC_PKCS15_MAX_LABEL_SIZE];
 3327|    290|	int		rc;
 3328|    290|	CK_RV rv = CKR_OK;
  ------------------
  |  | 1086|    290|#define CKR_OK 0x00000000UL
  ------------------
 3329|    290|	CK_BBOOL always_auth = CK_FALSE;
  ------------------
  |  |   35|    290|#define CK_FALSE 0
  ------------------
 3330|    290|	CK_BBOOL sensitive = CK_FALSE;
  ------------------
  |  |   35|    290|#define CK_FALSE 0
  ------------------
 3331|    290|	CK_BBOOL extractable = CK_FALSE;
  ------------------
  |  |   35|    290|#define CK_FALSE 0
  ------------------
 3332|       |
 3333|    290|	sc_log(context, "Key pair generation, mech = 0x%0lx",
  ------------------
  |  |   71|    290|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3334|    290|		   pMechanism->mechanism);
 3335|       |
 3336|    290|	if (pMechanism->mechanism != CKM_RSA_PKCS_KEY_PAIR_GEN
  ------------------
  |  |  538|    580|#define CKM_RSA_PKCS_KEY_PAIR_GEN 0x00000000UL
  ------------------
  |  Branch (3336:6): [True: 281, False: 9]
  ------------------
 3337|    281|			&& pMechanism->mechanism != CKM_GOSTR3410_KEY_PAIR_GEN
  ------------------
  |  |  908|    571|#define CKM_GOSTR3410_KEY_PAIR_GEN 0x00001200UL
  ------------------
  |  Branch (3337:7): [True: 280, False: 1]
  ------------------
 3338|    280|			&& pMechanism->mechanism != CKM_EC_KEY_PAIR_GEN
  ------------------
  |  |  859|    570|#define CKM_EC_KEY_PAIR_GEN 0x00001040UL
  ------------------
  |  Branch (3338:7): [True: 279, False: 1]
  ------------------
 3339|    279|			&& pMechanism->mechanism != CKM_EC_EDWARDS_KEY_PAIR_GEN
  ------------------
  |  |  988|    569|#define CKM_EC_EDWARDS_KEY_PAIR_GEN 0x00001055UL
  ------------------
  |  Branch (3339:7): [True: 277, False: 2]
  ------------------
 3340|    277|			&& pMechanism->mechanism != CKM_EC_MONTGOMERY_KEY_PAIR_GEN)
  ------------------
  |  |  989|    277|#define CKM_EC_MONTGOMERY_KEY_PAIR_GEN 0x00001056UL
  ------------------
  |  Branch (3340:7): [True: 276, False: 1]
  ------------------
 3341|    276|		return CKR_MECHANISM_INVALID;
  ------------------
  |  | 1122|    276|#define CKR_MECHANISM_INVALID 0x00000070UL
  ------------------
 3342|       |
 3343|     14|	if (!p11card)
  ------------------
  |  Branch (3343:6): [True: 0, False: 14]
  ------------------
 3344|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GenerateKeyPair");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3345|     14|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 3346|     14|	if (!fw_data)
  ------------------
  |  Branch (3346:6): [True: 0, False: 14]
  ------------------
 3347|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GenerateKeyPair");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3348|     14|	if (!fw_data->p15_card)
  ------------------
  |  Branch (3348:6): [True: 5, False: 9]
  ------------------
 3349|      5|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GenerateKeyPair");
  ------------------
  |  |   60|      5|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3350|       |
 3351|      9|	rc = sc_lock(p11card->card);
 3352|      9|	if (rc < 0)
  ------------------
  |  Branch (3352:6): [True: 0, False: 9]
  ------------------
 3353|      0|		return sc_to_cryptoki_error(rc, "C_GenerateKeyPair");
 3354|       |
 3355|      9|	rc = sc_pkcs15init_bind(p11card->card, "pkcs15", NULL, slot->app_info, &profile);
 3356|      9|	if (rc < 0) {
  ------------------
  |  Branch (3356:6): [True: 9, False: 0]
  ------------------
 3357|      9|		sc_unlock(p11card->card);
 3358|      9|		return sc_to_cryptoki_error(rc, "C_GenerateKeyPair");
 3359|      9|	}
 3360|       |
 3361|      0|	if(slot->app_info)
  ------------------
  |  Branch (3361:5): [True: 0, False: 0]
  ------------------
 3362|      0|		aid = &slot->app_info->aid;
 3363|       |
 3364|      0|	rc = sc_pkcs15init_finalize_profile(p11card->card, profile, aid);
 3365|      0|	if (rc != CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3365:6): [True: 0, False: 0]
  ------------------
 3366|      0|		sc_log(context, "Cannot finalize profile: %i", rc);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3367|      0|		return sc_to_cryptoki_error(rc, "C_GenerateKeyPair");
 3368|      0|	}
 3369|       |
 3370|      0|	memset(&keygen_args, 0, sizeof(keygen_args));
 3371|       |
 3372|       |	/* 1. Convert the pkcs11 attributes to pkcs15init args */
 3373|       |
 3374|      0|	if ((pin = slot_data_auth_info(slot->fw_data)) != NULL)
  ------------------
  |  |   52|      0|#define slot_data_auth_info(p)	(((p) && slot_data_auth(p))? \
  |  |  ------------------
  |  |  |  |   51|      0|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      0|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (50:23): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      0|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (51:27): [True: 0, False: 0]
  |  |  |  |  |  Branch (51:29): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  |  Branch (52:34): [True: 0, False: 0]
  |  |  ------------------
  |  |   53|      0|		(struct sc_pkcs15_auth_info *) slot_data_auth(p)->data : NULL)
  |  |  ------------------
  |  |  |  |   51|      0|#define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      0|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  |  |  ------------------
  |  |  |  |  |  |  |  Branch (50:23): [True: 0, False: 0]
  |  |  |  |  |  |  ------------------
  |  |  |  |  ------------------
  |  |  |  |               #define slot_data_auth(p)	(((p) && slot_data(p)) ? slot_data(p)->auth_obj : NULL)
  |  |  |  |  ------------------
  |  |  |  |  |  |   50|      0|#define slot_data(p)		((struct pkcs15_slot_data *) (p))
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (51:29): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  |  Branch (3374:6): [True: 0, False: 0]
  ------------------
 3375|      0|		keygen_args.prkey_args.auth_id = pin->auth_id;
 3376|       |
 3377|      0|	rv = attr_find2(pPubTpl, ulPubCnt, pPrivTpl, ulPrivCnt, CKA_KEY_TYPE,
  ------------------
  |  |  159|      0|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
 3378|      0|		&keytype, NULL);
 3379|      0|	if (rv != CKR_OK && pMechanism->mechanism == CKM_RSA_PKCS_KEY_PAIR_GEN)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              	if (rv != CKR_OK && pMechanism->mechanism == CKM_RSA_PKCS_KEY_PAIR_GEN)
  ------------------
  |  |  538|      0|#define CKM_RSA_PKCS_KEY_PAIR_GEN 0x00000000UL
  ------------------
  |  Branch (3379:6): [True: 0, False: 0]
  |  Branch (3379:22): [True: 0, False: 0]
  ------------------
 3380|      0|		keytype = CKK_RSA;
  ------------------
  |  |  464|      0|#define CKK_RSA 0x00000000UL
  ------------------
 3381|      0|	else if (rv != CKR_OK && pMechanism->mechanism == CKM_EC_KEY_PAIR_GEN)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              	else if (rv != CKR_OK && pMechanism->mechanism == CKM_EC_KEY_PAIR_GEN)
  ------------------
  |  |  859|      0|#define CKM_EC_KEY_PAIR_GEN 0x00001040UL
  ------------------
  |  Branch (3381:11): [True: 0, False: 0]
  |  Branch (3381:27): [True: 0, False: 0]
  ------------------
 3382|      0|		keytype = CKK_EC;
  ------------------
  |  |  467|      0|#define CKK_EC 0x00000003UL
  ------------------
 3383|      0|	else if (rv != CKR_OK && pMechanism->mechanism == CKM_EC_EDWARDS_KEY_PAIR_GEN)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              	else if (rv != CKR_OK && pMechanism->mechanism == CKM_EC_EDWARDS_KEY_PAIR_GEN)
  ------------------
  |  |  988|      0|#define CKM_EC_EDWARDS_KEY_PAIR_GEN 0x00001055UL
  ------------------
  |  Branch (3383:11): [True: 0, False: 0]
  |  Branch (3383:27): [True: 0, False: 0]
  ------------------
 3384|      0|		keytype = CKK_EC_EDWARDS;
  ------------------
  |  |  518|      0|#define CKK_EC_EDWARDS 0x00000040UL
  ------------------
 3385|      0|	else if (rv != CKR_OK && pMechanism->mechanism == CKM_EC_MONTGOMERY_KEY_PAIR_GEN)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              	else if (rv != CKR_OK && pMechanism->mechanism == CKM_EC_MONTGOMERY_KEY_PAIR_GEN)
  ------------------
  |  |  989|      0|#define CKM_EC_MONTGOMERY_KEY_PAIR_GEN 0x00001056UL
  ------------------
  |  Branch (3385:11): [True: 0, False: 0]
  |  Branch (3385:27): [True: 0, False: 0]
  ------------------
 3386|      0|		keytype = CKK_EC_MONTGOMERY;
  ------------------
  |  |  519|      0|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
 3387|      0|	else if (rv != CKR_OK && pMechanism->mechanism == CKM_GOSTR3410_KEY_PAIR_GEN)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              	else if (rv != CKR_OK && pMechanism->mechanism == CKM_GOSTR3410_KEY_PAIR_GEN)
  ------------------
  |  |  908|      0|#define CKM_GOSTR3410_KEY_PAIR_GEN 0x00001200UL
  ------------------
  |  Branch (3387:11): [True: 0, False: 0]
  |  Branch (3387:27): [True: 0, False: 0]
  ------------------
 3388|      0|		keytype = CKK_GOSTR3410;
  ------------------
  |  |  502|      0|#define CKK_GOSTR3410 0x00000030UL
  ------------------
 3389|      0|	else if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3389:11): [True: 0, False: 0]
  ------------------
 3390|      0|		goto kpgen_done;
 3391|       |
 3392|      0|	if (keytype == CKK_GOSTR3410)   {
  ------------------
  |  |  502|      0|#define CKK_GOSTR3410 0x00000030UL
  ------------------
  |  Branch (3392:6): [True: 0, False: 0]
  ------------------
 3393|      0|		keygen_args.prkey_args.key.algorithm = SC_ALGORITHM_GOSTR3410;
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
 3394|      0|		rv = set_gost3410_params(&keygen_args.prkey_args, NULL,
 3395|      0|				pPubTpl, ulPubCnt, pPrivTpl, ulPrivCnt);
 3396|      0|		if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3396:7): [True: 0, False: 0]
  ------------------
 3397|      0|			goto kpgen_done;
 3398|      0|		keybits = SC_PKCS15_GOSTR3410_KEYSIZE;
  ------------------
  |  |  326|      0|#define SC_PKCS15_GOSTR3410_KEYSIZE             256
  ------------------
 3399|      0|	}
 3400|      0|	else if (keytype == CKK_RSA)   {
  ------------------
  |  |  464|      0|#define CKK_RSA 0x00000000UL
  ------------------
  |  Branch (3400:11): [True: 0, False: 0]
  ------------------
 3401|       |		/* default value (CKA_KEY_TYPE isn't set) or CKK_RSA is set */
 3402|      0|		keygen_args.prkey_args.key.algorithm = SC_ALGORITHM_RSA;
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
 3403|       |
 3404|      0|		rv = attr_find2(pPubTpl, ulPubCnt, pPrivTpl, ulPrivCnt,	CKA_MODULUS_BITS, &keybits, NULL);
  ------------------
  |  |  175|      0|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
 3405|      0|		if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3405:7): [True: 0, False: 0]
  ------------------
 3406|      0|			keybits = 1024; /* Default key size */
 3407|       |		/* TODO: check allowed values of keybits */
 3408|      0|	} else if (keytype == CKK_EC || keytype == CKK_EC_EDWARDS || keytype == CKK_EC_MONTGOMERY) {
  ------------------
  |  |  467|      0|#define CKK_EC 0x00000003UL
  ------------------
              	} else if (keytype == CKK_EC || keytype == CKK_EC_EDWARDS || keytype == CKK_EC_MONTGOMERY) {
  ------------------
  |  |  518|      0|#define CKK_EC_EDWARDS 0x00000040UL
  ------------------
              	} else if (keytype == CKK_EC || keytype == CKK_EC_EDWARDS || keytype == CKK_EC_MONTGOMERY) {
  ------------------
  |  |  519|      0|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
  |  Branch (3408:13): [True: 0, False: 0]
  |  Branch (3408:34): [True: 0, False: 0]
  |  Branch (3408:63): [True: 0, False: 0]
  ------------------
 3409|      0|		struct sc_lv_data *der = &keygen_args.prkey_args.key.u.ec.params.der;
 3410|      0|		void *ptr = NULL;
 3411|       |
 3412|      0|		rv = attr_find_and_allocate_ptr(pPubTpl, ulPubCnt, CKA_EC_PARAMS, &ptr, &der->len);
  ------------------
  |  |  200|      0|#define CKA_EC_PARAMS 0x00000180UL
  ------------------
 3413|      0|		der->value = (unsigned char *) ptr;
 3414|      0|		if (rv != CKR_OK)   {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3414:7): [True: 0, False: 0]
  ------------------
 3415|      0|			sc_unlock(p11card->card);
 3416|      0|			return rv;
 3417|      0|		}
 3418|      0|		if (sc_pkcs15_fix_ec_parameters(context, &keygen_args.prkey_args.key.u.ec.params) < 0) {
  ------------------
  |  Branch (3418:7): [True: 0, False: 0]
  ------------------
 3419|      0|			rv = CKR_CURVE_NOT_SUPPORTED;
  ------------------
  |  | 1164|      0|#define CKR_CURVE_NOT_SUPPORTED 0x00000140UL
  ------------------
 3420|      0|			goto kpgen_done;
 3421|      0|		}
 3422|      0|	} else {
 3423|       |		/* CKA_KEY_TYPE is set, but keytype isn't correct */
 3424|      0|		rv = CKR_ATTRIBUTE_VALUE_INVALID;
  ------------------
  |  | 1099|      0|#define CKR_ATTRIBUTE_VALUE_INVALID 0x00000013UL
  ------------------
 3425|      0|		goto kpgen_done;
 3426|      0|	}
 3427|       |
 3428|      0|	if (keytype == CKK_EC) {
  ------------------
  |  |  467|      0|#define CKK_EC 0x00000003UL
  ------------------
  |  Branch (3428:6): [True: 0, False: 0]
  ------------------
 3429|      0|		keygen_args.prkey_args.key.algorithm = SC_ALGORITHM_EC;
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
 3430|      0|	} else if (keytype == CKK_EC_EDWARDS) {
  ------------------
  |  |  518|      0|#define CKK_EC_EDWARDS 0x00000040UL
  ------------------
  |  Branch (3430:13): [True: 0, False: 0]
  ------------------
 3431|      0|		keygen_args.prkey_args.key.algorithm = SC_ALGORITHM_EDDSA;
  ------------------
  |  |   72|      0|#define SC_ALGORITHM_EDDSA		4
  ------------------
 3432|      0|	} else if (keytype == CKK_EC_MONTGOMERY) {
  ------------------
  |  |  519|      0|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
  |  Branch (3432:13): [True: 0, False: 0]
  ------------------
 3433|      0|		keygen_args.prkey_args.key.algorithm = SC_ALGORITHM_XEDDSA;
  ------------------
  |  |   73|      0|#define SC_ALGORITHM_XEDDSA		5
  ------------------
 3434|      0|	}
 3435|       |
 3436|      0|	id.len = SC_PKCS15_MAX_ID_SIZE;
  ------------------
  |  |   36|      0|#define SC_PKCS15_MAX_ID_SIZE		255
  ------------------
 3437|      0|	rv = attr_find2(pPubTpl, ulPubCnt, pPrivTpl, ulPrivCnt,	CKA_ID, &id.value, &id.len);
  ------------------
  |  |  161|      0|#define CKA_ID 0x00000102UL
  ------------------
 3438|      0|	if (rv == CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3438:6): [True: 0, False: 0]
  ------------------
 3439|      0|		keygen_args.prkey_args.id = id;
 3440|       |
 3441|      0|	len = sizeof(priv_label) - 1;
 3442|      0|	rv = attr_find(pPrivTpl, ulPrivCnt, CKA_LABEL, priv_label, &len);
  ------------------
  |  |  140|      0|#define CKA_LABEL 0x00000003UL
  ------------------
 3443|      0|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3443:6): [True: 0, False: 0]
  ------------------
 3444|      0|		priv_label[len] = '\0';
 3445|      0|		keygen_args.prkey_args.label = priv_label;
 3446|      0|	}
 3447|      0|	len = sizeof(pub_label) - 1;
 3448|      0|	rv = attr_find(pPubTpl, ulPubCnt, CKA_LABEL, pub_label, &len);
  ------------------
  |  |  140|      0|#define CKA_LABEL 0x00000003UL
  ------------------
 3449|      0|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3449:6): [True: 0, False: 0]
  ------------------
 3450|      0|		pub_label[len] = '\0';
 3451|      0|		keygen_args.pubkey_label = pub_label;
 3452|      0|	}
 3453|       |
 3454|      0|	rv = get_usage_privk(pPrivTpl, ulPrivCnt, &keygen_args.prkey_args.x509_usage, &keygen_args.prkey_args.usage);
 3455|      0|	if (rv == CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3455:6): [True: 0, False: 0]
  ------------------
 3456|      0|		rv = get_usage_pubk(pPubTpl, ulPubCnt, &keygen_args.prkey_args.x509_usage, &keygen_args.pubkey_usage);
 3457|      0|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (3457:6): [True: 0, False: 0]
  ------------------
 3458|      0|		goto kpgen_done;
 3459|       |
 3460|      0|	len = sizeof(always_auth);
 3461|      0|	rv = attr_find(pPrivTpl, ulPrivCnt, CKA_ALWAYS_AUTHENTICATE, &always_auth, &len);
  ------------------
  |  |  202|      0|#define CKA_ALWAYS_AUTHENTICATE 0x00000202UL
  ------------------
 3462|      0|	if (rv == CKR_OK && always_auth == CK_TRUE) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              	if (rv == CKR_OK && always_auth == CK_TRUE) {
  ------------------
  |  |   34|      0|#define CK_TRUE 1
  ------------------
  |  Branch (3462:6): [True: 0, False: 0]
  |  Branch (3462:22): [True: 0, False: 0]
  ------------------
 3463|      0|		keygen_args.prkey_args.user_consent = 1;
 3464|      0|	}
 3465|       |
 3466|       |	/* set EXTRACTABLE and SENSITIVESE flags */
 3467|      0|	len = sizeof(extractable);
 3468|      0|	rv = attr_find(pPrivTpl, ulPrivCnt, CKA_EXTRACTABLE, &extractable, &len);
  ------------------
  |  |  192|      0|#define CKA_EXTRACTABLE 0x00000162UL
  ------------------
 3469|      0|	if (rv == CKR_OK && extractable == CK_TRUE)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              	if (rv == CKR_OK && extractable == CK_TRUE)
  ------------------
  |  |   34|      0|#define CK_TRUE 1
  ------------------
  |  Branch (3469:6): [True: 0, False: 0]
  |  Branch (3469:22): [True: 0, False: 0]
  ------------------
 3470|      0|		keygen_args.prkey_args.access_flags |= SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE;
  ------------------
  |  |  317|      0|#define SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE	0x02
  ------------------
 3471|      0|	else
 3472|      0|		keygen_args.prkey_args.access_flags |= SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE;
  ------------------
  |  |  319|      0|#define SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE	0x08
  ------------------
 3473|       |
 3474|      0|	len = sizeof(sensitive);
 3475|      0|	rv = attr_find(pPrivTpl, ulPrivCnt, CKA_SENSITIVE, &sensitive, &len);
  ------------------
  |  |  162|      0|#define CKA_SENSITIVE 0x00000103UL
  ------------------
 3476|      0|	if (rv == CKR_OK && sensitive == CK_TRUE) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              	if (rv == CKR_OK && sensitive == CK_TRUE) {
  ------------------
  |  |   34|      0|#define CK_TRUE 1
  ------------------
  |  Branch (3476:6): [True: 0, False: 0]
  |  Branch (3476:22): [True: 0, False: 0]
  ------------------
 3477|      0|		keygen_args.prkey_args.access_flags |= SC_PKCS15_PRKEY_ACCESS_SENSITIVE;
  ------------------
  |  |  316|      0|#define SC_PKCS15_PRKEY_ACCESS_SENSITIVE	0x01
  ------------------
 3478|      0|		keygen_args.prkey_args.access_flags |= SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE;
  ------------------
  |  |  318|      0|#define SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE	0x04
  ------------------
 3479|      0|	}
 3480|       |
 3481|       |	/* This is called form C_GenerateKey, key is alwways LOCAL (PKCS#11 v3.0 section 4.7.2) */
 3482|      0|	keygen_args.prkey_args.access_flags |= SC_PKCS15_PRKEY_ACCESS_LOCAL;
  ------------------
  |  |  320|      0|#define SC_PKCS15_PRKEY_ACCESS_LOCAL		0x10
  ------------------
 3483|       |
 3484|       |	/* 3.a Try on-card key pair generation */
 3485|       |
 3486|      0|	sc_pkcs15init_set_p15card(profile, fw_data->p15_card);
 3487|       |
 3488|      0|	sc_log(context, "Try on-card key pair generation");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3489|      0|	rc = sc_pkcs15init_generate_key(fw_data->p15_card, profile, &keygen_args, (unsigned int) keybits, &priv_key_obj);
 3490|      0|	if (rc >= 0) {
  ------------------
  |  Branch (3490:6): [True: 0, False: 0]
  ------------------
 3491|      0|		id = ((struct sc_pkcs15_prkey_info *) priv_key_obj->data)->id;
 3492|      0|		rc = sc_pkcs15_find_pubkey_by_id(fw_data->p15_card, &id, &pub_key_obj);
 3493|      0|		if (rc != 0) {
  ------------------
  |  Branch (3493:7): [True: 0, False: 0]
  ------------------
 3494|      0|			sc_log(context, "sc_pkcs15_find_pubkey_by_id returned %d", rc);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3495|      0|			rv = sc_to_cryptoki_error(rc, "C_GenerateKeyPair");
 3496|      0|			goto kpgen_done;
 3497|      0|		}
 3498|      0|	}
 3499|      0|	else {
 3500|      0|		sc_log(context, "sc_pkcs15init_generate_key returned %d", rc);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3501|      0|		rv = sc_to_cryptoki_error(rc, "C_GenerateKeyPair");
 3502|      0|		goto kpgen_done;
 3503|      0|	}
 3504|       |
 3505|       |	/* 4. Create new pkcs11 public and private key object */
 3506|       |
 3507|      0|	rc = __pkcs15_create_prkey_object(fw_data, priv_key_obj, &priv_any_obj);
 3508|      0|	if (rc == 0)
  ------------------
  |  Branch (3508:6): [True: 0, False: 0]
  ------------------
 3509|      0|		rc = __pkcs15_create_pubkey_object(fw_data, pub_key_obj, &pub_any_obj);
 3510|      0|	if (rc != 0) {
  ------------------
  |  Branch (3510:6): [True: 0, False: 0]
  ------------------
 3511|      0|		sc_log(context, "__pkcs15_create_pr/pubkey_object returned %d", rc);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3512|      0|		rv = sc_to_cryptoki_error(rc, "C_GenerateKeyPair");
 3513|      0|		goto kpgen_done;
 3514|      0|	}
 3515|      0|	pkcs15_add_object(slot, priv_any_obj, phPrivKey);
 3516|      0|	pkcs15_add_object(slot, pub_any_obj, phPubKey);
 3517|       |
 3518|      0|	priv_prk_obj = (struct pkcs15_prkey_object *) priv_any_obj;
 3519|       |
 3520|      0|	priv_prk_obj->prv_pubkey = (struct pkcs15_pubkey_object *)pub_any_obj;
  ------------------
  |  |  106|      0|#define prv_pubkey		base.related_pubkey
  ------------------
 3521|       |
 3522|       |	/* Duplicate public key so that parameters can be retrieved even if public key object is deleted */
 3523|      0|	rv = sc_pkcs15_dup_pubkey(context, ((struct pkcs15_pubkey_object *)pub_any_obj)->pub_data, &priv_prk_obj->pub_data);
 3524|       |
 3525|      0|kpgen_done:
 3526|      0|	sc_pkcs15_erase_prkey(&keygen_args.prkey_args.key);
 3527|      0|	sc_pkcs15init_unbind(profile);
 3528|      0|	sc_unlock(p11card->card);
 3529|       |
 3530|      0|	return rv;
 3531|      0|}
framework-pkcs15.c:pkcs15_get_random:
 3673|  7.25k|{
 3674|  7.25k|	struct sc_pkcs11_card *p11card = slot->p11card;
 3675|  7.25k|	struct pkcs15_fw_data *fw_data = NULL;
 3676|  7.25k|	int rc;
 3677|       |
 3678|  7.25k|	if (!p11card)
  ------------------
  |  Branch (3678:6): [True: 0, False: 7.25k]
  ------------------
 3679|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GenerateRandom");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3680|  7.25k|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[slot->fw_data_idx];
 3681|  7.25k|	if (!fw_data)
  ------------------
  |  Branch (3681:6): [True: 0, False: 7.25k]
  ------------------
 3682|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GenerateRandom");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3683|  7.25k|	if (!fw_data->p15_card)
  ------------------
  |  Branch (3683:6): [True: 4.48k, False: 2.77k]
  ------------------
 3684|  4.48k|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GenerateRandom");
  ------------------
  |  |   60|  4.48k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3685|       |
 3686|  2.77k|	rc = sc_get_challenge(fw_data->p15_card->card, p, (size_t)len);
 3687|  2.77k|	return sc_to_cryptoki_error(rc, "C_GenerateRandom");
 3688|  7.25k|}
framework-pkcs15.c:pkcs15_cert_release:
 3805|  2.69k|{
 3806|  2.69k|	struct pkcs15_cert_object *cert = (struct pkcs15_cert_object *) obj;
 3807|  2.69k|	struct sc_pkcs15_cert      *cert_data = cert->cert_data;
 3808|       |
 3809|  2.69k|	if (__pkcs15_release_object((struct pkcs15_any_object *) obj) == 0)
  ------------------
  |  Branch (3809:6): [True: 1.34k, False: 1.34k]
  ------------------
 3810|  1.34k|		if (cert_data) /* may never have been read */
  ------------------
  |  Branch (3810:7): [True: 1.14k, False: 203]
  ------------------
 3811|  1.14k|			sc_pkcs15_free_certificate(cert_data);
 3812|  2.69k|}
framework-pkcs15.c:pkcs15_cert_get_attribute:
 3825|  7.11k|{
 3826|  7.11k|	struct sc_pkcs11_card *p11card = NULL;
 3827|  7.11k|	struct pkcs15_cert_object *cert = (struct pkcs15_cert_object*) object;
 3828|  7.11k|	struct pkcs15_fw_data *fw_data = NULL;
 3829|  7.11k|	size_t len;
 3830|       |
 3831|  7.11k|	sc_log(context, "pkcs15_cert_get_attribute() called");
  ------------------
  |  |   71|  7.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__
  |  |  ------------------
  ------------------
 3832|  7.11k|	p11card = session->slot->p11card;
 3833|  7.11k|	if (!p11card)
  ------------------
  |  Branch (3833:6): [True: 0, False: 7.11k]
  ------------------
 3834|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetAttributeValue");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3835|  7.11k|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[session->slot->fw_data_idx];
 3836|  7.11k|	if (!fw_data)
  ------------------
  |  Branch (3836:6): [True: 0, False: 7.11k]
  ------------------
 3837|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GetAttributeValue");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3838|  7.11k|	if (!fw_data->p15_card)
  ------------------
  |  Branch (3838:6): [True: 0, False: 7.11k]
  ------------------
 3839|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetAttributeValue");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3840|       |
 3841|  7.11k|	switch (attr->type) {
 3842|  3.80k|	case CKA_CLASS:
  ------------------
  |  |  137|  3.80k|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (3842:2): [True: 3.80k, False: 3.31k]
  ------------------
 3843|  3.80k|		check_attribute_buffer(attr, sizeof(CK_OBJECT_CLASS));
  ------------------
  |  |   56|  3.80k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  7.60k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 1.90k, False: 1.90k]
  |  |  ------------------
  |  |   57|  1.90k|		attr->ulValueLen = size;        \
  |  |   58|  1.90k|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|  1.90k|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|  1.90k|	}                                       \
  |  |   60|  3.80k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 1.90k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  1.90k|	attr->ulValueLen = size;
  ------------------
 3844|  1.90k|		*(CK_OBJECT_CLASS*)attr->pValue = CKO_CERTIFICATE;
  ------------------
  |  | 1028|  1.90k|#define CKO_CERTIFICATE 0x00000001UL
  ------------------
 3845|  1.90k|		break;
 3846|      0|	case CKA_TOKEN:
  ------------------
  |  |  138|      0|#define CKA_TOKEN 0x00000001UL
  ------------------
  |  Branch (3846:2): [True: 0, False: 7.11k]
  ------------------
 3847|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3848|      0|		*(CK_BBOOL*)attr->pValue = TRUE;
  ------------------
  |  |   51|      0|#define TRUE 1
  ------------------
 3849|      0|		break;
 3850|  1.75k|	case CKA_PRIVATE:
  ------------------
  |  |  139|  1.75k|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (3850:2): [True: 1.75k, False: 5.36k]
  ------------------
 3851|  1.75k|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|  1.75k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  3.50k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 1.75k]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|  1.75k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 1.75k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  1.75k|	attr->ulValueLen = size;
  ------------------
 3852|  1.75k|		*(CK_BBOOL*)attr->pValue = (cert->base.p15_object->flags & SC_PKCS15_CO_FLAG_PRIVATE) != 0;
  ------------------
  |  |   50|  1.75k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 3853|  1.75k|		break;
 3854|      0|	case CKA_MODIFIABLE:
  ------------------
  |  |  197|      0|#define CKA_MODIFIABLE 0x00000170UL
  ------------------
  |  Branch (3854:2): [True: 0, False: 7.11k]
  ------------------
 3855|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3856|      0|		*(CK_BBOOL*)attr->pValue = FALSE;
  ------------------
  |  |   48|      0|#define FALSE 0
  ------------------
 3857|      0|		break;
 3858|      0|	case CKA_LABEL:
  ------------------
  |  |  140|      0|#define CKA_LABEL 0x00000003UL
  ------------------
  |  Branch (3858:2): [True: 0, False: 7.11k]
  ------------------
 3859|      0|		if (check_cert_data_read(fw_data, cert) != 0) {
  ------------------
  |  Branch (3859:7): [True: 0, False: 0]
  ------------------
 3860|      0|			attr->ulValueLen = 0;
 3861|      0|			return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 3862|      0|		}
 3863|      0|		len = strnlen(cert->cert_p15obj->label, sizeof cert->cert_p15obj->label);
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
              		len = strnlen(cert->cert_p15obj->label, sizeof cert->cert_p15obj->label);
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
 3864|      0|		check_attribute_buffer(attr, len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3865|      0|		memcpy(attr->pValue, cert->cert_p15obj->label, len);
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
 3866|      0|		break;
 3867|      0|	case CKA_CERTIFICATE_TYPE:
  ------------------
  |  |  145|      0|#define CKA_CERTIFICATE_TYPE 0x00000080UL
  ------------------
  |  Branch (3867:2): [True: 0, False: 7.11k]
  ------------------
 3868|      0|		check_attribute_buffer(attr, sizeof(CK_CERTIFICATE_TYPE));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3869|      0|		*(CK_CERTIFICATE_TYPE*)attr->pValue = CKC_X_509;
  ------------------
  |  |  303|      0|#define CKC_X_509 0x00000000UL
  ------------------
 3870|      0|		break;
 3871|  1.56k|	case CKA_ID:
  ------------------
  |  |  161|  1.56k|#define CKA_ID 0x00000102UL
  ------------------
  |  Branch (3871:2): [True: 1.56k, False: 5.55k]
  ------------------
 3872|       |#ifdef ZERO_CKAID_FOR_CA_CERTS
 3873|       |		if (cert->cert_info->authority) {
 3874|       |			check_attribute_buffer(attr, 1);
 3875|       |			*(unsigned char*)attr->pValue = 0;
 3876|       |			break;
 3877|       |		}
 3878|       |#endif
 3879|  1.56k|		check_attribute_buffer(attr, cert->cert_info->id.len);
  ------------------
  |  |   56|  1.56k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  3.12k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 799, False: 765]
  |  |  ------------------
  |  |   57|    799|		attr->ulValueLen = size;        \
  |  |   58|    799|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|    799|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|    799|	}                                       \
  |  |   60|  1.56k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 765]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|    765|	attr->ulValueLen = size;
  ------------------
 3880|    765|		memcpy(attr->pValue, cert->cert_info->id.value, cert->cert_info->id.len);
 3881|    765|		break;
 3882|      0|	case CKA_TRUSTED:
  ------------------
  |  |  151|      0|#define CKA_TRUSTED 0x00000086UL
  ------------------
  |  Branch (3882:2): [True: 0, False: 7.11k]
  ------------------
 3883|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3884|      0|		*(CK_BBOOL*)attr->pValue = cert->cert_info->authority ? TRUE : FALSE;
  ------------------
  |  |   51|      0|#define TRUE 1
  ------------------
              		*(CK_BBOOL*)attr->pValue = cert->cert_info->authority ? TRUE : FALSE;
  ------------------
  |  |   48|      0|#define FALSE 0
  ------------------
  |  Branch (3884:30): [True: 0, False: 0]
  ------------------
 3885|      0|		break;
 3886|      0|	case CKA_VALUE:
  ------------------
  |  |  143|      0|#define CKA_VALUE 0x00000011UL
  ------------------
  |  Branch (3886:2): [True: 0, False: 7.11k]
  ------------------
 3887|      0|		if (check_cert_data_read(fw_data, cert) != 0) {
  ------------------
  |  Branch (3887:7): [True: 0, False: 0]
  ------------------
 3888|      0|			attr->ulValueLen = 0;
 3889|      0|			return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 3890|      0|		}
 3891|      0|		check_attribute_buffer(attr, cert->cert_data->data.len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3892|      0|		memcpy(attr->pValue, cert->cert_data->data.value, cert->cert_data->data.len);
 3893|      0|		break;
 3894|      0|	case CKA_SERIAL_NUMBER:
  ------------------
  |  |  147|      0|#define CKA_SERIAL_NUMBER 0x00000082UL
  ------------------
  |  Branch (3894:2): [True: 0, False: 7.11k]
  ------------------
 3895|      0|		if (check_cert_data_read(fw_data, cert) != 0) {
  ------------------
  |  Branch (3895:7): [True: 0, False: 0]
  ------------------
 3896|      0|			attr->ulValueLen = 0;
 3897|      0|			return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 3898|      0|		}
 3899|      0|		check_attribute_buffer(attr, cert->cert_data->serial_len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3900|      0|		memcpy(attr->pValue, cert->cert_data->serial, cert->cert_data->serial_len);
 3901|      0|		break;
 3902|      0|	case CKA_SUBJECT:
  ------------------
  |  |  160|      0|#define CKA_SUBJECT 0x00000101UL
  ------------------
  |  Branch (3902:2): [True: 0, False: 7.11k]
  ------------------
 3903|      0|		if (check_cert_data_read(fw_data, cert) != 0) {
  ------------------
  |  Branch (3903:7): [True: 0, False: 0]
  ------------------
 3904|      0|			attr->ulValueLen = 0;
 3905|      0|			return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 3906|      0|		}
 3907|      0|		check_attribute_buffer(attr, cert->cert_data->subject_len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3908|      0|		memcpy(attr->pValue, cert->cert_data->subject, cert->cert_data->subject_len);
 3909|      0|		return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 3910|      0|	case CKA_ISSUER:
  ------------------
  |  |  146|      0|#define CKA_ISSUER 0x00000081UL
  ------------------
  |  Branch (3910:2): [True: 0, False: 7.11k]
  ------------------
 3911|      0|		if (check_cert_data_read(fw_data, cert) != 0) {
  ------------------
  |  Branch (3911:7): [True: 0, False: 0]
  ------------------
 3912|      0|			attr->ulValueLen = 0;
 3913|      0|			return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 3914|      0|		}
 3915|      0|		check_attribute_buffer(attr, cert->cert_data->issuer_len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 3916|      0|		memcpy(attr->pValue, cert->cert_data->issuer, cert->cert_data->issuer_len);
 3917|      0|		return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 3918|      0|	default:
  ------------------
  |  Branch (3918:2): [True: 0, False: 7.11k]
  ------------------
 3919|      0|		return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 3920|  7.11k|	}
 3921|       |
 3922|  4.41k|	return CKR_OK;
  ------------------
  |  | 1086|  4.41k|#define CKR_OK 0x00000000UL
  ------------------
 3923|  7.11k|}
framework-pkcs15.c:check_cert_data_read:
  982|      4|{
  983|      4|	struct pkcs15_pubkey_object *obj2;
  984|      4|	int rv;
  985|      4|	int private_obj;
  986|       |
  987|      4|	if (!cert)
  ------------------
  |  Branch (987:6): [True: 1, False: 3]
  ------------------
  988|      1|		return SC_ERROR_OBJECT_NOT_FOUND;
  ------------------
  |  |   88|      1|#define SC_ERROR_OBJECT_NOT_FOUND		-1407
  ------------------
  989|       |
  990|      3|	if (cert->cert_data)
  ------------------
  |  Branch (990:6): [True: 1, False: 2]
  ------------------
  991|      1|		return 0;
  992|      2|	private_obj = cert->cert_flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   92|      2|#define cert_flags		base.base.flags
  ------------------
              	private_obj = cert->cert_flags & SC_PKCS15_CO_FLAG_PRIVATE;
  ------------------
  |  |   50|      2|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
  993|      2|	rv = sc_pkcs15_read_certificate(fw_data->p15_card, cert->cert_info, private_obj, &cert->cert_data);
  994|      2|	if (rv < 0)
  ------------------
  |  Branch (994:6): [True: 2, False: 0]
  ------------------
  995|      2|		return rv;
  996|       |
  997|      0|	obj2 = cert->cert_pubkey;
  ------------------
  |  |   94|      0|#define cert_pubkey		base.related_pubkey
  ------------------
  998|       |	/* make a copy of public key from the cert data */
  999|      0|	if (!obj2->pub_data)
  ------------------
  |  Branch (999:6): [True: 0, False: 0]
  ------------------
 1000|      0|		rv = sc_pkcs15_pubkey_from_cert(context, &cert->cert_data->data, &obj2->pub_data);
 1001|       |
 1002|       |	/* Find missing labels for certificate */
 1003|      0|	pkcs15_cert_extract_label(cert);
 1004|       |
 1005|       |	/* now that we have the cert and pub key, lets see if we can bind anything else */
 1006|      0|	pkcs15_bind_related_objects(fw_data);
 1007|       |
 1008|      0|	return rv;
 1009|      2|}
framework-pkcs15.c:pkcs15_cert_cmp_attribute:
 3931|  2.69k|{
 3932|  2.69k|	struct pkcs15_cert_object *cert = (struct pkcs15_cert_object*) object;
 3933|  2.69k|	struct sc_pkcs11_card *p11card = session->slot->p11card;
 3934|  2.69k|	struct pkcs15_fw_data *fw_data = NULL;
 3935|  2.69k|	const unsigned char *data = NULL, *_data = NULL;
 3936|  2.69k|	size_t	len, _len;
 3937|       |
 3938|  2.69k|	sc_log(context, "pkcs15_cert_cmp_attribute() called");
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
 3939|  2.69k|	if (!p11card)
  ------------------
  |  Branch (3939:6): [True: 0, False: 2.69k]
  ------------------
 3940|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetAttributeValue");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3941|  2.69k|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[session->slot->fw_data_idx];
 3942|  2.69k|	if (!fw_data)   {
  ------------------
  |  Branch (3942:6): [True: 0, False: 2.69k]
  ------------------
 3943|      0|		sc_log(context, "pkcs15_cert_cmp_attribute() returns SC_ERROR_INTERNAL");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3944|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GetAttributeValue");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 3945|      0|	}
 3946|  2.69k|	if (!fw_data->p15_card)
  ------------------
  |  Branch (3946:6): [True: 0, False: 2.69k]
  ------------------
 3947|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetAttributeValue");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 3948|       |
 3949|  2.69k|	switch (attr->type) {
 3950|       |	/* Check the issuer/subject. Some pkcs11 callers (i.e. netscape) will pass
 3951|       |	 * in the ASN.1 encoded SEQUENCE OF SET,
 3952|       |	 * while OpenSC just keeps the SET in the issuer/subject field. */
 3953|      0|	case CKA_ISSUER:
  ------------------
  |  |  146|      0|#define CKA_ISSUER 0x00000081UL
  ------------------
  |  Branch (3953:2): [True: 0, False: 2.69k]
  ------------------
 3954|      0|		if (check_cert_data_read(fw_data, cert) != 0)
  ------------------
  |  Branch (3954:7): [True: 0, False: 0]
  ------------------
 3955|      0|			break;
 3956|      0|		if (cert->cert_data->issuer_len == 0)
  ------------------
  |  Branch (3956:7): [True: 0, False: 0]
  ------------------
 3957|      0|			break;
 3958|       |
 3959|      0|		data = _data = (u8 *) attr->pValue;
 3960|      0|		len = _len = attr->ulValueLen;
 3961|      0|		if (cert->cert_data->issuer[0] == ASN1_SET_TAG && data[0] == ASN1_SEQ_TAG && len >= 2)
  ------------------
  |  | 3926|      0|#define ASN1_SET_TAG (SC_ASN1_SET | SC_ASN1_TAG_CONSTRUCTED)
  |  |  ------------------
  |  |  |  |  163|      0|#define SC_ASN1_SET                     17
  |  |  ------------------
  |  |               #define ASN1_SET_TAG (SC_ASN1_SET | SC_ASN1_TAG_CONSTRUCTED)
  |  |  ------------------
  |  |  |  |  190|      0|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  |  |  ------------------
  ------------------
              		if (cert->cert_data->issuer[0] == ASN1_SET_TAG && data[0] == ASN1_SEQ_TAG && len >= 2)
  ------------------
  |  | 3927|      0|#define ASN1_SEQ_TAG (SC_ASN1_SEQUENCE | SC_ASN1_TAG_CONSTRUCTED)
  |  |  ------------------
  |  |  |  |  162|      0|#define SC_ASN1_SEQUENCE                16
  |  |  ------------------
  |  |               #define ASN1_SEQ_TAG (SC_ASN1_SEQUENCE | SC_ASN1_TAG_CONSTRUCTED)
  |  |  ------------------
  |  |  |  |  190|      0|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  |  |  ------------------
  ------------------
  |  Branch (3961:7): [True: 0, False: 0]
  |  Branch (3961:53): [True: 0, False: 0]
  |  Branch (3961:80): [True: 0, False: 0]
  ------------------
 3962|      0|			data = sc_asn1_skip_tag(context, &_data, &_len, SC_ASN1_CONS | SC_ASN1_TAG_SEQUENCE, &len);
  ------------------
  |  |  141|      0|#define SC_ASN1_CONS			0x20000000
  ------------------
              			data = sc_asn1_skip_tag(context, &_data, &_len, SC_ASN1_CONS | SC_ASN1_TAG_SEQUENCE, &len);
  ------------------
  |  |  206|      0|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
 3963|       |
 3964|      0|		if (len == cert->cert_data->issuer_len && !memcmp(cert->cert_data->issuer, data, len))   {
  ------------------
  |  Branch (3964:7): [True: 0, False: 0]
  |  Branch (3964:45): [True: 0, False: 0]
  ------------------
 3965|      0|			sc_log(context, "pkcs15_cert_cmp_attribute() returns CKA_ISSUER matched");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3966|      0|			return 1;
 3967|      0|		}
 3968|      0|		break;
 3969|      0|	case CKA_SUBJECT:
  ------------------
  |  |  160|      0|#define CKA_SUBJECT 0x00000101UL
  ------------------
  |  Branch (3969:2): [True: 0, False: 2.69k]
  ------------------
 3970|      0|		if (check_cert_data_read(fw_data, cert) != 0)
  ------------------
  |  Branch (3970:7): [True: 0, False: 0]
  ------------------
 3971|      0|			break;
 3972|      0|		if (cert->cert_data->subject_len == 0)
  ------------------
  |  Branch (3972:7): [True: 0, False: 0]
  ------------------
 3973|      0|			break;
 3974|       |
 3975|      0|		data = _data = (u8 *) attr->pValue;
 3976|      0|		len = _len = attr->ulValueLen;
 3977|      0|		if (cert->cert_data->subject[0] == ASN1_SET_TAG && data[0] == ASN1_SEQ_TAG && len >= 2)
  ------------------
  |  | 3926|      0|#define ASN1_SET_TAG (SC_ASN1_SET | SC_ASN1_TAG_CONSTRUCTED)
  |  |  ------------------
  |  |  |  |  163|      0|#define SC_ASN1_SET                     17
  |  |  ------------------
  |  |               #define ASN1_SET_TAG (SC_ASN1_SET | SC_ASN1_TAG_CONSTRUCTED)
  |  |  ------------------
  |  |  |  |  190|      0|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  |  |  ------------------
  ------------------
              		if (cert->cert_data->subject[0] == ASN1_SET_TAG && data[0] == ASN1_SEQ_TAG && len >= 2)
  ------------------
  |  | 3927|      0|#define ASN1_SEQ_TAG (SC_ASN1_SEQUENCE | SC_ASN1_TAG_CONSTRUCTED)
  |  |  ------------------
  |  |  |  |  162|      0|#define SC_ASN1_SEQUENCE                16
  |  |  ------------------
  |  |               #define ASN1_SEQ_TAG (SC_ASN1_SEQUENCE | SC_ASN1_TAG_CONSTRUCTED)
  |  |  ------------------
  |  |  |  |  190|      0|#define SC_ASN1_TAG_CONSTRUCTED		0x20
  |  |  ------------------
  ------------------
  |  Branch (3977:7): [True: 0, False: 0]
  |  Branch (3977:54): [True: 0, False: 0]
  |  Branch (3977:81): [True: 0, False: 0]
  ------------------
 3978|      0|			data = sc_asn1_skip_tag(context, &_data, &_len, SC_ASN1_CONS | SC_ASN1_TAG_SEQUENCE, &len);
  ------------------
  |  |  141|      0|#define SC_ASN1_CONS			0x20000000
  ------------------
              			data = sc_asn1_skip_tag(context, &_data, &_len, SC_ASN1_CONS | SC_ASN1_TAG_SEQUENCE, &len);
  ------------------
  |  |  206|      0|#define SC_ASN1_TAG_SEQUENCE		16
  ------------------
 3979|       |
 3980|      0|		if (len == cert->cert_data->subject_len && !memcmp(cert->cert_data->subject, data, len))   {
  ------------------
  |  Branch (3980:7): [True: 0, False: 0]
  |  Branch (3980:46): [True: 0, False: 0]
  ------------------
 3981|      0|			sc_log(context, "pkcs15_cert_cmp_attribute() returns CKA_SUBJECT matched");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3982|      0|			return 1;
 3983|      0|		}
 3984|      0|		break;
 3985|  2.69k|	default:
  ------------------
  |  Branch (3985:2): [True: 2.69k, False: 0]
  ------------------
 3986|  2.69k|		return sc_pkcs11_any_cmp_attribute(session, object, attr);
 3987|  2.69k|	}
 3988|      0|	sc_log(context, "pkcs15_cert_cmp_attribute() returns not matched");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 3989|      0|	return 0;
 3990|  2.69k|}
framework-pkcs15.c:pkcs15_prkey_release:
 4013|  6.40k|{
 4014|  6.40k|	struct pkcs15_prkey_object *prkey = (struct pkcs15_prkey_object*) object;
 4015|  6.40k|	struct sc_pkcs15_pubkey *key_data = prkey->pub_data;
 4016|       |
 4017|  6.40k|	if (__pkcs15_release_object((struct pkcs15_any_object *) object) == 0)
  ------------------
  |  Branch (4017:6): [True: 3.61k, False: 2.78k]
  ------------------
 4018|  3.61k|		if (key_data)
  ------------------
  |  Branch (4018:7): [True: 1.10k, False: 2.50k]
  ------------------
 4019|  1.10k|			sc_pkcs15_free_pubkey(key_data);
 4020|  6.40k|}
framework-pkcs15.c:pkcs15_prkey_get_attribute:
 4034|  6.47k|{
 4035|  6.47k|	struct pkcs15_prkey_object *prkey = (struct pkcs15_prkey_object*) object;
 4036|  6.47k|	struct sc_pkcs11_card *p11card = NULL;
 4037|  6.47k|	struct pkcs15_fw_data *fw_data = NULL;
 4038|  6.47k|	struct sc_pkcs15_pubkey *key = NULL;
 4039|  6.47k|	unsigned int usage;
 4040|  6.47k|	size_t len;
 4041|       |
 4042|  6.47k|	sc_log(context, "pkcs15_prkey_get_attribute() called");
  ------------------
  |  |   71|  6.47k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4043|  6.47k|	p11card = session->slot->p11card;
 4044|  6.47k|	if (!p11card)
  ------------------
  |  Branch (4044:6): [True: 0, False: 6.47k]
  ------------------
 4045|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetAttributeValue");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 4046|  6.47k|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[session->slot->fw_data_idx];
 4047|  6.47k|	if (!fw_data)
  ------------------
  |  Branch (4047:6): [True: 0, False: 6.47k]
  ------------------
 4048|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GetAttributeValue");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4049|  6.47k|	if (!fw_data->p15_card)
  ------------------
  |  Branch (4049:6): [True: 0, False: 6.47k]
  ------------------
 4050|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetAttributeValue");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 4051|       |
 4052|       |	/* PKCS#11 requires us to supply CKA_MODULUS for private keys,
 4053|       |	 * although that is not generally available from a smart card
 4054|       |	 * (the key is supposed to be safely locked away after all).
 4055|       |	 *
 4056|       |	 * To work around this, we hope that we either have an associated
 4057|       |	 * public key, or we try to find a certificate with the
 4058|       |	 * corresponding public key.
 4059|       |	 *
 4060|       |	 * Note: We do the same thing for CKA_PUBLIC_EXPONENT as some
 4061|       |	 *       applications assume they can get that from the private
 4062|       |	 *       key, something PKCS#11 doesn't guarantee.
 4063|       |	 */
 4064|  6.47k|	if ((attr->type == CKA_MODULUS) || (attr->type == CKA_PUBLIC_EXPONENT) ||
  ------------------
  |  |  174|  6.47k|#define CKA_MODULUS 0x00000120UL
  ------------------
              	if ((attr->type == CKA_MODULUS) || (attr->type == CKA_PUBLIC_EXPONENT) ||
  ------------------
  |  |  176|  6.47k|#define CKA_PUBLIC_EXPONENT 0x00000122UL
  ------------------
  |  Branch (4064:6): [True: 0, False: 6.47k]
  |  Branch (4064:37): [True: 0, False: 6.47k]
  ------------------
 4065|  6.47k|		((attr->type == CKA_MODULUS_BITS) && (prkey->prv_p15obj->type == SC_PKCS15_TYPE_PRKEY_EC)) ||
  ------------------
  |  |  175|  6.47k|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
              		((attr->type == CKA_MODULUS_BITS) && (prkey->prv_p15obj->type == SC_PKCS15_TYPE_PRKEY_EC)) ||
  ------------------
  |  |  105|    250|#define prv_p15obj		base.p15_object
  ------------------
              		((attr->type == CKA_MODULUS_BITS) && (prkey->prv_p15obj->type == SC_PKCS15_TYPE_PRKEY_EC)) ||
  ------------------
  |  |  421|    250|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (4065:4): [True: 250, False: 6.22k]
  |  Branch (4065:40): [True: 31, False: 219]
  ------------------
 4066|  6.44k|		(attr->type == CKA_EC_PARAMS)) {
  ------------------
  |  |  200|  6.44k|#define CKA_EC_PARAMS 0x00000180UL
  ------------------
  |  Branch (4066:3): [True: 0, False: 6.44k]
  ------------------
 4067|       |		/* First see if we have an associated public key */
 4068|     31|		if (prkey->pub_data) {
  ------------------
  |  Branch (4068:7): [True: 30, False: 1]
  ------------------
 4069|     30|			key = prkey->pub_data;
 4070|     30|		} else {
 4071|       |			/* Try to find public key or certificate with the public key */
 4072|      1|			unsigned int i;
 4073|       |
 4074|     20|			for (i = 0; i < fw_data->num_objects; i++) {
  ------------------
  |  Branch (4074:16): [True: 19, False: 1]
  ------------------
 4075|     19|				struct pkcs15_any_object *obj = fw_data->objects[i];
 4076|     19|				struct pkcs15_cert_object *cert;
 4077|       |
 4078|     19|				if (is_cert(obj))   {
  ------------------
  |  |  122|     19|#define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  119|     19|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 19, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 19, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_cert(obj)		(__p15_type(obj) == SC_PKCS15_TYPE_CERT_X509)
  |  |  ------------------
  |  |  |  |  439|     19|#define SC_PKCS15_TYPE_CERT_X509		0x401
  |  |  ------------------
  |  |  |  Branch (122:23): [True: 1, False: 18]
  |  |  ------------------
  ------------------
 4079|      1|					cert = (struct pkcs15_cert_object*) obj;
 4080|       |
 4081|      1|					if (cert->cert_prvkey != prkey)
  ------------------
  |  |   96|      1|#define cert_prvkey		base.related_privkey
  ------------------
  |  Branch (4081:10): [True: 0, False: 1]
  ------------------
 4082|      0|						continue;
 4083|       |
 4084|      1|					if (check_cert_data_read(fw_data, cert) == 0)   {
  ------------------
  |  Branch (4084:10): [True: 1, False: 0]
  ------------------
 4085|      1|						key = cert->cert_pubkey->pub_data;
  ------------------
  |  |   94|      1|#define cert_pubkey		base.related_pubkey
  ------------------
 4086|      1|						sc_log(context, "found friend certificate's public key %p", key);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4087|      1|					}
 4088|      1|				}
 4089|     18|				else if (is_pubkey(obj)) {
  ------------------
  |  |  121|     18|#define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  119|     18|#define __p15_type(obj)		(((obj) && (obj)->p15_object)? ((obj)->p15_object->type) : (unsigned int)-1)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (119:28): [True: 18, False: 0]
  |  |  |  |  |  Branch (119:37): [True: 18, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  |  |               #define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  416|     18|#define SC_PKCS15_TYPE_CLASS_MASK		0xF00
  |  |  ------------------
  |  |               #define is_pubkey(obj)		((__p15_type(obj) & SC_PKCS15_TYPE_CLASS_MASK) == SC_PKCS15_TYPE_PUBKEY)
  |  |  ------------------
  |  |  |  |  425|     18|#define SC_PKCS15_TYPE_PUBKEY			0x200
  |  |  ------------------
  |  |  |  Branch (121:25): [True: 1, False: 17]
  |  |  ------------------
  ------------------
 4090|      1|					struct pkcs15_pubkey_object *pubkey = (struct pkcs15_pubkey_object *) obj;
 4091|       |
 4092|      1|					if (!pubkey->pub_data)
  ------------------
  |  Branch (4092:10): [True: 0, False: 1]
  ------------------
 4093|      0|						continue;
 4094|       |
 4095|      1|					if (sc_pkcs15_compare_id(&pubkey->pub_info->id, &prkey->prv_info->id))   {
  ------------------
  |  Branch (4095:10): [True: 1, False: 0]
  ------------------
 4096|      1|						prkey->prv_pubkey = pubkey;
  ------------------
  |  |  106|      1|#define prv_pubkey		base.related_pubkey
  ------------------
 4097|      1|						key = pubkey->pub_data;
 4098|      1|						sc_log(context, "found friend public key %p", key);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4099|      1|					}
 4100|      1|				}
 4101|     19|			}
 4102|      1|		}
 4103|     31|	}
 4104|       |
 4105|  6.47k|	switch (attr->type) {
 4106|  2.55k|	case CKA_CLASS:
  ------------------
  |  |  137|  2.55k|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (4106:2): [True: 2.55k, False: 3.91k]
  ------------------
 4107|  2.55k|		check_attribute_buffer(attr, sizeof(CK_OBJECT_CLASS));
  ------------------
  |  |   56|  2.55k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  5.11k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 1.27k, False: 1.27k]
  |  |  ------------------
  |  |   57|  1.27k|		attr->ulValueLen = size;        \
  |  |   58|  1.27k|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|  1.27k|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|  1.27k|	}                                       \
  |  |   60|  2.55k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 1.27k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  1.27k|	attr->ulValueLen = size;
  ------------------
 4108|  1.27k|		*(CK_OBJECT_CLASS*)attr->pValue = CKO_PRIVATE_KEY;
  ------------------
  |  | 1030|  1.27k|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
 4109|  1.27k|		break;
 4110|      0|	case CKA_TOKEN:
  ------------------
  |  |  138|      0|#define CKA_TOKEN 0x00000001UL
  ------------------
  |  Branch (4110:2): [True: 0, False: 6.47k]
  ------------------
 4111|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4112|      0|		*(CK_BBOOL*)attr->pValue = TRUE;
  ------------------
  |  |   51|      0|#define TRUE 1
  ------------------
 4113|      0|		break;
 4114|      0|	case CKA_ALWAYS_SENSITIVE:
  ------------------
  |  |  195|      0|#define CKA_ALWAYS_SENSITIVE 0x00000165UL
  ------------------
  |  Branch (4114:2): [True: 0, False: 6.47k]
  ------------------
 4115|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4116|      0|		*(CK_BBOOL*)attr->pValue = (prkey->prv_info->access_flags & SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE) != 0;
  ------------------
  |  |  318|      0|#define SC_PKCS15_PRKEY_ACCESS_ALWAYSSENSITIVE	0x04
  ------------------
 4117|      0|		break;
 4118|      0|	case CKA_NEVER_EXTRACTABLE:
  ------------------
  |  |  194|      0|#define CKA_NEVER_EXTRACTABLE 0x00000164UL
  ------------------
  |  Branch (4118:2): [True: 0, False: 6.47k]
  ------------------
 4119|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4120|      0|		*(CK_BBOOL*)attr->pValue = (prkey->prv_info->access_flags & SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE) != 0;
  ------------------
  |  |  319|      0|#define SC_PKCS15_PRKEY_ACCESS_NEVEREXTRACTABLE	0x08
  ------------------
 4121|      0|		break;
 4122|      0|	case CKA_SENSITIVE:
  ------------------
  |  |  162|      0|#define CKA_SENSITIVE 0x00000103UL
  ------------------
  |  Branch (4122:2): [True: 0, False: 6.47k]
  ------------------
 4123|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4124|      0|		*(CK_BBOOL*)attr->pValue = (prkey->prv_info->access_flags & SC_PKCS15_PRKEY_ACCESS_SENSITIVE) != 0;
  ------------------
  |  |  316|      0|#define SC_PKCS15_PRKEY_ACCESS_SENSITIVE	0x01
  ------------------
 4125|      0|		break;
 4126|      0|	case CKA_LOCAL:
  ------------------
  |  |  193|      0|#define CKA_LOCAL 0x00000163UL
  ------------------
  |  Branch (4126:2): [True: 0, False: 6.47k]
  ------------------
 4127|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4128|      0|		*(CK_BBOOL*)attr->pValue = (prkey->prv_info->access_flags & SC_PKCS15_PRKEY_ACCESS_LOCAL) != 0;
  ------------------
  |  |  320|      0|#define SC_PKCS15_PRKEY_ACCESS_LOCAL		0x10
  ------------------
 4129|      0|		break;
 4130|      0|	case CKA_ALWAYS_AUTHENTICATE:
  ------------------
  |  |  202|      0|#define CKA_ALWAYS_AUTHENTICATE 0x00000202UL
  ------------------
  |  Branch (4130:2): [True: 0, False: 6.47k]
  ------------------
 4131|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4132|      0|		if (fw_data->p15_card->opts.pin_cache_ignore_user_consent) {
  ------------------
  |  Branch (4132:7): [True: 0, False: 0]
  ------------------
 4133|      0|			*(CK_BBOOL*)attr->pValue = CK_FALSE;
  ------------------
  |  |   35|      0|#define CK_FALSE 0
  ------------------
 4134|      0|		} else {
 4135|      0|			*(CK_BBOOL*)attr->pValue = prkey->prv_p15obj->user_consent >= 1 ? CK_TRUE : CK_FALSE;
  ------------------
  |  |  105|      0|#define prv_p15obj		base.p15_object
  ------------------
              			*(CK_BBOOL*)attr->pValue = prkey->prv_p15obj->user_consent >= 1 ? CK_TRUE : CK_FALSE;
  ------------------
  |  |   34|      0|#define CK_TRUE 1
  ------------------
              			*(CK_BBOOL*)attr->pValue = prkey->prv_p15obj->user_consent >= 1 ? CK_TRUE : CK_FALSE;
  ------------------
  |  |   35|      0|#define CK_FALSE 0
  ------------------
  |  Branch (4135:31): [True: 0, False: 0]
  ------------------
 4136|      0|		}
 4137|      0|		break;
 4138|  2.00k|	case CKA_PRIVATE:
  ------------------
  |  |  139|  2.00k|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (4138:2): [True: 2.00k, False: 4.46k]
  ------------------
 4139|  2.00k|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|  2.00k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  4.01k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 2.00k]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|  2.00k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 2.00k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  2.00k|	attr->ulValueLen = size;
  ------------------
 4140|  2.00k|		*(CK_BBOOL*)attr->pValue = (prkey->prv_p15obj->flags & SC_PKCS15_CO_FLAG_PRIVATE) != 0;
  ------------------
  |  |  105|  2.00k|#define prv_p15obj		base.p15_object
  ------------------
              		*(CK_BBOOL*)attr->pValue = (prkey->prv_p15obj->flags & SC_PKCS15_CO_FLAG_PRIVATE) != 0;
  ------------------
  |  |   50|  2.00k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 4141|  2.00k|		break;
 4142|      0|	case CKA_MODIFIABLE:
  ------------------
  |  |  197|      0|#define CKA_MODIFIABLE 0x00000170UL
  ------------------
  |  Branch (4142:2): [True: 0, False: 6.47k]
  ------------------
 4143|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4144|      0|		*(CK_BBOOL*)attr->pValue = (prkey->prv_p15obj->flags & SC_PKCS15_CO_FLAG_MODIFIABLE) != 0;
  ------------------
  |  |  105|      0|#define prv_p15obj		base.p15_object
  ------------------
              		*(CK_BBOOL*)attr->pValue = (prkey->prv_p15obj->flags & SC_PKCS15_CO_FLAG_MODIFIABLE) != 0;
  ------------------
  |  |   51|      0|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
 4145|      0|		break;
 4146|      0|	case CKA_EXTRACTABLE:
  ------------------
  |  |  192|      0|#define CKA_EXTRACTABLE 0x00000162UL
  ------------------
  |  Branch (4146:2): [True: 0, False: 6.47k]
  ------------------
 4147|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4148|      0|		*(CK_BBOOL *)attr->pValue = (prkey->prv_info->access_flags & SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE) != 0;
  ------------------
  |  |  317|      0|#define SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE	0x02
  ------------------
 4149|      0|		break;
 4150|      0|	case CKA_LABEL:
  ------------------
  |  |  140|      0|#define CKA_LABEL 0x00000003UL
  ------------------
  |  Branch (4150:2): [True: 0, False: 6.47k]
  ------------------
 4151|      0|		len = strnlen(prkey->prv_p15obj->label, sizeof prkey->prv_p15obj->label);
  ------------------
  |  |  105|      0|#define prv_p15obj		base.p15_object
  ------------------
              		len = strnlen(prkey->prv_p15obj->label, sizeof prkey->prv_p15obj->label);
  ------------------
  |  |  105|      0|#define prv_p15obj		base.p15_object
  ------------------
 4152|      0|		check_attribute_buffer(attr, len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4153|      0|		memcpy(attr->pValue, prkey->prv_p15obj->label, len);
  ------------------
  |  |  105|      0|#define prv_p15obj		base.p15_object
  ------------------
 4154|      0|		break;
 4155|    789|	case CKA_KEY_TYPE:
  ------------------
  |  |  159|    789|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  |  Branch (4155:2): [True: 789, False: 5.68k]
  ------------------
 4156|  1.57k|		check_attribute_buffer(attr, sizeof(CK_KEY_TYPE));
  ------------------
  |  |   56|    789|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  1.57k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 789]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|    789|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 789]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|    789|	attr->ulValueLen = size;
  ------------------
 4157|  1.57k|		switch (prkey->prv_p15obj->type) {
  ------------------
  |  |  105|    789|#define prv_p15obj		base.p15_object
  ------------------
 4158|    710|			case SC_PKCS15_TYPE_PRKEY_RSA:
  ------------------
  |  |  419|    710|#define SC_PKCS15_TYPE_PRKEY_RSA		0x101
  ------------------
  |  Branch (4158:4): [True: 710, False: 79]
  ------------------
 4159|    710|				*(CK_KEY_TYPE*)attr->pValue = CKK_RSA;
  ------------------
  |  |  464|    710|#define CKK_RSA 0x00000000UL
  ------------------
 4160|    710|				break;
 4161|      0|			case SC_PKCS15_TYPE_PRKEY_GOSTR3410:
  ------------------
  |  |  420|      0|#define SC_PKCS15_TYPE_PRKEY_GOSTR3410		0x103
  ------------------
  |  Branch (4161:4): [True: 0, False: 789]
  ------------------
 4162|      0|				*(CK_KEY_TYPE*)attr->pValue = CKK_GOSTR3410;
  ------------------
  |  |  502|      0|#define CKK_GOSTR3410 0x00000030UL
  ------------------
 4163|      0|				break;
 4164|      0|			case SC_PKCS15_TYPE_PRKEY_EDDSA:
  ------------------
  |  |  422|      0|#define SC_PKCS15_TYPE_PRKEY_EDDSA		0x105
  ------------------
  |  Branch (4164:4): [True: 0, False: 789]
  ------------------
 4165|      0|				*(CK_KEY_TYPE*)attr->pValue = CKK_EC_EDWARDS;
  ------------------
  |  |  518|      0|#define CKK_EC_EDWARDS 0x00000040UL
  ------------------
 4166|      0|				break;
 4167|      0|			case SC_PKCS15_TYPE_PRKEY_XEDDSA:
  ------------------
  |  |  423|      0|#define SC_PKCS15_TYPE_PRKEY_XEDDSA		0x106
  ------------------
  |  Branch (4167:4): [True: 0, False: 789]
  ------------------
 4168|      0|				*(CK_KEY_TYPE*)attr->pValue = CKK_EC_MONTGOMERY;
  ------------------
  |  |  519|      0|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
 4169|      0|				break;
 4170|     79|			case SC_PKCS15_TYPE_PRKEY_EC:
  ------------------
  |  |  421|     79|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (4170:4): [True: 79, False: 710]
  ------------------
 4171|     79|				*(CK_KEY_TYPE*)attr->pValue = CKK_EC;
  ------------------
  |  |  467|     79|#define CKK_EC 0x00000003UL
  ------------------
 4172|     79|				break;
 4173|      0|			default:
  ------------------
  |  Branch (4173:4): [True: 0, False: 789]
  ------------------
 4174|      0|				return CKR_GENERAL_ERROR; /* Internal error*/
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
 4175|  1.57k|		}
 4176|    789|		break;
 4177|    789|	case CKA_ID:
  ------------------
  |  |  161|     92|#define CKA_ID 0x00000102UL
  ------------------
  |  Branch (4177:2): [True: 92, False: 6.38k]
  ------------------
 4178|     92|		check_attribute_buffer(attr, prkey->prv_info->id.len);
  ------------------
  |  |   56|     92|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|    184|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 65, False: 27]
  |  |  ------------------
  |  |   57|     65|		attr->ulValueLen = size;        \
  |  |   58|     65|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|     65|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|     65|	}                                       \
  |  |   60|     92|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 27]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|     27|	attr->ulValueLen = size;
  ------------------
 4179|     27|		memcpy(attr->pValue, prkey->prv_info->id.value, prkey->prv_info->id.len);
 4180|     27|		break;
 4181|      0|	case CKA_KEY_GEN_MECHANISM:
  ------------------
  |  |  196|      0|#define CKA_KEY_GEN_MECHANISM 0x00000166UL
  ------------------
  |  Branch (4181:2): [True: 0, False: 6.47k]
  ------------------
 4182|      0|		check_attribute_buffer(attr, sizeof(CK_MECHANISM_TYPE));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4183|      0|		*(CK_MECHANISM_TYPE*)attr->pValue = CK_UNAVAILABLE_INFORMATION;
  ------------------
  |  |   32|      0|#define CK_UNAVAILABLE_INFORMATION ~0UL
  ------------------
 4184|      0|		break;
 4185|    367|	case CKA_DECRYPT:
  ------------------
  |  |  164|    367|#define CKA_DECRYPT 0x00000105UL
  ------------------
  |  Branch (4185:2): [True: 367, False: 6.10k]
  ------------------
 4186|    639|	case CKA_SIGN:
  ------------------
  |  |  167|    639|#define CKA_SIGN 0x00000108UL
  ------------------
  |  Branch (4186:2): [True: 272, False: 6.20k]
  ------------------
 4187|    639|	case CKA_SIGN_RECOVER:
  ------------------
  |  |  168|    639|#define CKA_SIGN_RECOVER 0x00000109UL
  ------------------
  |  Branch (4187:2): [True: 0, False: 6.47k]
  ------------------
 4188|    762|	case CKA_UNWRAP:
  ------------------
  |  |  166|    762|#define CKA_UNWRAP 0x00000107UL
  ------------------
  |  Branch (4188:2): [True: 123, False: 6.35k]
  ------------------
 4189|    780|	case CKA_DERIVE:
  ------------------
  |  |  171|    780|#define CKA_DERIVE 0x0000010CUL
  ------------------
  |  Branch (4189:2): [True: 18, False: 6.45k]
  ------------------
 4190|    780|	case CKA_OPENSC_NON_REPUDIATION:
  ------------------
  |  |   19|    780|#define CKA_OPENSC_NON_REPUDIATION      (CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 1UL)
  |  |  ------------------
  |  |  |  |  289|    780|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_OPENSC_NON_REPUDIATION      (CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 1UL)
  |  |  ------------------
  |  |  |  |   12|    780|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
  |  Branch (4190:2): [True: 0, False: 6.47k]
  ------------------
 4191|       |		/* TODO seems to be obsolete */
 4192|       |		/* Combine the usage bits of all split keys */
 4193|  1.87k|		for (usage = 0; prkey; prkey = prkey->prv_next)
  ------------------
  |  |  107|  1.09k|#define prv_next		base.related_privkey
  ------------------
  |  Branch (4193:19): [True: 1.09k, False: 780]
  ------------------
 4194|  1.09k|			usage |= prkey->prv_info->usage;
 4195|    780|		return get_usage_bit(usage, attr);
 4196|      0|	case CKA_MODULUS:
  ------------------
  |  |  174|      0|#define CKA_MODULUS 0x00000120UL
  ------------------
  |  Branch (4196:2): [True: 0, False: 6.47k]
  ------------------
 4197|      0|		return get_modulus(key, attr);
 4198|    250|	case CKA_MODULUS_BITS:
  ------------------
  |  |  175|    250|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
  |  Branch (4198:2): [True: 250, False: 6.22k]
  ------------------
 4199|    500|		check_attribute_buffer(attr, sizeof(CK_ULONG));
  ------------------
  |  |   56|    250|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|    500|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 250]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|    250|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 250]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|    250|	attr->ulValueLen = size;
  ------------------
 4200|    500|		switch (prkey->prv_p15obj->type) {
  ------------------
  |  |  105|    250|#define prv_p15obj		base.p15_object
  ------------------
 4201|      0|			case SC_PKCS15_TYPE_PRKEY_EDDSA:
  ------------------
  |  |  422|      0|#define SC_PKCS15_TYPE_PRKEY_EDDSA		0x105
  ------------------
  |  Branch (4201:4): [True: 0, False: 250]
  ------------------
 4202|      0|			case SC_PKCS15_TYPE_PRKEY_XEDDSA:
  ------------------
  |  |  423|      0|#define SC_PKCS15_TYPE_PRKEY_XEDDSA		0x106
  ------------------
  |  Branch (4202:4): [True: 0, False: 250]
  ------------------
 4203|       |				/* TODO where to get field length ? */
 4204|      0|				*(CK_ULONG *) attr->pValue = 255;
 4205|      0|				return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 4206|     31|			case SC_PKCS15_TYPE_PRKEY_EC:
  ------------------
  |  |  421|     31|#define SC_PKCS15_TYPE_PRKEY_EC		0x104
  ------------------
  |  Branch (4206:4): [True: 31, False: 219]
  ------------------
 4207|     31|				if (key) {
  ------------------
  |  Branch (4207:9): [True: 31, False: 0]
  ------------------
 4208|     31|					if (key->u.ec.params.field_length > 0)
  ------------------
  |  Branch (4208:10): [True: 1, False: 30]
  ------------------
 4209|      1|						*(CK_ULONG *) attr->pValue = key->u.ec.params.field_length;
 4210|     30|					else
 4211|     30|						*(CK_ULONG *) attr->pValue = (key->u.ec.ecpointQ.len - 1) / 2 *8;
 4212|     31|				}
 4213|     31|				return CKR_OK;
  ------------------
  |  | 1086|     31|#define CKR_OK 0x00000000UL
  ------------------
 4214|    219|			default:
  ------------------
  |  Branch (4214:4): [True: 219, False: 31]
  ------------------
 4215|    219|				*(CK_ULONG *) attr->pValue = prkey->prv_info->modulus_length;
 4216|    219|				return CKR_OK;
  ------------------
  |  | 1086|    219|#define CKR_OK 0x00000000UL
  ------------------
 4217|    500|		}
 4218|      0|	case CKA_PUBLIC_EXPONENT:
  ------------------
  |  |  176|      0|#define CKA_PUBLIC_EXPONENT 0x00000122UL
  ------------------
  |  Branch (4218:2): [True: 0, False: 6.47k]
  ------------------
 4219|      0|		return get_public_exponent(key, attr);
 4220|      0|	case CKA_PRIVATE_EXPONENT:
  ------------------
  |  |  177|      0|#define CKA_PRIVATE_EXPONENT 0x00000123UL
  ------------------
  |  Branch (4220:2): [True: 0, False: 6.47k]
  ------------------
 4221|      0|	case CKA_PRIME_1:
  ------------------
  |  |  178|      0|#define CKA_PRIME_1 0x00000124UL
  ------------------
  |  Branch (4221:2): [True: 0, False: 6.47k]
  ------------------
 4222|      0|	case CKA_PRIME_2:
  ------------------
  |  |  179|      0|#define CKA_PRIME_2 0x00000125UL
  ------------------
  |  Branch (4222:2): [True: 0, False: 6.47k]
  ------------------
 4223|      0|	case CKA_EXPONENT_1:
  ------------------
  |  |  180|      0|#define CKA_EXPONENT_1 0x00000126UL
  ------------------
  |  Branch (4223:2): [True: 0, False: 6.47k]
  ------------------
 4224|      0|	case CKA_EXPONENT_2:
  ------------------
  |  |  181|      0|#define CKA_EXPONENT_2 0x00000127UL
  ------------------
  |  Branch (4224:2): [True: 0, False: 6.47k]
  ------------------
 4225|      0|	case CKA_COEFFICIENT:
  ------------------
  |  |  182|      0|#define CKA_COEFFICIENT 0x00000128UL
  ------------------
  |  Branch (4225:2): [True: 0, False: 6.47k]
  ------------------
 4226|      0|		return CKR_ATTRIBUTE_SENSITIVE;
  ------------------
  |  | 1097|      0|#define CKR_ATTRIBUTE_SENSITIVE 0x00000011UL
  ------------------
 4227|      0|	case CKA_SUBJECT:
  ------------------
  |  |  160|      0|#define CKA_SUBJECT 0x00000101UL
  ------------------
  |  Branch (4227:2): [True: 0, False: 6.47k]
  ------------------
 4228|      0|	case CKA_START_DATE:
  ------------------
  |  |  172|      0|#define CKA_START_DATE 0x00000110UL
  ------------------
  |  Branch (4228:2): [True: 0, False: 6.47k]
  ------------------
 4229|      0|	case CKA_END_DATE:
  ------------------
  |  |  173|      0|#define CKA_END_DATE 0x00000111UL
  ------------------
  |  Branch (4229:2): [True: 0, False: 6.47k]
  ------------------
 4230|      0|		attr->ulValueLen = 0;
 4231|      0|		return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 4232|      0|	case CKA_GOSTR3410_PARAMS:
  ------------------
  |  |  218|      0|#define CKA_GOSTR3410_PARAMS 0x00000250UL
  ------------------
  |  Branch (4232:2): [True: 0, False: 6.47k]
  ------------------
 4233|      0|		if (prkey->prv_info && prkey->prv_info->params.len)
  ------------------
  |  Branch (4233:7): [True: 0, False: 0]
  |  Branch (4233:26): [True: 0, False: 0]
  ------------------
 4234|      0|			return get_gostr3410_params(prkey->prv_info->params.data,
 4235|      0|					prkey->prv_info->params.len, attr);
 4236|      0|		else
 4237|      0|			return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 4238|      0|	case CKA_EC_PARAMS:
  ------------------
  |  |  200|      0|#define CKA_EC_PARAMS 0x00000180UL
  ------------------
  |  Branch (4238:2): [True: 0, False: 6.47k]
  ------------------
 4239|      0|		return get_ec_pubkey_params(key, attr); /* get from pubkey for now */
 4240|      0|	default:
  ------------------
  |  Branch (4240:2): [True: 0, False: 6.47k]
  ------------------
 4241|      0|		return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 4242|  6.47k|	}
 4243|       |
 4244|  4.10k|	return CKR_OK;
  ------------------
  |  | 1086|  4.10k|#define CKR_OK 0x00000000UL
  ------------------
 4245|  6.47k|}
framework-pkcs15.c:get_usage_bit:
 6094|    780|{
 6095|    780|	static struct {
 6096|    780|		CK_ATTRIBUTE_TYPE type;
 6097|    780|		unsigned int	flag;
 6098|    780|	} flag_mapping[] = {
 6099|    780|		{ CKA_ENCRYPT,		SC_PKCS15_PRKEY_USAGE_ENCRYPT },
  ------------------
  |  |  163|    780|#define CKA_ENCRYPT 0x00000104UL
  ------------------
              		{ CKA_ENCRYPT,		SC_PKCS15_PRKEY_USAGE_ENCRYPT },
  ------------------
  |  |  305|    780|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
 6100|    780|		{ CKA_DECRYPT,		SC_PKCS15_PRKEY_USAGE_DECRYPT },
  ------------------
  |  |  164|    780|#define CKA_DECRYPT 0x00000105UL
  ------------------
              		{ CKA_DECRYPT,		SC_PKCS15_PRKEY_USAGE_DECRYPT },
  ------------------
  |  |  306|    780|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
 6101|    780|		{ CKA_SIGN,		SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_NONREPUDIATION },
  ------------------
  |  |  167|    780|#define CKA_SIGN 0x00000108UL
  ------------------
              		{ CKA_SIGN,		SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_NONREPUDIATION },
  ------------------
  |  |  307|    780|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              		{ CKA_SIGN,		SC_PKCS15_PRKEY_USAGE_SIGN|SC_PKCS15_PRKEY_USAGE_NONREPUDIATION },
  ------------------
  |  |  314|    780|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
 6102|    780|		{ CKA_SIGN_RECOVER,	SC_PKCS15_PRKEY_USAGE_SIGNRECOVER },
  ------------------
  |  |  168|    780|#define CKA_SIGN_RECOVER 0x00000109UL
  ------------------
              		{ CKA_SIGN_RECOVER,	SC_PKCS15_PRKEY_USAGE_SIGNRECOVER },
  ------------------
  |  |  308|    780|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
 6103|    780|		{ CKA_WRAP,		SC_PKCS15_PRKEY_USAGE_WRAP },
  ------------------
  |  |  165|    780|#define CKA_WRAP 0x00000106UL
  ------------------
              		{ CKA_WRAP,		SC_PKCS15_PRKEY_USAGE_WRAP },
  ------------------
  |  |  309|    780|#define SC_PKCS15_PRKEY_USAGE_WRAP		0x10
  ------------------
 6104|    780|		{ CKA_UNWRAP,		SC_PKCS15_PRKEY_USAGE_UNWRAP },
  ------------------
  |  |  166|    780|#define CKA_UNWRAP 0x00000107UL
  ------------------
              		{ CKA_UNWRAP,		SC_PKCS15_PRKEY_USAGE_UNWRAP },
  ------------------
  |  |  310|    780|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
 6105|    780|		{ CKA_VERIFY,		SC_PKCS15_PRKEY_USAGE_VERIFY },
  ------------------
  |  |  169|    780|#define CKA_VERIFY 0x0000010AUL
  ------------------
              		{ CKA_VERIFY,		SC_PKCS15_PRKEY_USAGE_VERIFY },
  ------------------
  |  |  311|    780|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
 6106|    780|		{ CKA_VERIFY_RECOVER,	SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER },
  ------------------
  |  |  170|    780|#define CKA_VERIFY_RECOVER 0x0000010BUL
  ------------------
              		{ CKA_VERIFY_RECOVER,	SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER },
  ------------------
  |  |  312|    780|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
 6107|    780|		{ CKA_DERIVE,		SC_PKCS15_PRKEY_USAGE_DERIVE },
  ------------------
  |  |  171|    780|#define CKA_DERIVE 0x0000010CUL
  ------------------
              		{ CKA_DERIVE,		SC_PKCS15_PRKEY_USAGE_DERIVE },
  ------------------
  |  |  313|    780|#define SC_PKCS15_PRKEY_USAGE_DERIVE		0x100
  ------------------
 6108|    780|		{ CKA_OPENSC_NON_REPUDIATION, SC_PKCS15_PRKEY_USAGE_NONREPUDIATION },
  ------------------
  |  |   19|    780|#define CKA_OPENSC_NON_REPUDIATION      (CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 1UL)
  |  |  ------------------
  |  |  |  |  289|    780|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_OPENSC_NON_REPUDIATION      (CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 1UL)
  |  |  ------------------
  |  |  |  |   12|    780|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
              		{ CKA_OPENSC_NON_REPUDIATION, SC_PKCS15_PRKEY_USAGE_NONREPUDIATION },
  ------------------
  |  |  314|    780|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
 6109|    780|		{ 0, 0 }
 6110|    780|	};
 6111|    780|	unsigned int mask = 0, j;
 6112|       |
 6113|  2.45k|	for (j = 0; (mask = flag_mapping[j].flag) != 0; j++) {
  ------------------
  |  Branch (6113:14): [True: 2.45k, False: 0]
  ------------------
 6114|  2.45k|		if (flag_mapping[j].type == attr->type)
  ------------------
  |  Branch (6114:7): [True: 780, False: 1.67k]
  ------------------
 6115|    780|			break;
 6116|  2.45k|	}
 6117|    780|	if (mask == 0)
  ------------------
  |  Branch (6117:6): [True: 0, False: 780]
  ------------------
 6118|      0|		return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 6119|       |
 6120|    780|	check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|    780|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  1.56k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 780]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|    780|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 780]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|    780|	attr->ulValueLen = size;
  ------------------
 6121|    780|	*(CK_BBOOL*)attr->pValue = (usage & mask)? TRUE : FALSE;
  ------------------
  |  |   51|    539|#define TRUE 1
  ------------------
              	*(CK_BBOOL*)attr->pValue = (usage & mask)? TRUE : FALSE;
  ------------------
  |  |   48|  1.02k|#define FALSE 0
  ------------------
  |  Branch (6121:29): [True: 539, False: 241]
  ------------------
 6122|       |
 6123|    780|	return CKR_OK;
  ------------------
  |  | 1086|    780|#define CKR_OK 0x00000000UL
  ------------------
 6124|  1.56k|}
framework-pkcs15.c:pkcs15_prkey_sign:
 4296|    250|{
 4297|    250|	struct pkcs15_prkey_object *prkey = (struct pkcs15_prkey_object *) obj;
 4298|    250|	struct sc_pkcs11_card *p11card = session->slot->p11card;
 4299|    250|	struct pkcs15_fw_data *fw_data = NULL;
 4300|    250|	CK_RV rv;
 4301|    250|	int flags = 0, rc;
 4302|    250|	unsigned sign_flags = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_SIGNRECOVER
  ------------------
  |  |  307|    250|#define SC_PKCS15_PRKEY_USAGE_SIGN		0x04
  ------------------
              	unsigned sign_flags = SC_PKCS15_PRKEY_USAGE_SIGN | SC_PKCS15_PRKEY_USAGE_SIGNRECOVER
  ------------------
  |  |  308|    250|#define SC_PKCS15_PRKEY_USAGE_SIGNRECOVER	0x08
  ------------------
 4303|    250|			| SC_PKCS15_PRKEY_USAGE_NONREPUDIATION;
  ------------------
  |  |  314|    250|#define SC_PKCS15_PRKEY_USAGE_NONREPUDIATION	0x200
  ------------------
 4304|       |
 4305|    250|	sc_log(context, "Initiating signing operation, mechanism 0x%lx.",
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4306|    250|		   pMechanism->mechanism);
 4307|    250|	if (!p11card)
  ------------------
  |  Branch (4307:6): [True: 0, False: 250]
  ------------------
 4308|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Sign");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 4309|    250|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[session->slot->fw_data_idx];
 4310|    250|	if (!fw_data)
  ------------------
  |  Branch (4310:6): [True: 0, False: 250]
  ------------------
 4311|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_Sign");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4312|    250|	if (!fw_data->p15_card)
  ------------------
  |  Branch (4312:6): [True: 0, False: 250]
  ------------------
 4313|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Sign");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 4314|       |
 4315|       |	/* See which of the alternative keys supports signing */
 4316|    264|	while (prkey && !(prkey->prv_info->usage & sign_flags))
  ------------------
  |  Branch (4316:9): [True: 264, False: 0]
  |  Branch (4316:18): [True: 14, False: 250]
  ------------------
 4317|     14|		prkey = prkey->prv_next;
  ------------------
  |  |  107|    264|#define prv_next		base.related_privkey
  ------------------
 4318|       |
 4319|    250|	if (prkey == NULL)
  ------------------
  |  Branch (4319:6): [True: 0, False: 250]
  ------------------
 4320|      0|		return CKR_KEY_FUNCTION_NOT_PERMITTED;
  ------------------
  |  | 1119|      0|#define CKR_KEY_FUNCTION_NOT_PERMITTED 0x00000068UL
  ------------------
 4321|       |
 4322|    250|	switch (pMechanism->mechanism) {
 4323|     79|	case CKM_RSA_PKCS:
  ------------------
  |  |  539|     79|#define CKM_RSA_PKCS 0x00000001UL
  ------------------
  |  Branch (4323:2): [True: 79, False: 171]
  ------------------
 4324|     79|		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  109|     79|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|     79|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
 4325|     79|		break;
 4326|     59|	case CKM_MD5_RSA_PKCS:
  ------------------
  |  |  543|     59|#define CKM_MD5_RSA_PKCS 0x00000005UL
  ------------------
  |  Branch (4326:2): [True: 59, False: 191]
  ------------------
 4327|     59|		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_MD5;
  ------------------
  |  |  109|     59|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_MD5;
  ------------------
  |  |  135|     59|#define SC_ALGORITHM_RSA_HASH_MD5	0x00000400
  ------------------
 4328|     59|		break;
 4329|     14|	case CKM_SHA1_RSA_PKCS:
  ------------------
  |  |  544|     14|#define CKM_SHA1_RSA_PKCS 0x00000006UL
  ------------------
  |  Branch (4329:2): [True: 14, False: 236]
  ------------------
 4330|     14|		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  109|     14|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|     14|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
 4331|     14|		break;
 4332|     13|	case CKM_SHA224_RSA_PKCS:
  ------------------
  |  |  604|     13|#define CKM_SHA224_RSA_PKCS 0x00000046UL
  ------------------
  |  Branch (4332:2): [True: 13, False: 237]
  ------------------
 4333|     13|		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA224;
  ------------------
  |  |  109|     13|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA224;
  ------------------
  |  |  141|     13|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  ------------------
 4334|     13|		break;
 4335|     16|	case CKM_SHA256_RSA_PKCS:
  ------------------
  |  |  598|     16|#define CKM_SHA256_RSA_PKCS 0x00000040UL
  ------------------
  |  Branch (4335:2): [True: 16, False: 234]
  ------------------
 4336|     16|		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  109|     16|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  138|     16|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
 4337|     16|		break;
 4338|      7|	case CKM_SHA384_RSA_PKCS:
  ------------------
  |  |  599|      7|#define CKM_SHA384_RSA_PKCS 0x00000041UL
  ------------------
  |  Branch (4338:2): [True: 7, False: 243]
  ------------------
 4339|      7|		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA384;
  ------------------
  |  |  109|      7|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA384;
  ------------------
  |  |  139|      7|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
 4340|      7|		break;
 4341|      3|	case CKM_SHA512_RSA_PKCS:
  ------------------
  |  |  600|      3|#define CKM_SHA512_RSA_PKCS 0x00000042UL
  ------------------
  |  Branch (4341:2): [True: 3, False: 247]
  ------------------
 4342|      3|		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA512;
  ------------------
  |  |  109|      3|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_SHA512;
  ------------------
  |  |  140|      3|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
 4343|      3|		break;
 4344|     18|	case CKM_RIPEMD160_RSA_PKCS:
  ------------------
  |  |  546|     18|#define CKM_RIPEMD160_RSA_PKCS 0x00000008UL
  ------------------
  |  Branch (4344:2): [True: 18, False: 232]
  ------------------
 4345|     18|		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_RIPEMD160;
  ------------------
  |  |  109|     18|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01	0x00000040 /* PKCS#1 v1.5 padding type 1 */
  ------------------
              		flags = SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_01 | SC_ALGORITHM_RSA_HASH_RIPEMD160;
  ------------------
  |  |  137|     18|#define SC_ALGORITHM_RSA_HASH_RIPEMD160	0x00001000
  ------------------
 4346|     18|		break;
 4347|      8|	case CKM_RSA_X_509:
  ------------------
  |  |  541|      8|#define CKM_RSA_X_509 0x00000003UL
  ------------------
  |  Branch (4347:2): [True: 8, False: 242]
  ------------------
 4348|      8|		flags = SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|      8|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
 4349|      8|		break;
 4350|      0|	case CKM_RSA_PKCS_PSS:
  ------------------
  |  |  551|      0|#define CKM_RSA_PKCS_PSS 0x0000000DUL
  ------------------
  |  Branch (4350:2): [True: 0, False: 250]
  ------------------
 4351|      0|		flags = SC_ALGORITHM_RSA_PAD_PSS;
  ------------------
  |  |  107|      0|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
 4352|       |		/* The hash was done outside of the module */
 4353|      0|		flags |= SC_ALGORITHM_RSA_HASH_NONE;
  ------------------
  |  |  133|      0|#define SC_ALGORITHM_RSA_HASH_NONE	0x00000100 /* only applies to PKCS1 padding */
  ------------------
 4354|       |		/* Omitted parameter can use MGF1-SHA1 ? */
 4355|      0|		if (pMechanism->pParameter == NULL) {
  ------------------
  |  Branch (4355:7): [True: 0, False: 0]
  ------------------
 4356|      0|			flags |= SC_ALGORITHM_MGF1_SHA1;
  ------------------
  |  |  145|      0|#define SC_ALGORITHM_MGF1_SHA1		0x00100000
  ------------------
 4357|      0|			if (ulDataLen != SHA_DIGEST_LENGTH)
  ------------------
  |  Branch (4357:8): [True: 0, False: 0]
  ------------------
 4358|      0|				return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      0|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
 4359|      0|			break;
 4360|      0|		}
 4361|       |
 4362|       |		/* Check the data length matches the selected hash */
 4363|      0|		rv = pkcs15_prkey_check_pss_param(pMechanism, (int)ulDataLen);
 4364|      0|		if (rv != CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (4364:7): [True: 0, False: 0]
  ------------------
 4365|      0|			sc_log(context, "Invalid data length for the selected "
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4366|      0|			    "PSS parameters");
 4367|      0|			return rv;
 4368|      0|		}
 4369|       |
 4370|       |		/* The MGF parameter was already verified in SignInit() */
 4371|      0|		flags |=  mgf2flags(((CK_RSA_PKCS_PSS_PARAMS*)pMechanism->pParameter)->mgf);
 4372|       |
 4373|       |		/* Assuming salt is the size of hash */
 4374|      0|		break;
 4375|      0|	case CKM_SHA1_RSA_PKCS_PSS:
  ------------------
  |  |  552|      0|#define CKM_SHA1_RSA_PKCS_PSS 0x0000000EUL
  ------------------
  |  Branch (4375:2): [True: 0, False: 250]
  ------------------
 4376|      0|	case CKM_SHA224_RSA_PKCS_PSS:
  ------------------
  |  |  605|      0|#define CKM_SHA224_RSA_PKCS_PSS 0x00000047UL
  ------------------
  |  Branch (4376:2): [True: 0, False: 250]
  ------------------
 4377|      0|	case CKM_SHA256_RSA_PKCS_PSS:
  ------------------
  |  |  601|      0|#define CKM_SHA256_RSA_PKCS_PSS 0x00000043UL
  ------------------
  |  Branch (4377:2): [True: 0, False: 250]
  ------------------
 4378|      0|	case CKM_SHA384_RSA_PKCS_PSS:
  ------------------
  |  |  602|      0|#define CKM_SHA384_RSA_PKCS_PSS 0x00000044UL
  ------------------
  |  Branch (4378:2): [True: 0, False: 250]
  ------------------
 4379|      0|	case CKM_SHA512_RSA_PKCS_PSS:
  ------------------
  |  |  603|      0|#define CKM_SHA512_RSA_PKCS_PSS 0x00000045UL
  ------------------
  |  Branch (4379:2): [True: 0, False: 250]
  ------------------
 4380|      0|		flags = SC_ALGORITHM_RSA_PAD_PSS;
  ------------------
  |  |  107|      0|#define SC_ALGORITHM_RSA_PAD_PSS	0x00000010 /* PKCS#1 v2.0 PSS */
  ------------------
 4381|       |		/* Omitted parameter can use MGF1-SHA1 and SHA1 hash ? */
 4382|      0|		if (pMechanism->pParameter == NULL) {
  ------------------
  |  Branch (4382:7): [True: 0, False: 0]
  ------------------
 4383|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|      0|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
 4384|      0|			flags |= SC_ALGORITHM_MGF1_SHA1;
  ------------------
  |  |  145|      0|#define SC_ALGORITHM_MGF1_SHA1		0x00100000
  ------------------
 4385|      0|			break;
 4386|      0|		}
 4387|       |
 4388|      0|		switch (((CK_RSA_PKCS_PSS_PARAMS*)pMechanism->pParameter)->hashAlg) {
 4389|      0|		case CKM_SHA_1:
  ------------------
  |  |  667|      0|#define CKM_SHA_1 0x00000220UL
  ------------------
  |  Branch (4389:3): [True: 0, False: 0]
  ------------------
 4390|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|      0|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
 4391|      0|			break;
 4392|      0|		case CKM_SHA224:
  ------------------
  |  |  679|      0|#define CKM_SHA224 0x00000255UL
  ------------------
  |  Branch (4392:3): [True: 0, False: 0]
  ------------------
 4393|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA224;
  ------------------
  |  |  141|      0|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  ------------------
 4394|      0|			break;
 4395|      0|		case CKM_SHA256:
  ------------------
  |  |  676|      0|#define CKM_SHA256 0x00000250UL
  ------------------
  |  Branch (4395:3): [True: 0, False: 0]
  ------------------
 4396|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  138|      0|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
 4397|      0|			break;
 4398|      0|		case CKM_SHA384:
  ------------------
  |  |  682|      0|#define CKM_SHA384 0x00000260UL
  ------------------
  |  Branch (4398:3): [True: 0, False: 0]
  ------------------
 4399|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA384;
  ------------------
  |  |  139|      0|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
 4400|      0|			break;
 4401|      0|		case CKM_SHA512:
  ------------------
  |  |  685|      0|#define CKM_SHA512 0x00000270UL
  ------------------
  |  Branch (4401:3): [True: 0, False: 0]
  ------------------
 4402|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA512;
  ------------------
  |  |  140|      0|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
 4403|      0|			break;
 4404|      0|		default:
  ------------------
  |  Branch (4404:3): [True: 0, False: 0]
  ------------------
 4405|      0|			return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      0|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
 4406|      0|		}
 4407|       |
 4408|       |		/* The MGF parameter was already verified in SignInit() */
 4409|      0|		flags |= mgf2flags(((CK_RSA_PKCS_PSS_PARAMS*)pMechanism->pParameter)->mgf);
 4410|       |
 4411|      0|		break;
 4412|      0|	case CKM_GOSTR3410:
  ------------------
  |  |  909|      0|#define CKM_GOSTR3410 0x00001201UL
  ------------------
  |  Branch (4412:2): [True: 0, False: 250]
  ------------------
 4413|      0|		flags = SC_ALGORITHM_GOSTR3410_HASH_NONE;
  ------------------
  |  |  157|      0|#define SC_ALGORITHM_GOSTR3410_HASH_NONE	SC_ALGORITHM_GOSTR3410_RAW /*XXX*/
  |  |  ------------------
  |  |  |  |  156|      0|#define SC_ALGORITHM_GOSTR3410_RAW		0x00020000
  |  |  ------------------
  ------------------
 4414|      0|		break;
 4415|      0|	case CKM_GOSTR3410_WITH_GOSTR3411:
  ------------------
  |  |  910|      0|#define CKM_GOSTR3410_WITH_GOSTR3411 0x00001202UL
  ------------------
  |  Branch (4415:2): [True: 0, False: 250]
  ------------------
 4416|      0|		flags = SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411;
  ------------------
  |  |  158|      0|#define SC_ALGORITHM_GOSTR3410_HASH_GOSTR3411	0x00080000
  ------------------
 4417|      0|		break;
 4418|      0|	case CKM_EDDSA:
  ------------------
  |  |  990|      0|#define CKM_EDDSA 0x00001057UL
  ------------------
  |  Branch (4418:2): [True: 0, False: 250]
  ------------------
 4419|      0|		flags = SC_ALGORITHM_EDDSA_RAW;
  ------------------
  |  |  188|      0|#define SC_ALGORITHM_EDDSA_RAW		0x00400000
  ------------------
 4420|      0|		break;
 4421|      0|	case CKM_XEDDSA:
  ------------------
  |  |  979|      0|#define CKM_XEDDSA 0x00004029UL
  ------------------
  |  Branch (4421:2): [True: 0, False: 250]
  ------------------
 4422|      0|		flags = SC_ALGORITHM_XEDDSA_RAW;
  ------------------
  |  |  189|      0|#define SC_ALGORITHM_XEDDSA_RAW		0x00800000
  ------------------
 4423|      0|		break;
 4424|      2|	case CKM_ECDSA:
  ------------------
  |  |  860|      2|#define CKM_ECDSA 0x00001041UL
  ------------------
  |  Branch (4424:2): [True: 2, False: 248]
  ------------------
 4425|      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 */
  |  |  ------------------
  ------------------
 4426|      2|		break;
 4427|      1|	case CKM_ECDSA_SHA1:
  ------------------
  |  |  861|      1|#define CKM_ECDSA_SHA1 0x00001042UL
  ------------------
  |  Branch (4427:2): [True: 1, False: 249]
  ------------------
 4428|      1|		flags = SC_ALGORITHM_ECDSA_HASH_SHA1;
  ------------------
  |  |  176|      1|#define SC_ALGORITHM_ECDSA_HASH_SHA1		SC_ALGORITHM_RSA_HASH_SHA1
  |  |  ------------------
  |  |  |  |  134|      1|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  |  |  ------------------
  ------------------
 4429|      1|		break;
 4430|      1|	case CKM_ECDSA_SHA224:
  ------------------
  |  |  862|      1|#define CKM_ECDSA_SHA224 0x00001043UL
  ------------------
  |  Branch (4430:2): [True: 1, False: 249]
  ------------------
 4431|      1|		flags = SC_ALGORITHM_ECDSA_HASH_SHA224;
  ------------------
  |  |  177|      1|#define SC_ALGORITHM_ECDSA_HASH_SHA224		SC_ALGORITHM_RSA_HASH_SHA224
  |  |  ------------------
  |  |  |  |  141|      1|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  |  |  ------------------
  ------------------
 4432|      1|		break;
 4433|      5|	case CKM_ECDSA_SHA256:
  ------------------
  |  |  863|      5|#define CKM_ECDSA_SHA256 0x00001044UL
  ------------------
  |  Branch (4433:2): [True: 5, False: 245]
  ------------------
 4434|      5|		flags = SC_ALGORITHM_ECDSA_HASH_SHA256;
  ------------------
  |  |  178|      5|#define SC_ALGORITHM_ECDSA_HASH_SHA256		SC_ALGORITHM_RSA_HASH_SHA256
  |  |  ------------------
  |  |  |  |  138|      5|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  |  |  ------------------
  ------------------
 4435|      5|		break;
 4436|      1|	case CKM_ECDSA_SHA384:
  ------------------
  |  |  864|      1|#define CKM_ECDSA_SHA384 0x00001045UL
  ------------------
  |  Branch (4436:2): [True: 1, False: 249]
  ------------------
 4437|      1|		flags = SC_ALGORITHM_ECDSA_HASH_SHA384;
  ------------------
  |  |  179|      1|#define SC_ALGORITHM_ECDSA_HASH_SHA384		SC_ALGORITHM_RSA_HASH_SHA384
  |  |  ------------------
  |  |  |  |  139|      1|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  |  |  ------------------
  ------------------
 4438|      1|		break;
 4439|     21|	case CKM_ECDSA_SHA512:
  ------------------
  |  |  865|     21|#define CKM_ECDSA_SHA512 0x00001046UL
  ------------------
  |  Branch (4439:2): [True: 21, False: 229]
  ------------------
 4440|     21|		flags = SC_ALGORITHM_ECDSA_HASH_SHA512;
  ------------------
  |  |  180|     21|#define SC_ALGORITHM_ECDSA_HASH_SHA512		SC_ALGORITHM_RSA_HASH_SHA512
  |  |  ------------------
  |  |  |  |  140|     21|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  |  |  ------------------
  ------------------
 4441|     21|		break;
 4442|      2|	default:
  ------------------
  |  Branch (4442:2): [True: 2, False: 248]
  ------------------
 4443|      2|		sc_log(context, "DEE - need EC for %lu", pMechanism->mechanism);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4444|      2|		return CKR_MECHANISM_INVALID;
  ------------------
  |  | 1122|      2|#define CKR_MECHANISM_INVALID 0x00000070UL
  ------------------
 4445|    250|	}
 4446|       |
 4447|    248|	rc = sc_lock(p11card->card);
 4448|    248|	if (rc < 0)
  ------------------
  |  Branch (4448:6): [True: 0, False: 248]
  ------------------
 4449|      0|		return sc_to_cryptoki_error(rc, "C_Sign");
 4450|       |
 4451|    248|	sc_log(context,
  ------------------
  |  |   71|    248|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4452|    248|	       "Selected flags %X. Now computing signature for %lu bytes. %lu bytes reserved.",
 4453|    248|	       flags, ulDataLen, *pulDataLen);
 4454|    248|	rc = sc_pkcs15_compute_signature(fw_data->p15_card, prkey->prv_p15obj, flags,
  ------------------
  |  |  105|    248|#define prv_p15obj		base.p15_object
  ------------------
 4455|    248|			pData, ulDataLen, pSignature, *pulDataLen, pMechanism);
 4456|       |
 4457|    248|	sc_unlock(p11card->card);
 4458|       |
 4459|    248|	sc_log(context, "Sign complete. Result %d.", rc);
  ------------------
  |  |   71|    248|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4460|       |
 4461|    248|	if (rc > 0) {
  ------------------
  |  Branch (4461:6): [True: 48, False: 200]
  ------------------
 4462|     48|		*pulDataLen = rc;
 4463|     48|		return CKR_OK;
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
 4464|     48|	}
 4465|       |
 4466|    200|	return sc_to_cryptoki_error(rc, "C_Sign");
 4467|    248|}
framework-pkcs15.c:pkcs15_prkey_decrypt:
 4540|    413|{
 4541|    413|	struct sc_pkcs11_card *p11card = session->slot->p11card;
 4542|    413|	struct pkcs15_fw_data *fw_data = NULL;
 4543|    413|	struct pkcs15_prkey_object *prkey;
 4544|    413|	unsigned char decrypted[512]; /* FIXME: Will not work for keys above 4096 bits */
 4545|    413|	int rv, flags = 0;
 4546|    413|	CK_ULONG mask, good, rv_pkcs11;
 4547|       |
 4548|    413|	if (pulDataLen == NULL) {
  ------------------
  |  Branch (4548:6): [True: 204, False: 209]
  ------------------
 4549|       |		/* This is call from the C_DecyptInit function */
 4550|    204|		sc_log(context, "C_DecryptInit...");
  ------------------
  |  |   71|    204|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4551|    204|		return CKR_OK;
  ------------------
  |  | 1086|    204|#define CKR_OK 0x00000000UL
  ------------------
 4552|    204|	}
 4553|    209|	if (pEncryptedData == NULL && ulEncryptedDataLen == 0) {
  ------------------
  |  Branch (4553:6): [True: 6, False: 203]
  |  Branch (4553:32): [True: 6, False: 0]
  ------------------
 4554|       |		/* This is call from the C_DecryptFinalize function */
 4555|      6|		sc_log(context, "C_DecryptFinalize...");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4556|      6|		*pulDataLen = 0;
 4557|      6|		return CKR_OK;
  ------------------
  |  | 1086|      6|#define CKR_OK 0x00000000UL
  ------------------
 4558|      6|	}
 4559|       |	/* DecryptUpdate: we assume this code is called only once per session, either
 4560|       |	 * from the C_Decrypt function or from an application using the C_DecryptUpdate call
 4561|       |	 */
 4562|       |
 4563|    203|	sc_log(context, "Initiating decryption.");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4564|       |
 4565|    203|	if (!p11card)
  ------------------
  |  Branch (4565:6): [True: 0, False: 203]
  ------------------
 4566|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Decrypt");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 4567|    203|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[session->slot->fw_data_idx];
 4568|    203|	if (!fw_data)
  ------------------
  |  Branch (4568:6): [True: 0, False: 203]
  ------------------
 4569|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_Decrypt");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4570|    203|	if (!fw_data->p15_card)
  ------------------
  |  Branch (4570:6): [True: 0, False: 203]
  ------------------
 4571|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_Decrypt");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 4572|       |
 4573|       |	/* See which of the alternative keys supports decrypt */
 4574|    203|	prkey = (struct pkcs15_prkey_object *) obj;
 4575|    233|	while (prkey  && !(prkey->prv_info->usage & (SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP)))
  ------------------
  |  |  306|    233|#define SC_PKCS15_PRKEY_USAGE_DECRYPT		0x02
  ------------------
              	while (prkey  && !(prkey->prv_info->usage & (SC_PKCS15_PRKEY_USAGE_DECRYPT|SC_PKCS15_PRKEY_USAGE_UNWRAP)))
  ------------------
  |  |  310|    233|#define SC_PKCS15_PRKEY_USAGE_UNWRAP		0x20
  ------------------
  |  Branch (4575:9): [True: 233, False: 0]
  |  Branch (4575:19): [True: 30, False: 203]
  ------------------
 4576|     30|		prkey = prkey->prv_next;
  ------------------
  |  |  107|    233|#define prv_next		base.related_privkey
  ------------------
 4577|    203|	if (prkey == NULL)
  ------------------
  |  Branch (4577:6): [True: 0, False: 203]
  ------------------
 4578|      0|		return CKR_KEY_FUNCTION_NOT_PERMITTED;
  ------------------
  |  | 1119|      0|#define CKR_KEY_FUNCTION_NOT_PERMITTED 0x00000068UL
  ------------------
 4579|       |
 4580|       |	/* Select the proper padding mechanism */
 4581|    203|	switch (pMechanism->mechanism) {
 4582|    195|	case CKM_RSA_PKCS:
  ------------------
  |  |  539|    195|#define CKM_RSA_PKCS 0x00000001UL
  ------------------
  |  Branch (4582:2): [True: 195, False: 8]
  ------------------
 4583|    195|		flags |= SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02;
  ------------------
  |  |  110|    195|#define SC_ALGORITHM_RSA_PAD_PKCS1_TYPE_02	0x00000080 /* PKCS#1 v1.5 padding type 2 */
  ------------------
 4584|    195|		break;
 4585|      7|	case CKM_RSA_X_509:
  ------------------
  |  |  541|      7|#define CKM_RSA_X_509 0x00000003UL
  ------------------
  |  Branch (4585:2): [True: 7, False: 196]
  ------------------
 4586|      7|		flags |= SC_ALGORITHM_RSA_RAW;
  ------------------
  |  |  102|      7|#define SC_ALGORITHM_RSA_RAW		0x00000001
  ------------------
 4587|      7|		break;
 4588|      0|	case CKM_RSA_PKCS_OAEP:
  ------------------
  |  |  547|      0|#define CKM_RSA_PKCS_OAEP 0x00000009UL
  ------------------
  |  Branch (4588:2): [True: 0, False: 203]
  ------------------
 4589|      0|		flags |= SC_ALGORITHM_RSA_PAD_OAEP;
  ------------------
  |  |  108|      0|#define SC_ALGORITHM_RSA_PAD_OAEP	0x00000020 /* PKCS#1 v2.0 OAEP */
  ------------------
 4590|       |
 4591|       |		/* Omitted parameter can use MGF1-SHA1 and SHA1 hash ? */
 4592|      0|		if (pMechanism->pParameter == NULL) {
  ------------------
  |  Branch (4592:7): [True: 0, False: 0]
  ------------------
 4593|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|      0|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
 4594|      0|			flags |= SC_ALGORITHM_MGF1_SHA1;
  ------------------
  |  |  145|      0|#define SC_ALGORITHM_MGF1_SHA1		0x00100000
  ------------------
 4595|      0|			break;
 4596|      0|		}
 4597|       |
 4598|      0|		switch (((CK_RSA_PKCS_OAEP_PARAMS*)pMechanism->pParameter)->hashAlg) {
 4599|      0|		case CKM_SHA_1:
  ------------------
  |  |  667|      0|#define CKM_SHA_1 0x00000220UL
  ------------------
  |  Branch (4599:3): [True: 0, False: 0]
  ------------------
 4600|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA1;
  ------------------
  |  |  134|      0|#define SC_ALGORITHM_RSA_HASH_SHA1	0x00000200
  ------------------
 4601|      0|			break;
 4602|      0|		case CKM_SHA224:
  ------------------
  |  |  679|      0|#define CKM_SHA224 0x00000255UL
  ------------------
  |  Branch (4602:3): [True: 0, False: 0]
  ------------------
 4603|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA224;
  ------------------
  |  |  141|      0|#define SC_ALGORITHM_RSA_HASH_SHA224	0x00010000
  ------------------
 4604|      0|			break;
 4605|      0|		case CKM_SHA256:
  ------------------
  |  |  676|      0|#define CKM_SHA256 0x00000250UL
  ------------------
  |  Branch (4605:3): [True: 0, False: 0]
  ------------------
 4606|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA256;
  ------------------
  |  |  138|      0|#define SC_ALGORITHM_RSA_HASH_SHA256	0x00002000
  ------------------
 4607|      0|			break;
 4608|      0|		case CKM_SHA384:
  ------------------
  |  |  682|      0|#define CKM_SHA384 0x00000260UL
  ------------------
  |  Branch (4608:3): [True: 0, False: 0]
  ------------------
 4609|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA384;
  ------------------
  |  |  139|      0|#define SC_ALGORITHM_RSA_HASH_SHA384	0x00004000
  ------------------
 4610|      0|			break;
 4611|      0|		case CKM_SHA512:
  ------------------
  |  |  685|      0|#define CKM_SHA512 0x00000270UL
  ------------------
  |  Branch (4611:3): [True: 0, False: 0]
  ------------------
 4612|      0|			flags |= SC_ALGORITHM_RSA_HASH_SHA512;
  ------------------
  |  |  140|      0|#define SC_ALGORITHM_RSA_HASH_SHA512	0x00008000
  ------------------
 4613|      0|			break;
 4614|      0|		default:
  ------------------
  |  Branch (4614:3): [True: 0, False: 0]
  ------------------
 4615|      0|			return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      0|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
 4616|      0|		}
 4617|       |
 4618|       |		/* The MGF parameter was already verified in SignInit() */
 4619|      0|		flags |= mgf2flags(((CK_RSA_PKCS_OAEP_PARAMS*)pMechanism->pParameter)->mgf);
 4620|      0|		break;
 4621|      1|	default:
  ------------------
  |  Branch (4621:2): [True: 1, False: 202]
  ------------------
 4622|      1|		return CKR_MECHANISM_INVALID;
  ------------------
  |  | 1122|      1|#define CKR_MECHANISM_INVALID 0x00000070UL
  ------------------
 4623|    203|	}
 4624|       |
 4625|    202|	rv = sc_lock(p11card->card);
 4626|    202|	if (rv < 0)
  ------------------
  |  Branch (4626:6): [True: 0, False: 202]
  ------------------
 4627|      0|		return sc_to_cryptoki_error(rv, "C_Decrypt");
 4628|       |
 4629|    202|	rv = sc_pkcs15_decipher(fw_data->p15_card, prkey->prv_p15obj, flags,
  ------------------
  |  |  105|    202|#define prv_p15obj		base.p15_object
  ------------------
 4630|    202|			pEncryptedData, ulEncryptedDataLen, decrypted, sizeof(decrypted), pMechanism);
 4631|       |
 4632|    202|	sc_unlock(p11card->card);
 4633|       |
 4634|    202|	sc_log(context, "Decryption complete.");
  ------------------
  |  |   71|    202|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4635|       |
 4636|       |	/* Handle following code in constant-time
 4637|       |	 * to prevent Marvin attack for PKCS#1 v1.5 padding. */
 4638|       |
 4639|       |	/* only padding error must be handled in constant-time way,
 4640|       |	 * other error can be returned straight away */
 4641|    202|	if ((~constant_time_eq_s((size_t)rv, (size_t)SC_ERROR_WRONG_PADDING) & constant_time_lt_s(sizeof(decrypted), (size_t)rv)))
  ------------------
  |  |   93|    202|#define SC_ERROR_WRONG_PADDING			-1412
  ------------------
  |  Branch (4641:6): [True: 126, False: 76]
  ------------------
 4642|    126|		return sc_to_cryptoki_error(rv, "C_Decrypt");
 4643|       |
 4644|       |	/* check rv for padding error */
 4645|     76|	good = ~constant_time_eq_i(rv, SC_ERROR_WRONG_PADDING);
  ------------------
  |  |   93|     76|#define SC_ERROR_WRONG_PADDING			-1412
  ------------------
 4646|     76|	rv_pkcs11 = sc_to_cryptoki_error(SC_ERROR_WRONG_PADDING, "C_Decrypt");
  ------------------
  |  |   93|     76|#define SC_ERROR_WRONG_PADDING			-1412
  ------------------
 4647|     76|	rv_pkcs11 = constant_time_select_s(good, CKR_OK, rv_pkcs11);
  ------------------
  |  | 1086|     76|#define CKR_OK 0x00000000UL
  ------------------
 4648|       |
 4649|     76|	if (pData == NULL_PTR) {
  ------------------
  |  |   27|     76|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (4649:6): [True: 0, False: 76]
  ------------------
 4650|       |		/* set length only if no error */
 4651|      0|		*pulDataLen = constant_time_select_s(good, rv, *pulDataLen);
 4652|       |		/* return error only if original rv < 0 */
 4653|      0|		return rv_pkcs11;
 4654|      0|	}
 4655|       |
 4656|       |	/* check whether *pulDataLen < rv and set return value for small output buffer */
 4657|     76|	mask = good & constant_time_lt_s(*pulDataLen, rv);
 4658|     76|	rv_pkcs11 = constant_time_select_s(mask, CKR_BUFFER_TOO_SMALL, rv_pkcs11);
  ------------------
  |  | 1165|     76|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
 4659|     76|	good &= ~mask;
 4660|       |
 4661|       |	/* move everything from decrypted into out buffer constant-time, if rv is ok */
 4662|  77.9k|	for (CK_ULONG i = 0; i < *pulDataLen; i++) { /* iterate over whole pData to not disclose real depadded length */
  ------------------
  |  Branch (4662:23): [True: 77.8k, False: 76]
  ------------------
 4663|  77.8k|		CK_ULONG msg_index;
 4664|  77.8k|		mask = good & constant_time_lt_s(i, sizeof(decrypted));		    /* i should be in the bounds of decrypted */
 4665|  77.8k|		mask &= constant_time_lt_s(i, constant_time_select_s(good, rv, 0)); /* check that is in bounds of depadded message */
 4666|  77.8k|		msg_index = constant_time_select_s(mask, i, 0);
 4667|  77.8k|		pData[i] = constant_time_select_8(mask, decrypted[msg_index], pData[i]);
 4668|  77.8k|	}
 4669|     76|	*pulDataLen = constant_time_select_s(good, rv, *pulDataLen);
 4670|       |	/* do not log error code to prevent side channel attack */
 4671|     76|	return rv_pkcs11;
 4672|     76|}
framework-pkcs15.c:pkcs15_prkey_can_do:
 4751|    460|{
 4752|    460|	struct sc_pkcs11_card *p11card = session->slot->p11card;
 4753|    460|	struct pkcs15_fw_data *fw_data = NULL;
 4754|    460|	struct pkcs15_prkey_object *prkey = (struct pkcs15_prkey_object *) obj;
 4755|    460|	struct sc_pkcs15_prkey_info *pkinfo = NULL;
 4756|    460|	struct sc_supported_algo_info *token_algos = NULL;
 4757|    460|	int ii, jj;
 4758|       |
 4759|    460|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|    460|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    460|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    460|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    460|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 460]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4760|    460|	sc_log(context, "check hardware capabilities: CK_MECHANISM_TYPE=0x%lx (CKM) and CKF_xxx=0x%x", mech_type, flags);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4761|       |
 4762|    460|	if (!prkey || !prkey->prv_info)
  ------------------
  |  Branch (4762:6): [True: 0, False: 460]
  |  Branch (4762:16): [True: 0, False: 460]
  ------------------
 4763|    460|		LOG_FUNC_RETURN(context, CKR_KEY_FUNCTION_NOT_PERMITTED);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_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|       |
 4765|    460|	pkinfo = prkey->prv_info;
 4766|       |	/* Return if there are no usage algorithms specified for this key. */
 4767|    460|	if (!pkinfo->algo_refs[0])
  ------------------
  |  Branch (4767:6): [True: 460, False: 0]
  ------------------
 4768|    460|		LOG_FUNC_RETURN(context, CKR_FUNCTION_NOT_SUPPORTED);
  ------------------
  |  |  164|    460|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    460|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    460|	int _ret = r; \
  |  |  |  |  155|    460|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 460]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    460|	} else { \
  |  |  |  |  159|    460|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    460|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    460|	} \
  |  |  |  |  162|    460|	return _ret; \
  |  |  |  |  163|    460|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4769|       |
 4770|      0|	if (!p11card)
  ------------------
  |  Branch (4770:6): [True: 0, False: 0]
  ------------------
 4771|      0|		LOG_FUNC_RETURN(context, CKR_FUNCTION_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4772|      0|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[session->slot->fw_data_idx];
 4773|      0|	if (!fw_data->p15_card)
  ------------------
  |  Branch (4773:6): [True: 0, False: 0]
  ------------------
 4774|      0|		LOG_FUNC_RETURN(context, CKR_FUNCTION_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4775|      0|	token_algos = &fw_data->p15_card->tokeninfo->supported_algos[0];
 4776|       |
 4777|      0|	for (ii=0;ii<SC_MAX_SUPPORTED_ALGORITHMS && pkinfo->algo_refs[ii];ii++)   {
  ------------------
  |  |   61|      0|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (4777:12): [True: 0, False: 0]
  |  Branch (4777:46): [True: 0, False: 0]
  ------------------
 4778|       |		/* Look for algorithm supported by token referenced in the list of key's algorithms */
 4779|      0|		for (jj=0;jj<SC_MAX_SUPPORTED_ALGORITHMS && (token_algos + jj)->reference; jj++)
  ------------------
  |  |   61|      0|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (4779:13): [True: 0, False: 0]
  |  Branch (4779:47): [True: 0, False: 0]
  ------------------
 4780|      0|			if (pkinfo->algo_refs[ii] == (token_algos + jj)->reference)
  ------------------
  |  Branch (4780:8): [True: 0, False: 0]
  ------------------
 4781|      0|				break;
 4782|      0|		if ((jj == SC_MAX_SUPPORTED_ALGORITHMS) || !(token_algos + jj)->reference)
  ------------------
  |  |   61|      0|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (4782:7): [True: 0, False: 0]
  |  Branch (4782:46): [True: 0, False: 0]
  ------------------
 4783|      0|			LOG_FUNC_RETURN(context, CKR_GENERAL_ERROR);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4784|       |
 4785|      0|		if ((token_algos + jj)->mechanism != mech_type)
  ------------------
  |  Branch (4785:7): [True: 0, False: 0]
  ------------------
 4786|      0|			continue;
 4787|       |
 4788|      0|		if (flags == CKF_SIGN)
  ------------------
  |  |  363|      0|#define CKF_SIGN 0x00000800UL
  ------------------
  |  Branch (4788:7): [True: 0, False: 0]
  ------------------
 4789|      0|			if ((token_algos + jj)->operations & SC_PKCS15_ALGO_OP_COMPUTE_SIGNATURE)
  ------------------
  |  |  138|      0|#define SC_PKCS15_ALGO_OP_COMPUTE_SIGNATURE	0x02
  ------------------
  |  Branch (4789:8): [True: 0, False: 0]
  ------------------
 4790|      0|				break;
 4791|       |
 4792|      0|		if (flags == CKF_DECRYPT)
  ------------------
  |  |  361|      0|#define CKF_DECRYPT 0x00000200UL
  ------------------
  |  Branch (4792:7): [True: 0, False: 0]
  ------------------
 4793|      0|			if ((token_algos + jj)->operations & SC_PKCS15_ALGO_OP_DECIPHER)
  ------------------
  |  |  142|      0|#define SC_PKCS15_ALGO_OP_DECIPHER		0x20
  ------------------
  |  Branch (4793:8): [True: 0, False: 0]
  ------------------
 4794|      0|				break;
 4795|      0|	}
 4796|       |
 4797|      0|	if (ii == SC_MAX_SUPPORTED_ALGORITHMS || !pkinfo->algo_refs[ii])
  ------------------
  |  |   61|      0|#define SC_MAX_SUPPORTED_ALGORITHMS	16
  ------------------
  |  Branch (4797:6): [True: 0, False: 0]
  |  Branch (4797:43): [True: 0, False: 0]
  ------------------
 4798|      0|		LOG_FUNC_RETURN(context, CKR_MECHANISM_INVALID);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4799|       |
 4800|      0|	LOG_FUNC_RETURN(context, CKR_OK);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 4801|      0|}
framework-pkcs15.c:pkcs15_prkey_init_params:
 4807|    460|{
 4808|    460|	const CK_RSA_PKCS_PSS_PARAMS *pss_params;
 4809|    460|	unsigned int expected_hash = 0, i;
 4810|    460|	const unsigned int hashes[5] = { CKM_SHA_1, CKM_SHA256,
  ------------------
  |  |  667|    460|#define CKM_SHA_1 0x00000220UL
  ------------------
              	const unsigned int hashes[5] = { CKM_SHA_1, CKM_SHA256,
  ------------------
  |  |  676|    460|#define CKM_SHA256 0x00000250UL
  ------------------
 4811|    460|		CKM_SHA384, CKM_SHA512, CKM_SHA224 };
  ------------------
  |  |  682|    460|#define CKM_SHA384 0x00000260UL
  ------------------
              		CKM_SHA384, CKM_SHA512, CKM_SHA224 };
  ------------------
  |  |  685|    460|#define CKM_SHA512 0x00000270UL
  ------------------
              		CKM_SHA384, CKM_SHA512, CKM_SHA224 };
  ------------------
  |  |  679|    460|#define CKM_SHA224 0x00000255UL
  ------------------
 4812|    460|	const CK_RSA_PKCS_OAEP_PARAMS *oaep_params;
 4813|       |
 4814|    460|	switch (pMechanism->mechanism) {
  ------------------
  |  Branch (4814:10): [True: 7, False: 453]
  ------------------
 4815|      1|	case CKM_RSA_PKCS_PSS:
  ------------------
  |  |  551|      1|#define CKM_RSA_PKCS_PSS 0x0000000DUL
  ------------------
  |  Branch (4815:2): [True: 1, False: 459]
  ------------------
 4816|      2|	case CKM_SHA1_RSA_PKCS_PSS:
  ------------------
  |  |  552|      2|#define CKM_SHA1_RSA_PKCS_PSS 0x0000000EUL
  ------------------
  |  Branch (4816:2): [True: 1, False: 459]
  ------------------
 4817|      3|	case CKM_SHA224_RSA_PKCS_PSS:
  ------------------
  |  |  605|      3|#define CKM_SHA224_RSA_PKCS_PSS 0x00000047UL
  ------------------
  |  Branch (4817:2): [True: 1, False: 459]
  ------------------
 4818|      4|	case CKM_SHA256_RSA_PKCS_PSS:
  ------------------
  |  |  601|      4|#define CKM_SHA256_RSA_PKCS_PSS 0x00000043UL
  ------------------
  |  Branch (4818:2): [True: 1, False: 459]
  ------------------
 4819|      5|	case CKM_SHA384_RSA_PKCS_PSS:
  ------------------
  |  |  602|      5|#define CKM_SHA384_RSA_PKCS_PSS 0x00000044UL
  ------------------
  |  Branch (4819:2): [True: 1, False: 459]
  ------------------
 4820|      6|	case CKM_SHA512_RSA_PKCS_PSS:
  ------------------
  |  |  603|      6|#define CKM_SHA512_RSA_PKCS_PSS 0x00000045UL
  ------------------
  |  Branch (4820:2): [True: 1, False: 459]
  ------------------
 4821|      6|		if (!pMechanism->pParameter ||
  ------------------
  |  Branch (4821:7): [True: 6, False: 0]
  ------------------
 4822|      0|			pMechanism->ulParameterLen != sizeof(CK_RSA_PKCS_PSS_PARAMS))
  ------------------
  |  Branch (4822:4): [True: 0, False: 0]
  ------------------
 4823|      6|			return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      6|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
 4824|       |
 4825|      0|		pss_params = (CK_RSA_PKCS_PSS_PARAMS*)pMechanism->pParameter;
 4826|      0|		if (pss_params->mgf < CKG_MGF1_SHA1 || pss_params->mgf > CKG_MGF1_SHA224)
  ------------------
  |  |  442|      0|#define CKG_MGF1_SHA1 0x00000001UL
  ------------------
              		if (pss_params->mgf < CKG_MGF1_SHA1 || pss_params->mgf > CKG_MGF1_SHA224)
  ------------------
  |  |  446|      0|#define CKG_MGF1_SHA224 0x00000005UL
  ------------------
  |  Branch (4826:7): [True: 0, False: 0]
  |  Branch (4826:42): [True: 0, False: 0]
  ------------------
 4827|      0|			return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      0|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
 4828|       |
 4829|       |		/* The hashAlg field can have any value for CKM_RSA_PKCS_PSS and must be
 4830|       |		 * used again in the PSS padding; for the other mechanisms it strictly
 4831|       |		 * must match the padding declared in the mechanism.
 4832|       |		 */
 4833|      0|		if (pMechanism->mechanism == CKM_SHA1_RSA_PKCS_PSS) {
  ------------------
  |  |  552|      0|#define CKM_SHA1_RSA_PKCS_PSS 0x0000000EUL
  ------------------
  |  Branch (4833:7): [True: 0, False: 0]
  ------------------
 4834|      0|			expected_hash = CKM_SHA_1;
  ------------------
  |  |  667|      0|#define CKM_SHA_1 0x00000220UL
  ------------------
 4835|      0|		} else if (pMechanism->mechanism == CKM_SHA224_RSA_PKCS_PSS) {
  ------------------
  |  |  605|      0|#define CKM_SHA224_RSA_PKCS_PSS 0x00000047UL
  ------------------
  |  Branch (4835:14): [True: 0, False: 0]
  ------------------
 4836|      0|			expected_hash = CKM_SHA224;
  ------------------
  |  |  679|      0|#define CKM_SHA224 0x00000255UL
  ------------------
 4837|      0|		} else if (pMechanism->mechanism == CKM_SHA256_RSA_PKCS_PSS) {
  ------------------
  |  |  601|      0|#define CKM_SHA256_RSA_PKCS_PSS 0x00000043UL
  ------------------
  |  Branch (4837:14): [True: 0, False: 0]
  ------------------
 4838|      0|			expected_hash = CKM_SHA256;
  ------------------
  |  |  676|      0|#define CKM_SHA256 0x00000250UL
  ------------------
 4839|      0|		} else if (pMechanism->mechanism == CKM_SHA384_RSA_PKCS_PSS) {
  ------------------
  |  |  602|      0|#define CKM_SHA384_RSA_PKCS_PSS 0x00000044UL
  ------------------
  |  Branch (4839:14): [True: 0, False: 0]
  ------------------
 4840|      0|			expected_hash = CKM_SHA384;
  ------------------
  |  |  682|      0|#define CKM_SHA384 0x00000260UL
  ------------------
 4841|      0|		} else if (pMechanism->mechanism == CKM_SHA512_RSA_PKCS_PSS) {
  ------------------
  |  |  603|      0|#define CKM_SHA512_RSA_PKCS_PSS 0x00000045UL
  ------------------
  |  Branch (4841:14): [True: 0, False: 0]
  ------------------
 4842|      0|			expected_hash = CKM_SHA512;
  ------------------
  |  |  685|      0|#define CKM_SHA512 0x00000270UL
  ------------------
 4843|      0|		} else if (pMechanism->mechanism == CKM_RSA_PKCS_PSS) {
  ------------------
  |  |  551|      0|#define CKM_RSA_PKCS_PSS 0x0000000DUL
  ------------------
  |  Branch (4843:14): [True: 0, False: 0]
  ------------------
 4844|      0|			for (i = 0; i < 5; ++i) {
  ------------------
  |  Branch (4844:16): [True: 0, False: 0]
  ------------------
 4845|      0|				if (hashes[i] == pss_params->hashAlg) {
  ------------------
  |  Branch (4845:9): [True: 0, False: 0]
  ------------------
 4846|      0|					expected_hash = hashes[i];
 4847|      0|				}
 4848|      0|			}
 4849|      0|		}
 4850|       |
 4851|      0|		if (expected_hash != pss_params->hashAlg)
  ------------------
  |  Branch (4851:7): [True: 0, False: 0]
  ------------------
 4852|      0|			return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      0|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
 4853|       |
 4854|      0|		break;
 4855|      1|	case CKM_RSA_PKCS_OAEP:
  ------------------
  |  |  547|      1|#define CKM_RSA_PKCS_OAEP 0x00000009UL
  ------------------
  |  Branch (4855:2): [True: 1, False: 459]
  ------------------
 4856|      1|		if (!pMechanism->pParameter ||
  ------------------
  |  Branch (4856:7): [True: 1, False: 0]
  ------------------
 4857|      0|			pMechanism->ulParameterLen != sizeof(CK_RSA_PKCS_OAEP_PARAMS))
  ------------------
  |  Branch (4857:4): [True: 0, False: 0]
  ------------------
 4858|      1|			return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      1|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
 4859|       |
 4860|      0|		oaep_params = (CK_RSA_PKCS_OAEP_PARAMS*)pMechanism->pParameter;
 4861|      0|		switch (oaep_params->mgf) {
 4862|      0|		case CKG_MGF1_SHA1:
  ------------------
  |  |  442|      0|#define CKG_MGF1_SHA1 0x00000001UL
  ------------------
  |  Branch (4862:3): [True: 0, False: 0]
  ------------------
 4863|      0|		case CKG_MGF1_SHA224:
  ------------------
  |  |  446|      0|#define CKG_MGF1_SHA224 0x00000005UL
  ------------------
  |  Branch (4863:3): [True: 0, False: 0]
  ------------------
 4864|      0|		case CKG_MGF1_SHA256:
  ------------------
  |  |  443|      0|#define CKG_MGF1_SHA256 0x00000002UL
  ------------------
  |  Branch (4864:3): [True: 0, False: 0]
  ------------------
 4865|      0|		case CKG_MGF1_SHA384:
  ------------------
  |  |  444|      0|#define CKG_MGF1_SHA384 0x00000003UL
  ------------------
  |  Branch (4865:3): [True: 0, False: 0]
  ------------------
 4866|      0|		case CKG_MGF1_SHA512:
  ------------------
  |  |  445|      0|#define CKG_MGF1_SHA512 0x00000004UL
  ------------------
  |  Branch (4866:3): [True: 0, False: 0]
  ------------------
 4867|       |			/* OK */
 4868|      0|			break;
 4869|      0|		default:
  ------------------
  |  Branch (4869:3): [True: 0, False: 0]
  ------------------
 4870|      0|			return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      0|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
 4871|      0|		}
 4872|       |		/* TODO is there something more to check */
 4873|      0|		break;
 4874|    460|	}
 4875|    453|	return CKR_OK;
  ------------------
  |  | 1086|    453|#define CKR_OK 0x00000000UL
  ------------------
 4876|    460|}
framework-pkcs15.c:pkcs15_pubkey_release:
 4901|  2.85k|{
 4902|  2.85k|	struct pkcs15_pubkey_object *pubkey = (struct pkcs15_pubkey_object*) object;
 4903|  2.85k|	struct sc_pkcs15_pubkey *key_data = pubkey->pub_data;
 4904|       |
 4905|  2.85k|	if (__pkcs15_release_object((struct pkcs15_any_object *) object) == 0)
  ------------------
  |  Branch (4905:6): [True: 1.44k, False: 1.41k]
  ------------------
 4906|  1.44k|		if (key_data)
  ------------------
  |  Branch (4906:7): [True: 1.14k, False: 301]
  ------------------
 4907|  1.14k|			sc_pkcs15_free_pubkey(key_data);
 4908|  2.85k|}
framework-pkcs15.c:pkcs15_pubkey_get_attribute:
 4922|  7.34k|{
 4923|  7.34k|	struct sc_pkcs11_card *p11card = NULL;
 4924|  7.34k|	struct pkcs15_pubkey_object *pubkey = (struct pkcs15_pubkey_object*) object;
 4925|  7.34k|	struct pkcs15_cert_object *cert = NULL;
 4926|  7.34k|	struct pkcs15_fw_data *fw_data = NULL;
 4927|  7.34k|	size_t len;
 4928|       |
 4929|  7.34k|	sc_log(context, "pkcs15_pubkey_get_attribute() called");
  ------------------
  |  |   71|  7.34k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 4930|       |
 4931|  7.34k|	p11card = session->slot->p11card;
 4932|  7.34k|	cert = pubkey->pub_genfrom;
  ------------------
  |  |  117|  7.34k|#define pub_genfrom		base.related_cert
  ------------------
 4933|       |
 4934|  7.34k|	if (!p11card)
  ------------------
  |  Branch (4934:6): [True: 0, False: 7.34k]
  ------------------
 4935|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetAttributeValue");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 4936|  7.34k|	fw_data = (struct pkcs15_fw_data *) p11card->fws_data[session->slot->fw_data_idx];
 4937|  7.34k|	if (!fw_data)
  ------------------
  |  Branch (4937:6): [True: 0, False: 7.34k]
  ------------------
 4938|      0|		return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GetAttributeValue");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4939|  7.34k|	if (!fw_data->p15_card)
  ------------------
  |  Branch (4939:6): [True: 0, False: 7.34k]
  ------------------
 4940|      0|		return sc_to_cryptoki_error(SC_ERROR_INVALID_CARD, "C_GetAttributeValue");
  ------------------
  |  |   60|      0|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
 4941|       |
 4942|       |	/* We may need to get these from cert */
 4943|  7.34k|	switch (attr->type) {
  ------------------
  |  Branch (4943:10): [True: 92, False: 7.25k]
  ------------------
 4944|      0|		case CKA_MODULUS:
  ------------------
  |  |  174|      0|#define CKA_MODULUS 0x00000120UL
  ------------------
  |  Branch (4944:3): [True: 0, False: 7.34k]
  ------------------
 4945|      0|		case CKA_MODULUS_BITS:
  ------------------
  |  |  175|      0|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
  |  Branch (4945:3): [True: 0, False: 7.34k]
  ------------------
 4946|      0|		case CKA_VALUE:
  ------------------
  |  |  143|      0|#define CKA_VALUE 0x00000011UL
  ------------------
  |  Branch (4946:3): [True: 0, False: 7.34k]
  ------------------
 4947|     92|		case CKA_SPKI:
  ------------------
  |  |   21|     92|#define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |  289|     92|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |   12|     92|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
  |  Branch (4947:3): [True: 92, False: 7.25k]
  ------------------
 4948|     92|		case CKA_PUBLIC_KEY_INFO:
  ------------------
  |  |  183|     92|#define CKA_PUBLIC_KEY_INFO 0x00000129UL
  ------------------
  |  Branch (4948:3): [True: 0, False: 7.34k]
  ------------------
 4949|     92|		case CKA_PUBLIC_EXPONENT:
  ------------------
  |  |  176|     92|#define CKA_PUBLIC_EXPONENT 0x00000122UL
  ------------------
  |  Branch (4949:3): [True: 0, False: 7.34k]
  ------------------
 4950|     92|		case CKA_EC_PARAMS:
  ------------------
  |  |  200|     92|#define CKA_EC_PARAMS 0x00000180UL
  ------------------
  |  Branch (4950:3): [True: 0, False: 7.34k]
  ------------------
 4951|     92|		case CKA_EC_POINT:
  ------------------
  |  |  201|     92|#define CKA_EC_POINT 0x00000181UL
  ------------------
  |  Branch (4951:3): [True: 0, False: 7.34k]
  ------------------
 4952|     92|			if (pubkey->pub_data == NULL)
  ------------------
  |  Branch (4952:8): [True: 3, False: 89]
  ------------------
 4953|      3|				if (SC_SUCCESS != check_cert_data_read(fw_data, cert))
  ------------------
  |  |   28|      3|#define SC_SUCCESS				0
  ------------------
  |  Branch (4953:9): [True: 3, False: 0]
  ------------------
 4954|      3|					return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "check_cert_data_read");
  ------------------
  |  |   81|      3|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4955|     89|			break;
 4956|  7.34k|	}
 4957|       |
 4958|  7.34k|	switch (attr->type) {
 4959|  3.82k|	case CKA_CLASS:
  ------------------
  |  |  137|  3.82k|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (4959:2): [True: 3.82k, False: 3.52k]
  ------------------
 4960|  3.82k|		check_attribute_buffer(attr, sizeof(CK_OBJECT_CLASS));
  ------------------
  |  |   56|  3.82k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  7.64k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 1.91k, False: 1.91k]
  |  |  ------------------
  |  |   57|  1.91k|		attr->ulValueLen = size;        \
  |  |   58|  1.91k|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|  1.91k|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|  1.91k|	}                                       \
  |  |   60|  3.82k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 1.91k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  1.91k|	attr->ulValueLen = size;
  ------------------
 4961|  1.91k|		*(CK_OBJECT_CLASS*)attr->pValue = CKO_PUBLIC_KEY;
  ------------------
  |  | 1029|  1.91k|#define CKO_PUBLIC_KEY 0x00000002UL
  ------------------
 4962|  1.91k|		break;
 4963|      0|	case CKA_TOKEN:
  ------------------
  |  |  138|      0|#define CKA_TOKEN 0x00000001UL
  ------------------
  |  Branch (4963:2): [True: 0, False: 7.34k]
  ------------------
 4964|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4965|      0|		*(CK_BBOOL*)attr->pValue = TRUE;
  ------------------
  |  |   51|      0|#define TRUE 1
  ------------------
 4966|      0|		break;
 4967|      0|	case CKA_SENSITIVE:
  ------------------
  |  |  162|      0|#define CKA_SENSITIVE 0x00000103UL
  ------------------
  |  Branch (4967:2): [True: 0, False: 7.34k]
  ------------------
 4968|       |		/* By PKCS#11 v2.20 public key cannot have SENSITIVE attr TRUE */
 4969|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4970|      0|		*(CK_BBOOL*)attr->pValue = FALSE;
  ------------------
  |  |   48|      0|#define FALSE 0
  ------------------
 4971|      0|		break;
 4972|      0|	case CKA_LOCAL:
  ------------------
  |  |  193|      0|#define CKA_LOCAL 0x00000163UL
  ------------------
  |  Branch (4972:2): [True: 0, False: 7.34k]
  ------------------
 4973|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4974|      0|		if (pubkey->pub_info)
  ------------------
  |  Branch (4974:7): [True: 0, False: 0]
  ------------------
 4975|      0|			*(CK_BBOOL*)attr->pValue = (pubkey->pub_info->access_flags & SC_PKCS15_PRKEY_ACCESS_LOCAL) != 0;
  ------------------
  |  |  320|      0|#define SC_PKCS15_PRKEY_ACCESS_LOCAL		0x10
  ------------------
 4976|      0|		else /* no pub_info structure, falling back to TRUE */
 4977|      0|			*(CK_BBOOL*)attr->pValue = TRUE;
  ------------------
  |  |   51|      0|#define TRUE 1
  ------------------
 4978|      0|		break;
 4979|  1.75k|	case CKA_PRIVATE:
  ------------------
  |  |  139|  1.75k|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (4979:2): [True: 1.75k, False: 5.59k]
  ------------------
 4980|  3.51k|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|  1.75k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  3.51k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 1.75k]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|  1.75k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 1.75k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  1.75k|	attr->ulValueLen = size;
  ------------------
 4981|  3.51k|		if (pubkey->pub_p15obj)
  ------------------
  |  |  116|  1.75k|#define pub_p15obj		base.p15_object
  ------------------
  |  Branch (4981:7): [True: 1.61k, False: 138]
  ------------------
 4982|  1.61k|			*(CK_BBOOL*)attr->pValue = (pubkey->pub_p15obj->flags & SC_PKCS15_CO_FLAG_PRIVATE) != 0;
  ------------------
  |  |  116|  1.61k|#define pub_p15obj		base.p15_object
  ------------------
              			*(CK_BBOOL*)attr->pValue = (pubkey->pub_p15obj->flags & SC_PKCS15_CO_FLAG_PRIVATE) != 0;
  ------------------
  |  |   50|  1.61k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 4983|    138|		else if (cert && cert->cert_p15obj)
  ------------------
  |  |   93|    138|#define cert_p15obj		base.p15_object
  ------------------
  |  Branch (4983:12): [True: 138, False: 0]
  |  Branch (4983:20): [True: 138, False: 0]
  ------------------
 4984|    138|			*(CK_BBOOL*)attr->pValue = (cert->pub_p15obj->flags & SC_PKCS15_CO_FLAG_PRIVATE) != 0;
  ------------------
  |  |  116|    138|#define pub_p15obj		base.p15_object
  ------------------
              			*(CK_BBOOL*)attr->pValue = (cert->pub_p15obj->flags & SC_PKCS15_CO_FLAG_PRIVATE) != 0;
  ------------------
  |  |   50|    138|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 4985|      0|		else
 4986|      0|			return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 4987|  1.75k|		break;
 4988|  1.75k|	case CKA_MODIFIABLE:
  ------------------
  |  |  197|      0|#define CKA_MODIFIABLE 0x00000170UL
  ------------------
  |  Branch (4988:2): [True: 0, False: 7.34k]
  ------------------
 4989|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4990|      0|		if (pubkey->pub_p15obj)
  ------------------
  |  |  116|      0|#define pub_p15obj		base.p15_object
  ------------------
  |  Branch (4990:7): [True: 0, False: 0]
  ------------------
 4991|      0|			*(CK_BBOOL*)attr->pValue = (pubkey->pub_p15obj->flags & SC_PKCS15_CO_FLAG_MODIFIABLE) != 0;
  ------------------
  |  |  116|      0|#define pub_p15obj		base.p15_object
  ------------------
              			*(CK_BBOOL*)attr->pValue = (pubkey->pub_p15obj->flags & SC_PKCS15_CO_FLAG_MODIFIABLE) != 0;
  ------------------
  |  |   51|      0|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
 4992|      0|		else if (cert && cert->cert_p15obj)
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
  |  Branch (4992:12): [True: 0, False: 0]
  |  Branch (4992:20): [True: 0, False: 0]
  ------------------
 4993|      0|			*(CK_BBOOL*)attr->pValue = (cert->pub_p15obj->flags & SC_PKCS15_CO_FLAG_MODIFIABLE) != 0;
  ------------------
  |  |  116|      0|#define pub_p15obj		base.p15_object
  ------------------
              			*(CK_BBOOL*)attr->pValue = (cert->pub_p15obj->flags & SC_PKCS15_CO_FLAG_MODIFIABLE) != 0;
  ------------------
  |  |   51|      0|#define SC_PKCS15_CO_FLAG_MODIFIABLE	0x00000002
  ------------------
 4994|      0|		else
 4995|      0|			return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 4996|      0|		break;
 4997|      0|	case CKA_EXTRACTABLE:
  ------------------
  |  |  192|      0|#define CKA_EXTRACTABLE 0x00000162UL
  ------------------
  |  Branch (4997:2): [True: 0, False: 7.34k]
  ------------------
 4998|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 4999|      0|		if (pubkey->pub_info)
  ------------------
  |  Branch (4999:7): [True: 0, False: 0]
  ------------------
 5000|      0|			*(CK_BBOOL*)attr->pValue = (pubkey->pub_info->access_flags & SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE) != 0;
  ------------------
  |  |  317|      0|#define SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE	0x02
  ------------------
 5001|      0|		else /* no pub_info structure, falling back to TRUE */
 5002|      0|			*(CK_BBOOL*)attr->pValue = TRUE;
  ------------------
  |  |   51|      0|#define TRUE 1
  ------------------
 5003|      0|		break;
 5004|      0|	case CKA_LABEL:
  ------------------
  |  |  140|      0|#define CKA_LABEL 0x00000003UL
  ------------------
  |  Branch (5004:2): [True: 0, False: 7.34k]
  ------------------
 5005|      0|		if (pubkey->pub_p15obj) {
  ------------------
  |  |  116|      0|#define pub_p15obj		base.p15_object
  ------------------
  |  Branch (5005:7): [True: 0, False: 0]
  ------------------
 5006|      0|			len = strnlen(pubkey->pub_p15obj->label, sizeof pubkey->pub_p15obj->label);
  ------------------
  |  |  116|      0|#define pub_p15obj		base.p15_object
  ------------------
              			len = strnlen(pubkey->pub_p15obj->label, sizeof pubkey->pub_p15obj->label);
  ------------------
  |  |  116|      0|#define pub_p15obj		base.p15_object
  ------------------
 5007|      0|			check_attribute_buffer(attr, len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5008|      0|			memcpy(attr->pValue, pubkey->pub_p15obj->label, len);
  ------------------
  |  |  116|      0|#define pub_p15obj		base.p15_object
  ------------------
 5009|      0|		}
 5010|      0|		else if (cert && cert->cert_p15obj) {
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
  |  Branch (5010:12): [True: 0, False: 0]
  |  Branch (5010:20): [True: 0, False: 0]
  ------------------
 5011|      0|			len = strnlen(cert->cert_p15obj->label, sizeof cert->cert_p15obj->label);
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
              			len = strnlen(cert->cert_p15obj->label, sizeof cert->cert_p15obj->label);
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
 5012|      0|			check_attribute_buffer(attr, len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5013|      0|			memcpy(attr->pValue, cert->cert_p15obj->label, len);
  ------------------
  |  |   93|      0|#define cert_p15obj		base.p15_object
  ------------------
 5014|      0|		}
 5015|      0|		else {
 5016|      0|			return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 5017|      0|		}
 5018|      0|		break;
 5019|    115|	case CKA_KEY_TYPE:
  ------------------
  |  |  159|    115|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  |  Branch (5019:2): [True: 115, False: 7.23k]
  ------------------
 5020|    115|		check_attribute_buffer(attr, sizeof(CK_KEY_TYPE));
  ------------------
  |  |   56|    115|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|    230|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 115]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|    115|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 115]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|    115|	attr->ulValueLen = size;
  ------------------
 5021|       |		/* TODO: -DEE why would we not have a pubkey->pub_data? */
 5022|       |		/* even if we do not, we should not assume RSA */
 5023|    115|		if (pubkey->pub_data && pubkey->pub_data->algorithm == SC_ALGORITHM_GOSTR3410)
  ------------------
  |  |   71|    108|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (5023:7): [True: 108, False: 7]
  |  Branch (5023:27): [True: 0, False: 108]
  ------------------
 5024|      0|			*(CK_KEY_TYPE*)attr->pValue = CKK_GOSTR3410;
  ------------------
  |  |  502|      0|#define CKK_GOSTR3410 0x00000030UL
  ------------------
 5025|    115|		else if (pubkey->pub_data && pubkey->pub_data->algorithm == SC_ALGORITHM_EDDSA)
  ------------------
  |  |   72|    108|#define SC_ALGORITHM_EDDSA		4
  ------------------
  |  Branch (5025:12): [True: 108, False: 7]
  |  Branch (5025:32): [True: 0, False: 108]
  ------------------
 5026|      0|			*(CK_KEY_TYPE*)attr->pValue = CKK_EC_EDWARDS;
  ------------------
  |  |  518|      0|#define CKK_EC_EDWARDS 0x00000040UL
  ------------------
 5027|    115|		else if (pubkey->pub_data && pubkey->pub_data->algorithm == SC_ALGORITHM_XEDDSA)
  ------------------
  |  |   73|    108|#define SC_ALGORITHM_XEDDSA		5
  ------------------
  |  Branch (5027:12): [True: 108, False: 7]
  |  Branch (5027:32): [True: 0, False: 108]
  ------------------
 5028|      0|			*(CK_KEY_TYPE*)attr->pValue = CKK_EC_MONTGOMERY;
  ------------------
  |  |  519|      0|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
 5029|    115|		else if (pubkey->pub_data && pubkey->pub_data->algorithm == SC_ALGORITHM_EC)
  ------------------
  |  |   70|    108|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (5029:12): [True: 108, False: 7]
  |  Branch (5029:32): [True: 59, False: 49]
  ------------------
 5030|     59|			*(CK_KEY_TYPE*)attr->pValue = CKK_EC;
  ------------------
  |  |  467|     59|#define CKK_EC 0x00000003UL
  ------------------
 5031|     56|		else
 5032|     56|			*(CK_KEY_TYPE*)attr->pValue = CKK_RSA;
  ------------------
  |  |  464|     56|#define CKK_RSA 0x00000000UL
  ------------------
 5033|    115|		break;
 5034|  1.56k|	case CKA_ID:
  ------------------
  |  |  161|  1.56k|#define CKA_ID 0x00000102UL
  ------------------
  |  Branch (5034:2): [True: 1.56k, False: 5.78k]
  ------------------
 5035|  1.56k|		if (pubkey->pub_info) {
  ------------------
  |  Branch (5035:7): [True: 1.53k, False: 34]
  ------------------
 5036|  1.53k|			check_attribute_buffer(attr, pubkey->pub_info->id.len);
  ------------------
  |  |   56|  1.53k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  3.06k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 781, False: 749]
  |  |  ------------------
  |  |   57|    781|		attr->ulValueLen = size;        \
  |  |   58|    781|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|    781|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|    781|	}                                       \
  |  |   60|  1.53k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 749]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|    749|	attr->ulValueLen = size;
  ------------------
 5037|  1.49k|			memcpy(attr->pValue, pubkey->pub_info->id.value, pubkey->pub_info->id.len);
 5038|  1.49k|		}
 5039|     34|		else if (cert && cert->cert_info) {
  ------------------
  |  Branch (5039:12): [True: 34, False: 0]
  |  Branch (5039:20): [True: 34, False: 0]
  ------------------
 5040|     34|			check_attribute_buffer(attr, cert->cert_info->id.len);
  ------------------
  |  |   56|     34|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|     68|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 18, False: 16]
  |  |  ------------------
  |  |   57|     18|		attr->ulValueLen = size;        \
  |  |   58|     18|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|     18|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|     18|	}                                       \
  |  |   60|     34|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 16]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|     16|	attr->ulValueLen = size;
  ------------------
 5041|     32|			memcpy(attr->pValue, cert->cert_info->id.value, cert->cert_info->id.len);
 5042|     32|		}
 5043|      0|		else {
 5044|      0|			return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 5045|      0|		}
 5046|    765|		break;
 5047|    765|	case CKA_KEY_GEN_MECHANISM:
  ------------------
  |  |  196|      0|#define CKA_KEY_GEN_MECHANISM 0x00000166UL
  ------------------
  |  Branch (5047:2): [True: 0, False: 7.34k]
  ------------------
 5048|      0|		check_attribute_buffer(attr, sizeof(CK_MECHANISM_TYPE));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5049|      0|		*(CK_MECHANISM_TYPE*)attr->pValue = CK_UNAVAILABLE_INFORMATION;
  ------------------
  |  |   32|      0|#define CK_UNAVAILABLE_INFORMATION ~0UL
  ------------------
 5050|      0|		break;
 5051|      0|	case CKA_ENCRYPT:
  ------------------
  |  |  163|      0|#define CKA_ENCRYPT 0x00000104UL
  ------------------
  |  Branch (5051:2): [True: 0, False: 7.34k]
  ------------------
 5052|      0|	case CKA_WRAP:
  ------------------
  |  |  165|      0|#define CKA_WRAP 0x00000106UL
  ------------------
  |  Branch (5052:2): [True: 0, False: 7.34k]
  ------------------
 5053|      0|	case CKA_VERIFY:
  ------------------
  |  |  169|      0|#define CKA_VERIFY 0x0000010AUL
  ------------------
  |  Branch (5053:2): [True: 0, False: 7.34k]
  ------------------
 5054|      0|	case CKA_VERIFY_RECOVER:
  ------------------
  |  |  170|      0|#define CKA_VERIFY_RECOVER 0x0000010BUL
  ------------------
  |  Branch (5054:2): [True: 0, False: 7.34k]
  ------------------
 5055|      0|	case CKA_DERIVE:
  ------------------
  |  |  171|      0|#define CKA_DERIVE 0x0000010CUL
  ------------------
  |  Branch (5055:2): [True: 0, False: 7.34k]
  ------------------
 5056|      0|		if (pubkey->pub_info)
  ------------------
  |  Branch (5056:7): [True: 0, False: 0]
  ------------------
 5057|      0|			return get_usage_bit(pubkey->pub_info->usage, attr);
 5058|      0|		else
 5059|      0|			return get_usage_bit(SC_PKCS15_PRKEY_USAGE_ENCRYPT |SC_PKCS15_PRKEY_USAGE_VERIFY | SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER, attr);
  ------------------
  |  |  305|      0|#define SC_PKCS15_PRKEY_USAGE_ENCRYPT		0x01
  ------------------
              			return get_usage_bit(SC_PKCS15_PRKEY_USAGE_ENCRYPT |SC_PKCS15_PRKEY_USAGE_VERIFY | SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER, attr);
  ------------------
  |  |  311|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFY		0x40
  ------------------
              			return get_usage_bit(SC_PKCS15_PRKEY_USAGE_ENCRYPT |SC_PKCS15_PRKEY_USAGE_VERIFY | SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER, attr);
  ------------------
  |  |  312|      0|#define SC_PKCS15_PRKEY_USAGE_VERIFYRECOVER	0x80
  ------------------
 5060|      0|	case CKA_MODULUS:
  ------------------
  |  |  174|      0|#define CKA_MODULUS 0x00000120UL
  ------------------
  |  Branch (5060:2): [True: 0, False: 7.34k]
  ------------------
 5061|      0|		return get_modulus(pubkey->pub_data, attr);
 5062|      0|	case CKA_MODULUS_BITS:
  ------------------
  |  |  175|      0|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
  |  Branch (5062:2): [True: 0, False: 7.34k]
  ------------------
 5063|      0|		return get_modulus_bits(pubkey->pub_data, attr);
 5064|      0|	case CKA_PUBLIC_EXPONENT:
  ------------------
  |  |  176|      0|#define CKA_PUBLIC_EXPONENT 0x00000122UL
  ------------------
  |  Branch (5064:2): [True: 0, False: 7.34k]
  ------------------
 5065|      0|		return get_public_exponent(pubkey->pub_data, attr);
 5066|       |	/*
 5067|       |	 * PKCS#11 does not define a CKA_VALUE for a CKO_PUBLIC_KEY.
 5068|       |	 * OpenSC does, but it is not consistent it what it returns
 5069|       |	 * Internally to do verify, with OpenSSL, we need a SPKI that
 5070|       |	 * can be converted into a EVP_KEY with d2i_PUBKEY
 5071|       |	 * CKA_SPKI is defined internally as a CKA_VENDOR_DFINED attribute.
 5072|       |	 */
 5073|      0|	case CKA_VALUE:
  ------------------
  |  |  143|      0|#define CKA_VALUE 0x00000011UL
  ------------------
  |  Branch (5073:2): [True: 0, False: 7.34k]
  ------------------
 5074|     89|	case CKA_SPKI:
  ------------------
  |  |   21|     89|#define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |  289|     89|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |   12|     89|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
  |  Branch (5074:2): [True: 89, False: 7.25k]
  ------------------
 5075|     89|	case CKA_PUBLIC_KEY_INFO:
  ------------------
  |  |  183|     89|#define CKA_PUBLIC_KEY_INFO 0x00000129UL
  ------------------
  |  Branch (5075:2): [True: 0, False: 7.34k]
  ------------------
 5076|       |
 5077|     89|		if (attr->type != CKA_SPKI && attr->type != CKA_PUBLIC_KEY_INFO && pubkey->pub_info && pubkey->pub_info->direct.raw.value && pubkey->pub_info->direct.raw.len) {
  ------------------
  |  |   21|    178|#define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |  289|     89|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |   12|     89|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
              		if (attr->type != CKA_SPKI && attr->type != CKA_PUBLIC_KEY_INFO && pubkey->pub_info && pubkey->pub_info->direct.raw.value && pubkey->pub_info->direct.raw.len) {
  ------------------
  |  |  183|     89|#define CKA_PUBLIC_KEY_INFO 0x00000129UL
  ------------------
  |  Branch (5077:7): [True: 0, False: 89]
  |  Branch (5077:33): [True: 0, False: 0]
  |  Branch (5077:70): [True: 0, False: 0]
  |  Branch (5077:90): [True: 0, False: 0]
  |  Branch (5077:128): [True: 0, False: 0]
  ------------------
 5078|      0|			check_attribute_buffer(attr, pubkey->pub_info->direct.raw.len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5079|      0|			memcpy(attr->pValue, pubkey->pub_info->direct.raw.value, pubkey->pub_info->direct.raw.len);
 5080|     89|		} else if (pubkey->pub_info && pubkey->pub_info->direct.spki.value && pubkey->pub_info->direct.spki.len) {
  ------------------
  |  Branch (5080:14): [True: 84, False: 5]
  |  Branch (5080:34): [True: 84, False: 0]
  |  Branch (5080:73): [True: 84, False: 0]
  ------------------
 5081|     84|			check_attribute_buffer(attr, pubkey->pub_info->direct.spki.len);
  ------------------
  |  |   56|     84|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|    168|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 42, False: 42]
  |  |  ------------------
  |  |   57|     42|		attr->ulValueLen = size;        \
  |  |   58|     42|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|     42|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|     42|	}                                       \
  |  |   60|     84|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 42]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|     42|	attr->ulValueLen = size;
  ------------------
 5082|     84|			memcpy(attr->pValue, pubkey->pub_info->direct.spki.value, pubkey->pub_info->direct.spki.len);
 5083|     84|		} else if (pubkey->pub_data) {
  ------------------
  |  Branch (5083:14): [True: 5, False: 0]
  ------------------
 5084|      5|			unsigned char *value = NULL;
 5085|      5|			size_t len;
 5086|       |
 5087|      5|			if (attr->type != CKA_SPKI && attr->type != CKA_PUBLIC_KEY_INFO) {
  ------------------
  |  |   21|     10|#define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |  289|      5|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |   12|      5|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
              			if (attr->type != CKA_SPKI && attr->type != CKA_PUBLIC_KEY_INFO) {
  ------------------
  |  |  183|      0|#define CKA_PUBLIC_KEY_INFO 0x00000129UL
  ------------------
  |  Branch (5087:8): [True: 0, False: 5]
  |  Branch (5087:34): [True: 0, False: 0]
  ------------------
 5088|      0|				if (sc_pkcs15_encode_pubkey(context, pubkey->pub_data, &value, &len))
  ------------------
  |  Branch (5088:9): [True: 0, False: 0]
  ------------------
 5089|      0|					return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GetAttributeValue");
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 5090|      5|			} else {
 5091|      5|				if (sc_pkcs15_encode_pubkey_as_spki(context, pubkey->pub_data, &value, &len))
  ------------------
  |  Branch (5091:9): [True: 1, False: 4]
  ------------------
 5092|      1|					return sc_to_cryptoki_error(SC_ERROR_INTERNAL, "C_GetAttributeValue");
  ------------------
  |  |   81|      1|#define SC_ERROR_INTERNAL			-1400
  ------------------
 5093|      5|			}
 5094|       |
 5095|      4|			if (attr->pValue == NULL_PTR) {
  ------------------
  |  |   27|      4|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (5095:8): [True: 2, False: 2]
  ------------------
 5096|      2|				attr->ulValueLen = len;
 5097|      2|				free(value);
 5098|      2|				return CKR_OK;
  ------------------
  |  | 1086|      2|#define CKR_OK 0x00000000UL
  ------------------
 5099|      2|			}
 5100|      2|			if (attr->ulValueLen < len) {
  ------------------
  |  Branch (5100:8): [True: 0, False: 2]
  ------------------
 5101|      0|				attr->ulValueLen = len;
 5102|      0|				free(value);
 5103|      0|				return CKR_BUFFER_TOO_SMALL;
  ------------------
  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
 5104|      0|			}
 5105|      2|			attr->ulValueLen = len;
 5106|      2|			memcpy(attr->pValue, value, len);
 5107|       |
 5108|      2|			free(value);
 5109|      2|		} else if (attr->type != CKA_SPKI && attr->type != CKA_PUBLIC_KEY_INFO && pubkey->base.p15_object && pubkey->base.p15_object->content.value && pubkey->base.p15_object->content.len) {
  ------------------
  |  |   21|      0|#define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |  289|      0|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |   12|      0|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
              		} else if (attr->type != CKA_SPKI && attr->type != CKA_PUBLIC_KEY_INFO && pubkey->base.p15_object && pubkey->base.p15_object->content.value && pubkey->base.p15_object->content.len) {
  ------------------
  |  |  183|      0|#define CKA_PUBLIC_KEY_INFO 0x00000129UL
  ------------------
  |  Branch (5109:14): [True: 0, False: 0]
  |  Branch (5109:40): [True: 0, False: 0]
  |  Branch (5109:77): [True: 0, False: 0]
  |  Branch (5109:104): [True: 0, False: 0]
  |  Branch (5109:146): [True: 0, False: 0]
  ------------------
 5110|      0|			check_attribute_buffer(attr, pubkey->base.p15_object->content.len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5111|      0|			memcpy(attr->pValue, pubkey->base.p15_object->content.value, pubkey->base.p15_object->content.len);
 5112|      0|		} else if (cert && cert->cert_data) {
  ------------------
  |  Branch (5112:14): [True: 0, False: 0]
  |  Branch (5112:22): [True: 0, False: 0]
  ------------------
 5113|      0|			check_attribute_buffer(attr, cert->cert_data->data.len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5114|      0|			memcpy(attr->pValue, cert->cert_data->data.value, cert->cert_data->data.len);
 5115|      0|		} else {
 5116|      0|			return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 5117|      0|		}
 5118|     44|		break;
 5119|     44|	case CKA_GOSTR3410_PARAMS:
  ------------------
  |  |  218|      0|#define CKA_GOSTR3410_PARAMS 0x00000250UL
  ------------------
  |  Branch (5119:2): [True: 0, False: 7.34k]
  ------------------
 5120|      0|		if (pubkey->pub_info && pubkey->pub_info->params.len)
  ------------------
  |  Branch (5120:7): [True: 0, False: 0]
  |  Branch (5120:27): [True: 0, False: 0]
  ------------------
 5121|      0|			return get_gostr3410_params(pubkey->pub_info->params.data, pubkey->pub_info->params.len, attr);
 5122|      0|		else
 5123|      0|			return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 5124|      0|	case CKA_EC_PARAMS:
  ------------------
  |  |  200|      0|#define CKA_EC_PARAMS 0x00000180UL
  ------------------
  |  Branch (5124:2): [True: 0, False: 7.34k]
  ------------------
 5125|      0|		return get_ec_pubkey_params(pubkey->pub_data, attr);
 5126|      0|	case CKA_EC_POINT:
  ------------------
  |  |  201|      0|#define CKA_EC_POINT 0x00000181UL
  ------------------
  |  Branch (5126:2): [True: 0, False: 7.34k]
  ------------------
 5127|      0|		return get_ec_pubkey_point(pubkey->pub_data, attr);
 5128|       |
 5129|      0|	default:
  ------------------
  |  Branch (5129:2): [True: 0, False: 7.34k]
  ------------------
 5130|      0|		return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 5131|  7.34k|	}
 5132|       |
 5133|  4.59k|	return CKR_OK;
  ------------------
  |  | 1086|  4.59k|#define CKR_OK 0x00000000UL
  ------------------
 5134|  7.34k|}
framework-pkcs15.c:pkcs15_dobj_release:
 5157|  37.4k|{
 5158|  37.4k|	__pkcs15_release_object((struct pkcs15_any_object *) object);
 5159|  37.4k|}
framework-pkcs15.c:pkcs15_dobj_get_attribute:
 5229|  26.0k|{
 5230|  26.0k|	struct pkcs15_data_object *dobj = (struct pkcs15_data_object*) object;
 5231|  26.0k|	struct sc_pkcs15_data *data = NULL;
 5232|  26.0k|	CK_RV rv;
 5233|  26.0k|	size_t len;
 5234|  26.0k|	int r;
 5235|  26.0k|	unsigned char *buf = NULL;
 5236|       |
 5237|  26.0k|	sc_log(context, "pkcs15_dobj_get_attribute() called");
  ------------------
  |  |   71|  26.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__
  |  |  ------------------
  ------------------
 5238|  26.0k|	switch (attr->type) {
 5239|  17.2k|	case CKA_CLASS:
  ------------------
  |  |  137|  17.2k|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (5239:2): [True: 17.2k, False: 8.85k]
  ------------------
 5240|  17.2k|		check_attribute_buffer(attr, sizeof(CK_OBJECT_CLASS));
  ------------------
  |  |   56|  17.2k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  34.4k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 8.61k, False: 8.61k]
  |  |  ------------------
  |  |   57|  8.61k|		attr->ulValueLen = size;        \
  |  |   58|  8.61k|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|  8.61k|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|  8.61k|	}                                       \
  |  |   60|  17.2k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 8.61k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  8.61k|	attr->ulValueLen = size;
  ------------------
 5241|  8.61k|		*(CK_OBJECT_CLASS*)attr->pValue = CKO_DATA;
  ------------------
  |  | 1027|  8.61k|#define CKO_DATA 0x00000000UL
  ------------------
 5242|  8.61k|		break;
 5243|      0|	case CKA_TOKEN:
  ------------------
  |  |  138|      0|#define CKA_TOKEN 0x00000001UL
  ------------------
  |  Branch (5243:2): [True: 0, False: 26.0k]
  ------------------
 5244|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5245|      0|		*(CK_BBOOL*)attr->pValue = TRUE;
  ------------------
  |  |   51|      0|#define TRUE 1
  ------------------
 5246|      0|		break;
 5247|  8.85k|	case CKA_PRIVATE:
  ------------------
  |  |  139|  8.85k|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (5247:2): [True: 8.85k, False: 17.2k]
  ------------------
 5248|  8.85k|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|  8.85k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  17.7k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 8.85k]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|  8.85k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 8.85k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  8.85k|	attr->ulValueLen = size;
  ------------------
 5249|  8.85k|		*(CK_BBOOL*)attr->pValue = (dobj->base.p15_object->flags & SC_PKCS15_CO_FLAG_PRIVATE) != 0;
  ------------------
  |  |   50|  8.85k|#define SC_PKCS15_CO_FLAG_PRIVATE	0x00000001
  ------------------
 5250|  8.85k|		break;
 5251|      0|	case CKA_MODIFIABLE:
  ------------------
  |  |  197|      0|#define CKA_MODIFIABLE 0x00000170UL
  ------------------
  |  Branch (5251:2): [True: 0, False: 26.0k]
  ------------------
 5252|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5253|      0|		*(CK_BBOOL*)attr->pValue = (dobj->base.p15_object->flags & 0x02) != 0;
 5254|      0|		break;
 5255|      0|	case CKA_LABEL:
  ------------------
  |  |  140|      0|#define CKA_LABEL 0x00000003UL
  ------------------
  |  Branch (5255:2): [True: 0, False: 26.0k]
  ------------------
 5256|      0|		len = strnlen(dobj->base.p15_object->label, sizeof dobj->base.p15_object->label);
 5257|      0|		check_attribute_buffer(attr, len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5258|      0|		memcpy(attr->pValue, dobj->base.p15_object->label, len);
 5259|      0|		break;
 5260|      0|	case CKA_APPLICATION:
  ------------------
  |  |  142|      0|#define CKA_APPLICATION 0x00000010UL
  ------------------
  |  Branch (5260:2): [True: 0, False: 26.0k]
  ------------------
 5261|      0|		len = strlen(dobj->info->app_label);
 5262|      0|		check_attribute_buffer(attr, len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5263|      0|		memcpy(attr->pValue, dobj->info->app_label, len);
 5264|      0|		break;
 5265|       |#if 0
 5266|       |	case CKA_ID:
 5267|       |		check_attribute_buffer(attr, dobj->info->id.len);
 5268|       |		memcpy(attr->pValue, dobj->info->id.value, dobj->info->id.len);
 5269|       |		break;
 5270|       |#endif
 5271|      0|	case CKA_OBJECT_ID:
  ------------------
  |  |  144|      0|#define CKA_OBJECT_ID 0x00000012UL
  ------------------
  |  Branch (5271:2): [True: 0, False: 26.0k]
  ------------------
 5272|      0|		if (!sc_valid_oid(&dobj->info->app_oid))   {
  ------------------
  |  Branch (5272:7): [True: 0, False: 0]
  ------------------
 5273|      0|			attr->ulValueLen = -1;
 5274|      0|			return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 5275|      0|		}
 5276|      0|		r = sc_asn1_encode_object_id(NULL, &len, &dobj->info->app_oid);
 5277|      0|		if (r)   {
  ------------------
  |  Branch (5277:7): [True: 0, False: 0]
  ------------------
 5278|      0|			sc_log(context, "data_get_attr(): encode OID error %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__
  |  |  ------------------
  ------------------
 5279|      0|			return CKR_FUNCTION_FAILED;
  ------------------
  |  | 1091|      0|#define CKR_FUNCTION_FAILED 0x00000006UL
  ------------------
 5280|      0|		}
 5281|       |
 5282|      0|		check_attribute_buffer(attr, len);
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5283|       |
 5284|      0|		r = sc_asn1_encode_object_id(&buf, &len, &dobj->info->app_oid);
 5285|      0|		if (r)   {
  ------------------
  |  Branch (5285:7): [True: 0, False: 0]
  ------------------
 5286|      0|			sc_log(context, "data_get_attr(): encode OID error %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__
  |  |  ------------------
  ------------------
 5287|      0|			return CKR_FUNCTION_FAILED;
  ------------------
  |  | 1091|      0|#define CKR_FUNCTION_FAILED 0x00000006UL
  ------------------
 5288|      0|		}
 5289|       |
 5290|      0|		memcpy(attr->pValue, buf, len);
 5291|      0|		free(buf);
 5292|      0|		break;
 5293|      0|	case CKA_VALUE:
  ------------------
  |  |  143|      0|#define CKA_VALUE 0x00000011UL
  ------------------
  |  Branch (5293:2): [True: 0, False: 26.0k]
  ------------------
 5294|       |		/* if CKA_VALUE is empty, sets data to NULL */
 5295|      0|		rv = pkcs15_dobj_get_value(session, dobj, &data);
 5296|      0|		if (rv == CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (5296:7): [True: 0, False: 0]
  ------------------
 5297|      0|			if (data) {
  ------------------
  |  Branch (5297:8): [True: 0, False: 0]
  ------------------
 5298|      0|				rv = data_value_to_attr(attr, data);
 5299|      0|			}
 5300|      0|			else {
 5301|      0|				attr->ulValueLen = 0;
 5302|      0|				attr->pValue = NULL_PTR;
  ------------------
  |  |   27|      0|#define NULL_PTR ((void *)0)
  ------------------
 5303|      0|			}
 5304|      0|		}
 5305|      0|		if (data) {
  ------------------
  |  Branch (5305:7): [True: 0, False: 0]
  ------------------
 5306|      0|			free(data->data);
 5307|      0|			free(data);
 5308|      0|		}
 5309|      0|		if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (5309:7): [True: 0, False: 0]
  ------------------
 5310|      0|			return rv;
 5311|      0|		break;
 5312|      0|	default:
  ------------------
  |  Branch (5312:2): [True: 0, False: 26.0k]
  ------------------
 5313|      0|		return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 5314|  26.0k|	}
 5315|       |
 5316|  17.4k|	return CKR_OK;
  ------------------
  |  | 1086|  17.4k|#define CKR_OK 0x00000000UL
  ------------------
 5317|  26.0k|}
framework-pkcs15.c:pkcs15_profile_release:
 5339|  10.8k|{
 5340|  10.8k|	struct pkcs15_any_object *object = (struct pkcs15_any_object *) obj;
 5341|  10.8k|	struct sc_pkcs15_object *p15_obj = object->p15_object;
 5342|       |
 5343|  10.8k|	if (__pkcs15_release_object((struct pkcs15_any_object *) obj) < 1) {
  ------------------
  |  Branch (5343:6): [True: 5.43k, False: 5.43k]
  ------------------
 5344|       |		/* This is not a real pkcs15 object. We need to free it here */
 5345|  5.43k|		free(p15_obj);
 5346|  5.43k|	}
 5347|  10.8k|}
framework-pkcs15.c:pkcs15_profile_get_attribute:
 5360|  3.47k|{
 5361|  3.47k|	struct pkcs15_profile_object *pobj = (struct pkcs15_profile_object*) object;
 5362|       |
 5363|  3.47k|	sc_log(context, "pkcs15_profile_get_attribute() called");
  ------------------
  |  |   71|  3.47k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 5364|  3.47k|	switch (attr->type) {
 5365|  2.86k|	case CKA_CLASS:
  ------------------
  |  |  137|  2.86k|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (5365:2): [True: 2.86k, False: 605]
  ------------------
 5366|  2.86k|		check_attribute_buffer(attr, sizeof(CK_OBJECT_CLASS));
  ------------------
  |  |   56|  2.86k|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  5.73k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 1.43k, False: 1.43k]
  |  |  ------------------
  |  |   57|  1.43k|		attr->ulValueLen = size;        \
  |  |   58|  1.43k|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|  1.43k|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|  1.43k|	}                                       \
  |  |   60|  2.86k|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 1.43k]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|  1.43k|	attr->ulValueLen = size;
  ------------------
 5367|  1.43k|		*(CK_OBJECT_CLASS*)attr->pValue = CKO_PROFILE;
  ------------------
  |  | 1036|  1.43k|#define CKO_PROFILE 0x00000009UL
  ------------------
 5368|  1.43k|		break;
 5369|    605|	case CKA_PRIVATE:
  ------------------
  |  |  139|    605|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (5369:2): [True: 605, False: 2.86k]
  ------------------
 5370|       |		/* This is needed internally for the object to be visible */
 5371|    605|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|    605|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|  1.21k|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 605]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|    605|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 605]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|    605|	attr->ulValueLen = size;
  ------------------
 5372|    605|		*(CK_BBOOL*)attr->pValue = CK_FALSE;
  ------------------
  |  |   35|    605|#define CK_FALSE 0
  ------------------
 5373|    605|		break;
 5374|      0|	case CKA_PROFILE_ID:
  ------------------
  |  |  238|      0|#define CKA_PROFILE_ID 0x00000601UL
  ------------------
  |  Branch (5374:2): [True: 0, False: 3.47k]
  ------------------
 5375|       |		/* TODO */
 5376|      0|		check_attribute_buffer(attr, sizeof(CK_ULONG));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5377|      0|		*(CK_ULONG*)attr->pValue = pobj->profile_id;
 5378|      0|		break;
 5379|      0|	case CKA_TOKEN:
  ------------------
  |  |  138|      0|#define CKA_TOKEN 0x00000001UL
  ------------------
  |  Branch (5379:2): [True: 0, False: 3.47k]
  ------------------
 5380|      0|		check_attribute_buffer(attr, sizeof(CK_BBOOL));
  ------------------
  |  |   56|      0|	if (attr->pValue == NULL_PTR) {         \
  |  |  ------------------
  |  |  |  |   27|      0|#define NULL_PTR ((void *)0)
  |  |  ------------------
  |  |  |  Branch (56:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   57|      0|		attr->ulValueLen = size;        \
  |  |   58|      0|		return CKR_OK;                  \
  |  |  ------------------
  |  |  |  | 1086|      0|#define CKR_OK 0x00000000UL
  |  |  ------------------
  |  |   59|      0|	}                                       \
  |  |   60|      0|	if (attr->ulValueLen < size) {		\
  |  |  ------------------
  |  |  |  Branch (60:6): [True: 0, False: 0]
  |  |  ------------------
  |  |   61|      0|		attr->ulValueLen = size;	\
  |  |   62|      0|		return CKR_BUFFER_TOO_SMALL;    \
  |  |  ------------------
  |  |  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  |  |  ------------------
  |  |   63|      0|	}                                       \
  |  |   64|      0|	attr->ulValueLen = size;
  ------------------
 5381|      0|		*(CK_BBOOL*)attr->pValue = CK_TRUE;
  ------------------
  |  |   34|      0|#define CK_TRUE 1
  ------------------
 5382|      0|		break;
 5383|      0|	default:
  ------------------
  |  Branch (5383:2): [True: 0, False: 3.47k]
  ------------------
 5384|      0|		return CKR_ATTRIBUTE_TYPE_INVALID;
  ------------------
  |  | 1098|      0|#define CKR_ATTRIBUTE_TYPE_INVALID 0x00000012UL
  ------------------
 5385|  3.47k|	}
 5386|       |
 5387|  2.03k|	return CKR_OK;
  ------------------
  |  | 1086|  2.03k|#define CKR_OK 0x00000000UL
  ------------------
 5388|  3.47k|}
framework-pkcs15.c:pkcs15_skey_release:
 5412|     26|{
 5413|     26|	struct pkcs15_skey_object *skey = (struct pkcs15_skey_object *)object;
 5414|     26|	struct sc_pkcs15_skey_info *skey_info = skey->info;
 5415|     26|	struct sc_pkcs15_object *p15obj = skey->skey_p15obj;
  ------------------
  |  |  150|     26|#define skey_p15obj	base.p15_object
  ------------------
 5416|       |
 5417|     26|	if (__pkcs15_release_object((struct pkcs15_any_object *)skey) == 0) {
  ------------------
  |  Branch (5417:6): [True: 13, False: 13]
  ------------------
 5418|     13|		if (p15obj->session_object) {
  ------------------
  |  Branch (5418:7): [True: 13, False: 0]
  ------------------
 5419|     13|			sc_pkcs15_free_skey_info(skey_info);
 5420|     13|			free(p15obj);
 5421|     13|		}
 5422|     13|	}
 5423|     26|}

_update_mech_info:
   90|    106|void _update_mech_info(CK_MECHANISM_INFO_PTR mech_info, CK_MECHANISM_INFO_PTR new_mech_info) {
   91|    106|	if (new_mech_info->ulMaxKeySize > mech_info->ulMaxKeySize)
  ------------------
  |  Branch (91:6): [True: 0, False: 106]
  ------------------
   92|      0|		mech_info->ulMaxKeySize = new_mech_info->ulMaxKeySize;
   93|    106|	if (new_mech_info->ulMinKeySize < mech_info->ulMinKeySize)
  ------------------
  |  Branch (93:6): [True: 106, False: 0]
  ------------------
   94|    106|		mech_info->ulMinKeySize = new_mech_info->ulMinKeySize;
   95|    106|	mech_info->flags |= new_mech_info->flags;
   96|    106|}
sc_pkcs11_register_mechanism:
  131|   131k|{
  132|   131k|	sc_pkcs11_mechanism_type_t *existing_mt;
  133|   131k|	sc_pkcs11_mechanism_type_t *copy_mt = NULL;
  134|   131k|	sc_pkcs11_mechanism_type_t **p;
  135|   131k|	int i;
  136|   131k|	CK_RV rv;
  137|       |
  138|   131k|	if (mt == NULL)
  ------------------
  |  Branch (138:6): [True: 0, False: 131k]
  ------------------
  139|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  140|       |
  141|   131k|	if ((existing_mt = sc_pkcs11_find_mechanism(p11card, mt->mech, mt->mech_info.flags))) {
  ------------------
  |  Branch (141:6): [True: 106, False: 131k]
  ------------------
  142|    212|		for (i = 0; i < MAX_KEY_TYPES; i++) {
  ------------------
  |  |  281|    212|#define MAX_KEY_TYPES 2
  ------------------
  |  Branch (142:15): [True: 212, False: 0]
  ------------------
  143|    212|			if (existing_mt->key_types[i] == mt->key_types[0]) {
  ------------------
  |  Branch (143:8): [True: 0, False: 212]
  ------------------
  144|       |				/* Mechanism already registered with the same key_type,
  145|       |				 * just update it's info */
  146|      0|				_update_mech_info(&existing_mt->mech_info, &mt->mech_info);
  147|      0|				return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  148|      0|			}
  149|    212|			if (existing_mt->key_types[i] < 0) {
  ------------------
  |  Branch (149:8): [True: 106, False: 106]
  ------------------
  150|       |				/* There is a free slot for new key type, let's add it and
  151|       |				 * update mechanism info */
  152|    106|				_update_mech_info(&existing_mt->mech_info, &mt->mech_info);
  153|       |				/* XXX Should be changed to loop over mt->key_types, if
  154|       |				 * we allow to register mechanism with multiple key types
  155|       |				 * in one operation */
  156|    106|				existing_mt->key_types[i] = mt->key_types[0];
  157|    106|				if (i + 1 < MAX_KEY_TYPES) {
  ------------------
  |  |  281|    106|#define MAX_KEY_TYPES 2
  ------------------
  |  Branch (157:9): [True: 0, False: 106]
  ------------------
  158|      0|					existing_mt->key_types[i + 1] = -1;
  159|      0|				}
  160|    106|				return CKR_OK;
  ------------------
  |  | 1086|    106|#define CKR_OK 0x00000000UL
  ------------------
  161|    106|			}
  162|    212|		}
  163|      0|		sc_log(p11card->card->ctx, "Too many key types in mechanism 0x%lx, more than %d", mt->mech, MAX_KEY_TYPES);
  ------------------
  |  |   71|      0|#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)
  |  |  ------------------
  |  |  |  |  163|      0|		sc_log(p11card->card->ctx, "Too many key types in mechanism 0x%lx, more than %d", mt->mech, MAX_KEY_TYPES);
  |  |  |  |  ------------------
  |  |  |  |  |  |  281|      0|#define MAX_KEY_TYPES 2
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  164|      0|		return CKR_BUFFER_TOO_SMALL;
  ------------------
  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
  165|    106|	}
  166|       |
  167|   131k|	p = (sc_pkcs11_mechanism_type_t **) realloc(p11card->mechanisms,
  168|   131k|			(p11card->nmechanisms + 2) * sizeof(*p));
  169|   131k|	if (p == NULL)
  ------------------
  |  Branch (169:6): [True: 0, False: 131k]
  ------------------
  170|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  171|   131k|	if ((rv = sc_pkcs11_copy_mechanism(mt, &copy_mt)) != CKR_OK) {
  ------------------
  |  | 1086|   131k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (171:6): [True: 0, False: 131k]
  ------------------
  172|      0|		free(p);
  173|      0|		return rv;
  174|      0|	}
  175|   131k|	p11card->mechanisms = p;
  176|   131k|	p[p11card->nmechanisms++] = copy_mt;
  177|   131k|	p[p11card->nmechanisms] = NULL;
  178|       |	/* Return registered mechanism for further use */
  179|   131k|	if (result_mt)
  ------------------
  |  Branch (179:6): [True: 11.4k, False: 119k]
  ------------------
  180|  11.4k|		*result_mt = copy_mt;
  181|   131k|	return CKR_OK;
  ------------------
  |  | 1086|   131k|#define CKR_OK 0x00000000UL
  ------------------
  182|   131k|}
_validate_key_type:
  186|    510|_validate_key_type(sc_pkcs11_mechanism_type_t *mech, CK_KEY_TYPE key_type) {
  187|    510|	int i;
  188|    512|	for (i = 0; i < MAX_KEY_TYPES; i++) {
  ------------------
  |  |  281|    512|#define MAX_KEY_TYPES 2
  ------------------
  |  Branch (188:14): [True: 512, False: 0]
  ------------------
  189|    512|		if (mech->key_types[i] < 0)
  ------------------
  |  Branch (189:7): [True: 2, False: 510]
  ------------------
  190|      2|			break;
  191|    510|		if ((CK_KEY_TYPE)mech->key_types[i] == key_type)
  ------------------
  |  Branch (191:7): [True: 508, False: 2]
  ------------------
  192|    508|			return CKR_OK;
  ------------------
  |  | 1086|    508|#define CKR_OK 0x00000000UL
  ------------------
  193|    510|	}
  194|      2|	return CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      2|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  195|    510|}
sc_pkcs11_find_mechanism:
  202|   193k|{
  203|   193k|	sc_pkcs11_mechanism_type_t *mt;
  204|   193k|	unsigned int n;
  205|       |
  206|   193k|	if (p11card == NULL)
  ------------------
  |  Branch (206:6): [True: 0, False: 193k]
  ------------------
  207|      0|		return NULL;
  208|  2.03M|	for (n = 0; n < p11card->nmechanisms; n++) {
  ------------------
  |  Branch (208:14): [True: 1.89M, False: 131k]
  ------------------
  209|  1.89M|		mt = p11card->mechanisms[n];
  210|  1.89M|		if (mt && mt->mech == mech && ((mt->mech_info.flags & flags) == flags))
  ------------------
  |  Branch (210:7): [True: 1.89M, False: 0]
  |  Branch (210:13): [True: 61.7k, False: 1.83M]
  |  Branch (210:33): [True: 61.7k, False: 2]
  ------------------
  211|  61.7k|			return mt;
  212|  1.89M|	}
  213|   131k|	return NULL;
  214|   193k|}
sc_pkcs11_new_operation:
  268|  2.23k|{
  269|  2.23k|	sc_pkcs11_operation_t *res;
  270|       |
  271|  2.23k|	res = calloc(1, type->obj_size);
  272|  2.23k|	if (res) {
  ------------------
  |  Branch (272:6): [True: 2.23k, False: 0]
  ------------------
  273|  2.23k|		res->session = session;
  274|  2.23k|		res->type = type;
  275|  2.23k|	}
  276|  2.23k|	return res;
  277|  2.23k|}
sc_pkcs11_release_operation:
  281|  99.1k|{
  282|  99.1k|	sc_pkcs11_operation_t *operation = *ptr;
  283|       |
  284|  99.1k|	if (!operation)
  ------------------
  |  Branch (284:6): [True: 96.9k, False: 2.23k]
  ------------------
  285|  96.9k|		return;
  286|  2.23k|	if (operation->type && operation->type->release)
  ------------------
  |  Branch (286:6): [True: 2.23k, False: 0]
  |  Branch (286:25): [True: 2.23k, False: 0]
  ------------------
  287|  2.23k|		operation->type->release(operation);
  288|  2.23k|	memset(operation, 0, sizeof(*operation));
  289|  2.23k|	free(operation);
  290|       |	*ptr = NULL;
  291|  2.23k|}
sc_pkcs11_md_init:
  296|    260|{
  297|    260|	struct sc_pkcs11_card *p11card;
  298|    260|	sc_pkcs11_operation_t *operation;
  299|    260|	sc_pkcs11_mechanism_type_t *mt;
  300|    260|	CK_RV rv;
  301|       |
  302|    260|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|    260|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    260|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    260|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    260|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  303|    260|	if (!session || !session->slot || !(p11card = session->slot->p11card))
  ------------------
  |  Branch (303:6): [True: 0, False: 260]
  |  Branch (303:18): [True: 0, False: 260]
  |  Branch (303:36): [True: 0, False: 260]
  ------------------
  304|    260|		LOG_FUNC_RETURN(context, CKR_ARGUMENTS_BAD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  305|       |
  306|       |	/* See if we support this mechanism type */
  307|    260|	mt = sc_pkcs11_find_mechanism(p11card, pMechanism->mechanism, CKF_DIGEST);
  ------------------
  |  |  362|    260|#define CKF_DIGEST 0x00000400UL
  ------------------
  308|    260|	if (mt == NULL)
  ------------------
  |  Branch (308:6): [True: 249, False: 11]
  ------------------
  309|    260|		LOG_FUNC_RETURN(context, CKR_MECHANISM_INVALID);
  ------------------
  |  |  164|    249|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    249|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    249|	int _ret = r; \
  |  |  |  |  155|    249|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 249]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    249|	} else { \
  |  |  |  |  159|    249|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    249|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    249|	} \
  |  |  |  |  162|    249|	return _ret; \
  |  |  |  |  163|    249|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  310|       |
  311|     11|	rv = session_start_operation(session, SC_PKCS11_OPERATION_DIGEST, mt, &operation);
  312|     11|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     11|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (312:6): [True: 0, False: 11]
  ------------------
  313|     11|		LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  314|       |
  315|     11|	memcpy(&operation->mechanism, pMechanism, sizeof(CK_MECHANISM));
  316|       |
  317|     11|	rv = mt->md_init(operation);
  318|       |
  319|     11|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     11|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (319:6): [True: 1, False: 10]
  ------------------
  320|      1|		session_stop_operation(session, SC_PKCS11_OPERATION_DIGEST);
  321|       |
  322|     11|	LOG_FUNC_RETURN(context, (int) 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: 10, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  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|     10|	} 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|     11|	return _ret; \
  |  |  |  |  163|     11|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  323|     11|}
sc_pkcs11_md_update:
  328|    174|{
  329|    174|	sc_pkcs11_operation_t *op;
  330|    174|	CK_RV rv;
  331|       |
  332|    174|	rv = session_get_operation(session, SC_PKCS11_OPERATION_DIGEST, &op);
  333|    174|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    174|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (333:6): [True: 0, False: 174]
  ------------------
  334|      0|		goto done;
  335|       |
  336|    174|	rv = op->type->md_update(op, pData, ulDataLen);
  337|       |
  338|    174|done:
  339|    174|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    174|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (339:6): [True: 0, False: 174]
  ------------------
  340|      0|		session_stop_operation(session, SC_PKCS11_OPERATION_DIGEST);
  341|       |
  342|    174|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|    174|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    174|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    174|	int _ret = r; \
  |  |  |  |  155|    174|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 174, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    174|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 174]
  |  |  |  |  ------------------
  |  |  |  |  157|    174|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    174|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    174|	return _ret; \
  |  |  |  |  163|    174|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  343|    174|}
sc_pkcs11_md_final:
  348|     11|{
  349|     11|	sc_pkcs11_operation_t *op;
  350|     11|	CK_RV rv;
  351|       |
  352|     11|	rv = session_get_operation(session, SC_PKCS11_OPERATION_DIGEST, &op);
  353|     11|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     11|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (353:6): [True: 0, False: 11]
  ------------------
  354|     11|		LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  355|       |
  356|       |	/* This is a request for the digest length */
  357|     11|	if (pData == NULL)
  ------------------
  |  Branch (357:6): [True: 1, False: 10]
  ------------------
  358|      1|		*pulDataLen = 0;
  359|       |
  360|     11|	rv = op->type->md_final(op, pData, pulDataLen);
  361|     11|	if (rv == CKR_BUFFER_TOO_SMALL)
  ------------------
  |  | 1165|     11|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
  |  Branch (361:6): [True: 1, False: 10]
  ------------------
  362|     11|		LOG_FUNC_RETURN(context,  pData == NULL ? CKR_OK : CKR_BUFFER_TOO_SMALL);
  ------------------
  |  |  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|      2|	int _ret = r; \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (154:13): [True: 1, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|       |
  364|     10|	session_stop_operation(session, SC_PKCS11_OPERATION_DIGEST);
  365|     10|	LOG_FUNC_RETURN(context, (int) 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: 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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  366|     10|}
sc_pkcs11_sign_init:
  375|    269|{
  376|    269|	struct sc_pkcs11_card *p11card;
  377|    269|	sc_pkcs11_operation_t *operation;
  378|    269|	sc_pkcs11_mechanism_type_t *mt;
  379|    269|	CK_RV rv;
  380|       |
  381|    269|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  382|    269|	if (!session || !session->slot || !(p11card = session->slot->p11card))
  ------------------
  |  Branch (382:6): [True: 0, False: 269]
  |  Branch (382:18): [True: 0, False: 269]
  |  Branch (382:36): [True: 0, False: 269]
  ------------------
  383|    269|		LOG_FUNC_RETURN(context, CKR_ARGUMENTS_BAD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_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|       |	/* See if we support this mechanism type */
  386|    269|	sc_log(context, "mechanism 0x%lX, key-type 0x%lX",
  ------------------
  |  |   71|    269|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  387|    269|	       pMechanism->mechanism, key_type);
  388|    269|	mt = sc_pkcs11_find_mechanism(p11card, pMechanism->mechanism, CKF_SIGN);
  ------------------
  |  |  363|    269|#define CKF_SIGN 0x00000800UL
  ------------------
  389|    269|	if (mt == NULL)
  ------------------
  |  Branch (389:6): [True: 12, False: 257]
  ------------------
  390|    269|		LOG_FUNC_RETURN(context, CKR_MECHANISM_INVALID);
  ------------------
  |  |  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: 0, False: 12]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"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|     12|	return _ret; \
  |  |  |  |  163|     12|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  391|       |
  392|       |	/* See if compatible with key type */
  393|    257|	rv = _validate_key_type(mt, key_type);
  394|    257|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    257|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (394:6): [True: 1, False: 256]
  ------------------
  395|    257|		LOG_FUNC_RETURN(context, (int) 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: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define 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|	} 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|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  396|       |
  397|    256|	if (pMechanism->pParameter &&
  ------------------
  |  Branch (397:6): [True: 0, False: 256]
  ------------------
  398|      0|			pMechanism->ulParameterLen > sizeof(operation->mechanism_params))
  ------------------
  |  Branch (398:4): [True: 0, False: 0]
  ------------------
  399|    256|		LOG_FUNC_RETURN(context, CKR_ARGUMENTS_BAD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  400|       |
  401|    256|	rv = session_start_operation(session, SC_PKCS11_OPERATION_SIGN, mt, &operation);
  402|    256|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    256|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (402:6): [True: 0, False: 256]
  ------------------
  403|    256|		LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  404|       |
  405|    256|	memcpy(&operation->mechanism, pMechanism, sizeof(CK_MECHANISM));
  406|    256|	if (pMechanism->pParameter) {
  ------------------
  |  Branch (406:6): [True: 0, False: 256]
  ------------------
  407|      0|		memcpy(&operation->mechanism_params, pMechanism->pParameter,
  408|      0|				pMechanism->ulParameterLen);
  409|      0|		operation->mechanism.pParameter = &operation->mechanism_params;
  410|      0|	}
  411|    256|	rv = mt->sign_init(operation, key);
  412|    256|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    256|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (412:6): [True: 6, False: 250]
  ------------------
  413|      6|		session_stop_operation(session, SC_PKCS11_OPERATION_SIGN);
  414|       |
  415|    256|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|    256|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    256|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    256|	int _ret = r; \
  |  |  |  |  155|    256|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 250, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  156|    250|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 250]
  |  |  |  |  ------------------
  |  |  |  |  157|    250|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    250|	} 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|    256|	return _ret; \
  |  |  |  |  163|    256|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  416|    256|}
sc_pkcs11_sign_update:
  421|    260|{
  422|    260|	sc_pkcs11_operation_t *op;
  423|    260|	CK_RV rv;
  424|       |
  425|    260|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|    260|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    260|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    260|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    260|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  426|    260|	rv = session_get_operation(session, SC_PKCS11_OPERATION_SIGN, &op);
  427|    260|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    260|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (427:6): [True: 0, False: 260]
  ------------------
  428|    260|		LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  429|       |
  430|    260|	if (op->type->sign_update == NULL) {
  ------------------
  |  Branch (430:6): [True: 0, False: 260]
  ------------------
  431|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  432|      0|		goto done;
  433|      0|	}
  434|       |
  435|    260|	rv = op->type->sign_update(op, pData, ulDataLen);
  436|       |
  437|    260|done:
  438|    260|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    260|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (438:6): [True: 0, False: 260]
  ------------------
  439|      0|		session_stop_operation(session, SC_PKCS11_OPERATION_SIGN);
  440|       |
  441|    260|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|    260|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    260|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    260|	int _ret = r; \
  |  |  |  |  155|    260|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 260, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    260|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 260]
  |  |  |  |  ------------------
  |  |  |  |  157|    260|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    260|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    260|	return _ret; \
  |  |  |  |  163|    260|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  442|    260|}
sc_pkcs11_sign_final:
  447|    250|{
  448|    250|	sc_pkcs11_operation_t *op;
  449|    250|	CK_RV rv;
  450|       |
  451|    250|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|    250|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    250|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    250|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    250|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 250]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  452|    250|	rv = session_get_operation(session, SC_PKCS11_OPERATION_SIGN, &op);
  453|    250|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    250|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (453:6): [True: 0, False: 250]
  ------------------
  454|    250|		LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  455|       |
  456|       |	/* Bail out for signature mechanisms that don't do hashing */
  457|    250|	if (op->type->sign_final == NULL) {
  ------------------
  |  Branch (457:6): [True: 0, False: 250]
  ------------------
  458|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  459|      0|		goto done;
  460|      0|	}
  461|       |
  462|    250|	rv = op->type->sign_final(op, pSignature, pulSignatureLen);
  463|       |
  464|    250|done:
  465|    250|	if (rv != CKR_BUFFER_TOO_SMALL && pSignature != NULL)
  ------------------
  |  | 1165|    500|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
  |  Branch (465:6): [True: 249, False: 1]
  |  Branch (465:36): [True: 249, False: 0]
  ------------------
  466|    249|		session_stop_operation(session, SC_PKCS11_OPERATION_SIGN);
  467|       |
  468|    250|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|    250|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    250|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    250|	int _ret = r; \
  |  |  |  |  155|    250|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 48, False: 202]
  |  |  |  |  ------------------
  |  |  |  |  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|    202|	} else { \
  |  |  |  |  159|    202|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    202|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    202|	} \
  |  |  |  |  162|    250|	return _ret; \
  |  |  |  |  163|    250|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  469|    250|}
sc_pkcs11_sign_size:
  473|    250|{
  474|    250|	sc_pkcs11_operation_t *op;
  475|    250|	CK_RV rv;
  476|       |
  477|    250|	rv = session_get_operation(session, SC_PKCS11_OPERATION_SIGN, &op);
  478|    250|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    250|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (478:6): [True: 0, False: 250]
  ------------------
  479|    250|		LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  480|       |
  481|       |	/* Bail out for signature mechanisms that don't do hashing */
  482|    250|	if (op->type->sign_size == NULL) {
  ------------------
  |  Branch (482:6): [True: 0, False: 250]
  ------------------
  483|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  484|      0|		goto done;
  485|      0|	}
  486|       |
  487|    250|	rv = op->type->sign_size(op, pLength);
  488|       |
  489|    250|done:
  490|    250|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    250|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (490:6): [True: 0, False: 250]
  ------------------
  491|      0|		session_stop_operation(session, SC_PKCS11_OPERATION_SIGN);
  492|       |
  493|    250|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|    250|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    250|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    250|	int _ret = r; \
  |  |  |  |  155|    250|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 250, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    250|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 250]
  |  |  |  |  ------------------
  |  |  |  |  157|    250|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    250|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    250|	return _ret; \
  |  |  |  |  163|    250|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  494|    250|}
sc_pkcs11_verif_init:
  676|     67|{
  677|     67|	struct sc_pkcs11_card *p11card;
  678|     67|	sc_pkcs11_operation_t *operation;
  679|     67|	sc_pkcs11_mechanism_type_t *mt;
  680|     67|	CK_RV rv;
  681|       |
  682|     67|	if (!session || !session->slot
  ------------------
  |  Branch (682:6): [True: 0, False: 67]
  |  Branch (682:18): [True: 0, False: 67]
  ------------------
  683|     67|	 || !(p11card = session->slot->p11card))
  ------------------
  |  Branch (683:6): [True: 0, False: 67]
  ------------------
  684|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  685|       |
  686|       |	/* See if we support this mechanism type */
  687|     67|	mt = sc_pkcs11_find_mechanism(p11card, pMechanism->mechanism, CKF_VERIFY);
  ------------------
  |  |  365|     67|#define CKF_VERIFY 0x00002000UL
  ------------------
  688|     67|	if (mt == NULL)
  ------------------
  |  Branch (688:6): [True: 18, False: 49]
  ------------------
  689|     18|		return CKR_MECHANISM_INVALID;
  ------------------
  |  | 1122|     18|#define CKR_MECHANISM_INVALID 0x00000070UL
  ------------------
  690|       |
  691|       |	/* See if compatible with key type */
  692|     49|	rv = _validate_key_type(mt, key_type);
  693|     49|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     49|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (693:6): [True: 1, False: 48]
  ------------------
  694|     49|		LOG_FUNC_RETURN(context, (int) 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: 0, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define 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|	} 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|      1|	return _ret; \
  |  |  |  |  163|      1|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  695|       |
  696|     48|	if (pMechanism->pParameter &&
  ------------------
  |  Branch (696:6): [True: 0, False: 48]
  ------------------
  697|      0|			pMechanism->ulParameterLen > sizeof(operation->mechanism_params))
  ------------------
  |  Branch (697:4): [True: 0, False: 0]
  ------------------
  698|     48|		LOG_FUNC_RETURN(context, CKR_ARGUMENTS_BAD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  699|       |
  700|     48|	rv = session_start_operation(session, SC_PKCS11_OPERATION_VERIFY, mt, &operation);
  701|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (701:6): [True: 0, False: 48]
  ------------------
  702|      0|		return rv;
  703|       |
  704|     48|	memcpy(&operation->mechanism, pMechanism, sizeof(CK_MECHANISM));
  705|     48|	if (pMechanism->pParameter) {
  ------------------
  |  Branch (705:6): [True: 0, False: 48]
  ------------------
  706|      0|		memcpy(&operation->mechanism_params, pMechanism->pParameter,
  707|      0|				pMechanism->ulParameterLen);
  708|      0|		operation->mechanism.pParameter = &operation->mechanism_params;
  709|      0|	}
  710|       |
  711|     48|	rv = mt->verif_init(operation, key);
  712|       |
  713|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (713:6): [True: 0, False: 48]
  ------------------
  714|      0|		session_stop_operation(session, SC_PKCS11_OPERATION_VERIFY);
  715|       |
  716|     48|	return rv;
  717|       |
  718|     48|}
sc_pkcs11_verif_update:
  723|     48|{
  724|     48|	sc_pkcs11_operation_t *op;
  725|     48|	CK_RV rv;
  726|       |
  727|     48|	rv = session_get_operation(session, SC_PKCS11_OPERATION_VERIFY, &op);
  728|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (728:6): [True: 0, False: 48]
  ------------------
  729|      0|		return rv;
  730|       |
  731|     48|	if (op->type->verif_update == NULL) {
  ------------------
  |  Branch (731:6): [True: 0, False: 48]
  ------------------
  732|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  733|      0|		goto done;
  734|      0|	}
  735|       |
  736|     48|	rv = op->type->verif_update(op, pData, ulDataLen);
  737|       |
  738|     48|done:
  739|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (739:6): [True: 0, False: 48]
  ------------------
  740|      0|		session_stop_operation(session, SC_PKCS11_OPERATION_VERIFY);
  741|       |
  742|     48|	return rv;
  743|     48|}
sc_pkcs11_verif_final:
  748|     48|{
  749|     48|	sc_pkcs11_operation_t *op;
  750|     48|	CK_RV rv;
  751|       |
  752|     48|	rv = session_get_operation(session, SC_PKCS11_OPERATION_VERIFY, &op);
  753|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (753:6): [True: 0, False: 48]
  ------------------
  754|      0|		return rv;
  755|       |
  756|     48|	if (op->type->verif_final == NULL) {
  ------------------
  |  Branch (756:6): [True: 0, False: 48]
  ------------------
  757|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  758|      0|		goto done;
  759|      0|	}
  760|       |
  761|     48|	rv = op->type->verif_final(op, pSignature, ulSignatureLen);
  762|       |
  763|     48|done:
  764|     48|	session_stop_operation(session, SC_PKCS11_OPERATION_VERIFY);
  765|     48|	return rv;
  766|     48|}
sc_pkcs11_decr_init:
 1042|    252|{
 1043|    252|	struct sc_pkcs11_card *p11card;
 1044|    252|	sc_pkcs11_operation_t *operation;
 1045|    252|	sc_pkcs11_mechanism_type_t *mt;
 1046|    252|	CK_RV rv;
 1047|       |
 1048|    252|	if (!session || !session->slot
  ------------------
  |  Branch (1048:6): [True: 0, False: 252]
  |  Branch (1048:18): [True: 0, False: 252]
  ------------------
 1049|    252|	 || !(p11card = session->slot->p11card))
  ------------------
  |  Branch (1049:6): [True: 0, False: 252]
  ------------------
 1050|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
 1051|       |
 1052|       |	/* See if we support this mechanism type */
 1053|    252|	mt = sc_pkcs11_find_mechanism(p11card, pMechanism->mechanism, CKF_DECRYPT);
  ------------------
  |  |  361|    252|#define CKF_DECRYPT 0x00000200UL
  ------------------
 1054|    252|	if (mt == NULL)
  ------------------
  |  Branch (1054:6): [True: 48, False: 204]
  ------------------
 1055|     48|		return CKR_MECHANISM_INVALID;
  ------------------
  |  | 1122|     48|#define CKR_MECHANISM_INVALID 0x00000070UL
  ------------------
 1056|       |
 1057|       |	/* See if compatible with key type */
 1058|    204|	rv = _validate_key_type(mt, key_type);
 1059|    204|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    204|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1059:6): [True: 0, False: 204]
  ------------------
 1060|    204|		LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1061|       |
 1062|    204|	if (pMechanism->pParameter &&
  ------------------
  |  Branch (1062:6): [True: 0, False: 204]
  ------------------
 1063|      0|			pMechanism->ulParameterLen > sizeof(operation->mechanism_params))
  ------------------
  |  Branch (1063:4): [True: 0, False: 0]
  ------------------
 1064|    204|		LOG_FUNC_RETURN(context, CKR_ARGUMENTS_BAD);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1065|       |
 1066|    204|	rv = session_start_operation(session, SC_PKCS11_OPERATION_DECRYPT, mt, &operation);
 1067|    204|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    204|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1067:6): [True: 0, False: 204]
  ------------------
 1068|      0|		return rv;
 1069|       |
 1070|    204|	memcpy(&operation->mechanism, pMechanism, sizeof(CK_MECHANISM));
 1071|    204|	if (pMechanism->pParameter) {
  ------------------
  |  Branch (1071:6): [True: 0, False: 204]
  ------------------
 1072|      0|		memcpy(&operation->mechanism_params, pMechanism->pParameter,
 1073|      0|				pMechanism->ulParameterLen);
 1074|      0|		operation->mechanism.pParameter = &operation->mechanism_params;
 1075|      0|	}
 1076|    204|	rv = mt->decrypt_init(operation, key);
 1077|       |
 1078|       |	/* Validate the mechanism parameters */
 1079|    204|	if (rv == CKR_OK && key->ops->init_params) {
  ------------------
  |  | 1086|    408|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1079:6): [True: 204, False: 0]
  |  Branch (1079:22): [True: 204, False: 0]
  ------------------
 1080|    204|		rv = key->ops->init_params(operation->session, &operation->mechanism);
 1081|    204|	}
 1082|       |
 1083|    204|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    204|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1083:6): [True: 1, False: 203]
  ------------------
 1084|      1|		session_stop_operation(session, SC_PKCS11_OPERATION_DECRYPT);
 1085|       |
 1086|    204|	LOG_FUNC_RETURN(context, (int)rv);
  ------------------
  |  |  164|    204|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    204|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    204|	int _ret = r; \
  |  |  |  |  155|    204|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 203, False: 1]
  |  |  |  |  ------------------
  |  |  |  |  156|    203|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 203]
  |  |  |  |  ------------------
  |  |  |  |  157|    203|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    203|	} 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|    204|	return _ret; \
  |  |  |  |  163|    204|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1087|    204|}
sc_pkcs11_decr:
 1093|    203|{
 1094|    203|	sc_pkcs11_operation_t *op;
 1095|    203|	CK_RV rv;
 1096|       |
 1097|    203|	rv = session_get_operation(session, SC_PKCS11_OPERATION_DECRYPT, &op);
 1098|    203|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    203|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1098:6): [True: 0, False: 203]
  ------------------
 1099|      0|		return rv;
 1100|       |
 1101|    203|	rv = op->type->decrypt(op, pEncryptedData, ulEncryptedDataLen,
 1102|    203|	                       pData, pulDataLen);
 1103|       |
 1104|       |	/* terminate session for any return value except CKR_BUFFER_TOO_SMALL,
 1105|       |	 * perform check in time side-channel free way to prevent Marvin attack */
 1106|    203|	if (!constant_time_eq_s(rv, CKR_BUFFER_TOO_SMALL) && pData != NULL)
  ------------------
  |  | 1165|    203|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
  |  Branch (1106:6): [True: 203, False: 0]
  |  Branch (1106:55): [True: 203, False: 0]
  ------------------
 1107|    203|		session_stop_operation(session, SC_PKCS11_OPERATION_DECRYPT);
 1108|       |
 1109|    203|	return rv;
 1110|    203|}
sc_pkcs11_deri:
 1265|     13|{
 1266|       |
 1267|     13|	struct sc_pkcs11_card *p11card;
 1268|     13|	sc_pkcs11_operation_t *operation;
 1269|     13|	sc_pkcs11_mechanism_type_t *mt;
 1270|     13|	CK_BYTE_PTR keybuf = NULL;
 1271|     13|	CK_ULONG ulDataLen = 0;
 1272|     13|	CK_ATTRIBUTE template[] = {
 1273|     13|		{CKA_VALUE, keybuf, 0}
  ------------------
  |  |  143|     13|#define CKA_VALUE 0x00000011UL
  ------------------
 1274|     13|	};
 1275|       |
 1276|     13|	CK_RV rv;
 1277|       |
 1278|       |
 1279|     13|	if (!session || !session->slot
  ------------------
  |  Branch (1279:6): [True: 0, False: 13]
  |  Branch (1279:18): [True: 0, False: 13]
  ------------------
 1280|     13|	 || !(p11card = session->slot->p11card))
  ------------------
  |  Branch (1280:6): [True: 0, False: 13]
  ------------------
 1281|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
 1282|       |
 1283|       |	/* See if we support this mechanism type */
 1284|     13|	mt = sc_pkcs11_find_mechanism(p11card, pMechanism->mechanism, CKF_DERIVE);
  ------------------
  |  |  371|     13|#define CKF_DERIVE 0x00080000UL
  ------------------
 1285|     13|	if (mt == NULL)
  ------------------
  |  Branch (1285:6): [True: 13, False: 0]
  ------------------
 1286|     13|		return CKR_MECHANISM_INVALID;
  ------------------
  |  | 1122|     13|#define CKR_MECHANISM_INVALID 0x00000070UL
  ------------------
 1287|       |
 1288|       |	/* See if compatible with key type */
 1289|      0|	rv = _validate_key_type(mt, key_type);
 1290|      0|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1290:6): [True: 0, False: 0]
  ------------------
 1291|      0|		LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1292|       |
 1293|      0|	rv = session_start_operation(session, SC_PKCS11_OPERATION_DERIVE, mt, &operation);
 1294|      0|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1294:6): [True: 0, False: 0]
  ------------------
 1295|      0|		return rv;
 1296|       |
 1297|      0|	memcpy(&operation->mechanism, pMechanism, sizeof(CK_MECHANISM));
 1298|       |
 1299|       |	/* Get the size of the data to be returned
 1300|       |	 * If the card could derive a key an leave it on the card
 1301|       |	 * then no data is returned.
 1302|       |	 * If the card returns the data, we will store it in the secret key CKA_VALUE
 1303|       |	 */
 1304|       |
 1305|      0|	ulDataLen = 0;
 1306|      0|	rv = operation->type->derive(operation, basekey,
 1307|      0|			pMechanism->pParameter, pMechanism->ulParameterLen,
 1308|      0|			NULL, &ulDataLen);
 1309|      0|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1309:6): [True: 0, False: 0]
  ------------------
 1310|      0|		goto out;
 1311|       |
 1312|      0|	if (ulDataLen > 0)
  ------------------
  |  Branch (1312:6): [True: 0, False: 0]
  ------------------
 1313|      0|		keybuf = calloc(1,ulDataLen);
 1314|      0|	else
 1315|      0|		keybuf = calloc(1,8); /* pass in  dummy buffer */
 1316|       |
 1317|      0|	if (!keybuf) {
  ------------------
  |  Branch (1317:6): [True: 0, False: 0]
  ------------------
 1318|      0|		rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 1319|      0|		goto out;
 1320|      0|	}
 1321|       |
 1322|       |	/* Now do the actual derivation */
 1323|       |
 1324|      0|	rv = operation->type->derive(operation, basekey,
 1325|      0|	    pMechanism->pParameter, pMechanism->ulParameterLen,
 1326|      0|	    keybuf, &ulDataLen);
 1327|      0|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1327:6): [True: 0, False: 0]
  ------------------
 1328|      0|	    goto out;
 1329|       |
 1330|       |
 1331|       |/* add the CKA_VALUE attribute to the template if it was returned
 1332|       | * if not assume it is on the card...
 1333|       | * But for now PIV with ECDH returns the generic key data
 1334|       | * TODO need to support truncation, if CKA_VALUE_LEN < ulDataLem
 1335|       | */
 1336|      0|	if (ulDataLen > 0) {
  ------------------
  |  Branch (1336:6): [True: 0, False: 0]
  ------------------
 1337|      0|	    template[0].pValue = keybuf;
 1338|      0|	    template[0].ulValueLen = ulDataLen;
 1339|       |
 1340|      0|	    dkey->ops->set_attribute(session, dkey, &template[0]);
 1341|       |
 1342|      0|	    memset(keybuf,0,ulDataLen);
 1343|      0|	}
 1344|       |
 1345|      0|out:
 1346|      0|	session_stop_operation(session, SC_PKCS11_OPERATION_DERIVE);
 1347|       |
 1348|      0|	if (keybuf)
  ------------------
  |  Branch (1348:6): [True: 0, False: 0]
  ------------------
 1349|      0|	    free(keybuf);
 1350|      0|	return rv;
 1351|      0|}
sc_pkcs11_new_fw_mechanism:
 1691|  87.7k|{
 1692|  87.7k|	sc_pkcs11_mechanism_type_t *mt;
 1693|       |
 1694|  87.7k|	mt = calloc(1, sizeof(*mt));
 1695|  87.7k|	if (mt == NULL)
  ------------------
  |  Branch (1695:6): [True: 0, False: 87.7k]
  ------------------
 1696|      0|		return mt;
 1697|  87.7k|	mt->mech = mech;
 1698|  87.7k|	mt->mech_info = *pInfo;
 1699|  87.7k|	mt->key_types[0] = (int)key_type;
 1700|  87.7k|	mt->key_types[1] = -1;
 1701|  87.7k|	mt->mech_data = priv_data;
 1702|  87.7k|	mt->free_mech_data = free_priv_data;
 1703|  87.7k|	mt->copy_mech_data = copy_priv_data;
 1704|  87.7k|	mt->obj_size = sizeof(sc_pkcs11_operation_t);
 1705|       |
 1706|  87.7k|	mt->release = sc_pkcs11_operation_release;
 1707|       |
 1708|  87.7k|	if (pInfo->flags & CKF_SIGN) {
  ------------------
  |  |  363|  87.7k|#define CKF_SIGN 0x00000800UL
  ------------------
  |  Branch (1708:6): [True: 78.1k, False: 9.60k]
  ------------------
 1709|  78.1k|		mt->sign_init = sc_pkcs11_signature_init;
 1710|  78.1k|		mt->sign_update = sc_pkcs11_signature_update;
 1711|  78.1k|		mt->sign_final = sc_pkcs11_signature_final;
 1712|  78.1k|		mt->sign_size = sc_pkcs11_signature_size;
 1713|  78.1k|#ifdef ENABLE_OPENSSL
 1714|  78.1k|		mt->verif_init = sc_pkcs11_verify_init;
 1715|  78.1k|		mt->verif_update = sc_pkcs11_verify_update;
 1716|  78.1k|		mt->verif_final = sc_pkcs11_verify_final;
 1717|  78.1k|#endif
 1718|  78.1k|	}
 1719|  87.7k|	if (pInfo->flags & CKF_WRAP) {
  ------------------
  |  |  369|  87.7k|#define CKF_WRAP 0x00020000UL
  ------------------
  |  Branch (1719:6): [True: 63, False: 87.6k]
  ------------------
 1720|     63|		mt->wrap = sc_pkcs11_wrap_operation;
 1721|     63|	}
 1722|  87.7k|	if (pInfo->flags & CKF_UNWRAP) {
  ------------------
  |  |  370|  87.7k|#define CKF_UNWRAP 0x00040000UL
  ------------------
  |  Branch (1722:6): [True: 63, False: 87.6k]
  ------------------
 1723|     63|		mt->unwrap = sc_pkcs11_unwrap_operation;
 1724|     63|	}
 1725|  87.7k|	if (pInfo->flags & CKF_DERIVE) {
  ------------------
  |  |  371|  87.7k|#define CKF_DERIVE 0x00080000UL
  ------------------
  |  Branch (1725:6): [True: 4.08k, False: 83.6k]
  ------------------
 1726|  4.08k|		mt->derive = sc_pkcs11_derive;
 1727|  4.08k|	}
 1728|  87.7k|	if (pInfo->flags & CKF_DECRYPT) {
  ------------------
  |  |  361|  87.7k|#define CKF_DECRYPT 0x00000200UL
  ------------------
  |  Branch (1728:6): [True: 13.9k, False: 73.8k]
  ------------------
 1729|  13.9k|		mt->decrypt_init = sc_pkcs11_decrypt_init;
 1730|  13.9k|		mt->decrypt = sc_pkcs11_decrypt;
 1731|  13.9k|		mt->decrypt_update = sc_pkcs11_decrypt_update;
 1732|  13.9k|		mt->decrypt_final = sc_pkcs11_decrypt_final;
 1733|  13.9k|	}
 1734|  87.7k|	if (pInfo->flags & CKF_ENCRYPT) {
  ------------------
  |  |  360|  87.7k|#define CKF_ENCRYPT 0x00000100UL
  ------------------
  |  Branch (1734:6): [True: 9, False: 87.7k]
  ------------------
 1735|      9|		mt->encrypt_init = sc_pkcs11_encrypt_init;
 1736|      9|		mt->encrypt = sc_pkcs11_encrypt;
 1737|      9|		mt->encrypt_update = sc_pkcs11_encrypt_update;
 1738|      9|		mt->encrypt_final = sc_pkcs11_encrypt_final;
 1739|      9|	}
 1740|       |
 1741|  87.7k|	return mt;
 1742|  87.7k|}
sc_pkcs11_free_mechanism:
 1745|   133k|{
 1746|   133k|	if (!mt || !(*mt))
  ------------------
  |  Branch (1746:6): [True: 0, False: 133k]
  |  Branch (1746:13): [True: 2.06k, False: 131k]
  ------------------
 1747|  2.06k|		return;
 1748|   131k|	if ((*mt)->free_mech_data)
  ------------------
  |  Branch (1748:6): [True: 99.4k, False: 32.0k]
  ------------------
 1749|  99.4k|		(*mt)->free_mech_data((*mt)->mech_data);
 1750|   131k|	free(*mt);
 1751|       |	*mt = NULL;
 1752|   131k|}
sc_pkcs11_register_generic_mechanisms:
 1759|  5.46k|{
 1760|  5.46k|#ifdef ENABLE_OPENSSL
 1761|  5.46k|	sc_pkcs11_register_openssl_mechanisms(p11card);
 1762|  5.46k|#endif
 1763|  5.46k|	return CKR_OK;
  ------------------
  |  | 1086|  5.46k|#define CKR_OK 0x00000000UL
  ------------------
 1764|  5.46k|}
free_info:
 1767|   122k|{
 1768|   122k|	free((void *) info);
 1769|   122k|}
copy_hash_signature_info:
 1772|  61.1k|{
 1773|  61.1k|	if (mech_data == NULL || new_data == NULL)
  ------------------
  |  Branch (1773:6): [True: 0, False: 61.1k]
  |  Branch (1773:27): [True: 0, False: 61.1k]
  ------------------
 1774|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
 1775|       |
 1776|  61.1k|	*new_data = calloc(1, sizeof(struct hash_signature_info));
 1777|  61.1k|	if (!(*new_data))
  ------------------
  |  Branch (1777:6): [True: 0, False: 61.1k]
  ------------------
 1778|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 1779|       |
 1780|  61.1k|	memcpy(*new_data, mech_data, sizeof(struct hash_signature_info));
 1781|  61.1k|	return CKR_OK;
  ------------------
  |  | 1086|  61.1k|#define CKR_OK 0x00000000UL
  ------------------
 1782|  61.1k|}
sc_pkcs11_register_sign_and_hash_mechanism:
 1793|  61.1k|{
 1794|  61.1k|	sc_pkcs11_mechanism_type_t *hash_type, *new_type;
 1795|  61.1k|	struct hash_signature_info *info;
 1796|  61.1k|	CK_MECHANISM_INFO mech_info;
 1797|  61.1k|	CK_RV rv;
 1798|       |
 1799|  61.1k|	LOG_FUNC_CALLED(p11card->card->ctx);
  ------------------
  |  |  151|  61.1k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  61.1k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  61.1k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  61.1k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 61.1k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1800|  61.1k|	sc_log(p11card->card->ctx, "mech = 0x%lx, hash_mech = 0x%lx", mech, hash_mech);
  ------------------
  |  |   71|  61.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__
  |  |  ------------------
  ------------------
 1801|       |
 1802|  61.1k|	if (!sign_type)
  ------------------
  |  Branch (1802:6): [True: 0, False: 61.1k]
  ------------------
 1803|  61.1k|		LOG_FUNC_RETURN(p11card->card->ctx, CKR_MECHANISM_INVALID);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1804|  61.1k|	mech_info = sign_type->mech_info;
 1805|       |
 1806|  61.1k|	if (!(hash_type = sc_pkcs11_find_mechanism(p11card, hash_mech, CKF_DIGEST)))
  ------------------
  |  |  362|  61.1k|#define CKF_DIGEST 0x00000400UL
  ------------------
  |  Branch (1806:6): [True: 0, False: 61.1k]
  ------------------
 1807|  61.1k|		LOG_FUNC_RETURN(p11card->card->ctx, CKR_MECHANISM_INVALID);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1808|       |
 1809|       |	/* These hash-based mechs can only be used for sign/verify */
 1810|  61.1k|	mech_info.flags &= (CKF_SIGN | CKF_SIGN_RECOVER | CKF_VERIFY | CKF_VERIFY_RECOVER);
  ------------------
  |  |  363|  61.1k|#define CKF_SIGN 0x00000800UL
  ------------------
              	mech_info.flags &= (CKF_SIGN | CKF_SIGN_RECOVER | CKF_VERIFY | CKF_VERIFY_RECOVER);
  ------------------
  |  |  364|  61.1k|#define CKF_SIGN_RECOVER 0x00001000UL
  ------------------
              	mech_info.flags &= (CKF_SIGN | CKF_SIGN_RECOVER | CKF_VERIFY | CKF_VERIFY_RECOVER);
  ------------------
  |  |  365|  61.1k|#define CKF_VERIFY 0x00002000UL
  ------------------
              	mech_info.flags &= (CKF_SIGN | CKF_SIGN_RECOVER | CKF_VERIFY | CKF_VERIFY_RECOVER);
  ------------------
  |  |  366|  61.1k|#define CKF_VERIFY_RECOVER 0x00004000UL
  ------------------
 1811|       |
 1812|  61.1k|	info = calloc(1, sizeof(*info));
 1813|  61.1k|	if (!info)
  ------------------
  |  Branch (1813:6): [True: 0, False: 61.1k]
  ------------------
 1814|  61.1k|		LOG_FUNC_RETURN(p11card->card->ctx, CKR_HOST_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1815|       |
 1816|  61.1k|	info->mech = mech;
 1817|  61.1k|	info->hash_type = hash_type;
 1818|  61.1k|	info->sign_mech = sign_type->mech;
 1819|  61.1k|	info->hash_mech = hash_mech;
 1820|       |
 1821|  61.1k|	new_type = sc_pkcs11_new_fw_mechanism(mech, &mech_info, sign_type->key_types[0],
 1822|  61.1k|			info, free_info, copy_hash_signature_info);
 1823|  61.1k|	if (!new_type) {
  ------------------
  |  Branch (1823:6): [True: 0, False: 61.1k]
  ------------------
 1824|      0|		free_info(info);
 1825|      0|		LOG_FUNC_RETURN(p11card->card->ctx, CKR_HOST_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1826|      0|	}
 1827|       |
 1828|  61.1k|	rv = sc_pkcs11_register_mechanism(p11card, new_type, NULL);
 1829|  61.1k|	sc_pkcs11_free_mechanism(&new_type);
 1830|       |
 1831|  61.1k|	LOG_FUNC_RETURN(p11card->card->ctx, (int)rv);
  ------------------
  |  |  164|  61.1k|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|  61.1k|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|  61.1k|	int _ret = r; \
  |  |  |  |  155|  61.1k|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 61.1k, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|  61.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: 61.1k]
  |  |  |  |  ------------------
  |  |  |  |  157|  61.1k|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|  61.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|  61.1k|	return _ret; \
  |  |  |  |  163|  61.1k|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1832|  61.1k|}
mechanism.c:sc_pkcs11_copy_mechanism:
  104|   131k|{
  105|   131k|	CK_RV rv;
  106|       |
  107|   131k|	*new_mt = calloc(1, sizeof(sc_pkcs11_mechanism_type_t));
  108|   131k|	if (!(*new_mt))
  ------------------
  |  Branch (108:6): [True: 0, False: 131k]
  ------------------
  109|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  110|       |
  111|   131k|	memcpy(*new_mt, mt, sizeof(sc_pkcs11_mechanism_type_t));
  112|       |	/* mech_data needs specific function for making copy*/
  113|   131k|	if (mt->copy_mech_data
  ------------------
  |  Branch (113:6): [True: 99.4k, False: 31.9k]
  ------------------
  114|  99.4k|		&& (rv = mt->copy_mech_data(mt->mech_data, (void **) &(*new_mt)->mech_data)) != CKR_OK) {
  ------------------
  |  | 1086|  99.4k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (114:6): [True: 0, False: 99.4k]
  ------------------
  115|      0|		free(*new_mt);
  116|      0|		return rv;
  117|      0|	}
  118|       |
  119|   131k|	return CKR_OK;
  ------------------
  |  | 1086|   131k|#define CKR_OK 0x00000000UL
  ------------------
  120|   131k|}
mechanism.c:sc_pkcs11_operation_release:
  662|    508|{
  663|    508|	if (!operation)
  ------------------
  |  Branch (663:6): [True: 0, False: 508]
  ------------------
  664|      0|	    return;
  665|    508|	operation_data_release(operation->priv_data);
  666|    508|}
mechanism.c:operation_data_release:
   56|    514|{
   57|    514|	if (!data)
  ------------------
  |  Branch (57:6): [True: 6, False: 508]
  ------------------
   58|      6|		return;
   59|    508|	sc_pkcs11_release_operation(&data->md);
   60|    508|	sc_mem_secure_clear_free(data->buffer, data->buffer_len);
  ------------------
  |  | 1580|    508|#define sc_mem_secure_clear_free(ptr, len) do { \
  |  | 1581|    508|	sc_mem_clear(ptr, len); \
  |  | 1582|    508|	sc_mem_secure_free(ptr, len); \
  |  | 1583|    508|} while (0);
  |  |  ------------------
  |  |  |  Branch (1583:10): [Folded, False: 508]
  |  |  ------------------
  ------------------
   61|    508|	free(data);
   62|    508|}
mechanism.c:sc_pkcs11_signature_init:
  502|    256|{
  503|    256|	struct hash_signature_info *info;
  504|    256|	struct operation_data *data;
  505|    256|	CK_RV rv;
  506|    256|	int can_do_it = 0;
  507|       |
  508|    256|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|    256|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  509|    256|	if (!(data = new_operation_data()))
  ------------------
  |  Branch (509:6): [True: 0, False: 256]
  ------------------
  510|    256|		LOG_FUNC_RETURN(context, CKR_HOST_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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  511|    256|	data->info = NULL;
  512|    256|	data->key = key;
  513|       |
  514|    256|	if (key->ops->can_do)   {
  ------------------
  |  Branch (514:6): [True: 256, False: 0]
  ------------------
  515|    256|		rv = key->ops->can_do(operation->session, key, operation->type->mech, CKF_SIGN);
  ------------------
  |  |  363|    256|#define CKF_SIGN 0x00000800UL
  ------------------
  516|    256|		if (rv == CKR_OK)   {
  ------------------
  |  | 1086|    256|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (516:7): [True: 0, False: 256]
  ------------------
  517|       |			/* Mechanism recognised and can be performed by pkcs#15 card */
  518|      0|			can_do_it = 1;
  519|      0|		}
  520|    256|		else if (rv == CKR_FUNCTION_NOT_SUPPORTED)   {
  ------------------
  |  | 1111|    256|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
  |  Branch (520:12): [True: 256, False: 0]
  ------------------
  521|       |			/* Mechanism not recognised by pkcs#15 card */
  522|    256|			can_do_it = 0;
  523|    256|		}
  524|      0|		else  {
  525|       |			/* Mechanism recognised but cannot be performed by pkcs#15 card, or some general error. */
  526|      0|			operation_data_release(data);
  527|      0|			LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  528|      0|		}
  529|    256|	}
  530|       |
  531|       |	/* Validate the mechanism parameters */
  532|    256|	if (key->ops->init_params) {
  ------------------
  |  Branch (532:6): [True: 256, False: 0]
  ------------------
  533|    256|		rv = key->ops->init_params(operation->session, &operation->mechanism);
  534|    256|		if (rv != CKR_OK) {
  ------------------
  |  | 1086|    256|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (534:7): [True: 6, False: 250]
  ------------------
  535|       |			/* Probably bad arguments */
  536|      6|			operation_data_release(data);
  537|      6|			LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  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: 0, False: 6]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"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|      6|	return _ret; \
  |  |  |  |  163|      6|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  538|      6|		}
  539|    256|	}
  540|       |
  541|       |	/* If this is a signature with hash operation,
  542|       |	 * and card cannot perform itself signature with hash operation,
  543|       |	 * set up the hash operation */
  544|    250|	info = (struct hash_signature_info *)operation->type->mech_data;
  545|    250|	if (info != NULL && !can_do_it) {
  ------------------
  |  Branch (545:6): [True: 159, False: 91]
  |  Branch (545:22): [True: 159, False: 0]
  ------------------
  546|       |		/* Initialize hash operation */
  547|       |
  548|    159|		data->md = sc_pkcs11_new_operation(operation->session, info->hash_type);
  549|    159|		if (data->md == NULL)
  ------------------
  |  Branch (549:7): [True: 0, False: 159]
  ------------------
  550|      0|			rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  551|    159|		else
  552|    159|			rv = info->hash_type->md_init(data->md);
  553|    159|		if (rv != CKR_OK) {
  ------------------
  |  | 1086|    159|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (553:7): [True: 0, False: 159]
  ------------------
  554|      0|			sc_pkcs11_release_operation(&data->md);
  555|      0|			operation_data_release(data);
  556|      0|			LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  557|      0|		}
  558|    159|		data->info = info;
  559|    159|	}
  560|       |
  561|    250|	operation->priv_data = data;
  562|    250|	LOG_FUNC_RETURN(context, CKR_OK);
  ------------------
  |  |  164|    250|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    250|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    250|	int _ret = r; \
  |  |  |  |  155|    250|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 250, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    250|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 250]
  |  |  |  |  ------------------
  |  |  |  |  157|    250|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    250|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    250|	return _ret; \
  |  |  |  |  163|    250|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  563|    250|}
mechanism.c:new_operation_data:
   50|    508|{
   51|    508|	return calloc(1, sizeof(struct operation_data));
   52|    508|}
mechanism.c:sc_pkcs11_signature_update:
  568|    260|{
  569|    260|	struct operation_data *data;
  570|    260|	CK_RV rv;
  571|       |
  572|    260|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|    260|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    260|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    260|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    260|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 260]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  573|    260|	sc_log(context, "data part length %li", ulPartLen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  574|    260|	data = (struct operation_data *)operation->priv_data;
  575|    260|	if (data->md) {
  ------------------
  |  Branch (575:6): [True: 163, False: 97]
  ------------------
  576|    163|		rv = data->md->type->md_update(data->md, pPart, ulPartLen);
  577|    163|		LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|    163|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    163|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    163|	int _ret = r; \
  |  |  |  |  155|    163|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 163, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    163|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 163]
  |  |  |  |  ------------------
  |  |  |  |  157|    163|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    163|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    163|	return _ret; \
  |  |  |  |  163|    163|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  578|    163|	}
  579|       |
  580|       |	/* This signature mechanism operates on the raw data */
  581|     97|	rv = signature_data_buffer_append(data, pPart, ulPartLen);
  582|     97|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|     97|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|     97|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|     97|	int _ret = r; \
  |  |  |  |  155|     97|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 97, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|     97|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 97]
  |  |  |  |  ------------------
  |  |  |  |  157|     97|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|     97|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|     97|	return _ret; \
  |  |  |  |  163|     97|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  583|     97|}
mechanism.c:signature_data_buffer_append:
   67|    270|{
   68|    270|	if (!data)
  ------------------
  |  Branch (68:6): [True: 0, False: 270]
  ------------------
   69|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
   70|    270|	if (in_len == 0)
  ------------------
  |  Branch (70:6): [True: 0, False: 270]
  ------------------
   71|      0|		return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
   72|       |
   73|    270|	CK_ULONG new_len;
   74|    270|	if (__builtin_uaddl_overflow(data->buffer_len, in_len, &new_len))
  ------------------
  |  Branch (74:6): [True: 0, False: 270]
  ------------------
   75|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
   76|    270|	CK_BYTE *new_buffer = sc_mem_secure_alloc(new_len);
   77|    270|	if (!new_buffer)
  ------------------
  |  Branch (77:6): [True: 0, False: 270]
  ------------------
   78|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
   79|       |
   80|    270|	if (data->buffer_len != 0)
  ------------------
  |  Branch (80:6): [True: 6, False: 264]
  ------------------
   81|      6|		memcpy(new_buffer, data->buffer, data->buffer_len);
   82|    270|	memcpy(new_buffer+data->buffer_len, in, in_len);
   83|       |
   84|    270|	sc_mem_secure_clear_free(data->buffer, data->buffer_len);
  ------------------
  |  | 1580|    270|#define sc_mem_secure_clear_free(ptr, len) do { \
  |  | 1581|    270|	sc_mem_clear(ptr, len); \
  |  | 1582|    270|	sc_mem_secure_free(ptr, len); \
  |  | 1583|    270|} while (0);
  |  |  ------------------
  |  |  |  Branch (1583:10): [Folded, False: 270]
  |  |  ------------------
  ------------------
   85|    270|	data->buffer = new_buffer;
   86|    270|	data->buffer_len = new_len;
   87|    270|	return CKR_OK;
  ------------------
  |  | 1086|    270|#define CKR_OK 0x00000000UL
  ------------------
   88|    270|}
mechanism.c:sc_pkcs11_signature_final:
  588|    250|{
  589|    250|	struct operation_data *data;
  590|    250|	CK_RV rv;
  591|       |
  592|    250|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|    250|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    250|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    250|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    250|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 250]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  593|    250|	data = (struct operation_data *)operation->priv_data;
  594|    250|	if (data->md) {
  ------------------
  |  Branch (594:6): [True: 159, False: 91]
  ------------------
  595|    159|		sc_pkcs11_operation_t	*md = data->md;
  596|    159|		CK_BYTE hash[64];
  597|    159|		CK_ULONG len = sizeof(hash);
  598|       |
  599|    159|		rv = md->type->md_final(md, hash, &len);
  600|    159|		if (rv == CKR_BUFFER_TOO_SMALL)
  ------------------
  |  | 1165|    159|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
  |  Branch (600:7): [True: 0, False: 159]
  ------------------
  601|      0|			rv = CKR_FUNCTION_FAILED;
  ------------------
  |  | 1091|      0|#define CKR_FUNCTION_FAILED 0x00000006UL
  ------------------
  602|    159|		if (rv != CKR_OK)
  ------------------
  |  | 1086|    159|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (602:7): [True: 0, False: 159]
  ------------------
  603|    159|			LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  604|    159|		rv = signature_data_buffer_append(data, hash, len);
  605|    159|		if (rv != CKR_OK)
  ------------------
  |  | 1086|    159|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (605:7): [True: 0, False: 159]
  ------------------
  606|    159|			LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  607|    159|	}
  608|       |
  609|    250|	rv = data->key->ops->sign(operation->session, data->key, &operation->mechanism,
  610|    250|			data->buffer, data->buffer_len, pSignature, pulSignatureLen);
  611|    250|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|    250|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    250|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    250|	int _ret = r; \
  |  |  |  |  155|    250|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 48, False: 202]
  |  |  |  |  ------------------
  |  |  |  |  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|    202|	} else { \
  |  |  |  |  159|    202|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|    202|			"returning with: %d\n", _ret); \
  |  |  |  |  161|    202|	} \
  |  |  |  |  162|    250|	return _ret; \
  |  |  |  |  163|    250|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  612|    250|}
mechanism.c:sc_pkcs11_signature_size:
  616|    250|{
  617|    250|	struct sc_pkcs11_object *key;
  618|    250|	CK_ATTRIBUTE attr = { CKA_MODULUS_BITS, pLength, sizeof(*pLength) };
  ------------------
  |  |  175|    250|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
  619|    250|	CK_KEY_TYPE key_type;
  620|    250|	CK_ATTRIBUTE attr_key_type = { CKA_KEY_TYPE, &key_type, sizeof(key_type) };
  ------------------
  |  |  159|    250|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  621|    250|	CK_RV rv;
  622|       |
  623|    250|	key = ((struct operation_data *)operation->priv_data)->key;
  624|       |	/*
  625|       |	 * EC and GOSTR do not have CKA_MODULUS_BITS attribute.
  626|       |	 * But other code in framework treats them as if they do.
  627|       |	 * So should do switch(key_type)
  628|       |	 * and then get what ever attributes are needed.
  629|       |	 */
  630|    250|	rv = key->ops->get_attribute(operation->session, key, &attr_key_type);
  631|    250|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|    250|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (631:6): [True: 250, False: 0]
  ------------------
  632|    250|		switch(key_type) {
  633|    219|			case CKK_RSA:
  ------------------
  |  |  464|    219|#define CKK_RSA 0x00000000UL
  ------------------
  |  Branch (633:4): [True: 219, False: 31]
  ------------------
  634|    219|				rv = key->ops->get_attribute(operation->session, key, &attr);
  635|       |				/* convert bits to bytes */
  636|    219|				if (rv == CKR_OK)
  ------------------
  |  | 1086|    219|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (636:9): [True: 219, False: 0]
  ------------------
  637|    219|					*pLength = BYTES4BITS(*pLength);
  ------------------
  |  |  146|    219|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  638|    219|				break;
  639|     31|			case CKK_EC:
  ------------------
  |  |  467|     31|#define CKK_EC 0x00000003UL
  ------------------
  |  Branch (639:4): [True: 31, False: 219]
  ------------------
  640|     31|			case CKK_EC_EDWARDS:
  ------------------
  |  |  518|     31|#define CKK_EC_EDWARDS 0x00000040UL
  ------------------
  |  Branch (640:4): [True: 0, False: 250]
  ------------------
  641|     31|			case CKK_EC_MONTGOMERY:
  ------------------
  |  |  519|     31|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
  |  Branch (641:4): [True: 0, False: 250]
  ------------------
  642|       |				/* TODO: -DEE we should use something other then CKA_MODULUS_BITS... */
  643|     31|				rv = key->ops->get_attribute(operation->session, key, &attr);
  644|     31|				if (rv == CKR_OK)
  ------------------
  |  | 1086|     31|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (644:9): [True: 31, False: 0]
  ------------------
  645|     31|					*pLength = BYTES4BITS(*pLength) * 2 ; /* 2*nLen in bytes */
  ------------------
  |  |  146|     31|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  646|     31|				break;
  647|      0|			case CKK_GOSTR3410:
  ------------------
  |  |  502|      0|#define CKK_GOSTR3410 0x00000030UL
  ------------------
  |  Branch (647:4): [True: 0, False: 250]
  ------------------
  648|      0|				rv = key->ops->get_attribute(operation->session, key, &attr);
  649|      0|				if (rv == CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (649:9): [True: 0, False: 0]
  ------------------
  650|      0|					*pLength = BYTES4BITS(*pLength) * 2;
  ------------------
  |  |  146|      0|#define BYTES4BITS(num)  (((num) + 7) / 8)    /* number of bytes necessary to hold 'num' bits */
  ------------------
  651|      0|				break;
  652|      0|			default:
  ------------------
  |  Branch (652:4): [True: 0, False: 250]
  ------------------
  653|      0|				rv = CKR_MECHANISM_INVALID;
  ------------------
  |  | 1122|      0|#define CKR_MECHANISM_INVALID 0x00000070UL
  ------------------
  654|    250|		}
  655|    250|	}
  656|       |
  657|    250|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  164|    250|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|    250|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|    250|	int _ret = r; \
  |  |  |  |  155|    250|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 250, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|    250|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 250]
  |  |  |  |  ------------------
  |  |  |  |  157|    250|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|    250|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|    250|	return _ret; \
  |  |  |  |  163|    250|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  658|    250|}
mechanism.c:sc_pkcs11_verify_init:
  774|     48|{
  775|     48|	struct hash_signature_info *info;
  776|     48|	struct operation_data *data;
  777|     48|	CK_RV rv;
  778|       |
  779|     48|	if (!(data = new_operation_data()))
  ------------------
  |  Branch (779:6): [True: 0, False: 48]
  ------------------
  780|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  781|       |
  782|     48|	data->info = NULL;
  783|     48|	data->key = key;
  784|       |
  785|     48|	if (key->ops->can_do)   {
  ------------------
  |  Branch (785:6): [True: 0, False: 48]
  ------------------
  786|      0|		rv = key->ops->can_do(operation->session, key, operation->type->mech, CKF_SIGN);
  ------------------
  |  |  363|      0|#define CKF_SIGN 0x00000800UL
  ------------------
  787|      0|		if ((rv == CKR_OK) || (rv == CKR_FUNCTION_NOT_SUPPORTED))   {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
              		if ((rv == CKR_OK) || (rv == CKR_FUNCTION_NOT_SUPPORTED))   {
  ------------------
  |  | 1111|      0|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
  |  Branch (787:7): [True: 0, False: 0]
  |  Branch (787:25): [True: 0, False: 0]
  ------------------
  788|       |			/* Mechanism recognized and can be performed by pkcs#15 card or algorithm references not supported */
  789|      0|		}
  790|      0|		else {
  791|       |			/* Mechanism cannot be performed by pkcs#15 card, or some general error. */
  792|      0|			free(data);
  793|      0|			LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  794|      0|		}
  795|      0|	}
  796|       |
  797|       |	/* Validate the mechanism parameters */
  798|     48|	if (key->ops->init_params) {
  ------------------
  |  Branch (798:6): [True: 0, False: 48]
  ------------------
  799|      0|		rv = key->ops->init_params(operation->session, &operation->mechanism);
  800|      0|		if (rv != CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (800:7): [True: 0, False: 0]
  ------------------
  801|       |			/* Probably bad arguments */
  802|      0|			free(data);
  803|      0|			LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  804|      0|		}
  805|      0|	}
  806|       |
  807|       |	/* If this is a verify with hash operation, set up the
  808|       |	 * hash operation */
  809|     48|	info = (struct hash_signature_info *) operation->type->mech_data;
  810|     48|	if (info != NULL) {
  ------------------
  |  Branch (810:6): [True: 34, False: 14]
  ------------------
  811|       |		/* Initialize hash operation */
  812|     34|		data->md = sc_pkcs11_new_operation(operation->session,
  813|     34|						   info->hash_type);
  814|     34|		if (data->md == NULL)
  ------------------
  |  Branch (814:7): [True: 0, False: 34]
  ------------------
  815|      0|			rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  816|     34|		else
  817|     34|			rv = info->hash_type->md_init(data->md);
  818|     34|		if (rv != CKR_OK) {
  ------------------
  |  | 1086|     34|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (818:7): [True: 0, False: 34]
  ------------------
  819|      0|			sc_pkcs11_release_operation(&data->md);
  820|      0|			free(data);
  821|      0|			return rv;
  822|      0|		}
  823|     34|		data->info = info;
  824|     34|	}
  825|       |
  826|     48|	operation->priv_data = data;
  827|     48|	return CKR_OK;
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  828|     48|}
mechanism.c:sc_pkcs11_verify_update:
  833|     48|{
  834|     48|	struct operation_data *data;
  835|       |
  836|     48|	data = (struct operation_data *)operation->priv_data;
  837|     48|	if (data->md) {
  ------------------
  |  Branch (837:6): [True: 34, False: 14]
  ------------------
  838|     34|		sc_pkcs11_operation_t	*md = data->md;
  839|       |
  840|     34|		return md->type->md_update(md, pPart, ulPartLen);
  841|     34|	}
  842|       |
  843|       |	/* This verification mechanism operates on the raw data */
  844|     14|	CK_RV rv = signature_data_buffer_append(data, pPart, ulPartLen);
  845|     14|	LOG_FUNC_RETURN(context, (int) rv);
  ------------------
  |  |  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|      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|     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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  846|     14|}
mechanism.c:sc_pkcs11_verify_final:
  851|     48|{
  852|     48|	struct operation_data *data;
  853|     48|	struct sc_pkcs11_object *key;
  854|     48|	unsigned char *pubkey_value = NULL;
  855|     48|	CK_KEY_TYPE key_type;
  856|     48|	CK_BYTE params[9 /* GOST_PARAMS_ENCODED_OID_SIZE */] = { 0 };
  857|     48|	CK_ATTRIBUTE attr = {CKA_VALUE, NULL, 0};
  ------------------
  |  |  143|     48|#define CKA_VALUE 0x00000011UL
  ------------------
  858|     48|	CK_ATTRIBUTE attr_key_type = {CKA_KEY_TYPE, &key_type, sizeof(key_type)};
  ------------------
  |  |  159|     48|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  859|     48|	CK_ATTRIBUTE attr_key_params = {CKA_GOSTR3410_PARAMS, &params, sizeof(params)};
  ------------------
  |  |  218|     48|#define CKA_GOSTR3410_PARAMS 0x00000250UL
  ------------------
  860|     48|	CK_RV rv;
  861|       |
  862|     48|	data = (struct operation_data *)operation->priv_data;
  863|       |
  864|     48|	if (pSignature == NULL)
  ------------------
  |  Branch (864:6): [True: 0, False: 48]
  ------------------
  865|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  866|       |
  867|     48|	key = data->key;
  868|     48|	rv = key->ops->get_attribute(operation->session, key, &attr_key_type);
  869|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (869:6): [True: 0, False: 48]
  ------------------
  870|      0|		return rv;
  871|       |
  872|     48|	if (key_type != CKK_GOSTR3410)
  ------------------
  |  |  502|     48|#define CKK_GOSTR3410 0x00000030UL
  ------------------
  |  Branch (872:6): [True: 48, False: 0]
  ------------------
  873|     48|		attr.type = CKA_SPKI;
  ------------------
  |  |   21|     48|#define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |  289|     48|#define CKA_VENDOR_DEFINED 0x80000000UL
  |  |  ------------------
  |  |               #define CKA_SPKI			(CKA_VENDOR_DEFINED | SC_VENDOR_DEFINED | 2UL)
  |  |  ------------------
  |  |  |  |   12|     48|#define SC_VENDOR_DEFINED 0x4F534300  /* OSC */
  |  |  ------------------
  ------------------
  874|       |
  875|     48|	rv = key->ops->get_attribute(operation->session, key, &attr);
  876|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (876:6): [True: 4, False: 44]
  ------------------
  877|      4|		return rv;
  878|     44|	pubkey_value = calloc(1, attr.ulValueLen);
  879|     44|	if (!pubkey_value) {
  ------------------
  |  Branch (879:6): [True: 0, False: 44]
  ------------------
  880|      0|		rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  881|      0|		goto done;
  882|      0|	}
  883|     44|	attr.pValue = pubkey_value;
  884|     44|	rv = key->ops->get_attribute(operation->session, key, &attr);
  885|     44|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     44|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (885:6): [True: 0, False: 44]
  ------------------
  886|      0|		goto done;
  887|       |
  888|     44|	if (key_type == CKK_GOSTR3410) {
  ------------------
  |  |  502|     44|#define CKK_GOSTR3410 0x00000030UL
  ------------------
  |  Branch (888:6): [True: 0, False: 44]
  ------------------
  889|      0|		rv = key->ops->get_attribute(operation->session, key, &attr_key_params);
  890|      0|		if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (890:7): [True: 0, False: 0]
  ------------------
  891|      0|			goto done;
  892|      0|	}
  893|       |
  894|     44|	rv = sc_pkcs11_verify_data(pubkey_value, attr.ulValueLen,
  895|     44|		params, sizeof(params),
  896|     44|		&operation->mechanism, data->md,
  897|     44|		data->buffer, data->buffer_len, pSignature, ulSignatureLen);
  898|       |
  899|     44|done:
  900|     44|	free(pubkey_value);
  901|       |
  902|     44|	return rv;
  903|     44|}
mechanism.c:sc_pkcs11_decrypt_init:
 1496|    204|{
 1497|    204|	struct operation_data *data;
 1498|    204|	CK_RV rv;
 1499|       |
 1500|    204|	if (!(data = new_operation_data()))
  ------------------
  |  Branch (1500:6): [True: 0, False: 204]
  ------------------
 1501|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
 1502|       |
 1503|    204|	data->key = key;
 1504|       |
 1505|    204|	if (key->ops->can_do)   {
  ------------------
  |  Branch (1505:6): [True: 204, False: 0]
  ------------------
 1506|    204|		rv = key->ops->can_do(operation->session, key, operation->type->mech, CKF_DECRYPT);
  ------------------
  |  |  361|    204|#define CKF_DECRYPT 0x00000200UL
  ------------------
 1507|    204|		if ((rv == CKR_OK) || (rv == CKR_FUNCTION_NOT_SUPPORTED))   {
  ------------------
  |  | 1086|    204|#define CKR_OK 0x00000000UL
  ------------------
              		if ((rv == CKR_OK) || (rv == CKR_FUNCTION_NOT_SUPPORTED))   {
  ------------------
  |  | 1111|    204|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
  |  Branch (1507:7): [True: 0, False: 204]
  |  Branch (1507:25): [True: 204, False: 0]
  ------------------
 1508|       |			/* Mechanism recognized and can be performed by pkcs#15 card or algorithm references not supported */
 1509|    204|		}
 1510|      0|		else {
 1511|       |			/* Mechanism cannot be performed by pkcs#15 card, or some general error. */
 1512|      0|			free(data);
 1513|      0|			LOG_FUNC_RETURN(context, (int) 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 1514|      0|		}
 1515|    204|	}
 1516|    204|	operation->priv_data = data;
 1517|       |
 1518|       |	/* The last parameter is NULL - this is call to INIT code in underlying functions */
 1519|    204|	return key->ops->decrypt(operation->session,
 1520|    204|			key, &operation->mechanism, NULL, 0, NULL, NULL);
 1521|    204|}
mechanism.c:sc_pkcs11_decrypt:
 1527|    203|{
 1528|    203|	struct operation_data *data;
 1529|    203|	struct sc_pkcs11_object *key;
 1530|    203|	CK_RV rv;
 1531|    203|	CK_ULONG ulDataLen, ulLastDataLen;
 1532|       |
 1533|       |	/* PKCS#11: If pBuf is not NULL_PTR, then *pulBufLen must contain the size in bytes.. */
 1534|    203|	if (pData && !pulDataLen)
  ------------------
  |  Branch (1534:6): [True: 203, False: 0]
  |  Branch (1534:15): [True: 0, False: 203]
  ------------------
 1535|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
 1536|       |
 1537|    203|	ulDataLen = pulDataLen ? *pulDataLen : 0;
  ------------------
  |  Branch (1537:14): [True: 203, False: 0]
  ------------------
 1538|    203|	ulLastDataLen = ulDataLen;
 1539|       |
 1540|    203|	data = (struct operation_data *)operation->priv_data;
 1541|       |
 1542|    203|	key = data->key;
 1543|       |
 1544|       |	/* Decrypt */
 1545|    203|	rv = key->ops->decrypt(operation->session, key, &operation->mechanism,
 1546|    203|			pEncryptedData, ulEncryptedDataLen, pData, &ulDataLen);
 1547|       |
 1548|    203|	if (pulDataLen)
  ------------------
  |  Branch (1548:6): [True: 203, False: 0]
  ------------------
 1549|    203|		*pulDataLen = ulDataLen;
 1550|       |
 1551|       |	/* Skip DecryptFinalize for PKCS#1 v1.5 padding to prevent time side-channel leakage */
 1552|    203|	if (((CK_MECHANISM_PTR)&operation->mechanism)->mechanism == CKM_RSA_PKCS)
  ------------------
  |  |  539|    203|#define CKM_RSA_PKCS 0x00000001UL
  ------------------
  |  Branch (1552:6): [True: 195, False: 8]
  ------------------
 1553|    195|		return rv;
 1554|       |
 1555|      8|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      8|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1555:6): [True: 2, False: 6]
  ------------------
 1556|      2|		return rv;
 1557|       |
 1558|       |	/* recalculate buffer space */
 1559|      6|	if (ulDataLen <= ulLastDataLen)
  ------------------
  |  Branch (1559:6): [True: 6, False: 0]
  ------------------
 1560|      6|		ulLastDataLen -= ulDataLen;
 1561|      0|	else
 1562|      0|		ulLastDataLen = 0;
 1563|       |
 1564|       |	/* DecryptFinalize */
 1565|      6|	rv = key->ops->decrypt(operation->session, key, &operation->mechanism,
 1566|      6|			NULL, 0, pData ? pData + ulDataLen : NULL,
  ------------------
  |  Branch (1566:13): [True: 6, False: 0]
  ------------------
 1567|      6|			&ulLastDataLen);
 1568|      6|	if (pulDataLen)
  ------------------
  |  Branch (1568:6): [True: 6, False: 0]
  ------------------
 1569|      6|		*pulDataLen = ulDataLen + ulLastDataLen;
 1570|      6|	return rv;
 1571|      8|}

strcpy_bp:
   46|   111k|{
   47|   111k|	if (!dst || !dstsize)
  ------------------
  |  Branch (47:6): [True: 0, False: 111k]
  |  Branch (47:14): [True: 0, False: 111k]
  ------------------
   48|      0|		return;
   49|       |
   50|   111k|	memset((char *)dst, ' ', dstsize);
   51|       |
   52|   111k|	if (src) {
  ------------------
  |  Branch (52:6): [True: 62.1k, False: 49.2k]
  ------------------
   53|  62.1k|		size_t src_len = strlen(src);
   54|       |
   55|  62.1k|		if (src_len > dstsize) {
  ------------------
  |  Branch (55:7): [True: 1, False: 62.1k]
  ------------------
   56|       |			/* string will be truncated */
   57|      1|			memcpy((char *)dst, src, dstsize);
   58|      1|			if (dstsize > 3) {
  ------------------
  |  Branch (58:8): [True: 1, False: 0]
  ------------------
   59|       |				/* show truncation with '...' */
   60|       |				/* FIXME avoid breaking an UTF-8 character on multiple bytes */
   61|      1|				memset((char *)dst + dstsize - 3, '.', 3);
   62|      1|			}
   63|  62.1k|		} else {
   64|  62.1k|			memcpy((char *)dst, src, src_len);
   65|  62.1k|		}
   66|  62.1k|	}
   67|   111k|}
sc_to_cryptoki_error:
  127|  34.2k|{
  128|  34.2k|	if (ctx)   {
  ------------------
  |  Branch (128:6): [True: 10.1k, False: 24.0k]
  ------------------
  129|  10.1k|		int ii;
  130|       |
  131|  40.7k|		for (ii = 0; sc_to_cryptoki_error_map[ii].context; ii++) {
  ------------------
  |  Branch (131:16): [True: 30.5k, False: 10.1k]
  ------------------
  132|  30.5k|			if (sc_to_cryptoki_error_map[ii].sc_error != rc)
  ------------------
  |  Branch (132:8): [True: 30.3k, False: 226]
  ------------------
  133|  30.3k|				continue;
  134|    226|			if (strcmp(sc_to_cryptoki_error_map[ii].context, ctx))
  ------------------
  |  Branch (134:8): [True: 224, False: 2]
  ------------------
  135|    224|				continue;
  136|      2|			return sc_to_cryptoki_error_map[ii].ck_error;
  137|    226|		}
  138|  10.1k|	}
  139|  34.2k|	return sc_to_cryptoki_error_common(rc);
  140|  34.2k|}
restore_login_state:
  150|  3.57k|{
  151|  3.57k|	CK_RV r = CKR_OK;
  ------------------
  |  | 1086|  3.57k|#define CKR_OK 0x00000000UL
  ------------------
  152|       |
  153|  3.57k|	if (sc_pkcs11_conf.atomic && slot) {
  ------------------
  |  Branch (153:6): [True: 0, False: 3.57k]
  |  Branch (153:31): [True: 0, False: 0]
  ------------------
  154|      0|		if (list_iterator_start(&slot->logins)) {
  ------------------
  |  Branch (154:7): [True: 0, False: 0]
  ------------------
  155|      0|			struct sc_pkcs11_login *login = list_iterator_next(&slot->logins);
  156|      0|			while (login && slot->p11card && slot->p11card->framework) {
  ------------------
  |  Branch (156:11): [True: 0, False: 0]
  |  Branch (156:20): [True: 0, False: 0]
  |  Branch (156:37): [True: 0, False: 0]
  ------------------
  157|      0|				r = slot->p11card->framework->login(slot, login->userType,
  158|      0|						login->pPin, login->ulPinLen);
  159|      0|				if (r != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (159:9): [True: 0, False: 0]
  ------------------
  160|      0|					break;
  161|      0|				login = list_iterator_next(&slot->logins);
  162|      0|			}
  163|      0|			list_iterator_stop(&slot->logins);
  164|      0|		}
  165|      0|	}
  166|       |
  167|  3.57k|	return r;
  168|  3.57k|}
reset_login_state:
  171|  3.57k|{
  172|  3.57k|	if (slot) {
  ------------------
  |  Branch (172:6): [True: 3.57k, False: 0]
  ------------------
  173|  3.57k|		if (sc_pkcs11_conf.atomic
  ------------------
  |  Branch (173:7): [True: 0, False: 3.57k]
  ------------------
  174|      0|				&& slot->p11card && slot->p11card->framework) {
  ------------------
  |  Branch (174:8): [True: 0, False: 0]
  |  Branch (174:25): [True: 0, False: 0]
  ------------------
  175|      0|			slot->p11card->framework->logout(slot);
  176|      0|		}
  177|       |
  178|  3.57k|		if (constant_time_eq_s(rv, CKR_USER_NOT_LOGGED_IN)) {
  ------------------
  |  | 1151|  3.57k|#define CKR_USER_NOT_LOGGED_IN 0x00000101UL
  ------------------
  |  Branch (178:7): [True: 11, False: 3.56k]
  ------------------
  179|     11|			slot->login_user = -1;
  180|     11|			pop_all_login_states(slot);
  181|     11|		}
  182|  3.57k|	}
  183|       |
  184|  3.57k|	return rv;
  185|  3.57k|}
push_login_state:
  189|    896|{
  190|    896|	CK_RV r = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|    896|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  191|    896|	struct sc_pkcs11_login *login = NULL;
  192|       |
  193|    896|	if (!sc_pkcs11_conf.atomic || !slot) {
  ------------------
  |  Branch (193:6): [True: 896, False: 0]
  |  Branch (193:32): [True: 0, False: 0]
  ------------------
  194|    896|		return CKR_OK;
  ------------------
  |  | 1086|    896|#define CKR_OK 0x00000000UL
  ------------------
  195|    896|	}
  196|       |
  197|      0|	login = (struct sc_pkcs11_login *) calloc(1, sizeof *login);
  198|      0|	if (login == NULL) {
  ------------------
  |  Branch (198:6): [True: 0, False: 0]
  ------------------
  199|      0|		goto err;
  200|      0|	}
  201|       |
  202|      0|	if (pPin && ulPinLen) {
  ------------------
  |  Branch (202:6): [True: 0, False: 0]
  |  Branch (202:14): [True: 0, False: 0]
  ------------------
  203|      0|		login->pPin = sc_mem_secure_alloc((sizeof *pPin)*ulPinLen);
  204|      0|		if (login->pPin == NULL) {
  ------------------
  |  Branch (204:7): [True: 0, False: 0]
  ------------------
  205|      0|			goto err;
  206|      0|		}
  207|      0|		memcpy(login->pPin, pPin, (sizeof *pPin)*ulPinLen);
  208|      0|		login->ulPinLen = ulPinLen;
  209|      0|	}
  210|      0|	login->userType = userType;
  211|       |
  212|      0|	if (0 > list_append(&slot->logins, login)) {
  ------------------
  |  Branch (212:6): [True: 0, False: 0]
  ------------------
  213|      0|		goto err;
  214|      0|	}
  215|       |
  216|      0|	login = NULL;
  217|      0|	r = CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  218|       |
  219|      0|err:
  220|      0|	if (login) {
  ------------------
  |  Branch (220:6): [True: 0, False: 0]
  ------------------
  221|      0|		if (login->pPin) {
  ------------------
  |  Branch (221:7): [True: 0, False: 0]
  ------------------
  222|      0|			sc_mem_secure_clear_free(login->pPin, login->ulPinLen);
  ------------------
  |  | 1580|      0|#define sc_mem_secure_clear_free(ptr, len) do { \
  |  | 1581|      0|	sc_mem_clear(ptr, len); \
  |  | 1582|      0|	sc_mem_secure_free(ptr, len); \
  |  | 1583|      0|} while (0);
  |  |  ------------------
  |  |  |  Branch (1583:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
  223|      0|		}
  224|      0|		free(login);
  225|      0|	}
  226|       |
  227|      0|	return r;
  228|      0|}
pop_all_login_states:
  247|  16.2k|{
  248|  16.2k|	if (sc_pkcs11_conf.atomic && slot) {
  ------------------
  |  Branch (248:6): [True: 0, False: 16.2k]
  |  Branch (248:31): [True: 0, False: 0]
  ------------------
  249|      0|		struct sc_pkcs11_login *login = list_fetch(&slot->logins);
  250|      0|		while (login) {
  ------------------
  |  Branch (250:10): [True: 0, False: 0]
  ------------------
  251|      0|			sc_mem_secure_clear_free(login->pPin, login->ulPinLen);
  ------------------
  |  | 1580|      0|#define sc_mem_secure_clear_free(ptr, len) do { \
  |  | 1581|      0|	sc_mem_clear(ptr, len); \
  |  | 1582|      0|	sc_mem_secure_free(ptr, len); \
  |  | 1583|      0|} while (0);
  |  |  ------------------
  |  |  |  Branch (1583:10): [Folded, False: 0]
  |  |  ------------------
  ------------------
  252|      0|			free(login);
  253|      0|			login = list_fetch(&slot->logins);
  254|      0|		}
  255|      0|	}
  256|  16.2k|}
session_start_operation:
  262|  2.04k|{
  263|  2.04k|	sc_pkcs11_operation_t *op;
  264|       |
  265|  2.04k|	if (context == NULL)
  ------------------
  |  Branch (265:6): [True: 0, False: 2.04k]
  ------------------
  266|      0|		return CKR_CRYPTOKI_NOT_INITIALIZED;
  ------------------
  |  | 1169|      0|#define CKR_CRYPTOKI_NOT_INITIALIZED 0x00000190UL
  ------------------
  267|       |
  268|  2.04k|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|  2.04k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  2.04k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  2.04k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  2.04k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 2.04k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  269|  2.04k|	sc_log(context, "Session 0x%lx, type %d", session->handle, type);
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
  270|  2.04k|	if (type < 0 || type >= SC_PKCS11_OPERATION_MAX)
  ------------------
  |  Branch (270:6): [True: 0, False: 2.04k]
  |  Branch (270:18): [True: 0, False: 2.04k]
  ------------------
  271|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  272|       |
  273|  2.04k|	if (session->operation[type] != NULL)
  ------------------
  |  Branch (273:6): [True: 0, False: 2.04k]
  ------------------
  274|      0|		return CKR_OPERATION_ACTIVE;
  ------------------
  |  | 1125|      0|#define CKR_OPERATION_ACTIVE 0x00000090UL
  ------------------
  275|       |
  276|  2.04k|	if (!(op = sc_pkcs11_new_operation(session, mech)))
  ------------------
  |  Branch (276:6): [True: 0, False: 2.04k]
  ------------------
  277|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  278|       |
  279|  2.04k|	session->operation[type] = op;
  280|  2.04k|	if (operation)
  ------------------
  |  Branch (280:6): [True: 2.04k, False: 0]
  ------------------
  281|  2.04k|		*operation = op;
  282|       |
  283|  2.04k|	return CKR_OK;
  ------------------
  |  | 1086|  2.04k|#define CKR_OK 0x00000000UL
  ------------------
  284|  2.04k|}
session_get_operation:
  287|  4.29k|{
  288|  4.29k|	sc_pkcs11_operation_t *op;
  289|       |
  290|  4.29k|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|  4.29k|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|  4.29k|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|  4.29k|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|  4.29k|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 4.29k]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  291|       |
  292|  4.29k|	if (type < 0 || type >= SC_PKCS11_OPERATION_MAX)
  ------------------
  |  Branch (292:6): [True: 0, False: 4.29k]
  |  Branch (292:18): [True: 0, False: 4.29k]
  ------------------
  293|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  294|       |
  295|  4.29k|	if (!(op = session->operation[type]))
  ------------------
  |  Branch (295:6): [True: 0, False: 4.29k]
  ------------------
  296|      0|		return CKR_OPERATION_NOT_INITIALIZED;
  ------------------
  |  | 1126|      0|#define CKR_OPERATION_NOT_INITIALIZED 0x00000091UL
  ------------------
  297|       |
  298|  4.29k|	if (operation)
  ------------------
  |  Branch (298:6): [True: 2.77k, False: 1.52k]
  ------------------
  299|  2.77k|		*operation = op;
  300|       |
  301|  4.29k|	return CKR_OK;
  ------------------
  |  | 1086|  4.29k|#define CKR_OK 0x00000000UL
  ------------------
  302|  4.29k|}
session_stop_operation:
  305|  2.04k|{
  306|  2.04k|	if (type < 0 || type >= SC_PKCS11_OPERATION_MAX)
  ------------------
  |  Branch (306:6): [True: 0, False: 2.04k]
  |  Branch (306:18): [True: 0, False: 2.04k]
  ------------------
  307|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  308|       |
  309|  2.04k|	if (session->operation[type] == NULL)
  ------------------
  |  Branch (309:6): [True: 0, False: 2.04k]
  ------------------
  310|      0|		return CKR_OPERATION_NOT_INITIALIZED;
  ------------------
  |  | 1126|      0|#define CKR_OPERATION_NOT_INITIALIZED 0x00000091UL
  ------------------
  311|       |
  312|  2.04k|	sc_pkcs11_release_operation(&session->operation[type]);
  313|  2.04k|	return CKR_OK;
  ------------------
  |  | 1086|  2.04k|#define CKR_OK 0x00000000UL
  ------------------
  314|  2.04k|}
attr_extract:
  317|    718|{
  318|    718|	size_t size;
  319|       |
  320|    718|	if (sizep) {
  ------------------
  |  Branch (320:6): [True: 1, False: 717]
  ------------------
  321|      1|		size = *sizep;
  322|      1|		if (size < pAttr->ulValueLen)
  ------------------
  |  Branch (322:7): [True: 0, False: 1]
  ------------------
  323|      0|			return CKR_ATTRIBUTE_VALUE_INVALID;
  ------------------
  |  | 1099|      0|#define CKR_ATTRIBUTE_VALUE_INVALID 0x00000013UL
  ------------------
  324|      1|		*sizep = pAttr->ulValueLen;
  325|    717|	} else {
  326|    717|		switch (pAttr->type) {
  327|    154|		case CKA_CLASS:
  ------------------
  |  |  137|    154|#define CKA_CLASS 0x00000000UL
  ------------------
  |  Branch (327:3): [True: 154, False: 563]
  ------------------
  328|    154|			size = sizeof(CK_OBJECT_CLASS);
  329|    154|			break;
  330|     14|		case CKA_KEY_TYPE:
  ------------------
  |  |  159|     14|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  |  Branch (330:3): [True: 14, False: 703]
  ------------------
  331|     14|			size = sizeof(CK_KEY_TYPE);
  332|     14|			break;
  333|     45|		case CKA_PRIVATE:
  ------------------
  |  |  139|     45|#define CKA_PRIVATE 0x00000002UL
  ------------------
  |  Branch (333:3): [True: 45, False: 672]
  ------------------
  334|    545|		case CKA_TOKEN:
  ------------------
  |  |  138|    545|#define CKA_TOKEN 0x00000001UL
  ------------------
  |  Branch (334:3): [True: 500, False: 217]
  ------------------
  335|    545|			size = sizeof(CK_BBOOL);
  336|    545|			break;
  337|      4|		case CKA_CERTIFICATE_TYPE:
  ------------------
  |  |  145|      4|#define CKA_CERTIFICATE_TYPE 0x00000080UL
  ------------------
  |  Branch (337:3): [True: 4, False: 713]
  ------------------
  338|      4|			size = sizeof(CK_CERTIFICATE_TYPE);
  339|      4|			break;
  340|      0|		case CKA_VALUE_LEN:
  ------------------
  |  |  191|      0|#define CKA_VALUE_LEN 0x00000161UL
  ------------------
  |  Branch (340:3): [True: 0, False: 717]
  ------------------
  341|      0|		case CKA_MODULUS_BITS:
  ------------------
  |  |  175|      0|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
  |  Branch (341:3): [True: 0, False: 717]
  ------------------
  342|      0|			size = sizeof(CK_ULONG);
  343|      0|			break;
  344|      0|		case CKA_OBJECT_ID:
  ------------------
  |  |  144|      0|#define CKA_OBJECT_ID 0x00000012UL
  ------------------
  |  Branch (344:3): [True: 0, False: 717]
  ------------------
  345|      0|			size = sizeof(struct sc_object_id);
  346|      0|			break;
  347|      0|		default:
  ------------------
  |  Branch (347:3): [True: 0, False: 717]
  ------------------
  348|      0|			return CKR_FUNCTION_FAILED;
  ------------------
  |  | 1091|      0|#define CKR_FUNCTION_FAILED 0x00000006UL
  ------------------
  349|    717|		}
  350|    717|		if (size != pAttr->ulValueLen)
  ------------------
  |  Branch (350:7): [True: 0, False: 717]
  ------------------
  351|      0|			return CKR_ATTRIBUTE_VALUE_INVALID;
  ------------------
  |  | 1099|      0|#define CKR_ATTRIBUTE_VALUE_INVALID 0x00000013UL
  ------------------
  352|    717|	}
  353|    718|	memcpy(ptr, pAttr->pValue, pAttr->ulValueLen);
  354|    718|	return CKR_OK;
  ------------------
  |  | 1086|    718|#define CKR_OK 0x00000000UL
  ------------------
  355|    718|}
attr_find:
  358|    674|{
  359|    674|	unsigned int n;
  360|       |
  361|  1.75k|	for (n = 0; n < ulCount; n++, pTemplate++) {
  ------------------
  |  Branch (361:14): [True: 1.75k, False: 2]
  ------------------
  362|  1.75k|		if (pTemplate->type == type)
  ------------------
  |  Branch (362:7): [True: 672, False: 1.08k]
  ------------------
  363|    672|			break;
  364|  1.75k|	}
  365|       |
  366|    674|	if (n >= ulCount)
  ------------------
  |  Branch (366:6): [True: 2, False: 672]
  ------------------
  367|      2|		return CKR_TEMPLATE_INCOMPLETE;
  ------------------
  |  | 1142|      2|#define CKR_TEMPLATE_INCOMPLETE 0x000000D0UL
  ------------------
  368|    672|	return attr_extract(pTemplate, ptr, sizep);
  369|    674|}
load_pkcs11_parameters:
  478|  16.2k|{
  479|  16.2k|	scconf_block *conf_block = NULL;
  480|  16.2k|	char *unblock_style = NULL;
  481|  16.2k|	char *create_slots_for_pins = NULL, *op, *tmp;
  482|       |
  483|       |	/* Set defaults */
  484|  16.2k|	conf->max_virtual_slots = 16;
  485|  16.2k|	if (is_nss_browser(ctx)) {
  ------------------
  |  Branch (485:6): [True: 0, False: 16.2k]
  ------------------
  486|       |		/* NSS verifies *every* PIN even though only a single one would be
  487|       |		 * needed to use one specific key. In known NSS browsers, we set
  488|       |		 * slots_per_card to `1` to only look at the authentication PIN, i.e.
  489|       |		 * ignoring a potential signature PIN. */
  490|      0|		conf->slots_per_card = 1;
  491|  16.2k|	} else {
  492|  16.2k|		conf->slots_per_card = 4;
  493|  16.2k|	}
  494|  16.2k|	conf->atomic = 0;
  495|  16.2k|	conf->lock_login = 0;
  496|  16.2k|	conf->init_sloppy = 1;
  497|  16.2k|	conf->pin_unblock_style = SC_PKCS11_PIN_UNBLOCK_NOT_ALLOWED;
  ------------------
  |  |   39|  16.2k|#define SC_PKCS11_PIN_UNBLOCK_NOT_ALLOWED	0
  ------------------
  498|  16.2k|	conf->create_puk_slot = 0;
  499|  16.2k|	conf->create_slots_flags = SC_PKCS11_SLOT_CREATE_ALL;
  ------------------
  |  |   46|  16.2k|#define SC_PKCS11_SLOT_CREATE_ALL	8
  ------------------
  500|       |
  501|  16.2k|	conf_block = sc_get_conf_block(ctx, "pkcs11", NULL, 1);
  502|  16.2k|	if (!conf_block)
  ------------------
  |  Branch (502:6): [True: 16.2k, False: 0]
  ------------------
  503|  16.2k|		goto out;
  504|       |
  505|       |	/* contains the defaults, if there is a "pkcs11" config block */
  506|      0|	conf->max_virtual_slots = scconf_get_int(conf_block, "max_virtual_slots", conf->max_virtual_slots);
  507|      0|	conf->slots_per_card = scconf_get_int(conf_block, "slots_per_card", conf->slots_per_card);
  508|      0|	conf->atomic = scconf_get_bool(conf_block, "atomic", conf->atomic);
  509|      0|	if (conf->atomic)
  ------------------
  |  Branch (509:6): [True: 0, False: 0]
  ------------------
  510|      0|		conf->lock_login = 1;
  511|      0|	conf->lock_login = scconf_get_bool(conf_block, "lock_login", conf->lock_login);
  512|      0|	conf->init_sloppy = scconf_get_bool(conf_block, "init_sloppy", conf->init_sloppy);
  513|       |
  514|      0|	unblock_style = (char *)scconf_get_str(conf_block, "user_pin_unblock_style", NULL);
  515|      0|	if (unblock_style && !strcmp(unblock_style, "set_pin_in_unlogged_session"))
  ------------------
  |  Branch (515:6): [True: 0, False: 0]
  |  Branch (515:23): [True: 0, False: 0]
  ------------------
  516|      0|		conf->pin_unblock_style = SC_PKCS11_PIN_UNBLOCK_UNLOGGED_SETPIN;
  ------------------
  |  |   40|      0|#define SC_PKCS11_PIN_UNBLOCK_UNLOGGED_SETPIN	1
  ------------------
  517|      0|	else if (unblock_style && !strcmp(unblock_style, "set_pin_in_specific_context"))
  ------------------
  |  Branch (517:11): [True: 0, False: 0]
  |  Branch (517:28): [True: 0, False: 0]
  ------------------
  518|      0|		conf->pin_unblock_style = SC_PKCS11_PIN_UNBLOCK_SCONTEXT_SETPIN;
  ------------------
  |  |   41|      0|#define SC_PKCS11_PIN_UNBLOCK_SCONTEXT_SETPIN	2
  ------------------
  519|      0|	else if (unblock_style && !strcmp(unblock_style, "init_pin_in_so_session"))
  ------------------
  |  Branch (519:11): [True: 0, False: 0]
  |  Branch (519:28): [True: 0, False: 0]
  ------------------
  520|      0|		conf->pin_unblock_style = SC_PKCS11_PIN_UNBLOCK_SO_LOGGED_INITPIN;
  ------------------
  |  |   42|      0|#define SC_PKCS11_PIN_UNBLOCK_SO_LOGGED_INITPIN	3
  ------------------
  521|       |
  522|      0|	conf->create_puk_slot = scconf_get_bool(conf_block, "create_puk_slot", conf->create_puk_slot);
  523|       |
  524|      0|	create_slots_for_pins = (char *)scconf_get_str(conf_block, "create_slots_for_pins", "all");
  525|      0|	conf->create_slots_flags = 0;
  526|      0|	tmp = strdup(create_slots_for_pins);
  527|      0|	op = strtok(tmp, " ,");
  528|      0|	while (op) {
  ------------------
  |  Branch (528:9): [True: 0, False: 0]
  ------------------
  529|      0|		if (!strcmp(op, "user"))
  ------------------
  |  Branch (529:7): [True: 0, False: 0]
  ------------------
  530|      0|			conf->create_slots_flags |= SC_PKCS11_SLOT_FOR_PIN_USER;
  ------------------
  |  |   44|      0|#define SC_PKCS11_SLOT_FOR_PIN_USER	1
  ------------------
  531|      0|		else if (!strcmp(op, "sign"))
  ------------------
  |  Branch (531:12): [True: 0, False: 0]
  ------------------
  532|      0|			conf->create_slots_flags |= SC_PKCS11_SLOT_FOR_PIN_SIGN;
  ------------------
  |  |   45|      0|#define SC_PKCS11_SLOT_FOR_PIN_SIGN	2
  ------------------
  533|      0|		else if (!strcmp(op, "all"))
  ------------------
  |  Branch (533:12): [True: 0, False: 0]
  ------------------
  534|      0|			conf->create_slots_flags |= SC_PKCS11_SLOT_CREATE_ALL;
  ------------------
  |  |   46|      0|#define SC_PKCS11_SLOT_CREATE_ALL	8
  ------------------
  535|      0|		op = strtok(NULL, " ,");
  536|      0|	}
  537|      0|	free(tmp);
  538|       |
  539|  16.2k|out:
  540|  16.2k|	sc_log(ctx, "PKCS#11 options: max_virtual_slots=%d slots_per_card=%d "
  ------------------
  |  |   71|  16.2k|#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|  16.2k|		 "lock_login=%d atomic=%d pin_unblock_style=%d "
  542|  16.2k|		 "create_slots_flags=0x%X",
  543|  16.2k|		 conf->max_virtual_slots, conf->slots_per_card,
  544|  16.2k|		 conf->lock_login, conf->atomic, conf->pin_unblock_style,
  545|  16.2k|		 conf->create_slots_flags);
  546|  16.2k|}
misc.c:sc_to_cryptoki_error_common:
   71|  34.2k|{
   72|  34.2k|	sc_log(context, "libopensc return value: %d (%s)\n", rc, sc_strerror(rc));
  ------------------
  |  |   71|  34.2k|#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|  34.2k|	switch (rc) {
  ------------------
  |  Branch (73:10): [True: 29.3k, False: 4.91k]
  ------------------
   74|  14.8k|	case SC_SUCCESS:
  ------------------
  |  |   28|  14.8k|#define SC_SUCCESS				0
  ------------------
  |  Branch (74:2): [True: 14.8k, False: 19.3k]
  ------------------
   75|  14.8k|		return CKR_OK;
  ------------------
  |  | 1086|  14.8k|#define CKR_OK 0x00000000UL
  ------------------
   76|  1.38k|	case SC_ERROR_NOT_SUPPORTED:
  ------------------
  |  |   89|  1.38k|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  |  Branch (76:2): [True: 1.38k, False: 32.8k]
  ------------------
   77|  1.38k|		return CKR_FUNCTION_NOT_SUPPORTED;
  ------------------
  |  | 1111|  1.38k|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
   78|      0|	case SC_ERROR_OUT_OF_MEMORY:
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
  |  Branch (78:2): [True: 0, False: 34.2k]
  ------------------
   79|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
   80|     12|	case SC_ERROR_PIN_CODE_INCORRECT:
  ------------------
  |  |   64|     12|#define SC_ERROR_PIN_CODE_INCORRECT		-1214
  ------------------
  |  Branch (80:2): [True: 12, False: 34.2k]
  ------------------
   81|     12|		return CKR_PIN_INCORRECT;
  ------------------
  |  | 1127|     12|#define CKR_PIN_INCORRECT 0x000000A0UL
  ------------------
   82|      2|	case SC_ERROR_AUTH_METHOD_BLOCKED:
  ------------------
  |  |   62|      2|#define SC_ERROR_AUTH_METHOD_BLOCKED		-1212
  ------------------
  |  Branch (82:2): [True: 2, False: 34.2k]
  ------------------
   83|      2|		return CKR_PIN_LOCKED;
  ------------------
  |  | 1131|      2|#define CKR_PIN_LOCKED 0x000000A4UL
  ------------------
   84|      1|	case SC_ERROR_BUFFER_TOO_SMALL:
  ------------------
  |  |   76|      1|#define SC_ERROR_BUFFER_TOO_SMALL		-1303
  ------------------
  |  Branch (84:2): [True: 1, False: 34.2k]
  ------------------
   85|      1|		return CKR_BUFFER_TOO_SMALL;
  ------------------
  |  | 1165|      1|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
   86|      0|	case SC_ERROR_CARD_NOT_PRESENT:
  ------------------
  |  |   35|      0|#define SC_ERROR_CARD_NOT_PRESENT		-1104
  ------------------
  |  Branch (86:2): [True: 0, False: 34.2k]
  ------------------
   87|      0|		return CKR_TOKEN_NOT_PRESENT;
  ------------------
  |  | 1144|      0|#define CKR_TOKEN_NOT_PRESENT 0x000000E0UL
  ------------------
   88|  5.01k|	case SC_ERROR_INVALID_CARD:
  ------------------
  |  |   60|  5.01k|#define SC_ERROR_INVALID_CARD			-1210
  ------------------
  |  Branch (88:2): [True: 5.01k, False: 29.2k]
  ------------------
   89|  12.4k|	case SC_ERROR_WRONG_CARD:
  ------------------
  |  |   94|  12.4k|#define SC_ERROR_WRONG_CARD			-1413
  ------------------
  |  Branch (89:2): [True: 7.43k, False: 26.8k]
  ------------------
   90|  12.4k|	case SC_ERROR_NO_CARD_SUPPORT:
  ------------------
  |  |   58|  12.4k|#define SC_ERROR_NO_CARD_SUPPORT		-1208
  ------------------
  |  Branch (90:2): [True: 5, False: 34.2k]
  ------------------
   91|  12.4k|		return CKR_TOKEN_NOT_RECOGNIZED;
  ------------------
  |  | 1145|  12.4k|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
   92|     50|	case SC_ERROR_WRONG_LENGTH:
  ------------------
  |  |   56|     50|#define SC_ERROR_WRONG_LENGTH			-1206
  ------------------
  |  Branch (92:2): [True: 50, False: 34.2k]
  ------------------
   93|     50|		return CKR_DATA_LEN_RANGE;
  ------------------
  |  | 1102|     50|#define CKR_DATA_LEN_RANGE 0x00000021UL
  ------------------
   94|    205|	case SC_ERROR_INVALID_PIN_LENGTH:
  ------------------
  |  |   77|    205|#define SC_ERROR_INVALID_PIN_LENGTH		-1304
  ------------------
  |  Branch (94:2): [True: 205, False: 34.0k]
  ------------------
   95|    205|		return CKR_PIN_LEN_RANGE;
  ------------------
  |  | 1129|    205|#define CKR_PIN_LEN_RANGE 0x000000A2UL
  ------------------
   96|      0|	case SC_ERROR_KEYPAD_CANCELLED:
  ------------------
  |  |   40|      0|#define SC_ERROR_KEYPAD_CANCELLED		-1109
  ------------------
  |  Branch (96:2): [True: 0, False: 34.2k]
  ------------------
   97|      0|	case SC_ERROR_KEYPAD_TIMEOUT:
  ------------------
  |  |   39|      0|#define SC_ERROR_KEYPAD_TIMEOUT			-1108
  ------------------
  |  Branch (97:2): [True: 0, False: 34.2k]
  ------------------
   98|      0|		return CKR_FUNCTION_CANCELED;
  ------------------
  |  | 1109|      0|#define CKR_FUNCTION_CANCELED 0x00000050UL
  ------------------
   99|      0|	case SC_ERROR_CARD_REMOVED:
  ------------------
  |  |   36|      0|#define SC_ERROR_CARD_REMOVED			-1105
  ------------------
  |  Branch (99:2): [True: 0, False: 34.2k]
  ------------------
  100|      0|		return CKR_DEVICE_REMOVED;
  ------------------
  |  | 1105|      0|#define CKR_DEVICE_REMOVED 0x00000032UL
  ------------------
  101|     20|	case SC_ERROR_SECURITY_STATUS_NOT_SATISFIED:
  ------------------
  |  |   61|     20|#define SC_ERROR_SECURITY_STATUS_NOT_SATISFIED	-1211
  ------------------
  |  Branch (101:2): [True: 20, False: 34.2k]
  ------------------
  102|     20|		return CKR_USER_NOT_LOGGED_IN;
  ------------------
  |  | 1151|     20|#define CKR_USER_NOT_LOGGED_IN 0x00000101UL
  ------------------
  103|      0|	case SC_ERROR_KEYPAD_PIN_MISMATCH:
  ------------------
  |  |   41|      0|#define SC_ERROR_KEYPAD_PIN_MISMATCH		-1110
  ------------------
  |  Branch (103:2): [True: 0, False: 34.2k]
  ------------------
  104|      0|		return CKR_PIN_INVALID;
  ------------------
  |  | 1128|      0|#define CKR_PIN_INVALID 0x000000A1UL
  ------------------
  105|     90|	case SC_ERROR_INVALID_ARGUMENTS:
  ------------------
  |  |   73|     90|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
  |  Branch (105:2): [True: 90, False: 34.1k]
  ------------------
  106|     90|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|     90|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  107|    136|	case SC_ERROR_INVALID_DATA:
  ------------------
  |  |   78|    136|#define SC_ERROR_INVALID_DATA			-1305
  ------------------
  |  Branch (107:2): [True: 136, False: 34.1k]
  ------------------
  108|    161|	case SC_ERROR_INCORRECT_PARAMETERS:
  ------------------
  |  |   55|    161|#define SC_ERROR_INCORRECT_PARAMETERS		-1205
  ------------------
  |  Branch (108:2): [True: 25, False: 34.2k]
  ------------------
  109|    161|		return CKR_DATA_INVALID;
  ------------------
  |  | 1101|    161|#define CKR_DATA_INVALID 0x00000020UL
  ------------------
  110|      0|	case SC_ERROR_CARD_UNRESPONSIVE:
  ------------------
  |  |   44|      0|#define SC_ERROR_CARD_UNRESPONSIVE		-1113
  ------------------
  |  Branch (110:2): [True: 0, False: 34.2k]
  ------------------
  111|      0|	case SC_ERROR_READER_LOCKED:
  ------------------
  |  |   47|      0|#define SC_ERROR_READER_LOCKED			-1116
  ------------------
  |  Branch (111:2): [True: 0, False: 34.2k]
  ------------------
  112|      0|		return CKR_DEVICE_ERROR;
  ------------------
  |  | 1103|      0|#define CKR_DEVICE_ERROR 0x00000030UL
  ------------------
  113|      0|	case SC_ERROR_READER_DETACHED:
  ------------------
  |  |   45|      0|#define SC_ERROR_READER_DETACHED		-1114
  ------------------
  |  Branch (113:2): [True: 0, False: 34.2k]
  ------------------
  114|      0|		return CKR_TOKEN_NOT_PRESENT;	/* Maybe CKR_DEVICE_REMOVED ? */
  ------------------
  |  | 1144|      0|#define CKR_TOKEN_NOT_PRESENT 0x000000E0UL
  ------------------
  115|     22|	case SC_ERROR_NOT_ENOUGH_MEMORY:
  ------------------
  |  |   67|     22|#define SC_ERROR_NOT_ENOUGH_MEMORY		-1217
  ------------------
  |  Branch (115:2): [True: 22, False: 34.2k]
  ------------------
  116|     22|		return CKR_DEVICE_MEMORY;
  ------------------
  |  | 1104|     22|#define CKR_DEVICE_MEMORY 0x00000031UL
  ------------------
  117|      1|	case SC_ERROR_MEMORY_FAILURE:	/* EEPROM has failed */
  ------------------
  |  |   57|      1|#define SC_ERROR_MEMORY_FAILURE			-1207
  ------------------
  |  Branch (117:2): [True: 1, False: 34.2k]
  ------------------
  118|      1|		return CKR_DEVICE_ERROR;
  ------------------
  |  | 1103|      1|#define CKR_DEVICE_ERROR 0x00000030UL
  ------------------
  119|     76|	case SC_ERROR_WRONG_PADDING:
  ------------------
  |  |   93|     76|#define SC_ERROR_WRONG_PADDING			-1412
  ------------------
  |  Branch (119:2): [True: 76, False: 34.1k]
  ------------------
  120|     76|		return CKR_ENCRYPTED_DATA_INVALID;
  ------------------
  |  | 1106|     76|#define CKR_ENCRYPTED_DATA_INVALID 0x00000040UL
  ------------------
  121|  34.2k|	}
  122|  4.91k|	return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|  4.91k|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  123|  34.2k|}
misc.c:is_nss_browser:
  453|  16.2k|{
  454|  16.2k|	const char *basename;
  455|       |#ifdef _WIN32
  456|       |	const char sep = '\\';
  457|       |#else
  458|  16.2k|	const char sep = '/';
  459|  16.2k|#endif
  460|  16.2k|	if (!ctx || !ctx->exe_path)
  ------------------
  |  Branch (460:6): [True: 0, False: 16.2k]
  |  Branch (460:14): [True: 0, False: 16.2k]
  ------------------
  461|      0|		return 0;
  462|       |
  463|  16.2k|	basename = strrchr(ctx->exe_path, sep);
  464|  16.2k|	if (!basename)
  ------------------
  |  Branch (464:6): [True: 0, False: 16.2k]
  ------------------
  465|      0|		basename = ctx->exe_path;
  466|  16.2k|	else
  467|       |		/* discard the separator */
  468|  16.2k|		basename += sizeof(char);
  469|       |
  470|  16.2k|	if (strstr(basename, "chromium") || strstr(basename, "chrome")
  ------------------
  |  Branch (470:6): [True: 0, False: 16.2k]
  |  Branch (470:38): [True: 0, False: 16.2k]
  ------------------
  471|  16.2k|			|| strstr(basename, "firefox") || strstr(basename, "msedge"))
  ------------------
  |  Branch (471:7): [True: 0, False: 16.2k]
  |  Branch (471:38): [True: 0, False: 16.2k]
  ------------------
  472|      0|		return 1;
  473|       |
  474|  16.2k|	return 0;
  475|  16.2k|}

sc_pkcs11_register_openssl_mechanisms:
  256|  5.46k|{
  257|  5.46k|	sc_pkcs11_mechanism_type_t *mt = NULL;
  258|       |/*
  259|       | * Engine support is being deprecated in 3.0. OpenSC loads GOST as engine.
  260|       | * When GOST developers convert to provider, we can load the provider
  261|       | */
  262|  5.46k|#if !defined(OPENSSL_NO_ENGINE)
  263|  5.46k|	ENGINE *e;
  264|       |/* crypto locking removed in 1.1 */
  265|       |#if OPENSSL_VERSION_NUMBER  < 0x10100000L
  266|       |	void (*locking_cb)(int, int, const char *, int);
  267|       |
  268|       |	locking_cb = CRYPTO_get_locking_callback();
  269|       |	if (locking_cb)
  270|       |		CRYPTO_set_locking_callback(NULL);
  271|       |#endif
  272|       |
  273|  5.46k|	e = ENGINE_by_id("gost");
  274|  5.46k|	if (!e)
  ------------------
  |  Branch (274:6): [True: 5.46k, False: 0]
  ------------------
  275|  5.46k|	{
  276|       |#if !defined(OPENSSL_NO_STATIC_ENGINE) && !defined(OPENSSL_NO_GOST) && !defined(LIBRESSL_VERSION_NUMBER)
  277|       |
  278|       |/* ENGINE_load_gost removed in 1.1 */
  279|       |#if OPENSSL_VERSION_NUMBER  < 0x10100000L
  280|       |		ENGINE_load_gost();
  281|       |#endif
  282|       |		e = ENGINE_by_id("gost");
  283|       |#else
  284|       |		/* try to load dynamic gost engine */
  285|  5.46k|		e = ENGINE_by_id("dynamic");
  286|  5.46k|		if (!e) {
  ------------------
  |  Branch (286:7): [True: 1, False: 5.46k]
  ------------------
  287|      1|			ENGINE_load_dynamic();
  288|      1|			e = ENGINE_by_id("dynamic");
  289|      1|		}
  290|  5.46k|		if (e && (!ENGINE_ctrl_cmd_string(e, "SO_PATH", "gost", 0) ||
  ------------------
  |  Branch (290:7): [True: 5.46k, False: 0]
  |  Branch (290:13): [True: 0, False: 5.46k]
  ------------------
  291|  5.46k|					!ENGINE_ctrl_cmd_string(e, "LOAD", NULL, 0))) {
  ------------------
  |  Branch (291:6): [True: 5.46k, False: 0]
  ------------------
  292|  5.46k|			ENGINE_free(e);
  293|  5.46k|			e = NULL;
  294|  5.46k|		}
  295|  5.46k|#endif /* !OPENSSL_NO_STATIC_ENGINE && !OPENSSL_NO_GOST && !LIBRESSL_VERSION_NUMBER */
  296|  5.46k|	}
  297|  5.46k|	if (e) {
  ------------------
  |  Branch (297:6): [True: 0, False: 5.46k]
  ------------------
  298|      0|		ENGINE_set_default(e, ENGINE_METHOD_ALL);
  299|      0|		ENGINE_free(e);
  300|      0|	}
  301|       |
  302|       |#if OPENSSL_VERSION_NUMBER < 0x10100000L
  303|       |	if (locking_cb)
  304|       |		CRYPTO_set_locking_callback(locking_cb);
  305|       |#endif
  306|  5.46k|#endif /* !defined(OPENSSL_NO_ENGINE) */
  307|       |
  308|  5.46k|	openssl_sha1_mech.mech_data = sc_evp_md(context, "sha1");
  309|  5.46k|	openssl_sha1_mech.free_mech_data = ossl_md_free;
  310|  5.46k|	openssl_sha1_mech.copy_mech_data = ossl_md_copy;
  311|  5.46k|	mt = dup_mem(&openssl_sha1_mech, sizeof openssl_sha1_mech);
  312|  5.46k|	sc_pkcs11_register_mechanism(p11card, mt, NULL);
  313|  5.46k|	sc_pkcs11_free_mechanism(&mt);
  314|       |
  315|  5.46k|	openssl_sha224_mech.mech_data = sc_evp_md(context, "sha224");
  316|  5.46k|	openssl_sha224_mech.free_mech_data = ossl_md_free;
  317|  5.46k|	openssl_sha224_mech.copy_mech_data = ossl_md_copy;
  318|  5.46k|	mt = dup_mem(&openssl_sha224_mech, sizeof openssl_sha224_mech);
  319|  5.46k|	sc_pkcs11_register_mechanism(p11card, mt, NULL);
  320|  5.46k|	sc_pkcs11_free_mechanism(&mt);
  321|       |
  322|  5.46k|	openssl_sha256_mech.mech_data = sc_evp_md(context, "sha256");
  323|  5.46k|	openssl_sha256_mech.free_mech_data = ossl_md_free;
  324|  5.46k|	openssl_sha256_mech.copy_mech_data = ossl_md_copy;
  325|  5.46k|	mt = dup_mem(&openssl_sha256_mech, sizeof openssl_sha256_mech);
  326|  5.46k|	sc_pkcs11_register_mechanism(p11card, mt, NULL);
  327|  5.46k|	sc_pkcs11_free_mechanism(&mt);
  328|       |
  329|  5.46k|	openssl_sha384_mech.mech_data = sc_evp_md(context, "sha384");
  330|  5.46k|	openssl_sha384_mech.free_mech_data = ossl_md_free;
  331|  5.46k|	openssl_sha384_mech.copy_mech_data = ossl_md_copy;
  332|  5.46k|	mt = dup_mem(&openssl_sha384_mech, sizeof openssl_sha384_mech);
  333|  5.46k|	sc_pkcs11_register_mechanism(p11card, mt, NULL);
  334|  5.46k|	sc_pkcs11_free_mechanism(&mt);
  335|       |
  336|  5.46k|	openssl_sha512_mech.mech_data = sc_evp_md(context, "sha512");
  337|  5.46k|	openssl_sha512_mech.free_mech_data = ossl_md_free;
  338|  5.46k|	openssl_sha512_mech.copy_mech_data = ossl_md_copy;
  339|  5.46k|	mt = dup_mem(&openssl_sha512_mech, sizeof openssl_sha512_mech);
  340|  5.46k|	sc_pkcs11_register_mechanism(p11card, mt, NULL);
  341|  5.46k|	sc_pkcs11_free_mechanism(&mt);
  342|       |
  343|  5.46k|	if (!FIPS_mode()) {
  ------------------
  |  Branch (343:6): [True: 5.46k, False: 0]
  ------------------
  344|  5.46k|		openssl_md5_mech.mech_data = sc_evp_md(context, "md5");
  345|  5.46k|		openssl_md5_mech.free_mech_data = ossl_md_free;
  346|  5.46k|		openssl_md5_mech.copy_mech_data = ossl_md_copy;
  347|  5.46k|		mt = dup_mem(&openssl_md5_mech, sizeof openssl_md5_mech);
  348|  5.46k|		sc_pkcs11_register_mechanism(p11card, mt, NULL);
  349|  5.46k|		sc_pkcs11_free_mechanism(&mt);
  350|       |
  351|  5.46k|		openssl_ripemd160_mech.mech_data = sc_evp_md(context, "ripemd160");
  352|  5.46k|		openssl_ripemd160_mech.free_mech_data = ossl_md_free;
  353|  5.46k|		openssl_ripemd160_mech.copy_mech_data = ossl_md_copy;
  354|  5.46k|		mt = dup_mem(&openssl_ripemd160_mech, sizeof openssl_ripemd160_mech);
  355|  5.46k|		sc_pkcs11_register_mechanism(p11card, mt, NULL);
  356|  5.46k|		sc_pkcs11_free_mechanism(&mt);
  357|       |
  358|  5.46k|	}
  359|  5.46k|	openssl_gostr3411_mech.mech_data = EVP_get_digestbynid(NID_id_GostR3411_94);
  360|  5.46k|	mt = dup_mem(&openssl_gostr3411_mech, sizeof openssl_gostr3411_mech);
  361|  5.46k|	sc_pkcs11_register_mechanism(p11card, mt, NULL);
  362|  5.46k|	sc_pkcs11_free_mechanism(&mt);
  363|       |
  364|  5.46k|}
sc_pkcs11_verify_data:
  616|     44|{
  617|     44|	int res;
  618|     44|	CK_RV rv = CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|     44|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  619|     44|	EVP_PKEY *pkey = NULL;
  620|     44|	const unsigned char *pubkey_tmp = NULL;
  621|     44|	int sLen;
  622|       |
  623|     44|	if (mech->mechanism == CKM_GOSTR3410)
  ------------------
  |  |  909|     44|#define CKM_GOSTR3410 0x00001201UL
  ------------------
  |  Branch (623:6): [True: 0, False: 44]
  ------------------
  624|      0|	{
  625|      0|#if !defined(OPENSSL_NO_EC)
  626|      0|		return gostr3410_verify_data(pubkey, pubkey_len,
  627|      0|				pubkey_params, pubkey_params_len,
  628|      0|				data, data_len, signat, signat_len);
  629|       |#else
  630|       |		(void)pubkey_params, (void)pubkey_params_len; /* no warning */
  631|       |		return CKR_FUNCTION_NOT_SUPPORTED;
  632|       |#endif
  633|      0|	}
  634|       |
  635|       |	/*
  636|       |	 * PKCS#11 does not define CKA_VALUE for public keys, and different cards
  637|       |	 * return either the raw or spki versions as defined in PKCS#15
  638|       |	 * And we need to support more then just RSA.
  639|       |	 * We can use d2i_PUBKEY which works for SPKI and any key type.
  640|       |	 */
  641|     44|	pubkey_tmp = pubkey; /* pass in so pubkey pointer is not modified */
  642|       |
  643|     44|	pkey = d2i_PUBKEY(NULL, &pubkey_tmp, pubkey_len);
  644|     44|	if (pkey == NULL) {
  ------------------
  |  Branch (644:6): [True: 2, False: 42]
  ------------------
  645|      2|		sc_log_openssl(context);
  ------------------
  |  |   72|      2|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  646|      2|		return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      2|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  647|      2|	}
  648|       |
  649|     42|	if (md != NULL && (mech->mechanism == CKM_SHA1_RSA_PKCS
  ------------------
  |  |  544|     58|#define CKM_SHA1_RSA_PKCS 0x00000006UL
  ------------------
  |  Branch (649:6): [True: 29, False: 13]
  |  Branch (649:21): [True: 1, False: 28]
  ------------------
  650|     28|		|| mech->mechanism == CKM_MD5_RSA_PKCS
  ------------------
  |  |  543|     57|#define CKM_MD5_RSA_PKCS 0x00000005UL
  ------------------
  |  Branch (650:6): [True: 2, False: 26]
  ------------------
  651|     26|		|| mech->mechanism == CKM_RIPEMD160_RSA_PKCS
  ------------------
  |  |  546|     55|#define CKM_RIPEMD160_RSA_PKCS 0x00000008UL
  ------------------
  |  Branch (651:6): [True: 2, False: 24]
  ------------------
  652|     24|		|| mech->mechanism == CKM_SHA224_RSA_PKCS
  ------------------
  |  |  604|     53|#define CKM_SHA224_RSA_PKCS 0x00000046UL
  ------------------
  |  Branch (652:6): [True: 1, False: 23]
  ------------------
  653|     23|		|| mech->mechanism == CKM_SHA256_RSA_PKCS
  ------------------
  |  |  598|     52|#define CKM_SHA256_RSA_PKCS 0x00000040UL
  ------------------
  |  Branch (653:6): [True: 1, False: 22]
  ------------------
  654|     22|		|| mech->mechanism == CKM_SHA384_RSA_PKCS
  ------------------
  |  |  599|     51|#define CKM_SHA384_RSA_PKCS 0x00000041UL
  ------------------
  |  Branch (654:6): [True: 1, False: 21]
  ------------------
  655|     21|		|| mech->mechanism == CKM_SHA512_RSA_PKCS
  ------------------
  |  |  600|     50|#define CKM_SHA512_RSA_PKCS 0x00000042UL
  ------------------
  |  Branch (655:6): [True: 1, False: 20]
  ------------------
  656|     20|		|| mech->mechanism == CKM_ECDSA_SHA1
  ------------------
  |  |  861|     49|#define CKM_ECDSA_SHA1 0x00001042UL
  ------------------
  |  Branch (656:6): [True: 5, False: 15]
  ------------------
  657|     15|		|| mech->mechanism == CKM_ECDSA_SHA224
  ------------------
  |  |  862|     44|#define CKM_ECDSA_SHA224 0x00001043UL
  ------------------
  |  Branch (657:6): [True: 1, False: 14]
  ------------------
  658|     14|		|| mech->mechanism == CKM_ECDSA_SHA256
  ------------------
  |  |  863|     43|#define CKM_ECDSA_SHA256 0x00001044UL
  ------------------
  |  Branch (658:6): [True: 1, False: 13]
  ------------------
  659|     13|		|| mech->mechanism == CKM_ECDSA_SHA384
  ------------------
  |  |  864|     42|#define CKM_ECDSA_SHA384 0x00001045UL
  ------------------
  |  Branch (659:6): [True: 7, False: 6]
  ------------------
  660|      6|		|| mech->mechanism == CKM_ECDSA_SHA512
  ------------------
  |  |  865|      6|#define CKM_ECDSA_SHA512 0x00001046UL
  ------------------
  |  Branch (660:6): [True: 1, False: 5]
  ------------------
  661|     29|		)) {
  662|     24|		EVP_MD_CTX *md_ctx = DIGEST_CTX(md);
  ------------------
  |  |  371|     24|	(op ? (EVP_MD_CTX *) (op)->priv_data : NULL)
  |  |  ------------------
  |  |  |  Branch (371:3): [True: 24, False: 0]
  |  |  ------------------
  ------------------
  663|       |
  664|       |		/* This does not really use the data argument, but the data
  665|       |		 * are already collected in the md_ctx
  666|       |		 */
  667|     24|		sc_log(context, "Trying to verify using EVP");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  668|     24|		if (md_ctx) {
  ------------------
  |  Branch (668:7): [True: 24, False: 0]
  ------------------
  669|       |
  670|     24|			if (EVP_PKEY_base_id(pkey) == EVP_PKEY_EC) {
  ------------------
  |  Branch (670:8): [True: 15, False: 9]
  ------------------
  671|     15|				unsigned char *signat_tmp = NULL;
  672|     15|				size_t signat_len_tmp;
  673|     15|				int r;
  674|     15|				r = sc_asn1_sig_value_rs_to_sequence(NULL, signat,
  675|     15|						signat_len, &signat_tmp, &signat_len_tmp);
  676|     15|				if (r == 0 && signat_len_tmp < UINT_MAX) {
  ------------------
  |  Branch (676:9): [True: 14, False: 1]
  |  Branch (676:19): [True: 14, False: 0]
  ------------------
  677|     14|					res = EVP_VerifyFinal(md_ctx, signat_tmp, (unsigned int) signat_len_tmp, pkey);
  678|     14|				} else {
  679|      1|					sc_log(context, "sc_asn1_sig_value_rs_to_sequence failed r:%d "
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  680|      1|							"or output too long signat_len_tmp:%zu",
  681|      1|							r, signat_len_tmp);
  682|      1|					res = -1;
  683|      1|				}
  684|     15|				free(signat_tmp);
  685|     15|			} else
  686|      9|				res = EVP_VerifyFinal(md_ctx, signat, (unsigned int) signat_len, pkey);
  687|     24|		} else {
  688|      0|			res = -1;
  689|      0|		}
  690|     24|		EVP_PKEY_free(pkey);
  691|     24|		if (res == 1)
  ------------------
  |  Branch (691:7): [True: 0, False: 24]
  ------------------
  692|      0|			return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  693|     24|		else if (res == 0) {
  ------------------
  |  Branch (693:12): [True: 23, False: 1]
  ------------------
  694|     23|			sc_log_openssl(context);
  ------------------
  |  |   72|     23|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  695|     23|			sc_log(context, "EVP_VerifyFinal(): Signature invalid");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  696|     23|			return CKR_SIGNATURE_INVALID;
  ------------------
  |  | 1140|     23|#define CKR_SIGNATURE_INVALID 0x000000C0UL
  ------------------
  697|     23|		} else {
  698|      1|			sc_log_openssl(context);
  ------------------
  |  |   72|      1|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  699|      1|			sc_log(context, "EVP_VerifyFinal() returned %d\n", res);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  700|      1|			return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      1|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  701|      1|		}
  702|     24|	} else	/* If plain CKM_ECDSA (without any hashing) is used or card supports
  703|       |		 * on-card CKM_ECDSA_SHAx only we land here. Since for CKM_ECDSA_SHAx no
  704|       |		 * hashing happened in C_VerifyUpdate() we do it here instead.
  705|       |		 */
  706|     18|		if (md == NULL && (mech->mechanism == CKM_ECDSA
  ------------------
  |  |  860|     26|#define CKM_ECDSA 0x00001041UL
  ------------------
  |  Branch (706:7): [True: 13, False: 5]
  |  Branch (706:22): [True: 4, False: 9]
  ------------------
  707|      9|		    || mech->mechanism == CKM_ECDSA_SHA1
  ------------------
  |  |  861|     22|#define CKM_ECDSA_SHA1 0x00001042UL
  ------------------
  |  Branch (707:10): [True: 0, False: 9]
  ------------------
  708|      9|		    || mech->mechanism == CKM_ECDSA_SHA224
  ------------------
  |  |  862|     22|#define CKM_ECDSA_SHA224 0x00001043UL
  ------------------
  |  Branch (708:10): [True: 0, False: 9]
  ------------------
  709|      9|		    || mech->mechanism == CKM_ECDSA_SHA256
  ------------------
  |  |  863|     22|#define CKM_ECDSA_SHA256 0x00001044UL
  ------------------
  |  Branch (709:10): [True: 0, False: 9]
  ------------------
  710|      9|		    || mech->mechanism == CKM_ECDSA_SHA384
  ------------------
  |  |  864|     22|#define CKM_ECDSA_SHA384 0x00001045UL
  ------------------
  |  Branch (710:10): [True: 0, False: 9]
  ------------------
  711|      9|		    || mech->mechanism == CKM_ECDSA_SHA512)) {
  ------------------
  |  |  865|      9|#define CKM_ECDSA_SHA512 0x00001046UL
  ------------------
  |  Branch (711:10): [True: 0, False: 9]
  ------------------
  712|      4|		size_t signat_len_tmp;
  713|      4|		unsigned char *signat_tmp = NULL;
  714|      4|		unsigned int mdbuf_len;
  715|      4|		unsigned char *mdbuf = NULL;
  716|      4|		EVP_PKEY_CTX *ctx;
  717|      4|		int r;
  718|       |
  719|      4|		sc_log(context, "Trying to verify using EVP");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  720|       |
  721|       |		/* If needed, hash input first
  722|       |		 */
  723|      4|		if (mech->mechanism == CKM_ECDSA_SHA1
  ------------------
  |  |  861|      8|#define CKM_ECDSA_SHA1 0x00001042UL
  ------------------
  |  Branch (723:7): [True: 0, False: 4]
  ------------------
  724|      4|		    || mech->mechanism == CKM_ECDSA_SHA224
  ------------------
  |  |  862|      8|#define CKM_ECDSA_SHA224 0x00001043UL
  ------------------
  |  Branch (724:10): [True: 0, False: 4]
  ------------------
  725|      4|		    || mech->mechanism == CKM_ECDSA_SHA256
  ------------------
  |  |  863|      8|#define CKM_ECDSA_SHA256 0x00001044UL
  ------------------
  |  Branch (725:10): [True: 0, False: 4]
  ------------------
  726|      4|		    || mech->mechanism == CKM_ECDSA_SHA384
  ------------------
  |  |  864|      8|#define CKM_ECDSA_SHA384 0x00001045UL
  ------------------
  |  Branch (726:10): [True: 0, False: 4]
  ------------------
  727|      4|		    || mech->mechanism == CKM_ECDSA_SHA512) {
  ------------------
  |  |  865|      4|#define CKM_ECDSA_SHA512 0x00001046UL
  ------------------
  |  Branch (727:10): [True: 0, False: 4]
  ------------------
  728|      0|			EVP_MD_CTX *mdctx;
  729|      0|			EVP_MD *md = NULL;
  730|      0|			switch (mech->mechanism) {
  731|      0|				case CKM_ECDSA_SHA1:
  ------------------
  |  |  861|      0|#define CKM_ECDSA_SHA1 0x00001042UL
  ------------------
  |  Branch (731:5): [True: 0, False: 0]
  ------------------
  732|      0|					md = sc_evp_md(context, "sha1");
  733|      0|					break;
  734|      0|				case CKM_ECDSA_SHA224:
  ------------------
  |  |  862|      0|#define CKM_ECDSA_SHA224 0x00001043UL
  ------------------
  |  Branch (734:5): [True: 0, False: 0]
  ------------------
  735|      0|					md = sc_evp_md(context, "sha224");
  736|      0|					break;
  737|      0|				case CKM_ECDSA_SHA256:
  ------------------
  |  |  863|      0|#define CKM_ECDSA_SHA256 0x00001044UL
  ------------------
  |  Branch (737:5): [True: 0, False: 0]
  ------------------
  738|      0|					md = sc_evp_md(context, "sha256");
  739|      0|					break;
  740|      0|				case CKM_ECDSA_SHA384:
  ------------------
  |  |  864|      0|#define CKM_ECDSA_SHA384 0x00001045UL
  ------------------
  |  Branch (740:5): [True: 0, False: 0]
  ------------------
  741|      0|					md = sc_evp_md(context, "sha384");
  742|      0|					break;
  743|      0|				case CKM_ECDSA_SHA512:
  ------------------
  |  |  865|      0|#define CKM_ECDSA_SHA512 0x00001046UL
  ------------------
  |  Branch (743:5): [True: 0, False: 0]
  ------------------
  744|      0|					md = sc_evp_md(context, "sha512");
  745|      0|					break;
  746|      0|				default:
  ------------------
  |  Branch (746:5): [True: 0, False: 0]
  ------------------
  747|      0|					EVP_PKEY_free(pkey);
  748|      0|					return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  749|      0|			}
  750|      0|			mdbuf_len = EVP_MD_size(md);
  751|      0|			mdbuf = calloc(1, mdbuf_len);
  752|      0|			if (mdbuf == NULL) {
  ------------------
  |  Branch (752:8): [True: 0, False: 0]
  ------------------
  753|      0|				EVP_PKEY_free(pkey);
  754|      0|				sc_evp_md_free(md);
  755|      0|				return CKR_DEVICE_MEMORY;
  ------------------
  |  | 1104|      0|#define CKR_DEVICE_MEMORY 0x00000031UL
  ------------------
  756|      0|			}
  757|      0|			if ((mdctx = EVP_MD_CTX_new()) == NULL) {
  ------------------
  |  Branch (757:8): [True: 0, False: 0]
  ------------------
  758|      0|				sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  759|      0|				free(mdbuf);
  760|      0|				EVP_PKEY_free(pkey);
  761|      0|				sc_evp_md_free(md);
  762|      0|				return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  763|      0|			}
  764|      0|			if (!EVP_DigestInit(mdctx, md)
  ------------------
  |  Branch (764:8): [True: 0, False: 0]
  ------------------
  765|      0|				|| !EVP_DigestUpdate(mdctx, data, data_len)
  ------------------
  |  Branch (765:8): [True: 0, False: 0]
  ------------------
  766|      0|				|| !EVP_DigestFinal(mdctx, mdbuf, &mdbuf_len)) {
  ------------------
  |  Branch (766:8): [True: 0, False: 0]
  ------------------
  767|      0|				sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  768|      0|				EVP_PKEY_free(pkey);
  769|      0|				EVP_MD_CTX_free(mdctx);
  770|      0|				sc_evp_md_free(md);
  771|      0|				free(mdbuf);
  772|      0|				return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  773|      0|			}
  774|      0|			EVP_MD_CTX_free(mdctx);
  775|      0|			sc_evp_md_free(md);
  776|      0|			data = mdbuf;
  777|      0|			data_len = mdbuf_len;
  778|      0|		}
  779|       |
  780|      4|		res = 0;
  781|      4|		r = sc_asn1_sig_value_rs_to_sequence(NULL, signat, signat_len,
  782|      4|						     &signat_tmp, &signat_len_tmp);
  783|      4|		ctx = sc_evp_pkey_ctx_new(context, pkey);
  784|      4|		if (r == 0 && EVP_PKEY_base_id(pkey) == EVP_PKEY_EC && ctx && EVP_PKEY_verify_init(ctx) == 1)
  ------------------
  |  Branch (784:7): [True: 3, False: 1]
  |  Branch (784:17): [True: 3, False: 0]
  |  Branch (784:58): [True: 3, False: 0]
  |  Branch (784:65): [True: 3, False: 0]
  ------------------
  785|      3|			res = EVP_PKEY_verify(ctx, signat_tmp, signat_len_tmp, data, data_len);
  786|       |
  787|      4|		EVP_PKEY_CTX_free(ctx);
  788|      4|		EVP_PKEY_free(pkey);
  789|      4|		free(signat_tmp);
  790|      4|		free(mdbuf);
  791|       |
  792|      4|		if (res == 1) {
  ------------------
  |  Branch (792:7): [True: 0, False: 4]
  ------------------
  793|      0|			return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  794|      4|		} else if (res == 0) {
  ------------------
  |  Branch (794:14): [True: 2, False: 2]
  ------------------
  795|      2|			sc_log_openssl(context);
  ------------------
  |  |   72|      2|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  796|      2|			return CKR_SIGNATURE_INVALID;
  ------------------
  |  | 1140|      2|#define CKR_SIGNATURE_INVALID 0x000000C0UL
  ------------------
  797|      2|		} else {
  798|      2|			sc_log_openssl(context);
  ------------------
  |  |   72|      2|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  799|      2|			return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      2|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  800|      2|		}
  801|     14|	} else {
  802|     14|		unsigned char *rsa_out = NULL, pad;
  803|     14|		size_t rsa_outlen = 0;
  804|     14|		EVP_PKEY_CTX *ctx = sc_evp_pkey_ctx_new(context, pkey);
  805|     14|		if (!ctx) {
  ------------------
  |  Branch (805:7): [True: 0, False: 14]
  ------------------
  806|      0|			sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  807|      0|			EVP_PKEY_free(pkey);
  808|      0|			return CKR_DEVICE_MEMORY;
  ------------------
  |  | 1104|      0|#define CKR_DEVICE_MEMORY 0x00000031UL
  ------------------
  809|      0|		}
  810|       |
  811|     14|		sc_log(context, "Trying to verify using low-level API");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  812|     14|		switch (mech->mechanism) {
  813|      1|		case CKM_RSA_PKCS:
  ------------------
  |  |  539|      1|#define CKM_RSA_PKCS 0x00000001UL
  ------------------
  |  Branch (813:3): [True: 1, False: 13]
  ------------------
  814|      1|		case CKM_MD5_RSA_PKCS:
  ------------------
  |  |  543|      1|#define CKM_MD5_RSA_PKCS 0x00000005UL
  ------------------
  |  Branch (814:3): [True: 0, False: 14]
  ------------------
  815|      1|		case CKM_RIPEMD160_RSA_PKCS:
  ------------------
  |  |  546|      1|#define CKM_RIPEMD160_RSA_PKCS 0x00000008UL
  ------------------
  |  Branch (815:3): [True: 0, False: 14]
  ------------------
  816|      1|		 	pad = RSA_PKCS1_PADDING;
  817|      1|		 	break;
  818|      7|		case CKM_RSA_X_509:
  ------------------
  |  |  541|      7|#define CKM_RSA_X_509 0x00000003UL
  ------------------
  |  Branch (818:3): [True: 7, False: 7]
  ------------------
  819|      7|			pad = RSA_NO_PADDING;
  820|      7|			break;
  821|      1|		case CKM_RSA_PKCS_PSS:
  ------------------
  |  |  551|      1|#define CKM_RSA_PKCS_PSS 0x0000000DUL
  ------------------
  |  Branch (821:3): [True: 1, False: 13]
  ------------------
  822|      2|		case CKM_SHA1_RSA_PKCS_PSS:
  ------------------
  |  |  552|      2|#define CKM_SHA1_RSA_PKCS_PSS 0x0000000EUL
  ------------------
  |  Branch (822:3): [True: 1, False: 13]
  ------------------
  823|      3|		case CKM_SHA224_RSA_PKCS_PSS:
  ------------------
  |  |  605|      3|#define CKM_SHA224_RSA_PKCS_PSS 0x00000047UL
  ------------------
  |  Branch (823:3): [True: 1, False: 13]
  ------------------
  824|      4|		case CKM_SHA256_RSA_PKCS_PSS:
  ------------------
  |  |  601|      4|#define CKM_SHA256_RSA_PKCS_PSS 0x00000043UL
  ------------------
  |  Branch (824:3): [True: 1, False: 13]
  ------------------
  825|      5|		case CKM_SHA384_RSA_PKCS_PSS:
  ------------------
  |  |  602|      5|#define CKM_SHA384_RSA_PKCS_PSS 0x00000044UL
  ------------------
  |  Branch (825:3): [True: 1, False: 13]
  ------------------
  826|      6|		case CKM_SHA512_RSA_PKCS_PSS:
  ------------------
  |  |  603|      6|#define CKM_SHA512_RSA_PKCS_PSS 0x00000045UL
  ------------------
  |  Branch (826:3): [True: 1, False: 13]
  ------------------
  827|      6|			pad = RSA_NO_PADDING;
  828|      6|			break;
  829|      0|		default:
  ------------------
  |  Branch (829:3): [True: 0, False: 14]
  ------------------
  830|      0|			EVP_PKEY_free(pkey);
  831|      0|			EVP_PKEY_CTX_free(ctx);
  832|      0|			return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  833|     14|		}
  834|       |
  835|     14|		if (EVP_PKEY_verify_recover_init(ctx) != 1 ||
  ------------------
  |  Branch (835:7): [True: 0, False: 14]
  ------------------
  836|     14|			EVP_PKEY_CTX_set_rsa_padding(ctx, pad) != 1) {
  ------------------
  |  Branch (836:4): [True: 0, False: 14]
  ------------------
  837|      0|			sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  838|      0|			EVP_PKEY_CTX_free(ctx);
  839|      0|			EVP_PKEY_free(pkey);
  840|      0|			return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  841|      0|		}
  842|       |
  843|     14|		rsa_outlen = EVP_PKEY_size(pkey);
  844|     14|		rsa_out = calloc(1, rsa_outlen);
  845|     14|		if (rsa_out == NULL) {
  ------------------
  |  Branch (845:7): [True: 0, False: 14]
  ------------------
  846|      0|			EVP_PKEY_free(pkey);
  847|      0|			EVP_PKEY_CTX_free(ctx);
  848|      0|			return CKR_DEVICE_MEMORY;
  ------------------
  |  | 1104|      0|#define CKR_DEVICE_MEMORY 0x00000031UL
  ------------------
  849|      0|		}
  850|     14|		if (EVP_PKEY_verify_recover(ctx, rsa_out, &rsa_outlen, signat, signat_len) != 1) {
  ------------------
  |  Branch (850:7): [True: 1, False: 13]
  ------------------
  851|      1|			sc_log_openssl(context);
  ------------------
  |  |   72|      1|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  852|      1|			free(rsa_out);
  853|      1|			EVP_PKEY_free(pkey);
  854|      1|			EVP_PKEY_CTX_free(ctx);
  855|      1|			sc_log(context, "RSA_public_decrypt() returned %d\n", (int) rsa_outlen);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  856|      1|			return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      1|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  857|      1|		}
  858|     13|		EVP_PKEY_CTX_free(ctx);
  859|       |		/* For PSS mechanisms we can not simply compare the "decrypted"
  860|       |		 * data -- we need to verify the PSS padding is valid
  861|       |		 */
  862|     13|		if (mech->mechanism == CKM_RSA_PKCS_PSS ||
  ------------------
  |  |  551|     26|#define CKM_RSA_PKCS_PSS 0x0000000DUL
  ------------------
  |  Branch (862:7): [True: 1, False: 12]
  ------------------
  863|     12|		    mech->mechanism == CKM_SHA1_RSA_PKCS_PSS ||
  ------------------
  |  |  552|     25|#define CKM_SHA1_RSA_PKCS_PSS 0x0000000EUL
  ------------------
  |  Branch (863:7): [True: 1, False: 11]
  ------------------
  864|     11|		    mech->mechanism == CKM_SHA224_RSA_PKCS_PSS ||
  ------------------
  |  |  605|     24|#define CKM_SHA224_RSA_PKCS_PSS 0x00000047UL
  ------------------
  |  Branch (864:7): [True: 1, False: 10]
  ------------------
  865|     10|		    mech->mechanism == CKM_SHA256_RSA_PKCS_PSS ||
  ------------------
  |  |  601|     23|#define CKM_SHA256_RSA_PKCS_PSS 0x00000043UL
  ------------------
  |  Branch (865:7): [True: 1, False: 9]
  ------------------
  866|      9|		    mech->mechanism == CKM_SHA384_RSA_PKCS_PSS ||
  ------------------
  |  |  602|     22|#define CKM_SHA384_RSA_PKCS_PSS 0x00000044UL
  ------------------
  |  Branch (866:7): [True: 1, False: 8]
  ------------------
  867|      8|		    mech->mechanism == CKM_SHA512_RSA_PKCS_PSS) {
  ------------------
  |  |  603|      8|#define CKM_SHA512_RSA_PKCS_PSS 0x00000045UL
  ------------------
  |  Branch (867:7): [True: 1, False: 7]
  ------------------
  868|      6|			CK_RSA_PKCS_PSS_PARAMS* param = NULL;
  869|      6|			EVP_MD *mgf_md = NULL, *pss_md = NULL;
  870|      6|			unsigned char digest[EVP_MAX_MD_SIZE];
  871|       |
  872|      6|			if (mech->pParameter == NULL) {
  ------------------
  |  Branch (872:8): [True: 6, False: 0]
  ------------------
  873|      6|				free(rsa_out);
  874|      6|				EVP_PKEY_free(pkey);
  875|      6|				sc_log(context, "PSS mechanism requires parameter");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  876|      6|				return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      6|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
  877|      6|			}
  878|       |
  879|      0|			param = (CK_RSA_PKCS_PSS_PARAMS*)mech->pParameter;
  880|      0|			switch (param->mgf) {
  881|      0|			case CKG_MGF1_SHA1:
  ------------------
  |  |  442|      0|#define CKG_MGF1_SHA1 0x00000001UL
  ------------------
  |  Branch (881:4): [True: 0, False: 0]
  ------------------
  882|      0|				mgf_md = sc_evp_md(context, "sha1");
  883|      0|				break;
  884|      0|			case CKG_MGF1_SHA224:
  ------------------
  |  |  446|      0|#define CKG_MGF1_SHA224 0x00000005UL
  ------------------
  |  Branch (884:4): [True: 0, False: 0]
  ------------------
  885|      0|				mgf_md = sc_evp_md(context, "sha224");
  886|      0|				break;
  887|      0|			case CKG_MGF1_SHA256:
  ------------------
  |  |  443|      0|#define CKG_MGF1_SHA256 0x00000002UL
  ------------------
  |  Branch (887:4): [True: 0, False: 0]
  ------------------
  888|      0|				mgf_md = sc_evp_md(context, "sha256");
  889|      0|				break;
  890|      0|			case CKG_MGF1_SHA384:
  ------------------
  |  |  444|      0|#define CKG_MGF1_SHA384 0x00000003UL
  ------------------
  |  Branch (890:4): [True: 0, False: 0]
  ------------------
  891|      0|				mgf_md = sc_evp_md(context, "sha384");
  892|      0|				break;
  893|      0|			case CKG_MGF1_SHA512:
  ------------------
  |  |  445|      0|#define CKG_MGF1_SHA512 0x00000004UL
  ------------------
  |  Branch (893:4): [True: 0, False: 0]
  ------------------
  894|      0|				mgf_md = sc_evp_md(context, "sha512");
  895|      0|				break;
  896|      0|			default:
  ------------------
  |  Branch (896:4): [True: 0, False: 0]
  ------------------
  897|      0|				free(rsa_out);
  898|      0|				EVP_PKEY_free(pkey);
  899|      0|				return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      0|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
  900|      0|			}
  901|       |
  902|      0|			switch (param->hashAlg) {
  903|      0|			case CKM_SHA_1:
  ------------------
  |  |  667|      0|#define CKM_SHA_1 0x00000220UL
  ------------------
  |  Branch (903:4): [True: 0, False: 0]
  ------------------
  904|      0|				pss_md = sc_evp_md(context, "sha1");
  905|      0|				break;
  906|      0|			case CKM_SHA224:
  ------------------
  |  |  679|      0|#define CKM_SHA224 0x00000255UL
  ------------------
  |  Branch (906:4): [True: 0, False: 0]
  ------------------
  907|      0|				pss_md = sc_evp_md(context, "sha224");
  908|      0|				break;
  909|      0|			case CKM_SHA256:
  ------------------
  |  |  676|      0|#define CKM_SHA256 0x00000250UL
  ------------------
  |  Branch (909:4): [True: 0, False: 0]
  ------------------
  910|      0|				pss_md = sc_evp_md(context, "sha256");
  911|      0|				break;
  912|      0|			case CKM_SHA384:
  ------------------
  |  |  682|      0|#define CKM_SHA384 0x00000260UL
  ------------------
  |  Branch (912:4): [True: 0, False: 0]
  ------------------
  913|      0|				pss_md = sc_evp_md(context, "sha384");
  914|      0|				break;
  915|      0|			case CKM_SHA512:
  ------------------
  |  |  685|      0|#define CKM_SHA512 0x00000270UL
  ------------------
  |  Branch (915:4): [True: 0, False: 0]
  ------------------
  916|      0|				pss_md = sc_evp_md(context, "sha512");
  917|      0|				break;
  918|      0|			default:
  ------------------
  |  Branch (918:4): [True: 0, False: 0]
  ------------------
  919|      0|				sc_evp_md_free(mgf_md);
  920|      0|				free(rsa_out);
  921|      0|				EVP_PKEY_free(pkey);
  922|      0|				return CKR_MECHANISM_PARAM_INVALID;
  ------------------
  |  | 1123|      0|#define CKR_MECHANISM_PARAM_INVALID 0x00000071UL
  ------------------
  923|      0|			}
  924|       |
  925|       |			/* for the mechanisms with hash algorithm, the data
  926|       |			 * is already added to the hash buffer, so we need
  927|       |			 * to finish the hash operation here
  928|       |			 */
  929|      0|			if (mech->mechanism != CKM_RSA_PKCS_PSS) {
  ------------------
  |  |  551|      0|#define CKM_RSA_PKCS_PSS 0x0000000DUL
  ------------------
  |  Branch (929:8): [True: 0, False: 0]
  ------------------
  930|      0|				EVP_MD_CTX *md_ctx = DIGEST_CTX(md);
  ------------------
  |  |  371|      0|	(op ? (EVP_MD_CTX *) (op)->priv_data : NULL)
  |  |  ------------------
  |  |  |  Branch (371:3): [True: 0, False: 0]
  |  |  ------------------
  ------------------
  931|      0|				unsigned char *tmp = digest;
  932|      0|				unsigned int tmp_len;
  933|       |
  934|      0|				if (!md_ctx || !EVP_DigestFinal(md_ctx, tmp, &tmp_len)) {
  ------------------
  |  Branch (934:9): [True: 0, False: 0]
  |  Branch (934:20): [True: 0, False: 0]
  ------------------
  935|      0|					sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  936|      0|					sc_evp_md_free(mgf_md);
  937|      0|					sc_evp_md_free(pss_md);
  938|      0|					free(rsa_out);
  939|      0|					EVP_PKEY_free(pkey);
  940|      0|					return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  941|      0|				}
  942|      0|				data = tmp;
  943|      0|				data_len = tmp_len;
  944|      0|			}
  945|      0|			rv = CKR_SIGNATURE_INVALID;
  ------------------
  |  | 1140|      0|#define CKR_SIGNATURE_INVALID 0x000000C0UL
  ------------------
  946|       |
  947|       |			/* special mode - autodetect sLen from signature */
  948|       |			/* https://github.com/openssl/openssl/blob/master/crypto/rsa/rsa_pss.c */
  949|       |			/* there is no way to pass negative value here, we using maximal value for this */
  950|      0|			if (((CK_ULONG) 1 ) << (sizeof(CK_ULONG) * CHAR_BIT -1) == param->sLen || param->sLen > INT_MAX)
  ------------------
  |  Branch (950:8): [True: 0, False: 0]
  |  Branch (950:78): [True: 0, False: 0]
  ------------------
  951|      0|				sLen = RSA_PSS_SALTLEN_AUTO;
  952|      0|			else
  953|      0|				sLen = (int) param->sLen;
  954|       |
  955|      0|			if ((ctx = sc_evp_pkey_ctx_new(context, pkey)) == NULL ||
  ------------------
  |  Branch (955:8): [True: 0, False: 0]
  ------------------
  956|      0|				EVP_PKEY_verify_init(ctx) != 1 ||
  ------------------
  |  Branch (956:5): [True: 0, False: 0]
  ------------------
  957|      0|				EVP_PKEY_CTX_set_rsa_padding(ctx, RSA_PKCS1_PSS_PADDING) != 1 ||
  ------------------
  |  Branch (957:5): [True: 0, False: 0]
  ------------------
  958|      0|				EVP_PKEY_CTX_set_signature_md(ctx, pss_md) != 1 ||
  ------------------
  |  Branch (958:5): [True: 0, False: 0]
  ------------------
  959|      0|				EVP_PKEY_CTX_set_rsa_pss_saltlen(ctx, sLen) != 1 ||
  ------------------
  |  Branch (959:5): [True: 0, False: 0]
  ------------------
  960|      0|				EVP_PKEY_CTX_set_rsa_mgf1_md(ctx, mgf_md) != 1) {
  ------------------
  |  Branch (960:5): [True: 0, False: 0]
  ------------------
  961|      0|				sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  962|      0|				sc_evp_md_free(mgf_md);
  963|      0|				sc_evp_md_free(pss_md);
  964|      0|				free(rsa_out);
  965|      0|				EVP_PKEY_free(pkey);
  966|      0|				EVP_PKEY_CTX_free(ctx);
  967|      0|				sc_log(context, "Failed to initialize EVP_PKEY_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__
  |  |  ------------------
  ------------------
  968|      0|				return rv;
  969|      0|			}
  970|       |
  971|      0|			if (data_len == (unsigned int)EVP_MD_size(pss_md) &&
  ------------------
  |  Branch (971:8): [True: 0, False: 0]
  ------------------
  972|      0|					EVP_PKEY_verify(ctx, signat, signat_len, data, data_len) == 1) {
  ------------------
  |  Branch (972:6): [True: 0, False: 0]
  ------------------
  973|      0|				rv = CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  974|      0|			} else {
  975|      0|				sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  976|      0|			}
  977|      0|			EVP_PKEY_free(pkey);
  978|      0|			EVP_PKEY_CTX_free(ctx);
  979|      0|			sc_evp_md_free(mgf_md);
  980|      0|			sc_evp_md_free(pss_md);
  981|      0|			free(rsa_out);
  982|      0|			sc_log(context, "Returning %lu", 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__
  |  |  ------------------
  ------------------
  983|      0|			return rv;
  984|      7|		} else {
  985|      7|			EVP_PKEY_free(pkey);
  986|      7|		}
  987|       |
  988|      7|		if ((unsigned int) rsa_outlen == data_len && memcmp(rsa_out, data, data_len) == 0)
  ------------------
  |  Branch (988:7): [True: 6, False: 1]
  |  Branch (988:48): [True: 0, False: 6]
  ------------------
  989|      0|			rv = CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  990|      7|		else
  991|      7|			rv = CKR_SIGNATURE_INVALID;
  ------------------
  |  | 1140|      7|#define CKR_SIGNATURE_INVALID 0x000000C0UL
  ------------------
  992|      7|		free(rsa_out);
  993|      7|	}
  994|       |
  995|      7|	return rv;
  996|     42|}
openssl.c:sc_pkcs11_openssl_md_release:
  433|    204|{
  434|    204|	if (op) {
  ------------------
  |  Branch (434:6): [True: 204, False: 0]
  ------------------
  435|    204|		EVP_MD_CTX	*md_ctx = DIGEST_CTX(op);
  ------------------
  |  |  371|    204|	(op ? (EVP_MD_CTX *) (op)->priv_data : NULL)
  |  |  ------------------
  |  |  |  Branch (371:3): [True: 204, False: 0]
  |  |  ------------------
  ------------------
  436|    204|		if (md_ctx)
  ------------------
  |  Branch (436:7): [True: 203, False: 1]
  ------------------
  437|    204|			EVP_MD_CTX_destroy(md_ctx);
  438|       |		op->priv_data = NULL;
  439|    204|	}
  440|    204|}
openssl.c:sc_pkcs11_openssl_md_init:
  374|    204|{
  375|    204|	sc_pkcs11_mechanism_type_t *mt;
  376|    204|	EVP_MD_CTX	*md_ctx;
  377|    204|	EVP_MD		*md;
  378|       |
  379|    204|	if (!op || !(mt = op->type) || !(md = (EVP_MD *) mt->mech_data))
  ------------------
  |  Branch (379:6): [True: 0, False: 204]
  |  Branch (379:13): [True: 0, False: 204]
  |  Branch (379:33): [True: 1, False: 203]
  ------------------
  380|      1|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      1|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  381|       |
  382|    203|	if (!(md_ctx = EVP_MD_CTX_create())) {
  ------------------
  |  Branch (382:6): [True: 0, False: 203]
  ------------------
  383|      0|		sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  384|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  385|      0|	}
  386|    203|	if (!EVP_DigestInit(md_ctx, md)) {
  ------------------
  |  Branch (386:6): [True: 0, False: 203]
  ------------------
  387|      0|		sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  388|      0|		EVP_MD_CTX_destroy(md_ctx);
  389|      0|		return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  390|      0|	}
  391|    203|	op->priv_data = md_ctx;
  392|    203|	return CKR_OK;
  ------------------
  |  | 1086|    203|#define CKR_OK 0x00000000UL
  ------------------
  393|    203|}
openssl.c:sc_pkcs11_openssl_md_update:
  397|    371|{
  398|    371|	EVP_MD_CTX *md_ctx = DIGEST_CTX(op);
  ------------------
  |  |  371|    371|	(op ? (EVP_MD_CTX *) (op)->priv_data : NULL)
  |  |  ------------------
  |  |  |  Branch (371:3): [True: 371, False: 0]
  |  |  ------------------
  ------------------
  399|    371|	if (!md_ctx) {
  ------------------
  |  Branch (399:6): [True: 0, False: 371]
  ------------------
  400|      0|		sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  401|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  402|      0|	}
  403|    371|	if (!EVP_DigestUpdate(md_ctx, pData, pDataLen)) {
  ------------------
  |  Branch (403:6): [True: 0, False: 371]
  ------------------
  404|      0|		sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  405|      0|		return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  406|      0|	}
  407|    371|	return CKR_OK;
  ------------------
  |  | 1086|    371|#define CKR_OK 0x00000000UL
  ------------------
  408|    371|}
openssl.c:sc_pkcs11_openssl_md_final:
  412|    170|{
  413|    170|	unsigned int tmp_len = 0;
  414|    170|	EVP_MD_CTX *md_ctx = DIGEST_CTX(op);
  ------------------
  |  |  371|    170|	(op ? (EVP_MD_CTX *) (op)->priv_data : NULL)
  |  |  ------------------
  |  |  |  Branch (371:3): [True: 170, False: 0]
  |  |  ------------------
  ------------------
  415|       |
  416|    170|	if (!md_ctx)
  ------------------
  |  Branch (416:6): [True: 0, False: 170]
  ------------------
  417|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  418|    170|	if (*pulDigestLen < (unsigned) EVP_MD_CTX_size(md_ctx)) {
  ------------------
  |  Branch (418:6): [True: 1, False: 169]
  ------------------
  419|      1|		sc_log(context, "Provided buffer too small: %lu < %d",
  ------------------
  |  |   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__
  |  |  ------------------
  |  |               #define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |  420|      1|		       *pulDigestLen, EVP_MD_CTX_size(md_ctx));
  |  |  ------------------
  ------------------
  420|      1|		       *pulDigestLen, EVP_MD_CTX_size(md_ctx));
  421|      1|		*pulDigestLen = EVP_MD_CTX_size(md_ctx);
  422|      1|		return CKR_BUFFER_TOO_SMALL;
  ------------------
  |  | 1165|      1|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
  423|      1|	}
  424|    169|	if (!EVP_DigestFinal(md_ctx, pDigest, &tmp_len)) {
  ------------------
  |  Branch (424:6): [True: 0, False: 169]
  ------------------
  425|      0|		sc_log_openssl(context);
  ------------------
  |  |   72|      0|#define sc_log_openssl(ctx)   sc_do_log_openssl(ctx, SC_LOG_DEBUG_DEPS, FILENAME, __LINE__, __FUNCTION__)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  426|      0|		return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  427|      0|	}
  428|    169|	*pulDigestLen = (CK_ULONG)tmp_len;
  429|    169|	return CKR_OK;
  ------------------
  |  | 1086|    169|#define CKR_OK 0x00000000UL
  ------------------
  430|    169|}
openssl.c:ossl_md_free:
  250|  76.5k|{
  251|  76.5k|	sc_evp_md_free((EVP_MD *)md);
  252|  76.5k|}
openssl.c:ossl_md_copy:
  238|  38.2k|{
  239|       |#if OPENSSL_VERSION_NUMBER >= 0x30000000L
  240|       |	int ret = EVP_MD_up_ref((EVP_MD *)src);
  241|       |	if (ret != 1) {
  242|       |		return CKR_GENERAL_ERROR;
  243|       |	}
  244|       |#endif
  245|  38.2k|	*dst = (EVP_MD *)src;
  246|  38.2k|	return CKR_OK;
  ------------------
  |  | 1086|  38.2k|#define CKR_OK 0x00000000UL
  ------------------
  247|  38.2k|}
openssl.c:dup_mem:
  230|  43.7k|{
  231|  43.7k|	void *out = malloc(in_len);
  232|  43.7k|	if (out)
  ------------------
  |  Branch (232:6): [True: 43.7k, False: 0]
  ------------------
  233|  43.7k|		memcpy(out, in, in_len);
  234|  43.7k|	return out;
  235|  43.7k|}

lookup_enum_spec:
 1337|  38.6k|{
 1338|  38.6k|	CK_ULONG i;
 1339|       |
 1340|   368k|	for(i = 0; i < spec->size; i++)
  ------------------
  |  Branch (1340:13): [True: 368k, False: 0]
  ------------------
 1341|   368k|		if(spec->specs[i].type == value)
  ------------------
  |  Branch (1341:6): [True: 38.6k, False: 330k]
  ------------------
 1342|  38.6k|			return spec->specs[i].name;
 1343|      0|	return NULL;
 1344|  38.6k|}
lookup_enum:
 1349|  38.6k|{
 1350|  38.6k|	CK_ULONG i;
 1351|       |
 1352|   425k|	for(i = 0; ck_types[i].type < ( sizeof(ck_types) / sizeof(enum_spec) ) ; i++)
  ------------------
  |  Branch (1352:13): [True: 425k, False: 0]
  ------------------
 1353|   425k|		if(ck_types[i].type == type)
  ------------------
  |  Branch (1353:6): [True: 38.6k, False: 386k]
  ------------------
 1354|  38.6k|			return lookup_enum_spec(&(ck_types[i]), value);
 1355|      0|	return NULL;
 1356|  38.6k|}

module_init:
  242|      2|{
  243|       |#ifdef _WIN32
  244|       |	InitializeCriticalSection(&c_initialize_cs);
  245|       |#endif
  246|      2|	sc_notify_init();
  247|      2|	return 1;
  248|      2|}
C_Initialize:
  292|  16.2k|{
  293|  16.2k|	CK_RV rv;
  294|  16.2k|#if !defined(_WIN32)
  295|  16.2k|	pid_t current_pid;
  296|  16.2k|#endif
  297|  16.2k|	int rc;
  298|  16.2k|	sc_context_param_t ctx_opts;
  299|       |
  300|  16.2k|#if !defined(_WIN32)
  301|       |	/* Handle fork() exception */
  302|  16.2k|	C_INITIALIZE_M_LOCK
  ------------------
  |  |   71|  16.2k|#define C_INITIALIZE_M_LOCK  pthread_mutex_lock(&c_initialize_m);
  ------------------
  303|  16.2k|	current_pid = getpid();
  304|  16.2k|	if (current_pid != initialized_pid) {
  ------------------
  |  Branch (304:6): [True: 1, False: 16.2k]
  ------------------
  305|      1|		if (context && CKR_OK == sc_pkcs11_lock()) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (305:7): [True: 0, False: 1]
  |  Branch (305:18): [True: 0, False: 0]
  ------------------
  306|      0|			context->flags |= SC_CTX_FLAG_TERMINATE;
  ------------------
  |  |  856|      0|#define SC_CTX_FLAG_TERMINATE				0x00000001
  ------------------
  307|      0|			sc_pkcs11_unlock();
  308|      0|		}
  309|      1|		C_Finalize(NULL_PTR);
  ------------------
  |  |   27|      1|#define NULL_PTR ((void *)0)
  ------------------
  310|      1|	}
  311|  16.2k|	initialized_pid = current_pid;
  312|  16.2k|	in_finalize = 0;
  313|  16.2k|	C_INITIALIZE_M_UNLOCK
  ------------------
  |  |   72|  16.2k|#define C_INITIALIZE_M_UNLOCK pthread_mutex_unlock(&c_initialize_m);
  ------------------
  314|  16.2k|#endif
  315|       |
  316|       |	/* protect from nesting */
  317|  16.2k|	C_INITIALIZE_M_LOCK
  ------------------
  |  |   71|  16.2k|#define C_INITIALIZE_M_LOCK  pthread_mutex_lock(&c_initialize_m);
  ------------------
  318|  16.2k|	nesting++;
  319|  16.2k|	if (nesting > 1) {
  ------------------
  |  Branch (319:6): [True: 0, False: 16.2k]
  ------------------
  320|      0|		nesting--;
  321|      0|		C_INITIALIZE_M_UNLOCK
  ------------------
  |  |   72|      0|#define C_INITIALIZE_M_UNLOCK pthread_mutex_unlock(&c_initialize_m);
  ------------------
  322|      0|		return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  323|      0|	}
  324|  16.2k|	C_INITIALIZE_M_UNLOCK
  ------------------
  |  |   72|  16.2k|#define C_INITIALIZE_M_UNLOCK pthread_mutex_unlock(&c_initialize_m);
  ------------------
  325|       |	/* protect from nesting */
  326|       |
  327|       |	/* protect from multiple threads tryng to setup locking */
  328|  16.2k|	C_INITIALIZE_M_LOCK
  ------------------
  |  |   71|  16.2k|#define C_INITIALIZE_M_LOCK  pthread_mutex_lock(&c_initialize_m);
  ------------------
  329|       |
  330|  16.2k|	if (context != NULL) {
  ------------------
  |  Branch (330:6): [True: 0, False: 16.2k]
  ------------------
  331|      0|		if (CKR_OK == sc_pkcs11_lock()) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (331:7): [True: 0, False: 0]
  ------------------
  332|      0|			sc_log(context, "C_Initialize(): Cryptoki already initialized\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__
  |  |  ------------------
  ------------------
  333|      0|			sc_pkcs11_unlock();
  334|      0|		}
  335|      0|		nesting--;
  336|      0|		C_INITIALIZE_M_UNLOCK
  ------------------
  |  |   72|      0|#define C_INITIALIZE_M_UNLOCK pthread_mutex_unlock(&c_initialize_m);
  ------------------
  337|      0|		return CKR_CRYPTOKI_ALREADY_INITIALIZED;
  ------------------
  |  | 1170|      0|#define CKR_CRYPTOKI_ALREADY_INITIALIZED 0x00000191UL
  ------------------
  338|      0|	}
  339|       |
  340|  16.2k|	rv = sc_pkcs11_init_lock((CK_C_INITIALIZE_ARGS_PTR) pInitArgs);
  341|  16.2k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (341:6): [True: 0, False: 16.2k]
  ------------------
  342|      0|		goto out;
  343|       |
  344|       |	/* set context options */
  345|  16.2k|	memset(&ctx_opts, 0, sizeof(sc_context_param_t));
  346|  16.2k|	ctx_opts.ver        = 0;
  347|  16.2k|	ctx_opts.app_name   = MODULE_APP_NAME;
  ------------------
  |  |   49|  16.2k|#define MODULE_APP_NAME "opensc-pkcs11"
  ------------------
  348|  16.2k|	ctx_opts.thread_ctx = &sc_thread_ctx;
  349|       |
  350|  16.2k|	rc = sc_context_create(&context, &ctx_opts);
  351|  16.2k|	if (rc != SC_SUCCESS) {
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  |  Branch (351:6): [True: 0, False: 16.2k]
  ------------------
  352|      0|		rv = CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  353|      0|		goto out;
  354|      0|	}
  355|       |
  356|       |	/* Load configuration */
  357|  16.2k|	load_pkcs11_parameters(&sc_pkcs11_conf, context);
  358|       |
  359|       |	/* List of sessions */
  360|  16.2k|	if (0 != list_init(&sessions)) {
  ------------------
  |  Branch (360:6): [True: 0, False: 16.2k]
  ------------------
  361|      0|		rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  362|      0|		goto out;
  363|      0|	}
  364|  16.2k|	list_attributes_seeker(&sessions, session_list_seeker);
  365|       |
  366|       |	/* List of slots */
  367|  16.2k|	if (0 != list_init(&virtual_slots)) {
  ------------------
  |  Branch (367:6): [True: 0, False: 16.2k]
  ------------------
  368|      0|		rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  369|      0|		goto out;
  370|      0|	}
  371|  16.2k|	list_attributes_seeker(&virtual_slots, slot_list_seeker);
  372|       |
  373|  16.2k|	card_detect_all();
  374|       |
  375|  16.2k|out:
  376|  16.2k|	if (context != NULL)
  ------------------
  |  Branch (376:6): [True: 16.2k, False: 0]
  ------------------
  377|  16.2k|		SC_LOG_RV("C_Initialize() = %s", rv);
  ------------------
  |  |  237|  16.2k|#define SC_LOG_RV(fmt, rv)\
  |  |  238|  16.2k|do {\
  |  |  239|  16.2k|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|  16.2k|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 16.2k, False: 0]
  |  |  ------------------
  |  |  241|  16.2k|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   71|  16.2k|#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|  16.2k|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|  16.2k|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 16.2k]
  |  |  ------------------
  ------------------
  378|       |
  379|  16.2k|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (379:6): [True: 0, False: 16.2k]
  ------------------
  380|      0|		if (context != NULL) {
  ------------------
  |  Branch (380:7): [True: 0, False: 0]
  ------------------
  381|      0|			sc_release_context(context);
  382|      0|			context = NULL;
  383|      0|		}
  384|       |		/* Release and destroy the mutex */
  385|      0|		sc_pkcs11_free_lock();
  386|      0|	}
  387|       |
  388|       |	/* protect from multiple threads tryng to setup locking */
  389|  16.2k|	nesting--;
  390|  16.2k|	C_INITIALIZE_M_UNLOCK
  ------------------
  |  |   72|  16.2k|#define C_INITIALIZE_M_UNLOCK pthread_mutex_unlock(&c_initialize_m);
  ------------------
  391|       |
  392|  16.2k|	return rv;
  393|  16.2k|}
C_Finalize:
  396|  16.2k|{
  397|  16.2k|	int i;
  398|  16.2k|	void *p;
  399|  16.2k|	sc_pkcs11_slot_t *slot;
  400|  16.2k|	CK_RV rv;
  401|       |
  402|  16.2k|	if (pReserved != NULL_PTR)
  ------------------
  |  |   27|  16.2k|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (402:6): [True: 0, False: 16.2k]
  ------------------
  403|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  404|       |
  405|  16.2k|#if !defined(_WIN32)
  406|  16.2k|	sc_notify_close();
  407|  16.2k|#endif
  408|       |
  409|  16.2k|	if (context == NULL)
  ------------------
  |  Branch (409:6): [True: 1, False: 16.2k]
  ------------------
  410|      1|		return CKR_CRYPTOKI_NOT_INITIALIZED;
  ------------------
  |  | 1169|      1|#define CKR_CRYPTOKI_NOT_INITIALIZED 0x00000190UL
  ------------------
  411|       |
  412|  16.2k|	rv = sc_pkcs11_lock();
  413|  16.2k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (413:6): [True: 0, False: 16.2k]
  ------------------
  414|      0|		return rv;
  415|       |
  416|  16.2k|	sc_log(context, "C_Finalize()");
  ------------------
  |  |   71|  16.2k|#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|       |
  418|       |	/* cancel pending calls */
  419|  16.2k|	in_finalize = 1;
  420|  16.2k|	sc_cancel(context);
  421|       |	/* remove all cards from readers */
  422|  32.4k|	for (i=0; i < (int)sc_ctx_get_reader_count(context); i++)
  ------------------
  |  Branch (422:12): [True: 16.2k, False: 16.2k]
  ------------------
  423|  16.2k|		card_removed(sc_ctx_get_reader(context, i));
  424|       |
  425|  16.2k|	while ((p = list_fetch(&sessions)))
  ------------------
  |  Branch (425:9): [True: 0, False: 16.2k]
  ------------------
  426|      0|		free(p);
  427|  16.2k|	list_destroy(&sessions);
  428|       |
  429|  32.4k|	while ((slot = list_fetch(&virtual_slots))) {
  ------------------
  |  Branch (429:9): [True: 16.2k, False: 16.2k]
  ------------------
  430|  16.2k|		sc_wait_for_event(context, 0, NULL, NULL, 0, &slot->reader_events);
  431|  16.2k|		list_destroy(&slot->objects);
  432|  16.2k|		list_destroy(&slot->logins);
  433|  16.2k|		free(slot);
  434|  16.2k|	}
  435|  16.2k|	list_destroy(&virtual_slots);
  436|       |
  437|  16.2k|	sc_release_context(context);
  438|  16.2k|	context = NULL;
  439|       |
  440|       |	/* Release and destroy the mutex */
  441|  16.2k|	sc_pkcs11_free_lock();
  442|       |
  443|  16.2k|	return rv;
  444|  16.2k|}
C_InitToken:
  729|    260|{
  730|    260|	struct sc_pkcs11_session *session;
  731|    260|	struct sc_pkcs11_slot *slot;
  732|    260|	unsigned char *label, *cpo;
  733|    260|	CK_RV rv;
  734|    260|	unsigned int i;
  735|       |
  736|       |	/* Strip trailing whitespace and null terminate the label.
  737|       |	 * Keep the fixed-length buffer though as some other layers or drivers (SC-HSM)
  738|       |	 * might expect the length is fixed! */
  739|    260|	label = malloc(33);
  740|    260|	if (label == NULL) {
  ------------------
  |  Branch (740:6): [True: 0, False: 260]
  ------------------
  741|      0|		sc_log(context, "Failed to allocate label memory");
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  742|      0|		return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  743|      0|	}
  744|    260|	memcpy(label, pLabel, 32);
  745|    260|	label[32] = 0;
  746|    260|	cpo = label + 31;
  747|  8.04k|	while ((cpo >= label) && (*cpo == ' ')) {
  ------------------
  |  Branch (747:9): [True: 8.04k, False: 1]
  |  Branch (747:27): [True: 7.78k, False: 259]
  ------------------
  748|  7.78k|		*cpo = 0;
  749|  7.78k|		cpo--;
  750|  7.78k|	}
  751|       |
  752|    260|	sc_log(context, "C_InitToken(pLabel='%s') called", label);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  753|    260|	rv = sc_pkcs11_lock();
  754|    260|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|    260|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (754:6): [True: 0, False: 260]
  ------------------
  755|      0|		free(label);
  756|      0|		return rv;
  757|      0|	}
  758|       |
  759|    260|	rv = slot_get_token(slotID, &slot);
  760|    260|	if (rv != CKR_OK)   {
  ------------------
  |  | 1086|    260|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (760:6): [True: 0, False: 260]
  ------------------
  761|      0|		sc_log(context, "C_InitToken() get token error 0x%lX", 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__
  |  |  ------------------
  ------------------
  762|      0|		goto out;
  763|      0|	}
  764|       |
  765|    260|	if (!slot->p11card || !slot->p11card->framework
  ------------------
  |  Branch (765:6): [True: 0, False: 260]
  |  Branch (765:24): [True: 0, False: 260]
  ------------------
  766|    260|		   || !slot->p11card->framework->init_token) {
  ------------------
  |  Branch (766:9): [True: 0, False: 260]
  ------------------
  767|      0|		sc_log(context, "C_InitToken() not supported by framework");
  ------------------
  |  |   71|      0|#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|      0|		rv = CKR_FUNCTION_NOT_SUPPORTED;
  ------------------
  |  | 1111|      0|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
  769|      0|		goto out;
  770|      0|	}
  771|       |
  772|       |	/* Make sure there's no open session for this token */
  773|    260|	for (i=0; i<list_size(&sessions); i++) {
  ------------------
  |  Branch (773:12): [True: 260, False: 0]
  ------------------
  774|    260|		session = (struct sc_pkcs11_session*)list_get_at(&sessions, i);
  775|    260|		if (session->slot == slot) {
  ------------------
  |  Branch (775:7): [True: 260, False: 0]
  ------------------
  776|    260|			rv = CKR_SESSION_EXISTS;
  ------------------
  |  | 1137|    260|#define CKR_SESSION_EXISTS 0x000000B6UL
  ------------------
  777|    260|			goto out;
  778|    260|		}
  779|    260|	}
  780|       |
  781|      0|	rv = slot->p11card->framework->init_token(slot, slot->fw_data, pPin, ulPinLen, label);
  782|      0|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (782:6): [True: 0, False: 0]
  ------------------
  783|       |		/* Now we should re-bind all tokens so they get the
  784|       |		 * corresponding function vector and flags */
  785|      0|	}
  786|       |
  787|    260|out:
  788|    260|	sc_pkcs11_unlock();
  789|    260|	sc_log(context, "C_InitToken(pLabel='%s') returns 0x%lX", label, rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  790|    260|	free(label);
  791|    260|	return rv;
  792|      0|}
sc_pkcs11_init_lock:
  955|  16.2k|{
  956|  16.2k|	CK_RV rv = CKR_OK;
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  957|       |
  958|  16.2k|	int applock = 0;
  959|  16.2k|	int oslock = 0;
  960|  16.2k|	if (global_lock)
  ------------------
  |  Branch (960:6): [True: 0, False: 16.2k]
  ------------------
  961|      0|		return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  962|       |
  963|       |	/* No CK_C_INITIALIZE_ARGS pointer, no locking */
  964|  16.2k|	if (!args)
  ------------------
  |  Branch (964:6): [True: 16.2k, False: 0]
  ------------------
  965|  16.2k|		return CKR_OK;
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  966|       |
  967|      0|	if (args->pReserved != NULL_PTR)
  ------------------
  |  |   27|      0|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (967:6): [True: 0, False: 0]
  ------------------
  968|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  969|       |
  970|      0|	app_locking = *args;
  971|       |
  972|       |	/* If the app tells us OS locking is okay,
  973|       |	 * use that. Otherwise use the supplied functions.
  974|       |	 */
  975|      0|	global_locking = NULL;
  976|      0|	if (args->CreateMutex && args->DestroyMutex &&
  ------------------
  |  Branch (976:6): [True: 0, False: 0]
  |  Branch (976:27): [True: 0, False: 0]
  ------------------
  977|      0|		   args->LockMutex   && args->UnlockMutex) {
  ------------------
  |  Branch (977:6): [True: 0, False: 0]
  |  Branch (977:27): [True: 0, False: 0]
  ------------------
  978|      0|			applock = 1;
  979|      0|	}
  980|      0|	if ((args->flags & CKF_OS_LOCKING_OK)) {
  ------------------
  |  |  341|      0|#define CKF_OS_LOCKING_OK 0x00000002UL
  ------------------
  |  Branch (980:6): [True: 0, False: 0]
  ------------------
  981|      0|		oslock = 1;
  982|      0|	}
  983|       |
  984|       |	/* Based on PKCS#11 v2.11 11.4 */
  985|      0|	if (applock && oslock) {
  ------------------
  |  Branch (985:6): [True: 0, False: 0]
  |  Branch (985:17): [True: 0, False: 0]
  ------------------
  986|       |		/* Shall be used in threaded environment, prefer app provided locking */
  987|      0|		global_locking = &app_locking;
  988|      0|	} else if (!applock && oslock) {
  ------------------
  |  Branch (988:13): [True: 0, False: 0]
  |  Branch (988:25): [True: 0, False: 0]
  ------------------
  989|       |		/* Shall be used in threaded environment, must use operating system locking */
  990|      0|		global_locking = default_mutex_funcs;
  991|      0|	} else if (applock && !oslock) {
  ------------------
  |  Branch (991:13): [True: 0, False: 0]
  |  Branch (991:24): [True: 0, False: 0]
  ------------------
  992|       |		/* Shall be used in threaded environment, must use app provided locking */
  993|      0|		global_locking = &app_locking;
  994|      0|	} else if (!applock && !oslock) {
  ------------------
  |  Branch (994:13): [True: 0, False: 0]
  |  Branch (994:25): [True: 0, False: 0]
  ------------------
  995|       |		/* Shall not be used in threaded environment, use operating system locking */
  996|      0|		global_locking = default_mutex_funcs;
  997|      0|	}
  998|       |
  999|      0|	if (global_locking != NULL) {
  ------------------
  |  Branch (999:6): [True: 0, False: 0]
  ------------------
 1000|       |		/* create mutex */
 1001|      0|		rv = global_locking->CreateMutex(&global_lock);
 1002|      0|	}
 1003|       |
 1004|      0|	return rv;
 1005|      0|}
sc_pkcs11_lock:
 1008|  59.5k|{
 1009|  59.5k|	if (context == NULL)
  ------------------
  |  Branch (1009:6): [True: 0, False: 59.5k]
  ------------------
 1010|      0|		return CKR_CRYPTOKI_NOT_INITIALIZED;
  ------------------
  |  | 1169|      0|#define CKR_CRYPTOKI_NOT_INITIALIZED 0x00000190UL
  ------------------
 1011|       |
 1012|  59.5k|	if (!global_lock)
  ------------------
  |  Branch (1012:6): [True: 59.5k, False: 0]
  ------------------
 1013|  59.5k|		return CKR_OK;
  ------------------
  |  | 1086|  59.5k|#define CKR_OK 0x00000000UL
  ------------------
 1014|      0|	if (global_locking)  {
  ------------------
  |  Branch (1014:6): [True: 0, False: 0]
  ------------------
 1015|      0|		while (global_locking->LockMutex(global_lock) != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1015:10): [True: 0, False: 0]
  ------------------
 1016|      0|			;
 1017|      0|	}
 1018|       |
 1019|      0|	return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
 1020|  59.5k|}
sc_pkcs11_unlock:
 1034|  43.3k|{
 1035|  43.3k|	__sc_pkcs11_unlock(global_lock);
 1036|  43.3k|}
sc_pkcs11_free_lock:
 1043|  16.2k|{
 1044|  16.2k|	void	*tempLock;
 1045|       |
 1046|  16.2k|	if (!(tempLock = global_lock))
  ------------------
  |  Branch (1046:6): [True: 16.2k, False: 0]
  ------------------
 1047|  16.2k|		return;
 1048|       |
 1049|       |	/* Clear the global lock pointer - once we've
 1050|       |	 * unlocked the mutex it's as good as gone */
 1051|      0|	global_lock = NULL;
 1052|       |
 1053|       |	/* Now unlock. On SMP machines the synchronization
 1054|       |	 * primitives should take care of flushing out
 1055|       |	 * all changed data to RAM */
 1056|      0|	__sc_pkcs11_unlock(tempLock);
 1057|       |
 1058|      0|	if (global_locking)
  ------------------
  |  Branch (1058:6): [True: 0, False: 0]
  ------------------
 1059|      0|		global_locking->DestroyMutex(tempLock);
 1060|       |	global_locking = NULL;
 1061|      0|}
pkcs11-global.c:sc_create_mutex:
  175|  32.4k|{
  176|  32.4k|	if (global_locking == NULL)
  ------------------
  |  Branch (176:6): [True: 32.4k, False: 0]
  ------------------
  177|  32.4k|		return SC_SUCCESS;
  ------------------
  |  |   28|  32.4k|#define SC_SUCCESS				0
  ------------------
  178|      0|	if (global_locking->CreateMutex(m) == CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (178:6): [True: 0, False: 0]
  ------------------
  179|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  180|      0|	else
  181|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  182|      0|}
pkcs11-global.c:sc_lock_mutex:
  185|  1.31M|{
  186|  1.31M|	if (global_locking == NULL)
  ------------------
  |  Branch (186:6): [True: 1.31M, False: 0]
  ------------------
  187|  1.31M|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.31M|#define SC_SUCCESS				0
  ------------------
  188|      0|	if (global_locking->LockMutex(m) == CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (188:6): [True: 0, False: 0]
  ------------------
  189|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  190|      0|	else
  191|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  192|      0|}
pkcs11-global.c:sc_unlock_mutex:
  195|  1.31M|{
  196|  1.31M|	if (global_locking == NULL)
  ------------------
  |  Branch (196:6): [True: 1.31M, False: 0]
  ------------------
  197|  1.31M|		return SC_SUCCESS;
  ------------------
  |  |   28|  1.31M|#define SC_SUCCESS				0
  ------------------
  198|      0|	if (global_locking->UnlockMutex(m) == CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (198:6): [True: 0, False: 0]
  ------------------
  199|      0|		return SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  200|      0|	else
  201|      0|		return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
  202|       |
  203|      0|}
pkcs11-global.c:session_list_seeker:
  221|  28.3k|static int session_list_seeker(const void *el, const void *key) {
  222|  28.3k|	const struct sc_pkcs11_session *session = (struct sc_pkcs11_session *)el;
  223|  28.3k|	if ((el == NULL) || (key == NULL))
  ------------------
  |  Branch (223:6): [True: 0, False: 28.3k]
  |  Branch (223:22): [True: 0, False: 28.3k]
  ------------------
  224|      0|		return 0;
  225|  28.3k|	if (session->handle == *(CK_SESSION_HANDLE*)key)
  ------------------
  |  Branch (225:6): [True: 28.3k, False: 0]
  ------------------
  226|  28.3k|		return 1;
  227|      0|	return 0;
  228|  28.3k|}
pkcs11-global.c:slot_list_seeker:
  229|  30.0k|static int slot_list_seeker(const void *el, const void *key) {
  230|  30.0k|	const struct sc_pkcs11_slot *slot = (struct sc_pkcs11_slot *)el;
  231|  30.0k|	if ((el == NULL) || (key == NULL))
  ------------------
  |  Branch (231:6): [True: 0, False: 30.0k]
  |  Branch (231:22): [True: 0, False: 30.0k]
  ------------------
  232|      0|		return 0;
  233|  30.0k|	if (slot->id == *(CK_SLOT_ID *)key)
  ------------------
  |  Branch (233:6): [True: 30.0k, False: 0]
  ------------------
  234|  30.0k|		return 1;
  235|      0|	return 0;
  236|  30.0k|}
pkcs11-global.c:__sc_pkcs11_unlock:
 1024|  43.3k|{
 1025|  43.3k|	if (!lock)
  ------------------
  |  Branch (1025:6): [True: 43.3k, False: 0]
  ------------------
 1026|  43.3k|		return;
 1027|      0|	if (global_locking) {
  ------------------
  |  Branch (1027:6): [True: 0, False: 0]
  ------------------
 1028|      0|		while (global_locking->UnlockMutex(lock) != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1028:10): [True: 0, False: 0]
  ------------------
 1029|      0|			;
 1030|      0|	}
 1031|      0|}

C_CreateObject:
  160|    315|{
  161|    315|	return sc_create_object_int(hSession, pTemplate, ulCount, phObject, 1);
  162|    315|}
C_FindObjectsInit:
  354|  1.52k|{
  355|  1.52k|	CK_RV rv;
  356|  1.52k|	CK_BBOOL is_private = TRUE;
  ------------------
  |  |   51|  1.52k|#define TRUE 1
  ------------------
  357|  1.52k|	CK_ATTRIBUTE private_attribute = { CKA_PRIVATE, &is_private, sizeof(is_private) };
  ------------------
  |  |  139|  1.52k|#define CKA_PRIVATE 0x00000002UL
  ------------------
  358|  1.52k|	int match, hide_private;
  359|  1.52k|	unsigned int i, j;
  360|  1.52k|	struct sc_pkcs11_session *session;
  361|  1.52k|	struct sc_pkcs11_object *object;
  362|  1.52k|	struct sc_pkcs11_find_operation *operation;
  363|  1.52k|	struct sc_pkcs11_slot *slot;
  364|  1.52k|	struct sc_pkcs11_operation *op = NULL;
  365|       |
  366|  1.52k|	if (pTemplate == NULL_PTR && ulCount > 0)
  ------------------
  |  |   27|  3.05k|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (366:6): [True: 0, False: 1.52k]
  |  Branch (366:31): [True: 0, False: 0]
  ------------------
  367|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  368|       |
  369|  1.52k|	rv = sc_pkcs11_lock();
  370|  1.52k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (370:6): [True: 0, False: 1.52k]
  ------------------
  371|      0|		return rv;
  372|       |
  373|  1.52k|	rv = get_session(hSession, &session);
  374|  1.52k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (374:6): [True: 0, False: 1.52k]
  ------------------
  375|      0|		goto out;
  376|       |
  377|  1.52k|	sc_log(context, "C_FindObjectsInit(slot = %lu)\n", session->slot->id);
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  378|  1.52k|	dump_template(SC_LOG_DEBUG_NORMAL, "C_FindObjectsInit()", pTemplate, ulCount);
  ------------------
  |  |  411|  1.52k|		sc_pkcs11_print_attrs(level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  412|  1.52k|				info, pTemplate, ulCount)
  ------------------
  379|       |
  380|  1.52k|	rv = session_start_operation(session, SC_PKCS11_OPERATION_FIND,
  381|  1.52k|				     &find_mechanism, &op);
  382|  1.52k|	operation = (struct sc_pkcs11_find_operation *) op;
  383|  1.52k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (383:6): [True: 0, False: 1.52k]
  ------------------
  384|      0|		goto out;
  385|       |
  386|  1.52k|	operation->current_handle = 0;
  387|  1.52k|	operation->num_handles = 0;
  388|  1.52k|	operation->allocated_handles = 0;
  389|  1.52k|	operation->handles = NULL;
  390|  1.52k|	slot = session->slot;
  391|       |
  392|       |	/* Check whether we should hide private objects */
  393|  1.52k|	hide_private = 0;
  394|  1.52k|	if ((slot->login_user == -1) && (slot->token_info.flags & CKF_LOGIN_REQUIRED))
  ------------------
  |  |  414|    775|#define CKF_LOGIN_REQUIRED 0x00000004UL
  ------------------
  |  Branch (394:6): [True: 775, False: 752]
  |  Branch (394:34): [True: 605, False: 170]
  ------------------
  395|    605|		hide_private = 1;
  396|       |
  397|       |	/* For each object in token do */
  398|  19.8k|	for (i=0; i<list_size(&slot->objects); i++) {
  ------------------
  |  Branch (398:12): [True: 18.2k, False: 1.52k]
  ------------------
  399|  18.2k|		object = (struct sc_pkcs11_object *)list_get_at(&slot->objects, i);
  400|  18.2k|		sc_log(context, "Object with handle 0x%lx", object->handle);
  ------------------
  |  |   71|  18.2k|#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|       |
  402|       |		/* User not logged in and private object? */
  403|  18.2k|		if (hide_private) {
  ------------------
  |  Branch (403:7): [True: 14.9k, False: 3.32k]
  ------------------
  404|  14.9k|			if (object->ops->get_attribute(session, object, &private_attribute) != CKR_OK)
  ------------------
  |  | 1086|  14.9k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (404:8): [True: 0, False: 14.9k]
  ------------------
  405|      0|			        continue;
  406|  14.9k|			if (is_private) {
  ------------------
  |  Branch (406:8): [True: 3.15k, False: 11.8k]
  ------------------
  407|  3.15k|				sc_log(context,
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  408|  3.15k|				       "Object %lu/%lu: Private object and not logged in.",
  409|  3.15k|				       slot->id, object->handle);
  410|  3.15k|				continue;
  411|  3.15k|			}
  412|  14.9k|		}
  413|       |
  414|       |		/* Try to match every attribute */
  415|  15.1k|		match = 1;
  416|  17.8k|		for (j = 0; j < ulCount; j++) {
  ------------------
  |  Branch (416:15): [True: 16.8k, False: 1.03k]
  ------------------
  417|  16.8k|			rv = object->ops->cmp_attribute(session, object, &pTemplate[j]);
  418|  16.8k|			if (rv == 0) {
  ------------------
  |  Branch (418:8): [True: 14.1k, False: 2.69k]
  ------------------
  419|  14.1k|				sc_log(context,
  ------------------
  |  |   71|  14.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__
  |  |  ------------------
  ------------------
  420|  14.1k|				       "Object %lu/%lu: Attribute 0x%lx does NOT match.",
  421|  14.1k|				       slot->id, object->handle, pTemplate[j].type);
  422|  14.1k|				match = 0;
  423|  14.1k|				break;
  424|  14.1k|			}
  425|       |
  426|  2.69k|			if (context->debug >= 4) {
  ------------------
  |  Branch (426:8): [True: 0, False: 2.69k]
  ------------------
  427|      0|				sc_log(context,
  ------------------
  |  |   71|      0|#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|      0|				       "Object %lu/%lu: Attribute 0x%lx matches.",
  429|      0|				       slot->id, object->handle, pTemplate[j].type);
  430|      0|			}
  431|  2.69k|		}
  432|       |
  433|  15.1k|		if (match) {
  ------------------
  |  Branch (433:7): [True: 1.03k, False: 14.1k]
  ------------------
  434|  1.03k|			sc_log(context, "Object %lu/%lu matches\n", slot->id,
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  435|  1.03k|			       object->handle);
  436|       |			/* Realloc handles - remove restriction on only 32 matching objects -dee */
  437|  1.03k|			if (operation->num_handles >= operation->allocated_handles) {
  ------------------
  |  Branch (437:8): [True: 726, False: 309]
  ------------------
  438|    726|				operation->allocated_handles += SC_PKCS11_FIND_INC_HANDLES;
  ------------------
  |  |  370|    726|#define SC_PKCS11_FIND_INC_HANDLES	32
  ------------------
  439|    726|				sc_log(context, "realloc for %d handles", operation->allocated_handles);
  ------------------
  |  |   71|    726|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  440|    726|				operation->handles = realloc(operation->handles,
  441|    726|					sizeof(CK_OBJECT_HANDLE) * operation->allocated_handles);
  442|    726|				if (operation->handles == NULL) {
  ------------------
  |  Branch (442:9): [True: 0, False: 726]
  ------------------
  443|      0|					rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  444|      0|					goto out;
  445|      0|				}
  446|    726|			}
  447|  1.03k|			operation->handles[operation->num_handles++] = object->handle;
  448|  1.03k|		}
  449|  15.1k|	}
  450|  1.52k|	rv = CKR_OK;
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  451|       |
  452|  1.52k|	sc_log(context, "%d matching objects\n", operation->num_handles);
  ------------------
  |  |   71|  1.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__
  |  |  ------------------
  ------------------
  453|       |
  454|  1.52k|out:
  455|  1.52k|	sc_pkcs11_unlock();
  456|  1.52k|	return rv;
  457|  1.52k|}
C_FindObjects:
  465|  1.52k|{
  466|  1.52k|	CK_RV rv;
  467|  1.52k|	CK_ULONG to_return;
  468|  1.52k|	struct sc_pkcs11_session *session;
  469|  1.52k|	struct sc_pkcs11_find_operation *operation;
  470|  1.52k|	struct sc_pkcs11_operation *op = NULL;
  471|       |
  472|  1.52k|	if (phObject == NULL_PTR || ulMaxObjectCount == 0 || pulObjectCount == NULL_PTR)
  ------------------
  |  |   27|  3.05k|#define NULL_PTR ((void *)0)
  ------------------
              	if (phObject == NULL_PTR || ulMaxObjectCount == 0 || pulObjectCount == NULL_PTR)
  ------------------
  |  |   27|  1.52k|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (472:6): [True: 0, False: 1.52k]
  |  Branch (472:30): [True: 0, False: 1.52k]
  |  Branch (472:55): [True: 0, False: 1.52k]
  ------------------
  473|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  474|       |
  475|  1.52k|	rv = sc_pkcs11_lock();
  476|  1.52k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (476:6): [True: 0, False: 1.52k]
  ------------------
  477|      0|		return rv;
  478|       |
  479|  1.52k|	rv = get_session(hSession, &session);
  480|  1.52k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (480:6): [True: 0, False: 1.52k]
  ------------------
  481|      0|		goto out;
  482|       |
  483|  1.52k|	rv = session_get_operation(session, SC_PKCS11_OPERATION_FIND, &op);
  484|  1.52k|	operation = (struct sc_pkcs11_find_operation *) op;
  485|  1.52k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (485:6): [True: 0, False: 1.52k]
  ------------------
  486|      0|		goto out;
  487|       |
  488|  1.52k|	to_return = (CK_ULONG) operation->num_handles - operation->current_handle;
  489|  1.52k|	if (to_return > ulMaxObjectCount)
  ------------------
  |  Branch (489:6): [True: 105, False: 1.42k]
  ------------------
  490|    105|		to_return = ulMaxObjectCount;
  491|       |
  492|  1.52k|	*pulObjectCount = to_return;
  493|       |
  494|  1.52k|	memcpy(phObject, &operation->handles[operation->current_handle], to_return * sizeof(CK_OBJECT_HANDLE));
  495|       |
  496|  1.52k|	operation->current_handle += to_return;
  497|       |
  498|  1.52k|out:	sc_pkcs11_unlock();
  499|  1.52k|	return rv;
  500|  1.52k|}
C_FindObjectsFinal:
  505|  1.52k|{
  506|  1.52k|	CK_RV rv;
  507|  1.52k|	struct sc_pkcs11_session *session;
  508|       |
  509|  1.52k|	rv = sc_pkcs11_lock();
  510|  1.52k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (510:6): [True: 0, False: 1.52k]
  ------------------
  511|      0|		return rv;
  512|       |
  513|  1.52k|	rv = get_session(hSession, &session);
  514|  1.52k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (514:6): [True: 0, False: 1.52k]
  ------------------
  515|      0|		goto out;
  516|       |
  517|  1.52k|	rv = session_get_operation(session, SC_PKCS11_OPERATION_FIND, NULL);
  518|  1.52k|	if (rv == CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (518:6): [True: 1.52k, False: 0]
  ------------------
  519|  1.52k|		session_stop_operation(session, SC_PKCS11_OPERATION_FIND);
  520|       |
  521|  1.52k|out:	sc_pkcs11_unlock();
  522|  1.52k|	return rv;
  523|  1.52k|}
C_DigestInit:
  532|    260|{
  533|    260|	CK_RV rv;
  534|    260|	struct sc_pkcs11_session *session;
  535|       |
  536|    260|	if (pMechanism == NULL_PTR)
  ------------------
  |  |   27|    260|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (536:6): [True: 0, False: 260]
  ------------------
  537|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  538|       |
  539|    260|	rv = sc_pkcs11_lock();
  540|    260|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    260|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (540:6): [True: 0, False: 260]
  ------------------
  541|      0|		return rv;
  542|       |
  543|    260|	sc_log(context, "C_DigestInit(hSession=0x%lx)", hSession);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  544|    260|	rv = get_session(hSession, &session);
  545|    260|	if (rv == CKR_OK)
  ------------------
  |  | 1086|    260|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (545:6): [True: 260, False: 0]
  ------------------
  546|    260|		rv = sc_pkcs11_md_init(session, pMechanism);
  547|       |
  548|       |	SC_LOG_RV("C_DigestInit() = %s", rv);
  ------------------
  |  |  237|    260|#define SC_LOG_RV(fmt, rv)\
  |  |  238|    260|do {\
  |  |  239|    260|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|    260|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 260, False: 0]
  |  |  ------------------
  |  |  241|    260|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  242|    260|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|    260|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 260]
  |  |  ------------------
  ------------------
  549|    260|	sc_pkcs11_unlock();
  550|    260|	return rv;
  551|    260|}
C_Digest:
  560|      1|{
  561|      1|	CK_RV rv;
  562|      1|	struct sc_pkcs11_session *session;
  563|      1|	CK_ULONG  ulBuflen = 0;
  564|       |
  565|      1|	rv = sc_pkcs11_lock();
  566|      1|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      1|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (566:6): [True: 0, False: 1]
  ------------------
  567|      0|		return rv;
  568|       |
  569|      1|	sc_log(context, "C_Digest(hSession=0x%lx)", hSession);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  570|      1|	rv = get_session(hSession, &session);
  571|      1|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      1|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (571:6): [True: 0, False: 1]
  ------------------
  572|      0|		goto out;
  573|       |
  574|       |	/* if pDigest == NULL, buffer size request */
  575|      1|	if (pDigest) {
  ------------------
  |  Branch (575:6): [True: 1, False: 0]
  ------------------
  576|       |	    /* As per PKCS#11 2.20 we need to check if buffer too small before update */
  577|      1|	    rv = sc_pkcs11_md_final(session, NULL, &ulBuflen);
  578|      1|	    if (rv != CKR_OK)
  ------------------
  |  | 1086|      1|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (578:10): [True: 0, False: 1]
  ------------------
  579|      0|		goto out;
  580|       |
  581|      1|	    if (ulBuflen > *pulDigestLen) {
  ------------------
  |  Branch (581:10): [True: 0, False: 1]
  ------------------
  582|      0|	        *pulDigestLen = ulBuflen;
  583|      0|		rv = CKR_BUFFER_TOO_SMALL;
  ------------------
  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
  584|      0|		goto out;
  585|      0|	    }
  586|       |
  587|      1|	    rv = sc_pkcs11_md_update(session, pData, ulDataLen);
  588|      1|	}
  589|      1|	if (rv == CKR_OK)
  ------------------
  |  | 1086|      1|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (589:6): [True: 1, False: 0]
  ------------------
  590|      1|		rv = sc_pkcs11_md_final(session, pDigest, pulDigestLen);
  591|       |
  592|      1|out:
  593|       |	SC_LOG_RV("C_Digest = %s", rv);
  ------------------
  |  |  237|      1|#define SC_LOG_RV(fmt, rv)\
  |  |  238|      1|do {\
  |  |  239|      1|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|      1|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 1, False: 0]
  |  |  ------------------
  |  |  241|      1|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  242|      1|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|      1|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 1]
  |  |  ------------------
  ------------------
  594|      1|	sc_pkcs11_unlock();
  595|      1|	return rv;
  596|      1|}
C_DigestUpdate:
  603|    173|{
  604|    173|	CK_RV rv;
  605|    173|	struct sc_pkcs11_session *session;
  606|       |
  607|    173|	rv = sc_pkcs11_lock();
  608|    173|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    173|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (608:6): [True: 0, False: 173]
  ------------------
  609|      0|		return rv;
  610|       |
  611|    173|	rv = get_session(hSession, &session);
  612|    173|	if (rv == CKR_OK)
  ------------------
  |  | 1086|    173|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (612:6): [True: 173, False: 0]
  ------------------
  613|    173|		rv = sc_pkcs11_md_update(session, pPart, ulPartLen);
  614|       |
  615|       |	SC_LOG_RV("C_DigestUpdate() = %s", rv);
  ------------------
  |  |  237|    173|#define SC_LOG_RV(fmt, rv)\
  |  |  238|    173|do {\
  |  |  239|    173|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|    173|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 173, False: 0]
  |  |  ------------------
  |  |  241|    173|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   71|    173|#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|    173|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|    173|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 173]
  |  |  ------------------
  ------------------
  616|    173|	sc_pkcs11_unlock();
  617|    173|	return rv;
  618|    173|}
C_DigestFinal:
  633|      9|{
  634|      9|	CK_RV rv;
  635|      9|	struct sc_pkcs11_session *session;
  636|       |
  637|      9|	rv = sc_pkcs11_lock();
  638|      9|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      9|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (638:6): [True: 0, False: 9]
  ------------------
  639|      0|		return rv;
  640|       |
  641|      9|	rv = get_session(hSession, &session);
  642|      9|	if (rv == CKR_OK)
  ------------------
  |  | 1086|      9|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (642:6): [True: 9, False: 0]
  ------------------
  643|      9|		rv = sc_pkcs11_md_final(session, pDigest, pulDigestLen);
  644|       |
  645|       |	SC_LOG_RV("C_DigestFinal() = %s", rv);
  ------------------
  |  |  237|      9|#define SC_LOG_RV(fmt, rv)\
  |  |  238|      9|do {\
  |  |  239|      9|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|      9|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 9, False: 0]
  |  |  ------------------
  |  |  241|      9|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  242|      9|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|      9|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 9]
  |  |  ------------------
  ------------------
  646|      9|	sc_pkcs11_unlock();
  647|      9|	return rv;
  648|      9|}
C_SignInit:
  655|    446|{
  656|    446|	CK_BBOOL can_sign;
  657|    446|	CK_KEY_TYPE key_type;
  658|    446|	CK_ATTRIBUTE sign_attribute = { CKA_SIGN, &can_sign, sizeof(can_sign) };
  ------------------
  |  |  167|    446|#define CKA_SIGN 0x00000108UL
  ------------------
  659|    446|	CK_ATTRIBUTE key_type_attr = { CKA_KEY_TYPE, &key_type, sizeof(key_type) };
  ------------------
  |  |  159|    446|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  660|    446|	struct sc_pkcs11_session *session;
  661|    446|	struct sc_pkcs11_object *object;
  662|    446|	CK_RV rv;
  663|       |
  664|    446|	if (pMechanism == NULL_PTR)
  ------------------
  |  |   27|    446|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (664:6): [True: 0, False: 446]
  ------------------
  665|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  666|       |
  667|    446|	rv = sc_pkcs11_lock();
  668|    446|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    446|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (668:6): [True: 0, False: 446]
  ------------------
  669|      0|		return rv;
  670|       |
  671|    446|	rv = get_object_from_session(hSession, hKey, &session, &object);
  672|    446|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|    446|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (672:6): [True: 174, False: 272]
  ------------------
  673|    174|		if (rv == CKR_OBJECT_HANDLE_INVALID)
  ------------------
  |  | 1124|    174|#define CKR_OBJECT_HANDLE_INVALID 0x00000082UL
  ------------------
  |  Branch (673:7): [True: 174, False: 0]
  ------------------
  674|    174|			rv = CKR_KEY_HANDLE_INVALID;
  ------------------
  |  | 1112|    174|#define CKR_KEY_HANDLE_INVALID 0x00000060UL
  ------------------
  675|    174|		goto out;
  676|    174|	}
  677|       |
  678|    272|	if (object->ops->sign == NULL_PTR) {
  ------------------
  |  |   27|    272|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (678:6): [True: 0, False: 272]
  ------------------
  679|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  680|      0|		goto out;
  681|      0|	}
  682|       |
  683|    272|	rv = object->ops->get_attribute(session, object, &sign_attribute);
  684|    272|	if (rv != CKR_OK || !can_sign) {
  ------------------
  |  | 1086|    544|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (684:6): [True: 0, False: 272]
  |  Branch (684:22): [True: 3, False: 269]
  ------------------
  685|      3|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      3|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  686|      3|		goto out;
  687|      3|	}
  688|    269|	rv = object->ops->get_attribute(session, object, &key_type_attr);
  689|    269|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|    269|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (689:6): [True: 0, False: 269]
  ------------------
  690|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  691|      0|		goto out;
  692|      0|	}
  693|       |
  694|    269|	rv = sc_pkcs11_sign_init(session, pMechanism, object, key_type);
  695|       |
  696|    446|out:
  697|       |	SC_LOG_RV("C_SignInit() = %s", rv);
  ------------------
  |  |  237|    446|#define SC_LOG_RV(fmt, rv)\
  |  |  238|    446|do {\
  |  |  239|    446|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|    446|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 446, False: 0]
  |  |  ------------------
  |  |  241|    446|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   71|    446|#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|    446|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|    446|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 446]
  |  |  ------------------
  ------------------
  698|    446|	sc_pkcs11_unlock();
  699|    446|	return rv;
  700|    269|}
C_Sign:
  709|    246|{
  710|    246|	CK_RV rv;
  711|    246|	struct sc_pkcs11_session *session;
  712|    246|	CK_ULONG length;
  713|       |
  714|    246|	rv = sc_pkcs11_lock();
  715|    246|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    246|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (715:6): [True: 0, False: 246]
  ------------------
  716|      0|		return rv;
  717|       |
  718|    246|	rv = get_session(hSession, &session);
  719|    246|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    246|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (719:6): [True: 0, False: 246]
  ------------------
  720|      0|		goto out;
  721|       |
  722|       |	/* According to the pkcs11 specs, we must not do any calls that
  723|       |	 * change our crypto state if the caller is just asking for the
  724|       |	 * signature buffer size, or if the result would be
  725|       |	 * CKR_BUFFER_TOO_SMALL. Thus we cannot do the sign_update call
  726|       |	 * below. */
  727|    246|	if ((rv = sc_pkcs11_sign_size(session, &length)) != CKR_OK)
  ------------------
  |  | 1086|    246|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (727:6): [True: 0, False: 246]
  ------------------
  728|      0|		goto out;
  729|       |
  730|    246|	if (pSignature == NULL || length > *pulSignatureLen) {
  ------------------
  |  Branch (730:6): [True: 0, False: 246]
  |  Branch (730:28): [True: 0, False: 246]
  ------------------
  731|      0|		*pulSignatureLen = length;
  732|      0|		rv = pSignature ? CKR_BUFFER_TOO_SMALL : CKR_OK;
  ------------------
  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
              		rv = pSignature ? CKR_BUFFER_TOO_SMALL : CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (732:8): [True: 0, False: 0]
  ------------------
  733|      0|		goto out;
  734|      0|	}
  735|       |
  736|    246|	rv = sc_pkcs11_sign_update(session, pData, ulDataLen);
  737|    246|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|    246|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (737:6): [True: 246, False: 0]
  ------------------
  738|    246|		rv = restore_login_state(session->slot);
  739|    246|		if (rv == CKR_OK)
  ------------------
  |  | 1086|    246|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (739:7): [True: 246, False: 0]
  ------------------
  740|    246|			rv = sc_pkcs11_sign_final(session, pSignature, pulSignatureLen);
  741|    246|		rv = reset_login_state(session->slot, rv);
  742|    246|	}
  743|       |
  744|    246|out:
  745|       |	SC_LOG_RV("C_Sign() = %s", rv);
  ------------------
  |  |  237|    246|#define SC_LOG_RV(fmt, rv)\
  |  |  238|    246|do {\
  |  |  239|    246|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|    246|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 246, False: 0]
  |  |  ------------------
  |  |  241|    246|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   71|    246|#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|    246|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|    246|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 246]
  |  |  ------------------
  ------------------
  746|    246|	sc_pkcs11_unlock();
  747|    246|	return rv;
  748|    246|}
C_SignUpdate:
  755|     14|{
  756|     14|	CK_RV rv;
  757|     14|	struct sc_pkcs11_session *session;
  758|       |
  759|     14|	rv = sc_pkcs11_lock();
  760|     14|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     14|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (760:6): [True: 0, False: 14]
  ------------------
  761|      0|		return rv;
  762|       |
  763|     14|	rv = get_session(hSession, &session);
  764|     14|	if (rv == CKR_OK)
  ------------------
  |  | 1086|     14|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (764:6): [True: 14, False: 0]
  ------------------
  765|     14|		rv = sc_pkcs11_sign_update(session, pPart, ulPartLen);
  766|       |
  767|       |	SC_LOG_RV("C_SignUpdate() = %s", rv);
  ------------------
  |  |  237|     14|#define SC_LOG_RV(fmt, rv)\
  |  |  238|     14|do {\
  |  |  239|     14|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|     14|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 14, False: 0]
  |  |  ------------------
  |  |  241|     14|                sc_log(context, (fmt), 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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  242|     14|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|     14|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 14]
  |  |  ------------------
  ------------------
  768|     14|	sc_pkcs11_unlock();
  769|     14|	return rv;
  770|     14|}
C_SignFinal:
  777|      4|{
  778|      4|	struct sc_pkcs11_session *session;
  779|      4|	CK_ULONG length;
  780|      4|	CK_RV rv;
  781|       |
  782|      4|	rv = sc_pkcs11_lock();
  783|      4|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      4|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (783:6): [True: 0, False: 4]
  ------------------
  784|      0|		return rv;
  785|       |
  786|      4|	rv = get_session(hSession, &session);
  787|      4|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      4|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (787:6): [True: 0, False: 4]
  ------------------
  788|      0|		goto out;
  789|       |
  790|       |	/* According to the pkcs11 specs, we must not do any calls that
  791|       |	 * change our crypto state if the caller is just asking for the
  792|       |	 * signature buffer size, or if the result would be
  793|       |	 * CKR_BUFFER_TOO_SMALL.
  794|       |	 */
  795|      4|	if ((rv = sc_pkcs11_sign_size(session, &length)) != CKR_OK)
  ------------------
  |  | 1086|      4|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (795:6): [True: 0, False: 4]
  ------------------
  796|      0|		goto out;
  797|       |
  798|      4|	if (pSignature == NULL || length > *pulSignatureLen) {
  ------------------
  |  Branch (798:6): [True: 0, False: 4]
  |  Branch (798:28): [True: 0, False: 4]
  ------------------
  799|      0|		*pulSignatureLen = length;
  800|      0|		rv = pSignature ? CKR_BUFFER_TOO_SMALL : CKR_OK;
  ------------------
  |  | 1165|      0|#define CKR_BUFFER_TOO_SMALL 0x00000150UL
  ------------------
              		rv = pSignature ? CKR_BUFFER_TOO_SMALL : CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (800:8): [True: 0, False: 0]
  ------------------
  801|      4|	} else {
  802|      4|		rv = restore_login_state(session->slot);
  803|      4|		if (rv == CKR_OK)
  ------------------
  |  | 1086|      4|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (803:7): [True: 4, False: 0]
  ------------------
  804|      4|			rv = sc_pkcs11_sign_final(session, pSignature, pulSignatureLen);
  805|      4|		rv = reset_login_state(session->slot, rv);
  806|      4|	}
  807|       |
  808|      4|out:
  809|       |	SC_LOG_RV("C_SignFinal() = %s", rv);
  ------------------
  |  |  237|      4|#define SC_LOG_RV(fmt, rv)\
  |  |  238|      4|do {\
  |  |  239|      4|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|      4|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 4, False: 0]
  |  |  ------------------
  |  |  241|      4|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  242|      4|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|      4|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 4]
  |  |  ------------------
  ------------------
  810|      4|	sc_pkcs11_unlock();
  811|      4|	return rv;
  812|      4|}
C_DecryptInit:
  961|    367|{				/* handle of the decryption key */
  962|    367|	CK_BBOOL can_decrypt, can_unwrap;
  963|    367|	CK_KEY_TYPE key_type;
  964|    367|	CK_ATTRIBUTE decrypt_attribute = { CKA_DECRYPT,	&can_decrypt,	sizeof(can_decrypt) };
  ------------------
  |  |  164|    367|#define CKA_DECRYPT 0x00000105UL
  ------------------
  965|    367|	CK_ATTRIBUTE key_type_attr = { CKA_KEY_TYPE,	&key_type,	sizeof(key_type) };
  ------------------
  |  |  159|    367|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
  966|    367|	CK_ATTRIBUTE unwrap_attribute = { CKA_UNWRAP,	&can_unwrap,	sizeof(can_unwrap) };
  ------------------
  |  |  166|    367|#define CKA_UNWRAP 0x00000107UL
  ------------------
  967|    367|	struct sc_pkcs11_session *session;
  968|    367|	struct sc_pkcs11_object *object;
  969|    367|	CK_RV rv;
  970|       |
  971|    367|	if (pMechanism == NULL_PTR)
  ------------------
  |  |   27|    367|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (971:6): [True: 0, False: 367]
  ------------------
  972|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  973|       |
  974|    367|	rv = sc_pkcs11_lock();
  975|    367|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    367|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (975:6): [True: 0, False: 367]
  ------------------
  976|      0|		return rv;
  977|       |
  978|    367|	rv = get_object_from_session(hSession, hKey, &session, &object);
  979|    367|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|    367|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (979:6): [True: 0, False: 367]
  ------------------
  980|      0|		if (rv == CKR_OBJECT_HANDLE_INVALID)
  ------------------
  |  | 1124|      0|#define CKR_OBJECT_HANDLE_INVALID 0x00000082UL
  ------------------
  |  Branch (980:7): [True: 0, False: 0]
  ------------------
  981|      0|			rv = CKR_KEY_HANDLE_INVALID;
  ------------------
  |  | 1112|      0|#define CKR_KEY_HANDLE_INVALID 0x00000060UL
  ------------------
  982|      0|		goto out;
  983|      0|	}
  984|       |
  985|    367|	if (object->ops->decrypt == NULL_PTR) {
  ------------------
  |  |   27|    367|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (985:6): [True: 0, False: 367]
  ------------------
  986|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  987|      0|		goto out;
  988|      0|	}
  989|       |
  990|    367|	rv = object->ops->get_attribute(session, object, &decrypt_attribute);
  991|    367|	if (rv != CKR_OK || !can_decrypt) {
  ------------------
  |  | 1086|    734|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (991:6): [True: 0, False: 367]
  |  Branch (991:22): [True: 121, False: 246]
  ------------------
  992|       |		/* Also accept UNWRAP - apps call Decrypt when they mean Unwrap */
  993|    121|		rv = object->ops->get_attribute(session, object, &unwrap_attribute);
  994|    121|		if (rv != CKR_OK || !can_unwrap) {
  ------------------
  |  | 1086|    242|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (994:7): [True: 0, False: 121]
  |  Branch (994:23): [True: 115, False: 6]
  ------------------
  995|    115|			rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|    115|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
  996|    115|			goto out;
  997|    115|		}
  998|    121|	}
  999|    252|	rv = object->ops->get_attribute(session, object, &key_type_attr);
 1000|    252|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|    252|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1000:6): [True: 0, False: 252]
  ------------------
 1001|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1002|      0|		goto out;
 1003|      0|	}
 1004|       |
 1005|    252|	rv = sc_pkcs11_decr_init(session, pMechanism, object, key_type);
 1006|       |
 1007|    367|out:
 1008|       |	SC_LOG_RV("C_DecryptInit() = %s", rv);
  ------------------
  |  |  237|    367|#define SC_LOG_RV(fmt, rv)\
  |  |  238|    367|do {\
  |  |  239|    367|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|    367|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 367, False: 0]
  |  |  ------------------
  |  |  241|    367|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   71|    367|#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|    367|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|    367|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 367]
  |  |  ------------------
  ------------------
 1009|    367|	sc_pkcs11_unlock();
 1010|    367|	return rv;
 1011|    252|}
C_Decrypt:
 1019|    203|{
 1020|    203|	CK_RV rv;
 1021|    203|	struct sc_pkcs11_session *session;
 1022|       |
 1023|    203|	rv = sc_pkcs11_lock();
 1024|    203|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    203|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1024:6): [True: 0, False: 203]
  ------------------
 1025|      0|		return rv;
 1026|       |
 1027|    203|	rv = get_session(hSession, &session);
 1028|    203|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|    203|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1028:6): [True: 203, False: 0]
  ------------------
 1029|    203|		rv = restore_login_state(session->slot);
 1030|    203|		if (rv == CKR_OK) {
  ------------------
  |  | 1086|    203|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1030:7): [True: 203, False: 0]
  ------------------
 1031|    203|			rv = sc_pkcs11_decr(session, pEncryptedData,
 1032|    203|					ulEncryptedDataLen, pData, pulDataLen);
 1033|    203|		}
 1034|    203|		rv = reset_login_state(session->slot, rv);
 1035|    203|	}
 1036|       |
 1037|       |	/* do not log error code to prevent side channel attack */
 1038|    203|	SC_LOG("C_Decrypt()");
  ------------------
  |  |  254|    203|	do { \
  |  |  255|    203|		sc_log(context, (fmt)); \
  |  |  ------------------
  |  |  |  |   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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  256|    203|	} while (0)
  |  |  ------------------
  |  |  |  Branch (256:11): [Folded, False: 203]
  |  |  ------------------
  ------------------
 1039|    203|	sc_pkcs11_unlock();
 1040|    203|	return rv;
 1041|    203|}
C_GenerateKeyPair:
 1150|    290|{				/* gets priv. key handle */
 1151|    290|	CK_RV rv;
 1152|    290|	struct sc_pkcs11_session *session;
 1153|    290|	struct sc_pkcs11_slot *slot;
 1154|       |
 1155|    290|	if (pMechanism == NULL_PTR
  ------------------
  |  |   27|    580|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (1155:6): [True: 0, False: 290]
  ------------------
 1156|    290|			|| (pPublicKeyTemplate == NULL_PTR && ulPublicKeyAttributeCount > 0)
  ------------------
  |  |   27|    580|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (1156:8): [True: 0, False: 290]
  |  Branch (1156:42): [True: 0, False: 0]
  ------------------
 1157|    290|			|| (pPrivateKeyTemplate == NULL_PTR && ulPrivateKeyAttributeCount > 0))
  ------------------
  |  |   27|    580|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (1157:8): [True: 0, False: 290]
  |  Branch (1157:43): [True: 0, False: 0]
  ------------------
 1158|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
 1159|       |
 1160|    290|	rv = sc_pkcs11_lock();
 1161|    290|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    290|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1161:6): [True: 0, False: 290]
  ------------------
 1162|      0|		return rv;
 1163|       |
 1164|    290|	dump_template(SC_LOG_DEBUG_NORMAL, "C_GenerateKeyPair(), PrivKey attrs", pPrivateKeyTemplate, ulPrivateKeyAttributeCount);
  ------------------
  |  |  411|    290|		sc_pkcs11_print_attrs(level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  412|    290|				info, pTemplate, ulCount)
  ------------------
 1165|    290|	dump_template(SC_LOG_DEBUG_NORMAL, "C_GenerateKeyPair(), PubKey attrs", pPublicKeyTemplate, ulPublicKeyAttributeCount);
  ------------------
  |  |  411|    290|		sc_pkcs11_print_attrs(level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  412|    290|				info, pTemplate, ulCount)
  ------------------
 1166|       |
 1167|    290|	rv = get_session(hSession, &session);
 1168|    290|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    290|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1168:6): [True: 0, False: 290]
  ------------------
 1169|      0|		goto out;
 1170|       |
 1171|    290|	if (!(session->flags & CKF_RW_SESSION)) {
  ------------------
  |  |  402|    290|#define CKF_RW_SESSION 0x00000002UL
  ------------------
  |  Branch (1171:6): [True: 0, False: 290]
  ------------------
 1172|      0|		rv = CKR_SESSION_READ_ONLY;
  ------------------
  |  | 1136|      0|#define CKR_SESSION_READ_ONLY 0x000000B5UL
  ------------------
 1173|      0|		goto out;
 1174|      0|	}
 1175|       |
 1176|    290|	slot = session->slot;
 1177|    290|	if (slot == NULL || slot->p11card == NULL || slot->p11card->framework == NULL
  ------------------
  |  Branch (1177:6): [True: 0, False: 290]
  |  Branch (1177:22): [True: 0, False: 290]
  |  Branch (1177:47): [True: 0, False: 290]
  ------------------
 1178|    290|			|| slot->p11card->framework->gen_keypair == NULL)
  ------------------
  |  Branch (1178:7): [True: 0, False: 290]
  ------------------
 1179|      0|		rv = CKR_FUNCTION_NOT_SUPPORTED;
  ------------------
  |  | 1111|      0|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
 1180|    290|	else {
 1181|    290|		rv = restore_login_state(slot);
 1182|    290|		if (rv == CKR_OK)
  ------------------
  |  | 1086|    290|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1182:7): [True: 290, False: 0]
  ------------------
 1183|    290|			rv = slot->p11card->framework->gen_keypair(slot, pMechanism,
 1184|    290|					pPublicKeyTemplate, ulPublicKeyAttributeCount,
 1185|    290|					pPrivateKeyTemplate, ulPrivateKeyAttributeCount,
 1186|    290|					phPublicKey, phPrivateKey);
 1187|    290|		rv = reset_login_state(session->slot, rv);
 1188|    290|	}
 1189|       |
 1190|    290|out:
 1191|    290|	sc_pkcs11_unlock();
 1192|    290|	return rv;
 1193|    290|}
C_UnwrapKey:
 1278|      2|{				/* gets handle of recovered key */
 1279|      2|	CK_RV rv;
 1280|      2|	CK_BBOOL can_unwrap;
 1281|      2|	CK_KEY_TYPE key_type;
 1282|      2|	CK_ATTRIBUTE unwrap_attribute = { CKA_UNWRAP, &can_unwrap, sizeof(can_unwrap) };
  ------------------
  |  |  166|      2|#define CKA_UNWRAP 0x00000107UL
  ------------------
 1283|      2|	CK_ATTRIBUTE key_type_attr = { CKA_KEY_TYPE, &key_type, sizeof(key_type) };
  ------------------
  |  |  159|      2|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
 1284|      2|	struct sc_pkcs11_session *session;
 1285|      2|	struct sc_pkcs11_object *object;
 1286|      2|	struct sc_pkcs11_object *key_object;
 1287|       |
 1288|      2|	if (pMechanism == NULL_PTR)
  ------------------
  |  |   27|      2|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (1288:6): [True: 0, False: 2]
  ------------------
 1289|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
 1290|       |
 1291|      2|	rv = sc_pkcs11_lock();
 1292|      2|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      2|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1292:6): [True: 0, False: 2]
  ------------------
 1293|      0|		return rv;
 1294|       |
 1295|      2|	rv = get_object_from_session(hSession, hUnwrappingKey, &session, &object);
 1296|      2|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|      2|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1296:6): [True: 0, False: 2]
  ------------------
 1297|      0|		if (rv == CKR_OBJECT_HANDLE_INVALID)
  ------------------
  |  | 1124|      0|#define CKR_OBJECT_HANDLE_INVALID 0x00000082UL
  ------------------
  |  Branch (1297:7): [True: 0, False: 0]
  ------------------
 1298|      0|			rv = CKR_KEY_HANDLE_INVALID;
  ------------------
  |  | 1112|      0|#define CKR_KEY_HANDLE_INVALID 0x00000060UL
  ------------------
 1299|      0|		goto out;
 1300|      0|	}
 1301|      2|	if (object->ops->unwrap_key == NULL_PTR) {
  ------------------
  |  |   27|      2|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (1301:6): [True: 0, False: 2]
  ------------------
 1302|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1303|      0|		goto out;
 1304|      0|	}
 1305|       |
 1306|      2|	rv = object->ops->get_attribute(session, object, &unwrap_attribute);
 1307|      2|	if (rv != CKR_OK || !can_unwrap) {
  ------------------
  |  | 1086|      4|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1307:6): [True: 0, False: 2]
  |  Branch (1307:22): [True: 1, False: 1]
  ------------------
 1308|      1|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      1|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1309|      1|		goto out;
 1310|      1|	}
 1311|      1|	rv = object->ops->get_attribute(session, object, &key_type_attr);
 1312|      1|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|      1|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1312:6): [True: 0, False: 1]
  ------------------
 1313|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1314|      0|		goto out;
 1315|      0|	}
 1316|       |
 1317|       |	/* Create the target object in memory */
 1318|      1|	rv = sc_create_object_int(hSession, pTemplate, ulAttributeCount, phKey, 0);
 1319|       |
 1320|      1|	if (rv != CKR_OK)
  ------------------
  |  | 1086|      1|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1320:6): [True: 1, False: 0]
  ------------------
 1321|      1|	    goto out;
 1322|       |
 1323|      0|	rv = get_object_from_session(hSession, *phKey, &session, &key_object);
 1324|      0|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1324:6): [True: 0, False: 0]
  ------------------
 1325|      0|		if (rv == CKR_OBJECT_HANDLE_INVALID)
  ------------------
  |  | 1124|      0|#define CKR_OBJECT_HANDLE_INVALID 0x00000082UL
  ------------------
  |  Branch (1325:7): [True: 0, False: 0]
  ------------------
 1326|      0|			rv = CKR_KEY_HANDLE_INVALID;
  ------------------
  |  | 1112|      0|#define CKR_KEY_HANDLE_INVALID 0x00000060UL
  ------------------
 1327|      0|		goto out;
 1328|      0|	}
 1329|       |
 1330|      0|	rv = restore_login_state(session->slot);
 1331|      0|	if (rv == CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1331:6): [True: 0, False: 0]
  ------------------
 1332|      0|		rv = sc_pkcs11_unwrap(session, pMechanism, object, key_type,
 1333|      0|				pWrappedKey, ulWrappedKeyLen, key_object);
 1334|       |	/* TODO if (rv != CK_OK) need to destroy the object */
 1335|      0|	rv = reset_login_state(session->slot, rv);
 1336|       |
 1337|      2|out:
 1338|      2|	sc_pkcs11_unlock();
 1339|      2|	return rv;
 1340|      0|}
C_DeriveKey:
 1348|     18|{
 1349|       |/* TODO: -DEE ECDH with Cofactor  on PIV is an example */
 1350|       |/* TODO: need to do a lot of checking, will only support ECDH for now.*/
 1351|     18|	CK_RV rv;
 1352|     18|	CK_BBOOL can_derive;
 1353|     18|	CK_KEY_TYPE key_type;
 1354|     18|	CK_ATTRIBUTE derive_attribute = { CKA_DERIVE, &can_derive, sizeof(can_derive) };
  ------------------
  |  |  171|     18|#define CKA_DERIVE 0x0000010CUL
  ------------------
 1355|     18|	CK_ATTRIBUTE key_type_attr = { CKA_KEY_TYPE, &key_type, sizeof(key_type) };
  ------------------
  |  |  159|     18|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
 1356|     18|	struct sc_pkcs11_session *session;
 1357|     18|	struct sc_pkcs11_object *object;
 1358|     18|	struct sc_pkcs11_object *key_object;
 1359|       |
 1360|     18|	if (pMechanism == NULL_PTR)
  ------------------
  |  |   27|     18|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (1360:6): [True: 0, False: 18]
  ------------------
 1361|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
 1362|       |
 1363|     18|	rv = sc_pkcs11_lock();
 1364|     18|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     18|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1364:6): [True: 0, False: 18]
  ------------------
 1365|      0|		return rv;
 1366|       |
 1367|     18|	rv = get_object_from_session(hSession, hBaseKey, &session, &object);
 1368|     18|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|     18|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1368:6): [True: 0, False: 18]
  ------------------
 1369|      0|		if (rv == CKR_OBJECT_HANDLE_INVALID)
  ------------------
  |  | 1124|      0|#define CKR_OBJECT_HANDLE_INVALID 0x00000082UL
  ------------------
  |  Branch (1369:7): [True: 0, False: 0]
  ------------------
 1370|      0|			rv = CKR_KEY_HANDLE_INVALID;
  ------------------
  |  | 1112|      0|#define CKR_KEY_HANDLE_INVALID 0x00000060UL
  ------------------
 1371|      0|		goto out;
 1372|      0|	}
 1373|       |
 1374|     18|	if (object->ops->derive == NULL_PTR) {
  ------------------
  |  |   27|     18|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (1374:6): [True: 0, False: 18]
  ------------------
 1375|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1376|      0|		goto out;
 1377|      0|	}
 1378|       |
 1379|     18|	rv = object->ops->get_attribute(session, object, &derive_attribute);
 1380|     18|	if (rv != CKR_OK || !can_derive) {
  ------------------
  |  | 1086|     36|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1380:6): [True: 0, False: 18]
  |  Branch (1380:22): [True: 1, False: 17]
  ------------------
 1381|      1|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      1|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1382|      1|		goto out;
 1383|      1|	}
 1384|     17|	rv = object->ops->get_attribute(session, object, &key_type_attr);
 1385|     17|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|     17|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1385:6): [True: 0, False: 17]
  ------------------
 1386|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1387|      0|		goto out;
 1388|      0|	}
 1389|       |	/* TODO DEE Should also check SENSITIVE, ALWAYS_SENSITIVE, EXTRACTABLE,
 1390|       |	   NEVER_EXTRACTABLE of the BaseKey against the template for the newkey.
 1391|       |	*/
 1392|       |
 1393|     17|	switch(key_type) {
 1394|     16|	    case CKK_EC:
  ------------------
  |  |  467|     16|#define CKK_EC 0x00000003UL
  ------------------
  |  Branch (1394:6): [True: 16, False: 1]
  ------------------
 1395|     16|	    case CKK_EC_MONTGOMERY:
  ------------------
  |  |  519|     16|#define CKK_EC_MONTGOMERY 0x00000041UL
  ------------------
  |  Branch (1395:6): [True: 0, False: 17]
  ------------------
 1396|       |
 1397|     16|		rv = sc_create_object_int(hSession, pTemplate, ulAttributeCount, phKey, 0);
 1398|     16|		if (rv != CKR_OK)
  ------------------
  |  | 1086|     16|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1398:7): [True: 3, False: 13]
  ------------------
 1399|      3|		    goto out;
 1400|       |
 1401|     13|		rv = get_object_from_session(hSession, *phKey, &session, &key_object);
 1402|     13|		if (rv != CKR_OK) {
  ------------------
  |  | 1086|     13|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1402:7): [True: 0, False: 13]
  ------------------
 1403|      0|			if (rv == CKR_OBJECT_HANDLE_INVALID)
  ------------------
  |  | 1124|      0|#define CKR_OBJECT_HANDLE_INVALID 0x00000082UL
  ------------------
  |  Branch (1403:8): [True: 0, False: 0]
  ------------------
 1404|      0|				rv = CKR_KEY_HANDLE_INVALID;
  ------------------
  |  | 1112|      0|#define CKR_KEY_HANDLE_INVALID 0x00000060UL
  ------------------
 1405|      0|			goto out;
 1406|      0|		}
 1407|       |
 1408|     13|		rv = restore_login_state(session->slot);
 1409|     13|		if (rv == CKR_OK)
  ------------------
  |  | 1086|     13|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1409:7): [True: 13, False: 0]
  ------------------
 1410|     13|			rv = sc_pkcs11_deri(session, pMechanism, object, key_type,
 1411|     13|					hSession, *phKey, key_object);
 1412|       |		/* TODO if (rv != CK_OK) need to destroy the object */
 1413|     13|		rv = reset_login_state(session->slot, rv);
 1414|       |
 1415|     13|		break;
 1416|      1|	    default:
  ------------------
  |  Branch (1416:6): [True: 1, False: 16]
  ------------------
 1417|      1|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      1|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1418|     17|	}
 1419|       |
 1420|     18|out:
 1421|     18|	sc_pkcs11_unlock();
 1422|     18|	return rv;
 1423|     17|}
C_GenerateRandom:
 1435|  7.25k|{				/* number of bytes to be generated */
 1436|  7.25k|	CK_RV rv;
 1437|  7.25k|	struct sc_pkcs11_session *session;
 1438|  7.25k|	struct sc_pkcs11_slot *slot;
 1439|       |
 1440|  7.25k|	rv = sc_pkcs11_lock();
 1441|  7.25k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  7.25k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1441:6): [True: 0, False: 7.25k]
  ------------------
 1442|      0|		return rv;
 1443|       |
 1444|  7.25k|	rv = get_session(hSession, &session);
 1445|  7.25k|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|  7.25k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1445:6): [True: 7.25k, False: 0]
  ------------------
 1446|  7.25k|		slot = session->slot;
 1447|  7.25k|		if (slot == NULL || slot->p11card == NULL || slot->p11card->framework == NULL
  ------------------
  |  Branch (1447:7): [True: 0, False: 7.25k]
  |  Branch (1447:23): [True: 0, False: 7.25k]
  |  Branch (1447:48): [True: 0, False: 7.25k]
  ------------------
 1448|  7.25k|				|| slot->p11card->framework->get_random == NULL)
  ------------------
  |  Branch (1448:8): [True: 0, False: 7.25k]
  ------------------
 1449|      0|			rv = CKR_RANDOM_NO_RNG;
  ------------------
  |  | 1162|      0|#define CKR_RANDOM_NO_RNG 0x00000121UL
  ------------------
 1450|  7.25k|		else
 1451|  7.25k|			rv = slot->p11card->framework->get_random(slot, RandomData, ulRandomLen);
 1452|  7.25k|	}
 1453|       |
 1454|       |	SC_LOG_RV("C_GenerateRandom() = %s", rv);
  ------------------
  |  |  237|  7.25k|#define SC_LOG_RV(fmt, rv)\
  |  |  238|  7.25k|do {\
  |  |  239|  7.25k|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|  7.25k|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 7.25k, False: 0]
  |  |  ------------------
  |  |  241|  7.25k|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   71|  7.25k|#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|  7.25k|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|  7.25k|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 7.25k]
  |  |  ------------------
  ------------------
 1455|  7.25k|	sc_pkcs11_unlock();
 1456|  7.25k|	return rv;
 1457|  7.25k|}
C_VerifyInit:
 1472|     67|{				/* handle of the verification key */
 1473|       |#ifndef ENABLE_OPENSSL
 1474|       |	return CKR_FUNCTION_NOT_SUPPORTED;
 1475|       |#else
 1476|     67|	CK_KEY_TYPE key_type;
 1477|     67|	CK_ATTRIBUTE key_type_attr = { CKA_KEY_TYPE, &key_type, sizeof(key_type) };
  ------------------
  |  |  159|     67|#define CKA_KEY_TYPE 0x00000100UL
  ------------------
 1478|     67|	CK_RV rv;
 1479|     67|	struct sc_pkcs11_session *session;
 1480|     67|	struct sc_pkcs11_object *object;
 1481|       |
 1482|     67|	if (pMechanism == NULL_PTR)
  ------------------
  |  |   27|     67|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (1482:6): [True: 0, False: 67]
  ------------------
 1483|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
 1484|       |
 1485|     67|	rv = sc_pkcs11_lock();
 1486|     67|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     67|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1486:6): [True: 0, False: 67]
  ------------------
 1487|      0|		return rv;
 1488|       |
 1489|       |
 1490|     67|	rv = get_object_from_session(hSession, hKey, &session, &object);
 1491|     67|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|     67|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1491:6): [True: 0, False: 67]
  ------------------
 1492|      0|		if (rv == CKR_OBJECT_HANDLE_INVALID)
  ------------------
  |  | 1124|      0|#define CKR_OBJECT_HANDLE_INVALID 0x00000082UL
  ------------------
  |  Branch (1492:7): [True: 0, False: 0]
  ------------------
 1493|      0|			rv = CKR_KEY_HANDLE_INVALID;
  ------------------
  |  | 1112|      0|#define CKR_KEY_HANDLE_INVALID 0x00000060UL
  ------------------
 1494|      0|		goto out;
 1495|      0|	}
 1496|     67|	rv = object->ops->get_attribute(session, object, &key_type_attr);
 1497|     67|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|     67|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1497:6): [True: 0, False: 67]
  ------------------
 1498|      0|		rv = CKR_KEY_TYPE_INCONSISTENT;
  ------------------
  |  | 1114|      0|#define CKR_KEY_TYPE_INCONSISTENT 0x00000063UL
  ------------------
 1499|      0|		goto out;
 1500|      0|	}
 1501|       |
 1502|     67|	rv = sc_pkcs11_verif_init(session, pMechanism, object, key_type);
 1503|       |
 1504|     67|out:
 1505|       |	SC_LOG_RV("C_VerifyInit() = %s", rv);
  ------------------
  |  |  237|     67|#define SC_LOG_RV(fmt, rv)\
  |  |  238|     67|do {\
  |  |  239|     67|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|     67|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 67, False: 0]
  |  |  ------------------
  |  |  241|     67|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  242|     67|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|     67|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 67]
  |  |  ------------------
  ------------------
 1506|     67|	sc_pkcs11_unlock();
 1507|     67|	return rv;
 1508|     67|#endif
 1509|     67|}
C_Verify:
 1516|     48|{				/* count of bytes of signature */
 1517|       |#ifndef ENABLE_OPENSSL
 1518|       |	return CKR_FUNCTION_NOT_SUPPORTED;
 1519|       |#else
 1520|     48|	CK_RV rv;
 1521|     48|	struct sc_pkcs11_session *session;
 1522|       |
 1523|     48|	rv = sc_pkcs11_lock();
 1524|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1524:6): [True: 0, False: 48]
  ------------------
 1525|      0|		return rv;
 1526|       |
 1527|     48|	rv = get_session(hSession, &session);
 1528|     48|	if (rv != CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1528:6): [True: 0, False: 48]
  ------------------
 1529|      0|		goto out;
 1530|       |
 1531|     48|	rv = sc_pkcs11_verif_update(session, pData, ulDataLen);
 1532|     48|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1532:6): [True: 48, False: 0]
  ------------------
 1533|     48|		rv = restore_login_state(session->slot);
 1534|     48|		if (rv == CKR_OK)
  ------------------
  |  | 1086|     48|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1534:7): [True: 48, False: 0]
  ------------------
 1535|     48|			rv = sc_pkcs11_verif_final(session, pSignature, ulSignatureLen);
 1536|     48|		rv = reset_login_state(session->slot, rv);
 1537|     48|	}
 1538|       |
 1539|     48|out:
 1540|       |	SC_LOG_RV("C_Verify() = %s", rv);
  ------------------
  |  |  237|     48|#define SC_LOG_RV(fmt, rv)\
  |  |  238|     48|do {\
  |  |  239|     48|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|     48|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 48, False: 0]
  |  |  ------------------
  |  |  241|     48|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  242|     48|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|     48|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 48]
  |  |  ------------------
  ------------------
 1541|     48|	sc_pkcs11_unlock();
 1542|     48|	return rv;
 1543|     48|#endif
 1544|     48|}
sc_pkcs11_any_cmp_attribute:
 1909|  16.8k|{
 1910|  16.8k|	CK_RV rv;
 1911|  16.8k|	struct sc_pkcs11_object *object;
 1912|  16.8k|	u8 temp1[1024];
 1913|  16.8k|	u8 *temp2 = NULL;	/* dynamic allocation for large attributes */
 1914|  16.8k|	CK_ATTRIBUTE temp_attr;
 1915|       |
 1916|  16.8k|	object = (struct sc_pkcs11_object *)ptr;
 1917|  16.8k|	temp_attr.type = attr->type;
 1918|  16.8k|	temp_attr.pValue = NULL;
 1919|  16.8k|	temp_attr.ulValueLen = 0;
 1920|       |
 1921|       |	/* Get the length of the attribute */
 1922|  16.8k|	rv = object->ops->get_attribute(session, object, &temp_attr);
 1923|  16.8k|	if (rv != CKR_OK || temp_attr.ulValueLen != attr->ulValueLen)
  ------------------
  |  | 1086|  33.6k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1923:6): [True: 0, False: 16.8k]
  |  Branch (1923:22): [True: 106, False: 16.6k]
  ------------------
 1924|    106|		return 0;
 1925|       |
 1926|  16.6k|	if (temp_attr.ulValueLen <= sizeof(temp1))
  ------------------
  |  Branch (1926:6): [True: 16.6k, False: 0]
  ------------------
 1927|  16.6k|		temp_attr.pValue = temp1;
 1928|      0|	else {
 1929|      0|		temp2 = calloc(1, temp_attr.ulValueLen);
 1930|      0|		if (temp2 == NULL)
  ------------------
  |  Branch (1930:7): [True: 0, False: 0]
  ------------------
 1931|      0|			return 0;
 1932|      0|		temp_attr.pValue = temp2;
 1933|      0|	}
 1934|       |
 1935|       |	/* Get the attribute */
 1936|  16.6k|	rv = object->ops->get_attribute(session, object, &temp_attr);
 1937|  16.6k|	if (rv != CKR_OK) {
  ------------------
  |  | 1086|  16.6k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1937:6): [True: 0, False: 16.6k]
  ------------------
 1938|      0|		rv = 0;
 1939|      0|		goto done;
 1940|      0|	}
 1941|       |#ifdef DEBUG
 1942|       |	{
 1943|       |		char foo[64];
 1944|       |
 1945|       |		snprintf(foo, sizeof(foo), "Object %p (slot 0x%lx)", object, session->slot->id);
 1946|       |		dump_template(SC_LOG_DEBUG_NORMAL, foo, &temp_attr, 1);
 1947|       |	}
 1948|       |#endif
 1949|  16.6k|	rv = temp_attr.ulValueLen == attr->ulValueLen
  ------------------
  |  Branch (1949:7): [True: 16.6k, False: 0]
  ------------------
 1950|  16.6k|	    && !memcmp(temp_attr.pValue, attr->pValue, attr->ulValueLen);
  ------------------
  |  Branch (1950:9): [True: 2.69k, False: 14.0k]
  ------------------
 1951|       |
 1952|  16.6k|      done:
 1953|  16.6k|	if (temp2 != NULL)
  ------------------
  |  Branch (1953:6): [True: 0, False: 16.6k]
  ------------------
 1954|      0|		free(temp2);
 1955|       |
 1956|  16.6k|	return rv;
 1957|  16.6k|}
pkcs11-object.c:sc_create_object_int:
  102|    332|{
  103|    332|	CK_RV rv = CKR_OK;
  ------------------
  |  | 1086|    332|#define CKR_OK 0x00000000UL
  ------------------
  104|    332|	struct sc_pkcs11_session *session;
  105|    332|	struct sc_pkcs11_card *card;
  106|    332|	CK_BBOOL is_token = FALSE;
  ------------------
  |  |   48|    332|#define FALSE 0
  ------------------
  107|       |
  108|    332|	LOG_FUNC_CALLED(context);
  ------------------
  |  |  151|    332|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    332|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    332|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    332|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 332]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  109|    332|	if (pTemplate == NULL_PTR || ulCount == 0)
  ------------------
  |  |   27|    664|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (109:6): [True: 0, False: 332]
  |  Branch (109:31): [True: 0, False: 332]
  ------------------
  110|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  111|       |
  112|    332|	if (use_lock) {
  ------------------
  |  Branch (112:6): [True: 315, False: 17]
  ------------------
  113|    315|	    rv = sc_pkcs11_lock();
  114|    315|	    if (rv != CKR_OK)
  ------------------
  |  | 1086|    315|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (114:10): [True: 0, False: 315]
  ------------------
  115|      0|		return rv;
  116|    315|	}
  117|       |
  118|    332|	dump_template(SC_LOG_DEBUG_NORMAL, "C_CreateObject()", pTemplate, ulCount);
  ------------------
  |  |  411|    332|		sc_pkcs11_print_attrs(level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  |  |  412|    332|				info, pTemplate, ulCount)
  ------------------
  119|       |
  120|    332|	session = list_seek(&sessions, &hSession);
  121|    332|	if (!session) {
  ------------------
  |  Branch (121:6): [True: 0, False: 332]
  ------------------
  122|      0|		rv = CKR_SESSION_HANDLE_INVALID;
  ------------------
  |  | 1134|      0|#define CKR_SESSION_HANDLE_INVALID 0x000000B3UL
  ------------------
  123|      0|		goto out;
  124|      0|	}
  125|       |
  126|    332|	rv = attr_find(pTemplate, ulCount, CKA_TOKEN, &is_token, NULL);
  ------------------
  |  |  138|    332|#define CKA_TOKEN 0x00000001UL
  ------------------
  127|    332|	if (rv != CKR_TEMPLATE_INCOMPLETE && rv != CKR_OK) {
  ------------------
  |  | 1142|    664|#define CKR_TEMPLATE_INCOMPLETE 0x000000D0UL
  ------------------
              	if (rv != CKR_TEMPLATE_INCOMPLETE && rv != CKR_OK) {
  ------------------
  |  | 1086|    332|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (127:6): [True: 332, False: 0]
  |  Branch (127:39): [True: 0, False: 332]
  ------------------
  128|      0|		goto out;
  129|      0|	}
  130|       |
  131|    332|	if (is_token == TRUE) {
  ------------------
  |  |   51|    332|#define TRUE 1
  ------------------
  |  Branch (131:6): [True: 254, False: 78]
  ------------------
  132|    254|		if (session->slot->token_info.flags & CKF_WRITE_PROTECTED) {
  ------------------
  |  |  413|    254|#define CKF_WRITE_PROTECTED 0x00000002UL
  ------------------
  |  Branch (132:7): [True: 1, False: 253]
  ------------------
  133|      1|			rv = CKR_TOKEN_WRITE_PROTECTED;
  ------------------
  |  | 1146|      1|#define CKR_TOKEN_WRITE_PROTECTED 0x000000E2UL
  ------------------
  134|      1|			goto out;
  135|      1|		}
  136|    253|		if (!(session->flags & CKF_RW_SESSION)) {
  ------------------
  |  |  402|    253|#define CKF_RW_SESSION 0x00000002UL
  ------------------
  |  Branch (136:7): [True: 0, False: 253]
  ------------------
  137|      0|			rv = CKR_SESSION_READ_ONLY;
  ------------------
  |  | 1136|      0|#define CKR_SESSION_READ_ONLY 0x000000B5UL
  ------------------
  138|      0|			goto out;
  139|      0|		}
  140|    253|	}
  141|       |
  142|    331|	card = session->slot->p11card;
  143|    331|	if (card->framework->create_object == NULL)
  ------------------
  |  Branch (143:6): [True: 0, False: 331]
  ------------------
  144|      0|		rv = CKR_FUNCTION_NOT_SUPPORTED;
  ------------------
  |  | 1111|      0|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
  145|    331|	else
  146|    331|		rv = card->framework->create_object(session->slot, pTemplate, ulCount, phObject);
  147|       |
  148|    332|out:
  149|    332|	if (use_lock)
  ------------------
  |  Branch (149:6): [True: 315, False: 17]
  ------------------
  150|    315|		sc_pkcs11_unlock();
  151|       |
  152|    332|	return rv;
  153|    331|}
pkcs11-object.c:get_object_from_session:
   78|    913|{
   79|    913|	struct sc_pkcs11_session *sess;
   80|    913|	CK_RV rv;
   81|       |
   82|    913|	rv = get_session(hSession, &sess);
   83|    913|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    913|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (83:6): [True: 0, False: 913]
  ------------------
   84|      0|		return rv;
   85|       |
   86|    913|	*object = list_seek(&sess->slot->objects, &hObject);
   87|    913|	if (!*object)
  ------------------
  |  Branch (87:6): [True: 174, False: 739]
  ------------------
   88|    174|		return CKR_OBJECT_HANDLE_INVALID;
  ------------------
  |  | 1124|    174|#define CKR_OBJECT_HANDLE_INVALID 0x00000082UL
  ------------------
   89|    739|	*session = sess;
   90|    739|	return CKR_OK;
  ------------------
  |  | 1086|    739|#define CKR_OK 0x00000000UL
  ------------------
   91|    913|}
pkcs11-object.c:sc_find_release:
   65|  1.52k|{
   66|  1.52k|	struct sc_pkcs11_find_operation *fop = (struct sc_pkcs11_find_operation *)operation;
   67|       |
   68|  1.52k|	if (fop->handles) {
  ------------------
  |  Branch (68:6): [True: 726, False: 801]
  ------------------
   69|    726|		free(fop->handles);
   70|       |		fop->handles = NULL;
   71|    726|	}
   72|  1.52k|}

get_session:
   31|  13.9k|{
   32|  13.9k|	*session = list_seek(&sessions, &hSession);
   33|  13.9k|	if (!*session)
  ------------------
  |  Branch (33:6): [True: 0, False: 13.9k]
  ------------------
   34|      0|		return CKR_SESSION_HANDLE_INVALID;
  ------------------
  |  | 1134|      0|#define CKR_SESSION_HANDLE_INVALID 0x000000B3UL
  ------------------
   35|  13.9k|	return CKR_OK;
  ------------------
  |  | 1086|  13.9k|#define CKR_OK 0x00000000UL
  ------------------
   36|  13.9k|}
C_OpenSession:
   43|  11.9k|{				/* receives new session handle */
   44|  11.9k|	CK_RV rv;
   45|  11.9k|	struct sc_pkcs11_slot *slot;
   46|  11.9k|	struct sc_pkcs11_session *session;
   47|       |
   48|  11.9k|	if (!(flags & CKF_SERIAL_SESSION))
  ------------------
  |  |  403|  11.9k|#define CKF_SERIAL_SESSION 0x00000004UL
  ------------------
  |  Branch (48:6): [True: 0, False: 11.9k]
  ------------------
   49|      0|		return CKR_SESSION_PARALLEL_NOT_SUPPORTED;
  ------------------
  |  | 1135|      0|#define CKR_SESSION_PARALLEL_NOT_SUPPORTED 0x000000B4UL
  ------------------
   50|       |
   51|  11.9k|	if (flags & ~(CKF_SERIAL_SESSION | CKF_RW_SESSION))
  ------------------
  |  |  403|  11.9k|#define CKF_SERIAL_SESSION 0x00000004UL
  ------------------
              	if (flags & ~(CKF_SERIAL_SESSION | CKF_RW_SESSION))
  ------------------
  |  |  402|  11.9k|#define CKF_RW_SESSION 0x00000002UL
  ------------------
  |  Branch (51:6): [True: 0, False: 11.9k]
  ------------------
   52|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
   53|       |
   54|  11.9k|	rv = sc_pkcs11_lock();
   55|  11.9k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  11.9k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (55:6): [True: 0, False: 11.9k]
  ------------------
   56|      0|		return rv;
   57|       |
   58|  11.9k|	sc_log(context, "C_OpenSession(0x%lx)", slotID);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
   59|       |
   60|  11.9k|	rv = slot_get_token(slotID, &slot);
   61|  11.9k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  11.9k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (61:6): [True: 1.23k, False: 10.7k]
  ------------------
   62|  1.23k|		goto out;
   63|       |
   64|       |	/* Check that no conflicting sessions exist */
   65|  10.7k|	if (!(flags & CKF_RW_SESSION) && (slot->login_user == CKU_SO)) {
  ------------------
  |  |  402|  10.7k|#define CKF_RW_SESSION 0x00000002UL
  ------------------
              	if (!(flags & CKF_RW_SESSION) && (slot->login_user == CKU_SO)) {
  ------------------
  |  | 1210|      0|#define CKU_SO 0UL
  ------------------
  |  Branch (65:6): [True: 0, False: 10.7k]
  |  Branch (65:35): [True: 0, False: 0]
  ------------------
   66|      0|		rv = CKR_SESSION_READ_WRITE_SO_EXISTS;
  ------------------
  |  | 1139|      0|#define CKR_SESSION_READ_WRITE_SO_EXISTS 0x000000B8UL
  ------------------
   67|      0|		goto out;
   68|      0|	}
   69|       |
   70|  10.7k|	session = (struct sc_pkcs11_session *)calloc(1, sizeof(struct sc_pkcs11_session));
   71|  10.7k|	if (session == NULL) {
  ------------------
  |  Branch (71:6): [True: 0, False: 10.7k]
  ------------------
   72|      0|		rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
   73|      0|		goto out;
   74|      0|	}
   75|       |
   76|       |	/* make session handle from pointer and check its uniqueness */
   77|  10.7k|	session->handle = (CK_SESSION_HANDLE)(uintptr_t)session;
   78|  10.7k|	if (list_seek(&sessions, &session->handle) != NULL) {
  ------------------
  |  Branch (78:6): [True: 0, False: 10.7k]
  ------------------
   79|      0|		sc_log(context, "C_OpenSession handle 0x%lx already exists", session->handle);
  ------------------
  |  |   71|      0|#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|       |
   81|      0|		free(session);
   82|       |
   83|      0|		rv = CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
   84|      0|		goto out;
   85|      0|	}
   86|       |
   87|  10.7k|	session->slot = slot;
   88|  10.7k|	session->notify_callback = Notify;
   89|  10.7k|	session->notify_data = pApplication;
   90|  10.7k|	session->flags = flags;
   91|  10.7k|	slot->nsessions++;
   92|  10.7k|	list_append(&sessions, session);
   93|  10.7k|	*phSession = session->handle;
   94|  10.7k|	sc_log(context, "C_OpenSession handle: 0x%lx", session->handle);
  ------------------
  |  |   71|  10.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__
  |  |  ------------------
  ------------------
   95|       |
   96|  11.9k|out:
   97|       |	SC_LOG_RV("C_OpenSession() = %s", rv);
  ------------------
  |  |  237|  11.9k|#define SC_LOG_RV(fmt, rv)\
  |  |  238|  11.9k|do {\
  |  |  239|  11.9k|        const char *name = lookup_enum(RV_T, (rv));\
  |  |  240|  11.9k|        if (name)\
  |  |  ------------------
  |  |  |  Branch (240:13): [True: 11.9k, False: 0]
  |  |  ------------------
  |  |  241|  11.9k|                sc_log(context, (fmt), name);\
  |  |  ------------------
  |  |  |  |   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__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  242|  11.9k|        else {\
  |  |  243|      0|                size_t needed = snprintf(NULL, 0, "0x%08lX", (rv)) + 1;\
  |  |  244|      0|                char *buffer = malloc(needed);\
  |  |  245|      0|                if (buffer) {\
  |  |  ------------------
  |  |  |  Branch (245:21): [True: 0, False: 0]
  |  |  ------------------
  |  |  246|      0|                        sprintf(buffer, "0x%08lX", (rv));\
  |  |  247|      0|                        sc_log(context, (fmt), buffer);\
  |  |  ------------------
  |  |  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  ------------------
  |  |  248|      0|                        free(buffer);\
  |  |  249|      0|                }\
  |  |  250|      0|        }\
  |  |  251|  11.9k|} while(0)
  |  |  ------------------
  |  |  |  Branch (251:9): [Folded, False: 11.9k]
  |  |  ------------------
  ------------------
   98|  11.9k|	sc_pkcs11_unlock();
   99|  11.9k|	return rv;
  100|  10.7k|}
sc_pkcs11_close_all_sessions:
  141|  16.2k|{
  142|  16.2k|	CK_RV rv = CKR_OK, error;
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  143|  16.2k|	struct sc_pkcs11_session *session;
  144|  16.2k|	unsigned int i;
  145|  16.2k|	sc_log(context, "real C_CloseAllSessions(0x%lx) %d", slotID, list_size(&sessions));
  ------------------
  |  |   71|  16.2k|#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|  16.2k|	for (i = 0; i < list_size(&sessions); i++) {
  ------------------
  |  Branch (146:14): [True: 0, False: 16.2k]
  ------------------
  147|      0|		session = list_get_at(&sessions, i);
  148|      0|		if (session->slot->id == slotID)
  ------------------
  |  Branch (148:7): [True: 0, False: 0]
  ------------------
  149|      0|			if ((error = sc_pkcs11_close_session(session->handle)) != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (149:8): [True: 0, False: 0]
  ------------------
  150|      0|				rv = error;
  151|      0|	}
  152|  16.2k|	return rv;
  153|  16.2k|}
C_CloseSession:
  156|  10.7k|{				/* the session's handle */
  157|  10.7k|	CK_RV rv;
  158|       |
  159|  10.7k|	rv = sc_pkcs11_lock();
  160|  10.7k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  10.7k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (160:6): [True: 0, False: 10.7k]
  ------------------
  161|      0|		return rv;
  162|       |
  163|  10.7k|	sc_log(context, "C_CloseSession(0x%lx)", hSession);
  ------------------
  |  |   71|  10.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__
  |  |  ------------------
  ------------------
  164|       |
  165|  10.7k|	rv = sc_pkcs11_close_session(hSession);
  166|       |
  167|  10.7k|	sc_pkcs11_unlock();
  168|  10.7k|	return rv;
  169|  10.7k|}
C_Login:
  330|  3.41k|{				/* the length of the PIN */
  331|  3.41k|	CK_RV rv;
  332|  3.41k|	struct sc_pkcs11_session *session;
  333|  3.41k|	struct sc_pkcs11_slot *slot;
  334|       |
  335|  3.41k|	if (pPin == NULL_PTR && ulPinLen > 0)
  ------------------
  |  |   27|  6.82k|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (335:6): [True: 0, False: 3.41k]
  |  Branch (335:26): [True: 0, False: 0]
  ------------------
  336|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  337|       |
  338|  3.41k|	rv = sc_pkcs11_lock();
  339|  3.41k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  3.41k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (339:6): [True: 0, False: 3.41k]
  ------------------
  340|      0|		return rv;
  341|       |
  342|  3.41k|	if (userType != CKU_USER && userType != CKU_SO && userType != CKU_CONTEXT_SPECIFIC) {
  ------------------
  |  | 1211|  6.82k|#define CKU_USER 1UL
  ------------------
              	if (userType != CKU_USER && userType != CKU_SO && userType != CKU_CONTEXT_SPECIFIC) {
  ------------------
  |  | 1210|  6.18k|#define CKU_SO 0UL
  ------------------
              	if (userType != CKU_USER && userType != CKU_SO && userType != CKU_CONTEXT_SPECIFIC) {
  ------------------
  |  | 1212|  1.73k|#define CKU_CONTEXT_SPECIFIC 2UL
  ------------------
  |  Branch (342:6): [True: 2.77k, False: 638]
  |  Branch (342:30): [True: 1.73k, False: 1.03k]
  |  Branch (342:52): [True: 1.26k, False: 471]
  ------------------
  343|  1.26k|		rv = CKR_USER_TYPE_INVALID;
  ------------------
  |  | 1153|  1.26k|#define CKR_USER_TYPE_INVALID 0x00000103UL
  ------------------
  344|  1.26k|		goto out;
  345|  1.26k|	}
  346|  2.14k|	session = list_seek(&sessions, &hSession);
  347|  2.14k|	if (!session) {
  ------------------
  |  Branch (347:6): [True: 0, False: 2.14k]
  ------------------
  348|      0|		rv = CKR_SESSION_HANDLE_INVALID;
  ------------------
  |  | 1134|      0|#define CKR_SESSION_HANDLE_INVALID 0x000000B3UL
  ------------------
  349|      0|		goto out;
  350|      0|	}
  351|       |
  352|  2.14k|	sc_log(context, "C_Login(0x%lx, %lu)", hSession, userType);
  ------------------
  |  |   71|  2.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__
  |  |  ------------------
  ------------------
  353|       |
  354|  2.14k|	slot = session->slot;
  355|       |
  356|  2.14k|	if (!(slot->token_info.flags & CKF_USER_PIN_INITIALIZED) && userType == CKU_USER) {
  ------------------
  |  |  415|  2.14k|#define CKF_USER_PIN_INITIALIZED 0x00000008UL
  ------------------
              	if (!(slot->token_info.flags & CKF_USER_PIN_INITIALIZED) && userType == CKU_USER) {
  ------------------
  |  | 1211|    564|#define CKU_USER 1UL
  ------------------
  |  Branch (356:6): [True: 564, False: 1.58k]
  |  Branch (356:62): [True: 294, False: 270]
  ------------------
  357|    294|		rv = CKR_USER_PIN_NOT_INITIALIZED;
  ------------------
  |  | 1152|    294|#define CKR_USER_PIN_NOT_INITIALIZED 0x00000102UL
  ------------------
  358|    294|		goto out;
  359|    294|	}
  360|       |
  361|       |	/* TODO: check if context specific is valid */
  362|  1.85k|	if (userType == CKU_CONTEXT_SPECIFIC) {
  ------------------
  |  | 1212|  1.85k|#define CKU_CONTEXT_SPECIFIC 2UL
  ------------------
  |  Branch (362:6): [True: 471, False: 1.38k]
  ------------------
  363|    471|		if (slot->login_user == -1) {
  ------------------
  |  Branch (363:7): [True: 27, False: 444]
  ------------------
  364|     27|			rv = CKR_OPERATION_NOT_INITIALIZED;
  ------------------
  |  | 1126|     27|#define CKR_OPERATION_NOT_INITIALIZED 0x00000091UL
  ------------------
  365|     27|		}
  366|    444|		else   {
  367|    444|			rv = restore_login_state(slot);
  368|    444|			if (rv == CKR_OK && slot->p11card && slot->p11card->framework)
  ------------------
  |  | 1086|    888|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (368:8): [True: 444, False: 0]
  |  Branch (368:24): [True: 444, False: 0]
  |  Branch (368:41): [True: 444, False: 0]
  ------------------
  369|    444|				rv = slot->p11card->framework->login(slot, userType, pPin, ulPinLen);
  370|    444|			rv = reset_login_state(slot, rv);
  371|    444|		}
  372|    471|	}
  373|  1.38k|	else {
  374|  1.38k|		sc_log(context, "C_Login() slot->login_user %i", slot->login_user);
  ------------------
  |  |   71|  1.38k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  375|  1.38k|		if (slot->login_user >= 0) {
  ------------------
  |  Branch (375:7): [True: 0, False: 1.38k]
  ------------------
  376|      0|			if ((CK_USER_TYPE) slot->login_user == userType)
  ------------------
  |  Branch (376:8): [True: 0, False: 0]
  ------------------
  377|      0|				rv = CKR_USER_ALREADY_LOGGED_IN;
  ------------------
  |  | 1150|      0|#define CKR_USER_ALREADY_LOGGED_IN 0x00000100UL
  ------------------
  378|      0|			else
  379|      0|				rv = CKR_USER_ANOTHER_ALREADY_LOGGED_IN;
  ------------------
  |  | 1154|      0|#define CKR_USER_ANOTHER_ALREADY_LOGGED_IN 0x00000104UL
  ------------------
  380|      0|			goto out;
  381|      0|		}
  382|       |
  383|  1.38k|		rv = restore_login_state(slot);
  384|  1.38k|		if (rv == CKR_OK) {
  ------------------
  |  | 1086|  1.38k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (384:7): [True: 1.38k, False: 0]
  ------------------
  385|  1.38k|			sc_log(context, "C_Login() userType %li", userType);
  ------------------
  |  |   71|  1.38k|#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|  1.38k|			if (slot->p11card == NULL)
  ------------------
  |  Branch (386:8): [True: 0, False: 1.38k]
  ------------------
  387|      0|				return CKR_TOKEN_NOT_RECOGNIZED;
  ------------------
  |  | 1145|      0|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
  388|  1.38k|			rv = slot->p11card->framework->login(slot, userType, pPin, ulPinLen);
  389|  1.38k|			sc_log(context, "fLogin() rv %li", rv);
  ------------------
  |  |   71|  1.38k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  390|  1.38k|		}
  391|  1.38k|		if (rv == CKR_OK)
  ------------------
  |  | 1086|  1.38k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (391:7): [True: 896, False: 486]
  ------------------
  392|    896|			rv = push_login_state(slot, userType, pPin, ulPinLen);
  393|  1.38k|		if (rv == CKR_OK) {
  ------------------
  |  | 1086|  1.38k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (393:7): [True: 896, False: 486]
  ------------------
  394|    896|			slot->login_user = (int) userType;
  395|    896|		}
  396|  1.38k|		rv = reset_login_state(slot, rv);
  397|  1.38k|	}
  398|       |
  399|  3.41k|out:
  400|  3.41k|	sc_pkcs11_unlock();
  401|  3.41k|	return rv;
  402|  1.85k|}
C_InitPIN:
  453|    329|{
  454|    329|	CK_RV rv;
  455|    329|	struct sc_pkcs11_session *session;
  456|    329|	struct sc_pkcs11_slot *slot;
  457|       |
  458|    329|	sc_log(context, "C_InitPIN() called, pin '%s'", pPin ? (char *) pPin : "<null>");
  ------------------
  |  |   71|    658|#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: 329, False: 0]
  |  |  ------------------
  ------------------
  459|    329|	if (pPin == NULL_PTR && ulPinLen > 0)
  ------------------
  |  |   27|    658|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (459:6): [True: 0, False: 329]
  |  Branch (459:26): [True: 0, False: 0]
  ------------------
  460|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  461|       |
  462|    329|	rv = sc_pkcs11_lock();
  463|    329|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    329|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (463:6): [True: 0, False: 329]
  ------------------
  464|      0|		return rv;
  465|       |
  466|    329|	session = list_seek(&sessions, &hSession);
  467|    329|	if (!session) {
  ------------------
  |  Branch (467:6): [True: 0, False: 329]
  ------------------
  468|      0|		rv = CKR_SESSION_HANDLE_INVALID;
  ------------------
  |  | 1134|      0|#define CKR_SESSION_HANDLE_INVALID 0x000000B3UL
  ------------------
  469|      0|		goto out;
  470|      0|	}
  471|       |
  472|    329|	if (!(session->flags & CKF_RW_SESSION)) {
  ------------------
  |  |  402|    329|#define CKF_RW_SESSION 0x00000002UL
  ------------------
  |  Branch (472:6): [True: 0, False: 329]
  ------------------
  473|      0|		rv = CKR_SESSION_READ_ONLY;
  ------------------
  |  | 1136|      0|#define CKR_SESSION_READ_ONLY 0x000000B5UL
  ------------------
  474|      0|		goto out;
  475|      0|	}
  476|       |
  477|    329|	slot = session->slot;
  478|    329|	if (slot->login_user != CKU_SO) {
  ------------------
  |  | 1210|    329|#define CKU_SO 0UL
  ------------------
  |  Branch (478:6): [True: 188, False: 141]
  ------------------
  479|    188|		rv = CKR_USER_NOT_LOGGED_IN;
  ------------------
  |  | 1151|    188|#define CKR_USER_NOT_LOGGED_IN 0x00000101UL
  ------------------
  480|    188|	} else if (slot->p11card == NULL || slot->p11card->framework->init_pin == NULL) {
  ------------------
  |  Branch (480:13): [True: 0, False: 141]
  |  Branch (480:38): [True: 0, False: 141]
  ------------------
  481|      0|		rv = CKR_FUNCTION_NOT_SUPPORTED;
  ------------------
  |  | 1111|      0|#define CKR_FUNCTION_NOT_SUPPORTED 0x00000054UL
  ------------------
  482|    141|	} else {
  483|    141|		rv = restore_login_state(slot);
  484|    141|		if (rv == CKR_OK) {
  ------------------
  |  | 1086|    141|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (484:7): [True: 141, False: 0]
  ------------------
  485|    141|			rv = slot->p11card->framework->init_pin(slot, pPin, ulPinLen);
  486|    141|			sc_log(context, "C_InitPIN() init-pin result %li", rv);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  487|    141|		}
  488|    141|		rv = reset_login_state(slot, rv);
  489|    141|	}
  490|       |
  491|    329|out:
  492|    329|	sc_pkcs11_unlock();
  493|    329|	return rv;
  494|    329|}
C_SetPIN:
  498|    804|{
  499|    804|	CK_RV rv;
  500|    804|	struct sc_pkcs11_session *session;
  501|    804|	struct sc_pkcs11_slot *slot;
  502|       |
  503|    804|	if ((pOldPin == NULL_PTR && ulOldLen > 0) || (pNewPin == NULL_PTR && ulNewLen > 0))
  ------------------
  |  |   27|  1.60k|#define NULL_PTR ((void *)0)
  ------------------
              	if ((pOldPin == NULL_PTR && ulOldLen > 0) || (pNewPin == NULL_PTR && ulNewLen > 0))
  ------------------
  |  |   27|  1.60k|#define NULL_PTR ((void *)0)
  ------------------
  |  Branch (503:7): [True: 0, False: 804]
  |  Branch (503:30): [True: 0, False: 0]
  |  Branch (503:48): [True: 0, False: 804]
  |  Branch (503:71): [True: 0, False: 0]
  ------------------
  504|      0|		return CKR_ARGUMENTS_BAD;
  ------------------
  |  | 1092|      0|#define CKR_ARGUMENTS_BAD 0x00000007UL
  ------------------
  505|       |
  506|    804|	rv = sc_pkcs11_lock();
  507|    804|	if (rv != CKR_OK)
  ------------------
  |  | 1086|    804|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (507:6): [True: 0, False: 804]
  ------------------
  508|      0|		return rv;
  509|       |
  510|    804|	session = list_seek(&sessions, &hSession);
  511|    804|	if (!session) {
  ------------------
  |  Branch (511:6): [True: 0, False: 804]
  ------------------
  512|      0|		rv = CKR_SESSION_HANDLE_INVALID;
  ------------------
  |  | 1134|      0|#define CKR_SESSION_HANDLE_INVALID 0x000000B3UL
  ------------------
  513|      0|		goto out;
  514|      0|	}
  515|       |
  516|    804|	slot = session->slot;
  517|    804|	sc_log(context, "Changing PIN (session 0x%lx; login user %d)", hSession, slot->login_user);
  ------------------
  |  |   71|    804|#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|       |
  519|    804|	if (!(session->flags & CKF_RW_SESSION)) {
  ------------------
  |  |  402|    804|#define CKF_RW_SESSION 0x00000002UL
  ------------------
  |  Branch (519:6): [True: 0, False: 804]
  ------------------
  520|      0|		rv = CKR_SESSION_READ_ONLY;
  ------------------
  |  | 1136|      0|#define CKR_SESSION_READ_ONLY 0x000000B5UL
  ------------------
  521|      0|		goto out;
  522|      0|	}
  523|       |
  524|    804|	rv = restore_login_state(slot);
  525|    804|	if (rv == CKR_OK) {
  ------------------
  |  | 1086|    804|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (525:6): [True: 804, False: 0]
  ------------------
  526|    804|		if (slot->p11card == NULL)
  ------------------
  |  Branch (526:7): [True: 0, False: 804]
  ------------------
  527|      0|			return CKR_TOKEN_NOT_RECOGNIZED;
  ------------------
  |  | 1145|      0|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
  528|    804|		rv = slot->p11card->framework->change_pin(slot, pOldPin, ulOldLen, pNewPin, ulNewLen);
  529|    804|	}
  530|    804|	rv = reset_login_state(slot, rv);
  531|       |
  532|    804|out:
  533|    804|	sc_pkcs11_unlock();
  534|    804|	return rv;
  535|    804|}
pkcs11-session.c:sc_pkcs11_close_session:
  105|  10.7k|{
  106|  10.7k|	struct sc_pkcs11_slot *slot;
  107|  10.7k|	struct sc_pkcs11_session *session;
  108|       |
  109|  10.7k|	sc_log(context, "real C_CloseSession(0x%lx)", hSession);
  ------------------
  |  |   71|  10.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__
  |  |  ------------------
  ------------------
  110|       |
  111|  10.7k|	session = list_seek(&sessions, &hSession);
  112|  10.7k|	if (!session)
  ------------------
  |  Branch (112:6): [True: 0, False: 10.7k]
  ------------------
  113|      0|		return CKR_SESSION_HANDLE_INVALID;
  ------------------
  |  | 1134|      0|#define CKR_SESSION_HANDLE_INVALID 0x000000B3UL
  ------------------
  114|       |
  115|       |	/* If we're the last session using this slot, make sure
  116|       |	 * we log out */
  117|  10.7k|	slot = session->slot;
  118|  10.7k|	slot->nsessions--;
  119|  10.7k|	if (slot->nsessions == 0 && slot->login_user >= 0) {
  ------------------
  |  Branch (119:6): [True: 10.7k, False: 0]
  |  Branch (119:30): [True: 887, False: 9.84k]
  ------------------
  120|    887|		slot->login_user = -1;
  121|    887|		if (sc_pkcs11_conf.atomic)
  ------------------
  |  Branch (121:7): [True: 0, False: 887]
  ------------------
  122|      0|			pop_all_login_states(slot);
  123|    887|		else {
  124|    887|			if (slot->p11card == NULL)
  ------------------
  |  Branch (124:8): [True: 0, False: 887]
  ------------------
  125|      0|				return CKR_TOKEN_NOT_RECOGNIZED;
  ------------------
  |  | 1145|      0|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
  126|    887|			slot->p11card->framework->logout(slot);
  127|    887|		}
  128|    887|	}
  129|   107k|	for (size_t i = 0; i < SC_PKCS11_OPERATION_MAX; i++)
  ------------------
  |  Branch (129:21): [True: 96.6k, False: 10.7k]
  ------------------
  130|  96.6k|		sc_pkcs11_release_operation(&session->operation[i]);
  131|       |
  132|  10.7k|	if (list_delete(&sessions, session) != 0)
  ------------------
  |  Branch (132:6): [True: 0, False: 10.7k]
  ------------------
  133|      0|		sc_log(context, "Could not delete session from list!");
  ------------------
  |  |   71|      0|#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|  10.7k|	free(session);
  135|  10.7k|	return CKR_OK;
  ------------------
  |  | 1086|  10.7k|#define CKR_OK 0x00000000UL
  ------------------
  136|  10.7k|}

_debug_virtual_slots:
   32|  16.2k|{
   33|  16.2k|	int i, vs_size;
   34|  16.2k|	sc_pkcs11_slot_t * slot;
   35|       |
   36|  16.2k|	vs_size = list_size(&virtual_slots);
   37|  16.2k|	_sc_debug(context, 10,
   38|  16.2k|			"VSS size:%d", vs_size);
   39|  16.2k|	_sc_debug(context, 10,
   40|  16.2k|			"VSS  [i] id   flags LU events nsessions slot_info.flags reader p11card description");
   41|  32.4k|	for (i = 0; i < vs_size; i++) {
  ------------------
  |  Branch (41:14): [True: 16.2k, False: 16.2k]
  ------------------
   42|  16.2k|		slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i);
   43|  16.2k|		if (slot) {
  ------------------
  |  Branch (43:7): [True: 16.2k, False: 0]
  ------------------
   44|  16.2k|			_sc_debug(context, 10,
   45|  16.2k|				"VSS %s[%d] 0x%2.2lx 0x%4.4x %d  %d  %d %4.4lx  %p %p %.64s",
   46|  16.2k|				((slot == p) ? "*" : " "),
  ------------------
  |  Branch (46:6): [True: 16.2k, False: 0]
  ------------------
   47|  16.2k|				i, slot->id, slot->flags, slot->login_user, slot->events, slot->nsessions,
   48|  16.2k|				slot->slot_info.flags,
   49|  16.2k|				slot->reader, slot->p11card,
   50|  16.2k|				slot->slot_info.slotDescription);
   51|  16.2k|		}
   52|  16.2k|	}
   53|  16.2k|	_sc_debug(context, 10, "VSS END");
   54|  16.2k|}
init_slot_info:
   92|  29.3k|{
   93|  29.3k|	if (reader) {
  ------------------
  |  Branch (93:6): [True: 29.3k, False: 0]
  ------------------
   94|  29.3k|		strcpy_bp(pInfo->slotDescription, reader->name, 64);
   95|  29.3k|		strcpy_bp(pInfo->manufacturerID, reader->vendor, 32);
   96|  29.3k|		pInfo->hardwareVersion.major = reader->version_major;
   97|  29.3k|		pInfo->hardwareVersion.minor = reader->version_minor;
   98|  29.3k|	} else {
   99|      0|		strcpy_bp(pInfo->slotDescription, "Virtual hotplug slot", 64);
  100|      0|		strcpy_bp(pInfo->manufacturerID, OPENSC_VS_FF_COMPANY_NAME, 32);
  ------------------
  |  |  244|      0|#define OPENSC_VS_FF_COMPANY_NAME "OpenSC Project"
  ------------------
  101|      0|		pInfo->hardwareVersion.major = OPENSC_VERSION_MAJOR;
  ------------------
  |  |  232|      0|#define OPENSC_VERSION_MAJOR 0
  ------------------
  102|      0|		pInfo->hardwareVersion.minor = OPENSC_VERSION_MINOR;
  ------------------
  |  |  235|      0|#define OPENSC_VERSION_MINOR 27
  ------------------
  103|      0|	}
  104|  29.3k|	pInfo->flags = CKF_REMOVABLE_DEVICE | CKF_HW_SLOT;
  ------------------
  |  |  408|  29.3k|#define CKF_REMOVABLE_DEVICE 0x00000002UL
  ------------------
              	pInfo->flags = CKF_REMOVABLE_DEVICE | CKF_HW_SLOT;
  ------------------
  |  |  409|  29.3k|#define CKF_HW_SLOT 0x00000004UL
  ------------------
  105|  29.3k|	pInfo->firmwareVersion.major = 0;
  106|  29.3k|	pInfo->firmwareVersion.minor = 0;
  107|  29.3k|}
create_slot:
  122|  16.2k|{
  123|  16.2k|	unsigned int events;
  124|  16.2k|	sc_reader_t *found;
  125|       |	/* find unused slots previously allocated for the same reader */
  126|  16.2k|	struct sc_pkcs11_slot *slot = reader_reclaim_slot(reader);
  127|       |
  128|       |	/* create a new slot if no empty slot is available */
  129|  16.2k|	if (!slot) {
  ------------------
  |  Branch (129:6): [True: 16.2k, False: 0]
  ------------------
  130|  16.2k|		sc_log(context, "Creating new slot");
  ------------------
  |  |   71|  16.2k|#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|  16.2k|		if (list_size(&virtual_slots) >= sc_pkcs11_conf.max_virtual_slots)
  ------------------
  |  Branch (131:7): [True: 0, False: 16.2k]
  ------------------
  132|      0|			return CKR_FUNCTION_FAILED;
  ------------------
  |  | 1091|      0|#define CKR_FUNCTION_FAILED 0x00000006UL
  ------------------
  133|       |
  134|  16.2k|		slot = (struct sc_pkcs11_slot *)calloc(1, sizeof(struct sc_pkcs11_slot));
  135|  16.2k|		if (!slot)
  ------------------
  |  Branch (135:7): [True: 0, False: 16.2k]
  ------------------
  136|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  137|       |
  138|  16.2k|		list_append(&virtual_slots, slot);
  139|  16.2k|		if (0 != list_init(&slot->objects)) {
  ------------------
  |  Branch (139:7): [True: 0, False: 16.2k]
  ------------------
  140|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  141|      0|		}
  142|  16.2k|		list_attributes_seeker(&slot->objects, object_list_seeker);
  143|       |
  144|  16.2k|		if (0 != list_init(&slot->logins)) {
  ------------------
  |  Branch (144:7): [True: 0, False: 16.2k]
  ------------------
  145|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  146|      0|		}
  147|  16.2k|	} else {
  148|      0|		DEBUG_VSS(slot, "Reusing this old slot");
  ------------------
  |  |  260|      0|#define DEBUG_VSS(S, ...) do { sc_log(context,"VSS " __VA_ARGS__); _debug_virtual_slots(S); } while (0)
  |  |  ------------------
  |  |  |  |   71|      0|#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 (260:102): [Folded, False: 0]
  |  |  ------------------
  ------------------
  149|       |
  150|       |		/* reuse the old list of logins/objects since they should be empty */
  151|      0|		list_t logins = slot->logins;
  152|      0|		list_t objects = slot->objects;
  153|       |
  154|      0|		memset(slot, 0, sizeof *slot);
  155|       |
  156|      0|		slot->logins = logins;
  157|      0|		slot->objects = objects;
  158|      0|	}
  159|       |
  160|  16.2k|	slot->login_user = -1;
  161|  16.2k|	slot->id = (CK_SLOT_ID) list_locate(&virtual_slots, slot);
  162|  16.2k|	init_slot_info(&slot->slot_info, reader);
  163|  16.2k|	slot->reader = reader;
  164|  16.2k|	sc_wait_for_event(context, SC_EVENT_CARD_EVENTS | SC_EVENT_READER_EVENTS, &found, &events, 0, &slot->reader_events);
  ------------------
  |  |  215|  16.2k|#define SC_EVENT_CARD_EVENTS		(SC_EVENT_CARD_INSERTED|SC_EVENT_CARD_REMOVED)
  |  |  ------------------
  |  |  |  |  213|  16.2k|#define SC_EVENT_CARD_INSERTED		0x0001
  |  |  ------------------
  |  |               #define SC_EVENT_CARD_EVENTS		(SC_EVENT_CARD_INSERTED|SC_EVENT_CARD_REMOVED)
  |  |  ------------------
  |  |  |  |  214|  16.2k|#define SC_EVENT_CARD_REMOVED		0x0002
  |  |  ------------------
  ------------------
              	sc_wait_for_event(context, SC_EVENT_CARD_EVENTS | SC_EVENT_READER_EVENTS, &found, &events, 0, &slot->reader_events);
  ------------------
  |  |  218|  16.2k|#define SC_EVENT_READER_EVENTS		(SC_EVENT_READER_ATTACHED|SC_EVENT_READER_DETACHED)
  |  |  ------------------
  |  |  |  |  216|  16.2k|#define SC_EVENT_READER_ATTACHED	0x0004
  |  |  ------------------
  |  |               #define SC_EVENT_READER_EVENTS		(SC_EVENT_READER_ATTACHED|SC_EVENT_READER_DETACHED)
  |  |  ------------------
  |  |  |  |  217|  16.2k|#define SC_EVENT_READER_DETACHED	0x0008
  |  |  ------------------
  ------------------
  165|       |
  166|  16.2k|	DEBUG_VSS(slot, "Finished initializing this slot");
  ------------------
  |  |  260|  16.2k|#define DEBUG_VSS(S, ...) do { sc_log(context,"VSS " __VA_ARGS__); _debug_virtual_slots(S); } while (0)
  |  |  ------------------
  |  |  |  |   71|  16.2k|#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 (260:102): [Folded, False: 16.2k]
  |  |  ------------------
  ------------------
  167|       |
  168|  16.2k|	return CKR_OK;
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  169|  16.2k|}
sc_pkcs11_card_free:
  172|  21.6k|{
  173|  21.6k|	if (p11card) {
  ------------------
  |  Branch (173:6): [True: 16.2k, False: 5.48k]
  ------------------
  174|  16.2k|		size_t i;
  175|  16.2k|		if (p11card->framework && p11card->framework->unbind)
  ------------------
  |  Branch (175:7): [True: 13.1k, False: 3.03k]
  |  Branch (175:29): [True: 13.1k, False: 0]
  ------------------
  176|  13.1k|			p11card->framework->unbind(p11card);
  177|  16.2k|		sc_disconnect_card(p11card->card);
  178|   147k|		for (i=0; i < p11card->nmechanisms; ++i) {
  ------------------
  |  Branch (178:13): [True: 131k, False: 16.2k]
  ------------------
  179|   131k|			if (p11card->mechanisms[i]->free_mech_data) {
  ------------------
  |  Branch (179:8): [True: 99.4k, False: 31.9k]
  ------------------
  180|  99.4k|				p11card->mechanisms[i]->free_mech_data(p11card->mechanisms[i]->mech_data);
  181|  99.4k|			}
  182|   131k|			free(p11card->mechanisms[i]);
  183|   131k|		}
  184|  16.2k|		free(p11card->mechanisms);
  185|  16.2k|		free(p11card);
  186|  16.2k|	}
  187|  21.6k|}
card_removed:
  190|  16.2k|{
  191|  16.2k|	unsigned int i;
  192|  16.2k|	struct sc_pkcs11_card *p11card = NULL;
  193|       |	/* Mark all slots as "token not present" */
  194|  16.2k|	sc_log(context, "%s: card removed", reader->name);
  ------------------
  |  |   71|  16.2k|#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|       |
  196|       |
  197|  32.4k|	for (i=0; i < list_size(&virtual_slots); i++) {
  ------------------
  |  Branch (197:12): [True: 16.2k, False: 16.2k]
  ------------------
  198|  16.2k|		sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i);
  199|  16.2k|		if (slot->reader == reader) {
  ------------------
  |  Branch (199:7): [True: 16.2k, False: 0]
  ------------------
  200|       |			/* Save the "card" object */
  201|  16.2k|			if (slot->p11card)
  ------------------
  |  Branch (201:8): [True: 10.7k, False: 5.48k]
  ------------------
  202|  10.7k|				p11card = slot->p11card;
  203|  16.2k|			slot_token_removed(slot->id);
  204|  16.2k|		}
  205|  16.2k|	}
  206|       |
  207|  16.2k|	sc_pkcs11_card_free(p11card);
  208|       |
  209|  16.2k|	return CKR_OK;
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  210|  16.2k|}
card_detect:
  214|  1.23k|{
  215|  1.23k|	struct sc_pkcs11_card *p11card = NULL;
  216|  1.23k|	int free_p11card = 0;
  217|  1.23k|	int rc;
  218|  1.23k|	int no_change = 0;
  219|  1.23k|	CK_RV rv;
  220|  1.23k|	unsigned int i;
  221|  1.23k|	int j;
  222|  1.23k|	static int retry = 3;
  223|       |
  224|  1.23k|	sc_log(context, "%s: Detecting smart card", reader->name);
  ------------------
  |  |   71|  1.23k|#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|       |	/* Check if someone inserted a card */
  226|       |
  227|  1.23k|	if (reader_states != NULL) {
  ------------------
  |  Branch (227:6): [True: 0, False: 1.23k]
  ------------------
  228|       |		/* check if any event has occurred since last invocation of `card_detect()` */
  229|      0|		unsigned int mask, events;
  230|      0|		sc_reader_t *event_reader;
  231|       |		/* Detect card and reader events */
  232|      0|		mask = SC_EVENT_CARD_EVENTS | SC_EVENT_READER_EVENTS;
  ------------------
  |  |  215|      0|#define SC_EVENT_CARD_EVENTS		(SC_EVENT_CARD_INSERTED|SC_EVENT_CARD_REMOVED)
  |  |  ------------------
  |  |  |  |  213|      0|#define SC_EVENT_CARD_INSERTED		0x0001
  |  |  ------------------
  |  |               #define SC_EVENT_CARD_EVENTS		(SC_EVENT_CARD_INSERTED|SC_EVENT_CARD_REMOVED)
  |  |  ------------------
  |  |  |  |  214|      0|#define SC_EVENT_CARD_REMOVED		0x0002
  |  |  ------------------
  ------------------
              		mask = SC_EVENT_CARD_EVENTS | SC_EVENT_READER_EVENTS;
  ------------------
  |  |  218|      0|#define SC_EVENT_READER_EVENTS		(SC_EVENT_READER_ATTACHED|SC_EVENT_READER_DETACHED)
  |  |  ------------------
  |  |  |  |  216|      0|#define SC_EVENT_READER_ATTACHED	0x0004
  |  |  ------------------
  |  |               #define SC_EVENT_READER_EVENTS		(SC_EVENT_READER_ATTACHED|SC_EVENT_READER_DETACHED)
  |  |  ------------------
  |  |  |  |  217|      0|#define SC_EVENT_READER_DETACHED	0x0008
  |  |  ------------------
  ------------------
  233|      0|		int r = sc_wait_for_event(context, mask, &event_reader, &events, 0, &reader_states);
  234|      0|		if (r == SC_ERROR_EVENT_TIMEOUT || reader != event_reader)
  ------------------
  |  |   43|      0|#define SC_ERROR_EVENT_TIMEOUT			-1112
  ------------------
  |  Branch (234:7): [True: 0, False: 0]
  |  Branch (234:38): [True: 0, False: 0]
  ------------------
  235|       |			/* no change happened */
  236|      0|			no_change = 1;
  237|      0|		else
  238|       |			/* if some error occurred or there actually was a change, continue with detection routine */
  239|      0|			no_change = 0;
  240|      0|	}
  241|       |
  242|  1.23k|again:
  243|  1.23k|	rc = sc_detect_card_presence(reader);
  244|  1.23k|	if (rc < 0) {
  ------------------
  |  Branch (244:6): [True: 1.23k, False: 0]
  ------------------
  245|  1.23k|		sc_log(context, "%s: failed, %s", reader->name, sc_strerror(rc));
  ------------------
  |  |   71|  1.23k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  246|  1.23k|		return sc_to_cryptoki_error(rc, NULL);
  247|  1.23k|	}
  248|      0|	if (rc == 0) {
  ------------------
  |  Branch (248:6): [True: 0, False: 0]
  ------------------
  249|      0|		sc_log(context, "%s: card absent", reader->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__
  |  |  ------------------
  ------------------
  250|      0|		card_removed(reader);	/* Release all resources */
  251|      0|		return CKR_TOKEN_NOT_PRESENT;
  ------------------
  |  | 1144|      0|#define CKR_TOKEN_NOT_PRESENT 0x000000E0UL
  ------------------
  252|      0|	}
  253|       |
  254|      0|	if (no_change == 1) {
  ------------------
  |  Branch (254:6): [True: 0, False: 0]
  ------------------
  255|      0|		sc_log(context, "%s: card present, no change detected", reader->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__
  |  |  ------------------
  ------------------
  256|      0|		return CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  257|      0|	}
  258|       |
  259|       |	/* If the card was changed, disconnect the current one */
  260|      0|	if (rc & SC_READER_CARD_CHANGED) {
  ------------------
  |  |  367|      0|#define SC_READER_CARD_CHANGED		0x00000002
  ------------------
  |  Branch (260:6): [True: 0, False: 0]
  ------------------
  261|      0|		sc_log(context, "%s: Card changed", reader->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__
  |  |  ------------------
  ------------------
  262|       |		/* The following should never happen - but if it
  263|       |		 * does we'll be stuck in an endless loop.
  264|       |		 * So better be fussy.*/
  265|      0|		card_removed(reader);
  266|      0|		if (!retry--) {
  ------------------
  |  Branch (266:7): [True: 0, False: 0]
  ------------------
  267|      0|			retry = 3;
  268|      0|			return CKR_TOKEN_NOT_PRESENT;
  ------------------
  |  | 1144|      0|#define CKR_TOKEN_NOT_PRESENT 0x000000E0UL
  ------------------
  269|      0|		}
  270|      0|		goto again;
  271|      0|	}
  272|       |
  273|       |	/* Locate a slot related to the reader */
  274|      0|	for (i=0; i<list_size(&virtual_slots); i++) {
  ------------------
  |  Branch (274:12): [True: 0, False: 0]
  ------------------
  275|      0|		sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i);
  276|      0|		if (slot->reader == reader) {
  ------------------
  |  Branch (276:7): [True: 0, False: 0]
  ------------------
  277|      0|			p11card = slot->p11card;
  278|      0|			break;
  279|      0|		}
  280|      0|	}
  281|       |
  282|       |	/* Detect the card if it's not known already */
  283|      0|	if (p11card == NULL) {
  ------------------
  |  Branch (283:6): [True: 0, False: 0]
  ------------------
  284|      0|		sc_log(context, "%s: First seen the card ", reader->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|		p11card = (struct sc_pkcs11_card *)calloc(1, sizeof(struct sc_pkcs11_card));
  286|      0|		if (!p11card)
  ------------------
  |  Branch (286:7): [True: 0, False: 0]
  ------------------
  287|      0|			return CKR_HOST_MEMORY;
  ------------------
  |  | 1088|      0|#define CKR_HOST_MEMORY 0x00000002UL
  ------------------
  288|      0|		free_p11card = 1;
  289|      0|		p11card->reader = reader;
  290|      0|	}
  291|       |
  292|      0|	if (p11card->card == NULL) {
  ------------------
  |  Branch (292:6): [True: 0, False: 0]
  ------------------
  293|      0|		sc_log(context, "%s: Connecting ... ", reader->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__
  |  |  ------------------
  ------------------
  294|      0|		rc = sc_connect_card(reader, &p11card->card);
  295|      0|		if (rc != SC_SUCCESS) {
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
  |  Branch (295:7): [True: 0, False: 0]
  ------------------
  296|      0|			sc_log(context, "%s: SC connect card error %i", reader->name, rc);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  297|      0|			rv = sc_to_cryptoki_error(rc, NULL);
  298|      0|			goto fail;
  299|      0|		}
  300|       |
  301|       |		/* escape commands are only guaranteed to be working with a card
  302|       |		 * inserted. That's why by now, after sc_connect_card() the reader's
  303|       |		 * metadata may have changed. We re-initialize the metadata for every
  304|       |		 * slot of this reader here. */
  305|      0|		if (reader->flags & SC_READER_ENABLE_ESCAPE) {
  ------------------
  |  |  372|      0|#define SC_READER_ENABLE_ESCAPE		0x00000040
  ------------------
  |  Branch (305:7): [True: 0, False: 0]
  ------------------
  306|      0|			for (i = 0; i<list_size(&virtual_slots); i++) {
  ------------------
  |  Branch (306:16): [True: 0, False: 0]
  ------------------
  307|      0|				sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i);
  308|      0|				if (slot->reader == reader)
  ------------------
  |  Branch (308:9): [True: 0, False: 0]
  ------------------
  309|      0|					init_slot_info(&slot->slot_info, reader);
  310|      0|			}
  311|      0|		}
  312|       |
  313|      0|		sc_log(context, "%s: Connected SC card %p", reader->name, p11card->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__
  |  |  ------------------
  ------------------
  314|      0|	}
  315|       |
  316|       |	/* Detect the framework */
  317|      0|	if (p11card->framework == NULL) {
  ------------------
  |  Branch (317:6): [True: 0, False: 0]
  ------------------
  318|      0|		struct sc_app_info *app_generic = sc_pkcs15_get_application_by_type(p11card->card, "generic");
  319|       |
  320|      0|		sc_log(context, "%s: Detecting Framework. %i on-card applications", reader->name, p11card->card->app_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__
  |  |  ------------------
  ------------------
  321|      0|		sc_log(context, "%s: generic application %s", reader->name, app_generic ? app_generic->label : "<none>");
  ------------------
  |  |   71|      0|#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]
  |  |  ------------------
  ------------------
  322|       |
  323|      0|		for (i = 0; frameworks[i]; i++)
  ------------------
  |  Branch (323:15): [True: 0, False: 0]
  ------------------
  324|      0|			if (frameworks[i]->bind != NULL)
  ------------------
  |  Branch (324:8): [True: 0, False: 0]
  ------------------
  325|      0|				break;
  326|       |		/*TODO: only first framework is used: pkcs15init framework is not reachable here */
  327|      0|		if (frameworks[i] == NULL) {
  ------------------
  |  Branch (327:7): [True: 0, False: 0]
  ------------------
  328|      0|			rv = CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|      0|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  329|      0|			goto fail;
  330|      0|		}
  331|       |
  332|      0|		p11card->framework = frameworks[i];
  333|       |
  334|       |		/* Initialize framework */
  335|      0|		sc_log(context, "%s: Detected framework %d. Creating tokens.", reader->name, 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__
  |  |  ------------------
  ------------------
  336|       |		/* Bind 'generic' application or (emulated?) card without applications */
  337|      0|		if (app_generic || !p11card->card->app_count)   {
  ------------------
  |  Branch (337:7): [True: 0, False: 0]
  |  Branch (337:22): [True: 0, False: 0]
  ------------------
  338|      0|			scconf_block *conf_block = NULL;
  339|      0|			int enable_InitToken = 0;
  340|       |
  341|      0|			conf_block = sc_match_atr_block(p11card->card->ctx, NULL,
  342|      0|				&p11card->reader->atr);
  343|      0|			if (!conf_block) /* check default block */
  ------------------
  |  Branch (343:8): [True: 0, False: 0]
  ------------------
  344|      0|				conf_block = sc_get_conf_block(context,
  345|      0|					"framework", "pkcs15", 1);
  346|       |
  347|      0|			enable_InitToken = scconf_get_bool(conf_block,
  348|      0|				"pkcs11_enable_InitToken", 0);
  349|       |
  350|      0|			sc_log(context, "%s: Try to bind 'generic' token.", reader->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__
  |  |  ------------------
  ------------------
  351|      0|			rv = frameworks[i]->bind(p11card, app_generic);
  352|      0|			if (rv == CKR_TOKEN_NOT_RECOGNIZED && enable_InitToken)   {
  ------------------
  |  | 1145|      0|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
  |  Branch (352:8): [True: 0, False: 0]
  |  Branch (352:42): [True: 0, False: 0]
  ------------------
  353|      0|				sc_log(context, "%s: 'InitToken' enabled -- accept non-binded card", reader->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__
  |  |  ------------------
  ------------------
  354|      0|				rv = CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  355|      0|			}
  356|      0|			if (rv != CKR_OK)   {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (356:8): [True: 0, False: 0]
  ------------------
  357|      0|				sc_log(context,
  ------------------
  |  |   71|      0|#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|      0|				       "%s: cannot bind 'generic' token: rv 0x%lX",
  359|      0|				       reader->name, rv);
  360|      0|				goto fail;
  361|      0|			}
  362|       |
  363|      0|			sc_log(context, "%s: Creating 'generic' token.", reader->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__
  |  |  ------------------
  ------------------
  364|      0|			rv = frameworks[i]->create_tokens(p11card, app_generic);
  365|      0|			if (rv != CKR_OK)   {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (365:8): [True: 0, False: 0]
  ------------------
  366|      0|				sc_log(context,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  367|      0|				       "%s: create 'generic' token error 0x%lX",
  368|      0|				       reader->name, rv);
  369|      0|				goto fail;
  370|      0|			}
  371|       |			/* p11card is now bound to some slot */
  372|      0|			free_p11card = 0;
  373|      0|		}
  374|       |
  375|       |		/* Now bind the rest of applications that are not 'generic' */
  376|      0|		for (j = 0; j < p11card->card->app_count; j++)   {
  ------------------
  |  Branch (376:15): [True: 0, False: 0]
  ------------------
  377|      0|			struct sc_app_info *app_info = p11card->card->app[j];
  378|      0|			char *app_name = app_info ? app_info->label : "<anonymous>";
  ------------------
  |  Branch (378:21): [True: 0, False: 0]
  ------------------
  379|       |
  380|      0|			if (app_generic && app_generic == p11card->card->app[j])
  ------------------
  |  Branch (380:8): [True: 0, False: 0]
  |  Branch (380:23): [True: 0, False: 0]
  ------------------
  381|      0|				continue;
  382|       |
  383|      0|			sc_log(context, "%s: Binding %s token.", reader->name, app_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__
  |  |  ------------------
  ------------------
  384|      0|			rv = frameworks[i]->bind(p11card, app_info);
  385|      0|			if (rv != CKR_OK)   {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (385:8): [True: 0, False: 0]
  ------------------
  386|      0|				sc_log(context, "%s: bind %s token error Ox%lX",
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  387|      0|				       reader->name, app_name, rv);
  388|      0|				continue;
  389|      0|			}
  390|       |
  391|      0|			sc_log(context, "%s: Creating %s token.", reader->name, app_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__
  |  |  ------------------
  ------------------
  392|      0|			rv = frameworks[i]->create_tokens(p11card, app_info);
  393|      0|			if (rv != CKR_OK)   {
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (393:8): [True: 0, False: 0]
  ------------------
  394|      0|				sc_log(context,
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  395|      0|				       "%s: create %s token error 0x%lX",
  396|      0|				       reader->name, app_name, rv);
  397|      0|				goto fail;
  398|      0|			}
  399|       |			/* p11card is now bound to some slot */
  400|      0|			free_p11card = 0;
  401|      0|		}
  402|      0|	}
  403|       |
  404|      0|	sc_log(context, "%s: Detection ended", reader->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__
  |  |  ------------------
  ------------------
  405|      0|	rv = CKR_OK;
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  406|       |
  407|      0|fail:
  408|      0|	if (free_p11card) {
  ------------------
  |  Branch (408:6): [True: 0, False: 0]
  ------------------
  409|      0|		sc_pkcs11_card_free(p11card);
  410|      0|	}
  411|       |
  412|      0|	return rv;
  413|      0|}
card_detect_all:
  418|  16.2k|{
  419|  16.2k|	unsigned int i, j;
  420|       |
  421|  16.2k|	sc_log(context, "Detect all cards");
  ------------------
  |  |   71|  16.2k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  422|       |	/* Detect cards in all initialized readers */
  423|  16.2k|	for (i=0; i< sc_ctx_get_reader_count(context); i++) {
  ------------------
  |  Branch (423:12): [True: 0, False: 16.2k]
  ------------------
  424|      0|		sc_reader_t *reader = sc_ctx_get_reader(context, i);
  425|       |
  426|      0|		if (reader->flags & SC_READER_REMOVED) {
  ------------------
  |  |  371|      0|#define SC_READER_REMOVED			0x00000020
  ------------------
  |  Branch (426:7): [True: 0, False: 0]
  ------------------
  427|      0|			card_removed(reader);
  428|       |			/* do not remove slots related to this reader which would be
  429|       |			 * possible according to PKCS#11 2.20 and later, because NSS can't
  430|       |			 * handle a shrinking slot list
  431|       |			 * https://bugzilla.mozilla.org/show_bug.cgi?id=1613632 */
  432|       |
  433|       |			/* Instead, remove the relation between reader and slot */
  434|      0|			for (j = 0; j<list_size(&virtual_slots); j++) {
  ------------------
  |  Branch (434:16): [True: 0, False: 0]
  ------------------
  435|      0|				sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, j);
  436|      0|				if (slot->reader == reader) {
  ------------------
  |  Branch (436:9): [True: 0, False: 0]
  ------------------
  437|      0|					slot->reader = NULL;
  438|      0|					sc_wait_for_event(context, 0, NULL, NULL, 0, &slot->reader_events);
  439|      0|				}
  440|      0|			}
  441|      0|		} else {
  442|       |			/* Locate a slot related to the reader */
  443|      0|			int found = 0;
  444|      0|			for (j = 0; j<list_size(&virtual_slots); j++) {
  ------------------
  |  Branch (444:16): [True: 0, False: 0]
  ------------------
  445|      0|				sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, j);
  446|      0|				if (slot->reader == reader) {
  ------------------
  |  Branch (446:9): [True: 0, False: 0]
  ------------------
  447|      0|					found = 1;
  448|      0|					card_detect(slot->reader, slot->reader_events);
  449|      0|					break;
  450|      0|				}
  451|      0|			}
  452|      0|			if (!found) {
  ------------------
  |  Branch (452:8): [True: 0, False: 0]
  ------------------
  453|      0|				for (j = 0; j < sc_pkcs11_conf.slots_per_card; j++) {
  ------------------
  |  Branch (453:17): [True: 0, False: 0]
  ------------------
  454|      0|					CK_RV rv = create_slot(reader);
  455|      0|					if (rv != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (455:10): [True: 0, False: 0]
  ------------------
  456|      0|						return rv;
  457|      0|				}
  458|      0|				card_detect(reader, NULL);
  459|      0|			}
  460|      0|		}
  461|      0|	}
  462|  16.2k|	sc_log(context, "All cards detected");
  ------------------
  |  |   71|  16.2k|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  463|  16.2k|	return CKR_OK;
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  464|  16.2k|}
slot_allocate:
  468|  11.1k|{
  469|  11.1k|	unsigned int i;
  470|  11.1k|	struct sc_pkcs11_slot *tmp_slot = NULL;
  471|       |
  472|       |	/* Locate a free slot for this reader */
  473|  11.5k|	for (i=0; i< list_size(&virtual_slots); i++) {
  ------------------
  |  Branch (473:12): [True: 11.1k, False: 426]
  ------------------
  474|  11.1k|		tmp_slot = (struct sc_pkcs11_slot *)list_get_at(&virtual_slots, i);
  475|  11.1k|		if (tmp_slot->reader == p11card->reader && tmp_slot->p11card == NULL)
  ------------------
  |  Branch (475:7): [True: 11.1k, False: 0]
  |  Branch (475:46): [True: 10.7k, False: 426]
  ------------------
  476|  10.7k|			break;
  477|  11.1k|	}
  478|  11.1k|	if (!tmp_slot || (i == list_size(&virtual_slots)))
  ------------------
  |  Branch (478:6): [True: 0, False: 11.1k]
  |  Branch (478:19): [True: 426, False: 10.7k]
  ------------------
  479|    426|		return CKR_FUNCTION_FAILED;
  ------------------
  |  | 1091|    426|#define CKR_FUNCTION_FAILED 0x00000006UL
  ------------------
  480|  10.7k|	sc_log(context, "Allocated slot 0x%lx for card in reader %s", tmp_slot->id, p11card->reader->name);
  ------------------
  |  |   71|  10.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__
  |  |  ------------------
  ------------------
  481|  10.7k|	tmp_slot->p11card = p11card;
  482|  10.7k|	tmp_slot->events = SC_EVENT_CARD_INSERTED;
  ------------------
  |  |  213|  10.7k|#define SC_EVENT_CARD_INSERTED		0x0001
  ------------------
  483|  10.7k|	*slot = tmp_slot;
  484|  10.7k|	return CKR_OK;
  ------------------
  |  | 1086|  10.7k|#define CKR_OK 0x00000000UL
  ------------------
  485|  11.1k|}
slot_get_slot:
  488|  30.0k|{
  489|  30.0k|	if (context == NULL)
  ------------------
  |  Branch (489:6): [True: 0, False: 30.0k]
  ------------------
  490|      0|		return CKR_CRYPTOKI_NOT_INITIALIZED;
  ------------------
  |  | 1169|      0|#define CKR_CRYPTOKI_NOT_INITIALIZED 0x00000190UL
  ------------------
  491|       |
  492|  30.0k|	*slot = list_seek(&virtual_slots, &id);	/* FIXME: check for null? */
  493|  30.0k|	if (!*slot)
  ------------------
  |  Branch (493:6): [True: 0, False: 30.0k]
  ------------------
  494|      0|		return CKR_SLOT_ID_INVALID;
  ------------------
  |  | 1089|      0|#define CKR_SLOT_ID_INVALID 0x00000003UL
  ------------------
  495|  30.0k|	return CKR_OK;
  ------------------
  |  | 1086|  30.0k|#define CKR_OK 0x00000000UL
  ------------------
  496|  30.0k|}
slot_get_token:
  499|  13.8k|{
  500|  13.8k|	CK_RV rv;
  501|       |
  502|  13.8k|	sc_log(context, "Slot(id=0x%lX): get token", id);
  ------------------
  |  |   71|  13.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__
  |  |  ------------------
  ------------------
  503|  13.8k|	rv = slot_get_slot(id, slot);
  504|  13.8k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  13.8k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (504:6): [True: 0, False: 13.8k]
  ------------------
  505|      0|		return rv;
  506|       |
  507|  13.8k|	if (!((*slot)->slot_info.flags & CKF_TOKEN_PRESENT)) {
  ------------------
  |  |  407|  13.8k|#define CKF_TOKEN_PRESENT 0x00000001UL
  ------------------
  |  Branch (507:6): [True: 1.23k, False: 12.5k]
  ------------------
  508|  1.23k|		if ((*slot)->reader == NULL)
  ------------------
  |  Branch (508:7): [True: 0, False: 1.23k]
  ------------------
  509|      0|			return CKR_TOKEN_NOT_PRESENT;
  ------------------
  |  | 1144|      0|#define CKR_TOKEN_NOT_PRESENT 0x000000E0UL
  ------------------
  510|  1.23k|		sc_log(context, "Slot(id=0x%lX): get token: now detect card", id);
  ------------------
  |  |   71|  1.23k|#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|  1.23k|		rv = card_detect((*slot)->reader, (*slot)->reader_events);
  512|  1.23k|		if (rv != CKR_OK)
  ------------------
  |  | 1086|  1.23k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (512:7): [True: 1.23k, False: 0]
  ------------------
  513|  1.23k|			return rv;
  514|  1.23k|	}
  515|       |
  516|  12.5k|	if (!((*slot)->slot_info.flags & CKF_TOKEN_PRESENT)) {
  ------------------
  |  |  407|  12.5k|#define CKF_TOKEN_PRESENT 0x00000001UL
  ------------------
  |  Branch (516:6): [True: 0, False: 12.5k]
  ------------------
  517|      0|		sc_log(context, "card detected, but slot not presenting token");
  ------------------
  |  |   71|      0|#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|      0|		return CKR_TOKEN_NOT_PRESENT;
  ------------------
  |  | 1144|      0|#define CKR_TOKEN_NOT_PRESENT 0x000000E0UL
  ------------------
  519|      0|	}
  520|  12.5k|	sc_log(context, "Slot-get-token returns OK");
  ------------------
  |  |   71|  12.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__
  |  |  ------------------
  ------------------
  521|  12.5k|	return CKR_OK;
  ------------------
  |  | 1086|  12.5k|#define CKR_OK 0x00000000UL
  ------------------
  522|  12.5k|}
slot_token_removed:
  525|  16.2k|{
  526|  16.2k|	CK_RV rv;
  527|  16.2k|	int token_was_present;
  528|  16.2k|	struct sc_pkcs11_slot *slot;
  529|  16.2k|	struct sc_pkcs11_object *object;
  530|       |
  531|  16.2k|	sc_log(context, "slot_token_removed(0x%lx)", id);
  ------------------
  |  |   71|  16.2k|#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|  16.2k|	rv = slot_get_slot(id, &slot);
  533|  16.2k|	if (rv != CKR_OK)
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (533:6): [True: 0, False: 16.2k]
  ------------------
  534|      0|		return rv;
  535|       |
  536|  16.2k|	token_was_present = (slot->slot_info.flags & CKF_TOKEN_PRESENT);
  ------------------
  |  |  407|  16.2k|#define CKF_TOKEN_PRESENT 0x00000001UL
  ------------------
  537|       |
  538|       |	/* Terminate active sessions */
  539|  16.2k|	sc_pkcs11_close_all_sessions(id);
  540|       |
  541|  44.7k|	while ((object = list_fetch(&slot->objects))) {
  ------------------
  |  Branch (541:9): [True: 28.5k, False: 16.2k]
  ------------------
  542|  28.5k|		if (object->ops->release)
  ------------------
  |  Branch (542:7): [True: 28.5k, False: 0]
  ------------------
  543|  28.5k|			object->ops->release(object);
  544|  28.5k|	}
  545|       |
  546|       |	/* Release framework stuff */
  547|  16.2k|	if (slot->p11card != NULL) {
  ------------------
  |  Branch (547:6): [True: 10.7k, False: 5.48k]
  ------------------
  548|  10.7k|		if (slot->fw_data != NULL && slot->p11card->framework != NULL
  ------------------
  |  Branch (548:7): [True: 5.43k, False: 5.29k]
  |  Branch (548:32): [True: 5.43k, False: 0]
  ------------------
  549|  5.43k|				&& slot->p11card->framework->release_token != NULL) {
  ------------------
  |  Branch (549:8): [True: 5.43k, False: 0]
  ------------------
  550|  5.43k|			slot->p11card->framework->release_token(slot->p11card, slot->fw_data);
  551|  5.43k|			slot->fw_data = NULL;
  552|  5.43k|		}
  553|  10.7k|		slot->p11card = NULL;
  554|  10.7k|	}
  555|       |
  556|       |	/* Reset relevant slot properties */
  557|  16.2k|	slot->slot_info.flags &= ~CKF_TOKEN_PRESENT;
  ------------------
  |  |  407|  16.2k|#define CKF_TOKEN_PRESENT 0x00000001UL
  ------------------
  558|  16.2k|	slot->login_user = -1;
  559|  16.2k|	slot->profile = NULL;
  560|  16.2k|	pop_all_login_states(slot);
  561|       |
  562|  16.2k|	if (token_was_present)
  ------------------
  |  Branch (562:6): [True: 10.7k, False: 5.48k]
  ------------------
  563|  10.7k|		slot->events = SC_EVENT_CARD_REMOVED;
  ------------------
  |  |  214|  10.7k|#define SC_EVENT_CARD_REMOVED		0x0002
  ------------------
  564|       |
  565|  16.2k|	memset(&slot->token_info, 0, sizeof slot->token_info);
  566|       |
  567|  16.2k|	return CKR_OK;
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  568|  16.2k|}
slot.c:reader_reclaim_slot:
   67|  16.2k|{
   68|  16.2k|	unsigned int i;
   69|  16.2k|	CK_UTF8CHAR slotDescription[64];
   70|  16.2k|	CK_UTF8CHAR manufacturerID[32];
   71|       |
   72|  16.2k|	if (reader == NULL)
  ------------------
  |  Branch (72:6): [True: 0, False: 16.2k]
  ------------------
   73|      0|		return NULL;
   74|  16.2k|	strcpy_bp(slotDescription, reader->name, 64);
   75|  16.2k|	strcpy_bp(manufacturerID, reader->vendor, 32);
   76|       |
   77|       |	/* Locate a slot related to the reader */
   78|  16.2k|	for (i = 0; i<list_size(&virtual_slots); i++) {
  ------------------
  |  Branch (78:14): [True: 0, False: 16.2k]
  ------------------
   79|      0|		sc_pkcs11_slot_t *slot = (sc_pkcs11_slot_t *) list_get_at(&virtual_slots, i);
   80|      0|		if (slot->reader == NULL
  ------------------
  |  Branch (80:7): [True: 0, False: 0]
  ------------------
   81|      0|				&& 0 == memcmp(slot->slot_info.slotDescription, slotDescription, 64)
  ------------------
  |  Branch (81:8): [True: 0, False: 0]
  ------------------
   82|      0|				&& 0 == memcmp(slot->slot_info.manufacturerID, manufacturerID, 32)
  ------------------
  |  Branch (82:8): [True: 0, False: 0]
  ------------------
   83|      0|				&& slot->slot_info.hardwareVersion.major == reader->version_major
  ------------------
  |  Branch (83:8): [True: 0, False: 0]
  ------------------
   84|      0|				&& slot->slot_info.hardwareVersion.minor == reader->version_minor) {
  ------------------
  |  Branch (84:8): [True: 0, False: 0]
  ------------------
   85|      0|			return slot;
   86|      0|		}
   87|      0|	}
   88|  16.2k|	return NULL;
   89|  16.2k|}
slot.c:object_list_seeker:
  111|  1.90k|{
  112|  1.90k|	const struct sc_pkcs11_object *object = (struct sc_pkcs11_object *)el;
  113|       |
  114|  1.90k|	if ((el == NULL) || (key == NULL))
  ------------------
  |  Branch (114:6): [True: 0, False: 1.90k]
  |  Branch (114:22): [True: 0, False: 1.90k]
  ------------------
  115|      0|		return 0;
  116|  1.90k|	if (object->handle == *(CK_OBJECT_HANDLE*)key)
  ------------------
  |  Branch (116:6): [True: 739, False: 1.17k]
  ------------------
  117|    739|		return 1;
  118|  1.17k|	return 0;
  119|  1.90k|}

sc_pkcs15init_get_authentic_ops:
  925|     12|{
  926|     12|	return &sc_pkcs15init_authentic_operations;
  927|     12|}

sc_pkcs15init_get_cardos_ops:
  943|      4|{
  944|      4|	return &sc_pkcs15init_cardos_operations;
  945|      4|}

sc_pkcs15init_get_cryptoflex_ops:
  953|      2|{
  954|      2|	return &sc_pkcs15init_cryptoflex_operations;
  955|      2|}

sc_pkcs15init_get_entersafe_ops:
  532|      3|{
  533|      3|	return &sc_pkcs15init_entersafe_operations;
  534|      3|}

sc_pkcs15init_get_epass2003_ops:
  780|      7|{
  781|      7|	return &sc_pkcs15init_epass2003_operations;
  782|      7|}

sc_pkcs15init_get_gids_ops:
  190|      7|{
  191|      7|	return &sc_pkcs15init_gids_operations;
  192|      7|}

sc_pkcs15init_get_iasecc_ops:
 1896|      2|{
 1897|      2|	return &sc_pkcs15init_iasecc_operations;
 1898|      2|}

sc_pkcs15init_get_isoApplet_ops:
  804|      2|{
  805|      2|	return &sc_pkcs15init_isoApplet_operations;
  806|      2|}

sc_pkcs15init_bind:
  307|    235|{
  308|    235|	struct sc_context *ctx = card->ctx;
  309|    235|	struct sc_profile *profile;
  310|    235|	struct sc_pkcs15init_operations * (* func)(void) = NULL;
  311|    235|	const char	*driver = card->driver->short_name;
  312|    235|	char		card_profile[PATH_MAX];
  313|    235|	int		r, i;
  314|       |
  315|    235|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    235|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    235|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    235|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    235|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 235]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  316|       |	/* Put the card into administrative mode */
  317|    235|	r = sc_pkcs15init_set_lifecycle(card, SC_CARDCTRL_LIFECYCLE_ADMIN);
  318|    235|	if (r < 0 && r != SC_ERROR_NOT_SUPPORTED)
  ------------------
  |  |   89|    232|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  |  Branch (318:6): [True: 232, False: 3]
  |  Branch (318:15): [True: 17, False: 215]
  ------------------
  319|    235|		LOG_TEST_RET(ctx, r, "Set lifecycle 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: 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  320|       |
  321|    218|	profile = sc_profile_new();
  322|    218|	profile->card = card;
  323|       |
  324|  3.02k|	for (i = 0; profile_operations[i].name; i++) {
  ------------------
  |  Branch (324:14): [True: 2.96k, False: 64]
  ------------------
  325|  2.96k|		if (!strcasecmp(driver, profile_operations[i].name)) {
  ------------------
  |  Branch (325:7): [True: 154, False: 2.80k]
  ------------------
  326|    154|			func = (struct sc_pkcs15init_operations *(*)(void)) profile_operations[i].func;
  327|    154|			break;
  328|    154|		}
  329|  2.96k|	}
  330|    218|	if (!func) {
  ------------------
  |  Branch (330:6): [True: 64, False: 154]
  ------------------
  331|       |		/* no builtin support for this driver => look if there's a
  332|       |		 * dynamic module for this card */
  333|     64|		func = (struct sc_pkcs15init_operations *(*)(void)) load_dynamic_driver(card->ctx, &profile->dll, driver);
  334|     64|	}
  335|    218|	if (func) {
  ------------------
  |  Branch (335:6): [True: 154, False: 64]
  ------------------
  336|    154|		profile->ops = func();
  337|    154|	}
  338|     64|	else {
  339|     64|		sc_log(ctx, "Unsupported card driver %s", driver);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  340|     64|		sc_profile_free(profile);
  341|     64|		LOG_TEST_RET(ctx, SC_ERROR_NOT_SUPPORTED, "Unsupported card driver");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  342|     64|	}
  343|       |
  344|       |	/* Massage the main profile name to see if there are
  345|       |	 * any options in there
  346|       |	 */
  347|    154|	profile->name = strdup(name);
  348|    154|	if (strchr(profile->name, '+') != NULL) {
  ------------------
  |  Branch (348:6): [True: 0, False: 154]
  ------------------
  349|      0|		char	*s;
  350|       |
  351|      0|		i = 0;
  352|      0|		(void) strtok(profile->name, "+");
  353|      0|		while ((s = strtok(NULL, "+")) != NULL) {
  ------------------
  |  Branch (353:10): [True: 0, False: 0]
  ------------------
  354|      0|			if (i < SC_PKCS15INIT_MAX_OPTIONS-1)
  ------------------
  |  |   95|      0|#define SC_PKCS15INIT_MAX_OPTIONS 16
  ------------------
  |  Branch (354:8): [True: 0, False: 0]
  ------------------
  355|      0|				profile->options[i++] = strdup(s);
  356|      0|		}
  357|      0|	}
  358|       |
  359|    154|	r = sc_pkcs15init_read_info(card, profile);
  360|    154|	if (r < 0) {
  ------------------
  |  Branch (360:6): [True: 21, False: 133]
  ------------------
  361|     21|		sc_profile_free(profile);
  362|     21|		LOG_TEST_RET(ctx, r, "Read info error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  363|     21|	}
  364|       |
  365|       |	/* Check the config file for a profile name.
  366|       |	 * If none is defined, use the default profile name.
  367|       |	 */
  368|    133|	if (!get_profile_from_config(card, card_profile, sizeof(card_profile)))
  ------------------
  |  Branch (368:6): [True: 133, False: 0]
  ------------------
  369|    133|		strlcpy(card_profile, driver, sizeof card_profile);
  ------------------
  |  |   43|    133|#define strlcpy _strlcpy
  ------------------
  370|    133|	if (profile_option != NULL)
  ------------------
  |  Branch (370:6): [True: 0, False: 133]
  ------------------
  371|      0|		strlcpy(card_profile, profile_option, sizeof(card_profile));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  372|       |
  373|    133|	do   {
  374|    133|		r = sc_profile_load(profile, profile->name);
  375|    133|		if (r < 0)   {
  ------------------
  |  Branch (375:7): [True: 133, False: 0]
  ------------------
  376|    133|			sc_log(ctx, "Failed to load profile '%s': %s", profile->name, sc_strerror(r));
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  377|    133|			break;
  378|    133|		}
  379|       |
  380|      0|		r = sc_profile_load(profile, card_profile);
  381|      0|		if (r < 0)   {
  ------------------
  |  Branch (381:7): [True: 0, False: 0]
  ------------------
  382|      0|			sc_log(ctx, "Failed to load profile '%s': %s", card_profile, 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__
  |  |  ------------------
  ------------------
  383|      0|			break;
  384|      0|		}
  385|       |
  386|      0|		r = sc_profile_finish(profile, app_info);
  387|      0|		if (r < 0)
  ------------------
  |  Branch (387:7): [True: 0, False: 0]
  ------------------
  388|      0|			sc_log(ctx, "Failed to finalize profile: %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__
  |  |  ------------------
  ------------------
  389|      0|	}  while (0);
  ------------------
  |  Branch (389:12): [Folded, False: 0]
  ------------------
  390|       |
  391|    133|	if (r < 0) {
  ------------------
  |  Branch (391:6): [True: 133, False: 0]
  ------------------
  392|    133|		sc_profile_free(profile);
  393|    133|		LOG_TEST_RET(ctx, r, "Load profile error");
  ------------------
  |  |  174|    133|#define LOG_TEST_RET(ctx, r, text) SC_TEST_RET((ctx), SC_LOG_DEBUG_NORMAL, (r), (text))
  |  |  ------------------
  |  |  |  |  166|    133|#define SC_TEST_RET(ctx, level, r, text) do { \
  |  |  |  |  167|    133|	int _ret = (r); \
  |  |  |  |  168|    133|	if (_ret < 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (168:6): [True: 133, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  169|    133|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, SC_COLOR_FG_RED, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|    133|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  170|    133|			"%s: %d (%s)\n", (text), _ret, sc_strerror(_ret)); \
  |  |  |  |  171|    133|		return _ret; \
  |  |  |  |  172|    133|	} \
  |  |  |  |  173|    133|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (173:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  394|    133|	}
  395|       |
  396|      0|	if (app_info && app_info->aid.len)   {
  ------------------
  |  Branch (396:6): [True: 0, False: 0]
  |  Branch (396:18): [True: 0, False: 0]
  ------------------
  397|      0|		struct sc_path path;
  398|       |
  399|      0|		if (card->ef_atr && card->ef_atr->aid.len)   {
  ------------------
  |  Branch (399:7): [True: 0, False: 0]
  |  Branch (399:23): [True: 0, False: 0]
  ------------------
  400|      0|			sc_log(ctx, "sc_pkcs15init_bind() select MF using EF.ATR 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__
  |  |  ------------------
  ------------------
  401|      0|			memset(&path, 0, sizeof(struct sc_path));
  402|      0|			path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|      0|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  403|      0|			path.aid = card->ef_atr->aid;
  404|      0|			r = sc_select_file(card, &path, NULL);
  405|      0|			if (r)
  ------------------
  |  Branch (405:8): [True: 0, False: 0]
  ------------------
  406|      0|				return r;
  407|      0|		}
  408|       |
  409|      0|		if (app_info->path.len)   {
  ------------------
  |  Branch (409:7): [True: 0, False: 0]
  ------------------
  410|      0|			path = app_info->path;
  411|      0|		}
  412|      0|		else   {
  413|      0|			memset(&path, 0, sizeof(struct sc_path));
  414|      0|			path.type = SC_PATH_TYPE_DF_NAME;
  ------------------
  |  |  118|      0|#define SC_PATH_TYPE_DF_NAME		1
  ------------------
  415|      0|			path.aid = app_info->aid;
  416|      0|		}
  417|      0|		sc_log(ctx, "sc_pkcs15init_bind() select application path(type:%X) '%s'", path.type, sc_print_path(&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__
  |  |  ------------------
  ------------------
  418|      0|		r = sc_select_file(card, &path, NULL);
  419|      0|	}
  420|       |
  421|      0|	*result = profile;
  422|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  423|      0|}
sc_pkcs15init_set_lifecycle:
  492|    235|{
  493|    235|	return sc_card_ctl(card, SC_CARDCTL_LIFECYCLE_SET, &lcycle);
  494|    235|}
sc_pkcs15init_store_certificate:
 2162|      1|{
 2163|      1|	struct sc_context *ctx = p15card->card->ctx;
 2164|      1|	struct sc_pkcs15_cert_info *cert_info = NULL;
 2165|      1|	struct sc_pkcs15_object *object = NULL;
 2166|      1|	struct sc_pkcs15_object *key_object = NULL;
 2167|      1|	struct sc_path existing_path;
 2168|      1|	const char *label = NULL;
 2169|      1|	int		r;
 2170|       |
 2171|      1|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2172|       |
 2173|      1|	memset(&existing_path, 0, sizeof(struct sc_path));
 2174|       |
 2175|      1|	label = args->label;
 2176|      1|	if (!label)
  ------------------
  |  Branch (2176:6): [True: 1, False: 0]
  ------------------
 2177|      1|		label = "Certificate";
 2178|       |
 2179|      1|	r = sc_pkcs15init_select_intrinsic_id(p15card, profile, SC_PKCS15_TYPE_CERT_X509,
  ------------------
  |  |  439|      1|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
 2180|      1|			&args->id, &args->der_encoded);
 2181|      1|	LOG_TEST_RET(ctx, r, "Get certificate 'intrinsic ID' error");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2182|      0|	sc_log(ctx, "Cert(ID:%s) rv %i", sc_pkcs15_print_id(&args->id), 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__
  |  |  ------------------
  ------------------
 2183|       |
 2184|       |	/* Select an ID if the user didn't specify one, otherwise make sure it's unique */
 2185|      0|	r = select_id(p15card, SC_PKCS15_TYPE_CERT, &args->id);
  ------------------
  |  |  438|      0|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
 2186|      0|	if (r == SC_ERROR_NON_UNIQUE_ID && args->update)   {
  ------------------
  |  |  107|      0|#define SC_ERROR_NON_UNIQUE_ID			-1505
  ------------------
  |  Branch (2186:6): [True: 0, False: 0]
  |  Branch (2186:37): [True: 0, False: 0]
  ------------------
 2187|      0|		struct sc_pkcs15_object *existing_obj = NULL;
 2188|       |
 2189|      0|		r = sc_pkcs15_find_object_by_id(p15card, SC_PKCS15_TYPE_CERT, &args->id, &existing_obj);
  ------------------
  |  |  438|      0|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
 2190|      0|		if (!r)   {
  ------------------
  |  Branch (2190:7): [True: 0, False: 0]
  ------------------
 2191|      0|			sc_log(ctx, "Found cert(ID:%s)", sc_pkcs15_print_id(&args->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__
  |  |  ------------------
  ------------------
 2192|      0|			existing_path = ((struct sc_pkcs15_cert_info *)existing_obj->data)->path;
 2193|       |
 2194|      0|			sc_pkcs15_remove_object(p15card, existing_obj);
 2195|      0|			sc_pkcs15_free_object(existing_obj);
 2196|      0|		}
 2197|       |
 2198|      0|		r = select_id(p15card, SC_PKCS15_TYPE_CERT, &args->id);
  ------------------
  |  |  438|      0|#define SC_PKCS15_TYPE_CERT			0x400
  ------------------
 2199|      0|	}
 2200|      0|	sc_log(ctx, "Select ID Cert(ID:%s) rv %i", sc_pkcs15_print_id(&args->id), 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__
  |  |  ------------------
  ------------------
 2201|      0|	LOG_TEST_RET(ctx, r, "Select certificate ID 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2202|       |
 2203|      0|	object = sc_pkcs15init_new_object(SC_PKCS15_TYPE_CERT_X509, label, NULL, NULL);
  ------------------
  |  |  439|      0|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
 2204|      0|	if (object == NULL)
  ------------------
  |  Branch (2204:6): [True: 0, False: 0]
  ------------------
 2205|      0|		LOG_TEST_RET(ctx, SC_ERROR_OUT_OF_MEMORY, "Failed to allocate certificate 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2206|      0|	cert_info = (struct sc_pkcs15_cert_info *) object->data;
 2207|      0|	cert_info->id = args->id;
 2208|      0|	cert_info->authority = args->authority;
 2209|      0|	sc_der_copy(&object->content, &args->der_encoded);
 2210|      0|	sc_der_copy(&cert_info->value, &args->der_encoded);
 2211|       |
 2212|      0|	if (existing_path.len)   {
  ------------------
  |  Branch (2212:6): [True: 0, False: 0]
  ------------------
 2213|      0|		sc_log(ctx, "Using existing path %s", sc_print_path(&existing_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__
  |  |  ------------------
  ------------------
 2214|      0|		cert_info->path = existing_path;
 2215|      0|	}
 2216|       |
 2217|      0|	sc_log(ctx, "Store cert(%.*s,ID:%s,der(%p,%zu))", (int)sizeof(object->label), object->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__
  |  |  ------------------
  ------------------
 2218|      0|			sc_pkcs15_print_id(&cert_info->id), args->der_encoded.value, args->der_encoded.len);
 2219|       |
 2220|      0|	if (!profile->pkcs15.direct_certificates)
  ------------------
  |  Branch (2220:6): [True: 0, False: 0]
  ------------------
 2221|      0|		r = sc_pkcs15init_store_data(p15card, profile, object, &args->der_encoded, &cert_info->path);
 2222|       |
 2223|       |	/* Now update the CDF */
 2224|      0|	if (r >= 0)   {
  ------------------
  |  Branch (2224:6): [True: 0, False: 0]
  ------------------
 2225|      0|		r = sc_pkcs15init_add_object(p15card, profile, SC_PKCS15_CDF, object);
  ------------------
  |  |  492|      0|#define SC_PKCS15_CDF			4
  ------------------
 2226|       |		/* TODO: update private key PKCS#15 object with the certificate's attributes */
 2227|      0|	}
 2228|       |
 2229|      0|	if (r >= 0)   {
  ------------------
  |  Branch (2229:6): [True: 0, False: 0]
  ------------------
 2230|      0|		r = sc_pkcs15_prkey_attrs_from_cert(p15card, object, &key_object);
 2231|      0|		if (r)   {
  ------------------
  |  Branch (2231:7): [True: 0, False: 0]
  ------------------
 2232|      0|			r = 0;
 2233|      0|		}
 2234|      0|		else if (key_object) {
  ------------------
  |  Branch (2234:12): [True: 0, False: 0]
  ------------------
 2235|      0|			if (profile->ops->emu_update_any_df) {
  ------------------
  |  Branch (2235:8): [True: 0, False: 0]
  ------------------
 2236|      0|				r = profile->ops->emu_update_any_df(profile, p15card, SC_AC_OP_UPDATE, key_object);
  ------------------
  |  |  189|      0|#define SC_AC_OP_UPDATE			23
  ------------------
 2237|      0|				if (r == SC_ERROR_NOT_SUPPORTED)
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
  |  Branch (2237:9): [True: 0, False: 0]
  ------------------
 2238|      0|					r = SC_SUCCESS;
  ------------------
  |  |   28|      0|#define SC_SUCCESS				0
  ------------------
 2239|      0|			}
 2240|      0|			else {
 2241|      0|				r = sc_pkcs15init_update_any_df(p15card, profile, key_object->df, 0);
 2242|      0|				sc_log(ctx, "update_any_df returned %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__
  |  |  ------------------
  ------------------
 2243|      0|			}
 2244|      0|		}
 2245|      0|	}
 2246|       |
 2247|      0|	if (r < 0)   {
  ------------------
  |  Branch (2247:6): [True: 0, False: 0]
  ------------------
 2248|      0|		sc_pkcs15_remove_object(p15card, object);
 2249|      0|		sc_pkcs15_free_object(object);
 2250|      0|	}
 2251|      0|	else if (res_obj)   {
  ------------------
  |  Branch (2251:11): [True: 0, False: 0]
  ------------------
 2252|      0|		*res_obj = object;
 2253|      0|	}
 2254|       |
 2255|      0|	profile->dirty = 1;
 2256|       |
 2257|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2258|      0|}
sc_pkcs15init_store_data_object:
 2269|     27|{
 2270|     27|	struct sc_context *ctx = p15card->card->ctx;
 2271|     27|	struct sc_pkcs15_data_info *data_object_info;
 2272|     27|	struct sc_pkcs15_object *object;
 2273|     27|	struct sc_pkcs15_object *objs[32];
 2274|     27|	const char	*label;
 2275|     27|	int		r, i;
 2276|     27|	unsigned int    tid = 0x01;
 2277|       |
 2278|     27|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2279|     27|	if (!profile)
  ------------------
  |  Branch (2279:6): [True: 27, False: 0]
  ------------------
 2280|     27|		LOG_TEST_RET(ctx, SC_ERROR_INVALID_ARGUMENTS, "Missing profile");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2281|      0|	label = args->label;
 2282|       |
 2283|      0|	if (!args->id.len) {
  ------------------
  |  Branch (2283:6): [True: 0, False: 0]
  ------------------
 2284|       |		/* Select an ID if the user didn't specify one, otherwise
 2285|       |		 * make sure it's unique (even though data objects doesn't
 2286|       |		 * have a pkcs15 id we need one here to create a unique
 2287|       |		 * file id from the data file template */
 2288|      0|		r = sc_pkcs15_get_objects(p15card, SC_PKCS15_TYPE_DATA_OBJECT, objs, 32);
  ------------------
  |  |  442|      0|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
 2289|      0|		LOG_TEST_RET(ctx, r, "Get 'DATA' objects 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2290|       |
 2291|      0|		for (i = 0; i < r; i++) {
  ------------------
  |  Branch (2291:15): [True: 0, False: 0]
  ------------------
 2292|      0|			unsigned char cid;
 2293|      0|			struct sc_pkcs15_data_info *cinfo = (struct sc_pkcs15_data_info *) objs[i]->data;
 2294|      0|			if (!cinfo->path.len)
  ------------------
  |  Branch (2294:8): [True: 0, False: 0]
  ------------------
 2295|      0|				continue;
 2296|      0|			cid = cinfo->path.value[cinfo->path.len - 1];
 2297|      0|			if (cid >= tid)
  ------------------
  |  Branch (2297:8): [True: 0, False: 0]
  ------------------
 2298|      0|				tid = cid + 1;
 2299|      0|		}
 2300|      0|		if (tid > 0xff)
  ------------------
  |  Branch (2300:7): [True: 0, False: 0]
  ------------------
 2301|       |			/* too many data objects ... */
 2302|      0|			return SC_ERROR_TOO_MANY_OBJECTS;
  ------------------
  |  |   86|      0|#define SC_ERROR_TOO_MANY_OBJECTS		-1405
  ------------------
 2303|      0|		args->id.len = 1;
 2304|      0|		args->id.value[0] = tid;
 2305|      0|	}
 2306|      0|	else   {
 2307|       |		/* in case the user specifies an id it should be at most
 2308|       |		 * one byte long */
 2309|      0|		if (args->id.len > 1)
  ------------------
  |  Branch (2309:7): [True: 0, False: 0]
  ------------------
 2310|      0|			return SC_ERROR_INVALID_ARGUMENTS;
  ------------------
  |  |   73|      0|#define SC_ERROR_INVALID_ARGUMENTS		-1300
  ------------------
 2311|      0|	}
 2312|       |
 2313|      0|	object = sc_pkcs15init_new_object(SC_PKCS15_TYPE_DATA_OBJECT, label, &args->auth_id, NULL);
  ------------------
  |  |  442|      0|#define SC_PKCS15_TYPE_DATA_OBJECT		0x500
  ------------------
 2314|      0|	if (object == NULL)
  ------------------
  |  Branch (2314:6): [True: 0, False: 0]
  ------------------
 2315|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 2316|       |
 2317|      0|	data_object_info = (struct sc_pkcs15_data_info *) object->data;
 2318|      0|	if (args->app_label != NULL)
  ------------------
  |  Branch (2318:6): [True: 0, False: 0]
  ------------------
 2319|      0|		strlcpy(data_object_info->app_label, args->app_label, sizeof(data_object_info->app_label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
 2320|      0|	else if (label != NULL)
  ------------------
  |  Branch (2320:11): [True: 0, False: 0]
  ------------------
 2321|      0|		strlcpy(data_object_info->app_label, label, sizeof(data_object_info->app_label));
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
 2322|       |
 2323|      0|	data_object_info->app_oid = args->app_oid;
 2324|      0|	sc_der_copy(&data_object_info->data, &args->der_encoded);
 2325|       |
 2326|      0|	r = sc_pkcs15init_store_data(p15card, profile, object, &args->der_encoded, &data_object_info->path);
 2327|      0|	LOG_TEST_GOTO_ERR(ctx, r, "Store 'DATA' object 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2328|       |
 2329|       |	/* Now update the DDF */
 2330|      0|	r = sc_pkcs15init_add_object(p15card, profile, SC_PKCS15_DODF, object);
  ------------------
  |  |  495|      0|#define SC_PKCS15_DODF			7
  ------------------
 2331|      0|	LOG_TEST_GOTO_ERR(ctx, r, "'DODF' update 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2332|       |
 2333|      0|	if (r >= 0 && res_obj)
  ------------------
  |  Branch (2333:6): [True: 0, False: 0]
  |  Branch (2333:16): [True: 0, False: 0]
  ------------------
 2334|      0|		*res_obj = object;
 2335|      0|	object = NULL;
 2336|       |
 2337|      0|	profile->dirty = 1;
 2338|       |
 2339|      0|err:
 2340|      0|	sc_pkcs15_free_object(object);
 2341|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2342|      0|}
sc_pkcs15init_select_intrinsic_id:
 2841|      1|{
 2842|       |#ifndef ENABLE_OPENSSL
 2843|       |	LOG_FUNC_RETURN(p15card->card->ctx, SC_SUCCESS);
 2844|       |#else
 2845|      1|	struct sc_context *ctx = p15card->card->ctx;
 2846|      1|	struct sc_pkcs15_pubkey *pubkey = NULL;
 2847|      1|	unsigned id_style;
 2848|      1|	struct sc_pkcs15_id id;
 2849|      1|	unsigned char *id_data = NULL;
 2850|      1|	size_t id_data_len = 0;
 2851|      1|	int rv, allocated = 0;
 2852|       |
 2853|      1|	LOG_FUNC_CALLED(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2854|       |
 2855|      1|	if (!id_out || !profile)
  ------------------
  |  Branch (2855:6): [True: 0, False: 1]
  |  Branch (2855:17): [True: 1, False: 0]
  ------------------
 2856|      1|		LOG_FUNC_RETURN(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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2857|       |
 2858|      0|	id_style = profile->id_style;
 2859|       |
 2860|       |	/* ID already exists */
 2861|      0|	if (id_out->len)
  ------------------
  |  Branch (2861:6): [True: 0, False: 0]
  ------------------
 2862|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2863|       |
 2864|       |	/* Native ID style is not intrinsic one */
 2865|      0|	if (id_style == SC_PKCS15INIT_ID_STYLE_NATIVE)
  ------------------
  |  |  165|      0|#define SC_PKCS15INIT_ID_STYLE_NATIVE		0
  ------------------
  |  Branch (2865:6): [True: 0, False: 0]
  ------------------
 2866|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2867|       |
 2868|      0|	memset(&id, 0, sizeof(id));
 2869|       |	/* Get PKCS15 public key */
 2870|      0|	switch(type)   {
 2871|      0|	case SC_PKCS15_TYPE_CERT_X509:
  ------------------
  |  |  439|      0|#define SC_PKCS15_TYPE_CERT_X509		0x401
  ------------------
  |  Branch (2871:2): [True: 0, False: 0]
  ------------------
 2872|      0|		rv = sc_pkcs15_pubkey_from_cert(ctx, (struct sc_pkcs15_der *)data, &pubkey);
 2873|      0|		LOG_TEST_RET(ctx, rv, "X509 parse 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2874|      0|		allocated = 1;
 2875|      0|		break;
 2876|      0|	case SC_PKCS15_TYPE_PRKEY:
  ------------------
  |  |  418|      0|#define SC_PKCS15_TYPE_PRKEY			0x100
  ------------------
  |  Branch (2876:2): [True: 0, False: 0]
  ------------------
 2877|      0|		rv = sc_pkcs15_pubkey_from_prvkey(ctx, (struct sc_pkcs15_prkey *)data, &pubkey);
 2878|      0|		LOG_TEST_RET(ctx, rv, "Cannot get public 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2879|      0|		allocated = 1;
 2880|      0|		break;
 2881|      0|	case SC_PKCS15_TYPE_PUBKEY:
  ------------------
  |  |  425|      0|#define SC_PKCS15_TYPE_PUBKEY			0x200
  ------------------
  |  Branch (2881:2): [True: 0, False: 0]
  ------------------
 2882|      0|		pubkey = (struct sc_pkcs15_pubkey *)data;
 2883|      0|		allocated = 0;
 2884|      0|		break;
 2885|      0|	default:
  ------------------
  |  Branch (2885:2): [True: 0, False: 0]
  ------------------
 2886|      0|		sc_log(ctx, "Intrinsic ID is not implemented for the object type 0x%X", 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__
  |  |  ------------------
  ------------------
 2887|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2888|      0|	}
 2889|       |
 2890|       |	/* Skip silently if key is not initialized. */
 2891|      0|	if (pubkey->algorithm == SC_ALGORITHM_RSA && !pubkey->u.rsa.modulus.len)
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (2891:6): [True: 0, False: 0]
  |  Branch (2891:47): [True: 0, False: 0]
  ------------------
 2892|      0|		goto done;
 2893|      0|	else if (pubkey->algorithm == SC_ALGORITHM_GOSTR3410 &&
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
  |  Branch (2893:11): [True: 0, False: 0]
  ------------------
 2894|      0|			!pubkey->u.gostr3410.xy.data)
  ------------------
  |  Branch (2894:4): [True: 0, False: 0]
  ------------------
 2895|      0|		goto done;
 2896|      0|	else if (pubkey->algorithm == SC_ALGORITHM_EC && !pubkey->u.ec.ecpointQ.value)
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (2896:11): [True: 0, False: 0]
  |  Branch (2896:51): [True: 0, False: 0]
  ------------------
 2897|      0|		goto done;
 2898|       |
 2899|       |	/* In Mozilla 'GOST R 34.10' is not yet supported.
 2900|       |	 * So, switch to the ID recommended by RFC2459 */
 2901|      0|	if (pubkey->algorithm == SC_ALGORITHM_GOSTR3410 && id_style == SC_PKCS15INIT_ID_STYLE_MOZILLA)
  ------------------
  |  |   71|      0|#define SC_ALGORITHM_GOSTR3410		3
  ------------------
              	if (pubkey->algorithm == SC_ALGORITHM_GOSTR3410 && id_style == SC_PKCS15INIT_ID_STYLE_MOZILLA)
  ------------------
  |  |  166|      0|#define SC_PKCS15INIT_ID_STYLE_MOZILLA		1
  ------------------
  |  Branch (2901:6): [True: 0, False: 0]
  |  Branch (2901:53): [True: 0, False: 0]
  ------------------
 2902|      0|		id_style = SC_PKCS15INIT_ID_STYLE_RFC2459;
  ------------------
  |  |  167|      0|#define SC_PKCS15INIT_ID_STYLE_RFC2459		2
  ------------------
 2903|       |
 2904|      0|	switch (id_style)  {
 2905|      0|	case SC_PKCS15INIT_ID_STYLE_MOZILLA:
  ------------------
  |  |  166|      0|#define SC_PKCS15INIT_ID_STYLE_MOZILLA		1
  ------------------
  |  Branch (2905:2): [True: 0, False: 0]
  ------------------
 2906|      0|		if (pubkey->algorithm == SC_ALGORITHM_RSA)
  ------------------
  |  |   69|      0|#define SC_ALGORITHM_RSA		0
  ------------------
  |  Branch (2906:7): [True: 0, False: 0]
  ------------------
 2907|      0|			SHA1(pubkey->u.rsa.modulus.data, pubkey->u.rsa.modulus.len, id.value);
 2908|      0|		else if (pubkey->algorithm == SC_ALGORITHM_EC)
  ------------------
  |  |   70|      0|#define SC_ALGORITHM_EC		2
  ------------------
  |  Branch (2908:12): [True: 0, False: 0]
  ------------------
 2909|       |			/* ID should be SHA1 of the X coordinate according to PKCS#15 v1.1 */
 2910|       |			/* skip the 04 tag and get the X component */
 2911|      0|			SHA1(pubkey->u.ec.ecpointQ.value+1, (pubkey->u.ec.ecpointQ.len - 1) / 2, id.value);
 2912|      0|		else
 2913|      0|			goto done;
 2914|       |
 2915|      0|		id.len = SHA_DIGEST_LENGTH;
 2916|      0|		break;
 2917|      0|	case SC_PKCS15INIT_ID_STYLE_RFC2459:
  ------------------
  |  |  167|      0|#define SC_PKCS15INIT_ID_STYLE_RFC2459		2
  ------------------
  |  Branch (2917:2): [True: 0, False: 0]
  ------------------
 2918|      0|		rv = sc_pkcs15_encode_pubkey(ctx, pubkey, &id_data, &id_data_len);
 2919|      0|		LOG_TEST_GOTO_ERR(ctx, rv, "Encoding 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2920|       |
 2921|      0|		if (!id_data || !id_data_len) {
  ------------------
  |  Branch (2921:7): [True: 0, False: 0]
  |  Branch (2921:19): [True: 0, False: 0]
  ------------------
 2922|      0|			rv = SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 2923|      0|			LOG_TEST_GOTO_ERR(ctx, rv, "Encoding 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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2924|      0|		}
 2925|       |
 2926|      0|		SHA1(id_data, id_data_len, id.value);
 2927|      0|		id.len = SHA_DIGEST_LENGTH;
 2928|       |
 2929|      0|		break;
 2930|      0|	default:
  ------------------
  |  Branch (2930:2): [True: 0, False: 0]
  ------------------
 2931|      0|		sc_log(ctx, "Unsupported ID style: %i", id_style);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
 2932|      0|		rv = SC_ERROR_NOT_SUPPORTED;
  ------------------
  |  |   89|      0|#define SC_ERROR_NOT_SUPPORTED			-1408
  ------------------
 2933|      0|		LOG_TEST_GOTO_ERR(ctx, rv, "Non supported ID style");
  ------------------
  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2934|      0|	}
 2935|       |
 2936|      0|done:
 2937|      0|	memcpy(id_out, &id, sizeof(*id_out));
 2938|      0|	rv = (int)id_out->len;
 2939|       |
 2940|      0|err:
 2941|      0|	if (id_data)
  ------------------
  |  Branch (2941:6): [True: 0, False: 0]
  ------------------
 2942|      0|		free(id_data);
 2943|      0|	if (allocated)
  ------------------
  |  Branch (2943:6): [True: 0, False: 0]
  ------------------
 2944|      0|		sc_pkcs15_free_pubkey(pubkey);
 2945|       |
 2946|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
 2947|      0|#endif
 2948|      0|}
pkcs15-lib.c:load_dynamic_driver:
  264|     64|{
  265|     64|	const char *version, *libname;
  266|     64|	void *handle;
  267|     64|	void *(*modinit)(const char *)  = NULL;
  268|     64|	const char *(*modversion)(void) = NULL;
  269|       |
  270|     64|	libname = find_library(ctx, name);
  271|     64|	if (!libname)
  ------------------
  |  Branch (271:6): [True: 64, False: 0]
  ------------------
  272|     64|		return NULL;
  273|      0|	handle = sc_dlopen(libname);
  274|      0|	if (handle == NULL) {
  ------------------
  |  Branch (274:6): [True: 0, False: 0]
  ------------------
  275|      0|		sc_log(ctx, "Module %s: cannot load '%s' library: %s", name, libname, sc_dlerror());
  ------------------
  |  |   71|      0|#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|      0|		return NULL;
  277|      0|	}
  278|       |
  279|       |	/* verify correctness of module */
  280|      0|	modinit    = (void *(*)(const char *)) sc_dlsym(handle, "sc_module_init");
  281|      0|	modversion = (const char *(*)(void)) sc_dlsym(handle, "sc_driver_version");
  282|      0|	if (modinit == NULL || modversion == NULL) {
  ------------------
  |  Branch (282:6): [True: 0, False: 0]
  |  Branch (282:25): [True: 0, False: 0]
  ------------------
  283|      0|		sc_log(ctx, "dynamic library '%s' is not a OpenSC module",libname);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  284|      0|		sc_dlclose(handle);
  285|      0|		return NULL;
  286|      0|	}
  287|       |	/* verify module version */
  288|      0|	version = modversion();
  289|      0|	if (version == NULL || strncmp(version, "0.9.", strlen("0.9.")) > 0) {
  ------------------
  |  Branch (289:6): [True: 0, False: 0]
  |  Branch (289:25): [True: 0, False: 0]
  ------------------
  290|      0|		sc_log(ctx,"dynamic library '%s': invalid module version",libname);
  ------------------
  |  |   71|      0|#define sc_log(ctx, format, args...)   sc_do_log(ctx, SC_LOG_DEBUG_NORMAL, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
  291|      0|		sc_dlclose(handle);
  292|      0|		return NULL;
  293|      0|	}
  294|      0|	*dll = handle;
  295|      0|	sc_log(ctx, "successfully loaded pkcs15init driver '%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__
  |  |  ------------------
  ------------------
  296|       |
  297|      0|	return modinit(name);
  298|      0|}
pkcs15-lib.c:find_library:
  231|     64|{
  232|     64|	int          i;
  233|     64|	const char   *libname = NULL;
  234|     64|	scconf_block *blk, **blocks;
  235|       |
  236|    128|	for (i = 0; ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (236:14): [True: 64, False: 64]
  ------------------
  237|     64|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i], "framework", "pkcs15");
  238|     64|		if (!blocks)
  ------------------
  |  Branch (238:7): [True: 0, False: 64]
  ------------------
  239|      0|			continue;
  240|     64|		blk = blocks[0];
  241|     64|		free(blocks);
  242|     64|		if (blk == NULL)
  ------------------
  |  Branch (242:7): [True: 64, False: 0]
  ------------------
  243|     64|			continue;
  244|      0|		blocks = scconf_find_blocks(ctx->conf, blk, "pkcs15init", name);
  245|      0|		if (!blocks)
  ------------------
  |  Branch (245:7): [True: 0, False: 0]
  ------------------
  246|      0|			continue;
  247|      0|		blk = blocks[0];
  248|      0|		free(blocks);
  249|      0|		if (blk == NULL)
  ------------------
  |  Branch (249:7): [True: 0, False: 0]
  ------------------
  250|      0|			continue;
  251|      0|		libname = scconf_get_str(blk, "module", NULL);
  252|      0|		break;
  253|      0|	}
  254|     64|	if (!libname) {
  ------------------
  |  Branch (254:6): [True: 64, False: 0]
  ------------------
  255|     64|		sc_log(ctx, "unable to locate pkcs15init driver for '%s'", name);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  256|     64|	}
  257|     64|	return libname;
  258|     64|}
pkcs15-lib.c:get_profile_from_config:
  201|    133|{
  202|    133|	struct sc_context *ctx = card->ctx;
  203|    133|	const char *tmp;
  204|    133|	scconf_block **blocks, *blk;
  205|    133|	int i;
  206|       |
  207|    266|	for (i = 0; ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (207:14): [True: 133, False: 133]
  ------------------
  208|    133|		blocks = scconf_find_blocks(ctx->conf, ctx->conf_blocks[i],
  209|    133|					"card_driver",
  210|    133|					card->driver->short_name);
  211|    133|		if (!blocks)
  ------------------
  |  Branch (211:7): [True: 0, False: 133]
  ------------------
  212|      0|			continue;
  213|    133|		blk = blocks[0];
  214|    133|		free(blocks);
  215|    133|		if (blk == NULL)
  ------------------
  |  Branch (215:7): [True: 133, False: 0]
  ------------------
  216|    133|			continue;
  217|       |
  218|      0|		tmp = scconf_get_str(blk, "profile", NULL);
  219|      0|		if (tmp != NULL) {
  ------------------
  |  Branch (219:7): [True: 0, False: 0]
  ------------------
  220|      0|			strlcpy(buffer, tmp, size);
  ------------------
  |  |   43|      0|#define strlcpy _strlcpy
  ------------------
  221|      0|			return 1;
  222|      0|		}
  223|      0|	}
  224|       |
  225|    133|	return 0;
  226|    133|}
pkcs15-lib.c:sc_pkcs15init_read_info:
 4519|    154|{
 4520|    154|	struct sc_path	path;
 4521|    154|	struct sc_file	*file = NULL;
 4522|    154|	unsigned char	*mem = NULL;
 4523|    154|	size_t		len = 0;
 4524|    154|	int		r;
 4525|       |
 4526|    154|	sc_format_path(OPENSC_INFO_FILEPATH, &path);
  ------------------
  |  |   71|    154|#define OPENSC_INFO_FILEPATH		"3F0050154946"
  ------------------
 4527|    154|	r = sc_select_file(card, &path, &file);
 4528|    154|	if (r >= 0) {
  ------------------
  |  Branch (4528:6): [True: 51, False: 103]
  ------------------
 4529|     51|		len = file->size;
 4530|     51|		sc_file_free(file);
 4531|     51|		if (len > MAX_FILE_SIZE)
  ------------------
  |  |  220|     51|#define MAX_FILE_SIZE 65535
  ------------------
  |  Branch (4531:7): [True: 0, False: 51]
  ------------------
 4532|      0|			return SC_ERROR_INTERNAL;
  ------------------
  |  |   81|      0|#define SC_ERROR_INTERNAL			-1400
  ------------------
 4533|     51|		mem = malloc(len);
 4534|     51|		if (mem != NULL)
  ------------------
  |  Branch (4534:7): [True: 51, False: 0]
  ------------------
 4535|     51|			r = sc_read_binary(card, 0, mem, len, 0);
 4536|      0|		else
 4537|      0|			r = SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 4538|     51|	}
 4539|    103|	else   {
 4540|    103|		r = 0;
 4541|    103|		sc_file_free(file);
 4542|    103|	}
 4543|       |
 4544|    154|	if (r >= 0)
  ------------------
  |  Branch (4544:6): [True: 147, False: 7]
  ------------------
 4545|    147|		r = sc_pkcs15init_parse_info(card, mem, r, profile);
 4546|       |
 4547|    154|	if (mem)
  ------------------
  |  Branch (4547:6): [True: 51, False: 103]
  ------------------
 4548|     51|		free(mem);
 4549|    154|	return r;
 4550|    154|}
pkcs15-lib.c:sc_pkcs15init_parse_info:
 4580|    147|{
 4581|    147|	unsigned char	tag;
 4582|    147|	const unsigned char *end;
 4583|    147|	unsigned int	nopts = 0;
 4584|    147|	size_t		n;
 4585|    147|	int	r = 0;
 4586|       |
 4587|    147|	if ((p == NULL) || (len == 0))
  ------------------
  |  Branch (4587:6): [True: 103, False: 44]
  |  Branch (4587:21): [True: 7, False: 37]
  ------------------
 4588|    110|		return 0;
 4589|       |
 4590|     37|	end = p + (len - 1);
 4591|    501|	while (p < end) {	/* more bytes to look at */
  ------------------
  |  Branch (4591:9): [True: 495, False: 6]
  ------------------
 4592|    495|		r = 0;
 4593|       |
 4594|    495|		tag = *p; p++;
 4595|    495|		if ((tag == 0) || (tag == 0xff) || (p >= end))
  ------------------
  |  Branch (4595:7): [True: 11, False: 484]
  |  Branch (4595:21): [True: 1, False: 483]
  |  Branch (4595:38): [True: 5, False: 478]
  ------------------
 4596|     17|			break;
 4597|       |
 4598|    478|		n = *p;
 4599|    478|		p++;
 4600|       |
 4601|    478|		if (p >= end || p + n > end) { /* invalid length byte n */
  ------------------
  |  Branch (4601:7): [True: 8, False: 470]
  |  Branch (4601:19): [True: 5, False: 465]
  ------------------
 4602|     13|			r = SC_ERROR_PKCS15INIT;
  ------------------
  |  |  102|     13|#define SC_ERROR_PKCS15INIT			-1500
  ------------------
 4603|     13|			goto error;
 4604|     13|		}
 4605|       |
 4606|    465|		switch (tag) {
 4607|    194|		case OPENSC_INFO_TAG_PROFILE:
  ------------------
  |  |   73|    194|#define OPENSC_INFO_TAG_PROFILE		0x01
  ------------------
  |  Branch (4607:3): [True: 194, False: 271]
  ------------------
 4608|    194|			r = set_info_string(&profile->name, p, n);
 4609|    194|			if (r < 0)
  ------------------
  |  Branch (4609:8): [True: 0, False: 194]
  ------------------
 4610|      0|				goto error;
 4611|    194|			break;
 4612|    194|		case OPENSC_INFO_TAG_OPTION:
  ------------------
  |  |   74|     72|#define OPENSC_INFO_TAG_OPTION		0x02
  ------------------
  |  Branch (4612:3): [True: 72, False: 393]
  ------------------
 4613|     72|			if (nopts >= SC_PKCS15INIT_MAX_OPTIONS - 1) {
  ------------------
  |  |   95|     72|#define SC_PKCS15INIT_MAX_OPTIONS 16
  ------------------
  |  Branch (4613:8): [True: 1, False: 71]
  ------------------
 4614|      1|				sc_log(card->ctx, "Too many options in OpenSC Info file");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4615|      1|				r = SC_ERROR_PKCS15INIT;
  ------------------
  |  |  102|      1|#define SC_ERROR_PKCS15INIT			-1500
  ------------------
 4616|      1|				goto error;
 4617|      1|			}
 4618|     71|			r = set_info_string(&profile->options[nopts], p, n);
 4619|     71|			if (r < 0)
  ------------------
  |  Branch (4619:8): [True: 0, False: 71]
  ------------------
 4620|      0|				goto error;
 4621|     71|			profile->options[++nopts] = NULL;
 4622|     71|			break;
 4623|    199|		default:
  ------------------
  |  Branch (4623:3): [True: 199, False: 266]
  ------------------
 4624|    199|			/* Unknown options ignored */ ;
 4625|    465|		}
 4626|    464|		p += n;
 4627|    464|	}
 4628|     23|	return 0;
 4629|       |
 4630|     14|error:
 4631|     14|	sc_log(card->ctx, "OpenSC info file corrupted");
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
 4632|     14|	if (profile->name) {
  ------------------
  |  Branch (4632:6): [True: 14, False: 0]
  ------------------
 4633|     14|		free(profile->name);
 4634|     14|		profile->name = NULL;
 4635|     14|	}
 4636|     65|	for (size_t i = 0; i < nopts; i++) {
  ------------------
  |  Branch (4636:21): [True: 51, False: 14]
  ------------------
 4637|     51|		if (profile->options[i])
  ------------------
  |  Branch (4637:7): [True: 51, False: 0]
  ------------------
 4638|     51|			free(profile->options[i]);
 4639|       |		profile->options[i] = NULL;
 4640|     51|	}
 4641|     14|	return r;
 4642|     37|}
pkcs15-lib.c:set_info_string:
 4555|    265|{
 4556|    265|	char	*s;
 4557|       |
 4558|    265|	if (!(s = malloc(len+1)))
  ------------------
  |  Branch (4558:6): [True: 0, False: 265]
  ------------------
 4559|      0|		return SC_ERROR_OUT_OF_MEMORY;
  ------------------
  |  |   85|      0|#define SC_ERROR_OUT_OF_MEMORY			-1404
  ------------------
 4560|    265|	memcpy(s, p, len);
 4561|    265|	s[len] = '\0';
 4562|    265|	if (*strp)
  ------------------
  |  Branch (4562:6): [True: 194, False: 71]
  ------------------
 4563|    194|		free(*strp);
 4564|    265|	*strp = s;
 4565|    265|	return SC_SUCCESS;
  ------------------
  |  |   28|    265|#define SC_SUCCESS				0
  ------------------
 4566|    265|}

sc_pkcs15init_get_muscle_ops:
  322|      3|{
  323|      3|	return &sc_pkcs15init_muscle_operations;
  324|      3|}

sc_pkcs15init_get_myeid_ops:
  996|      2|struct sc_pkcs15init_operations *sc_pkcs15init_get_myeid_ops(void) {
  997|      2|	return &sc_pkcs15init_myeid_operations;
  998|      2|}

sc_pkcs15init_get_oberthur_ops:
  936|      1|{
  937|      1|	return &sc_pkcs15init_oberthur_operations;
  938|      1|}

sc_pkcs15init_get_openpgp_ops:
  620|      9|{
  621|      9|	return &sc_pkcs15init_openpgp_operations;
  622|      9|}

sc_pkcs15init_get_rtecp_ops:
  714|      4|{
  715|      4|	return &sc_pkcs15init_rtecp_operations;
  716|      4|}

sc_pkcs15init_get_rutoken_ops:
  324|      4|{
  325|      4|	return &sc_pkcs15init_rutoken_operations;
  326|      4|}

sc_pkcs15init_get_sc_hsm_ops:
  693|      8|{
  694|      8|	return &sc_pkcs15init_sc_hsm_operations;
  695|      8|}

sc_pkcs15init_get_setcos_ops:
  633|     60|{
  634|     60|	return &sc_pkcs15init_setcos_operations;
  635|     60|}

sc_pkcs15init_get_starcos_ops:
  964|     24|{
  965|     24|	return &sc_pkcs15init_starcos_operations;
  966|     24|}

sc_profile_new:
  291|    218|{
  292|    218|	struct sc_pkcs15_card *p15card;
  293|    218|	struct sc_profile *pro;
  294|       |
  295|    218|	pro = calloc(1, sizeof(*pro));
  296|    218|	if (pro == NULL)
  ------------------
  |  Branch (296:6): [True: 0, False: 218]
  ------------------
  297|      0|		return NULL;
  298|    218|	pro->p15_spec = p15card = sc_pkcs15_card_new();
  299|       |
  300|    218|	pro->pkcs15.do_last_update = 1;
  301|       |
  302|    218|	if (p15card) {
  ------------------
  |  Branch (302:6): [True: 218, False: 0]
  ------------------
  303|    218|		p15card->tokeninfo->label = strdup("OpenSC Card");
  304|    218|		p15card->tokeninfo->manufacturer_id = strdup("OpenSC Project");
  305|    218|		p15card->tokeninfo->serial_number = strdup("0000");
  306|    218|		p15card->tokeninfo->flags = SC_PKCS15_TOKEN_EID_COMPLIANT;
  ------------------
  |  |  598|    218|#define SC_PKCS15_TOKEN_EID_COMPLIANT			0x08
  ------------------
  307|    218|		p15card->tokeninfo->version = 0;
  308|       |
  309|       |		/* Set up EF(TokenInfo) and EF(ODF) */
  310|    218|		p15card->file_tokeninfo = init_file(SC_FILE_TYPE_WORKING_EF);
  ------------------
  |  |  216|    218|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  311|    218|		p15card->file_odf = init_file(SC_FILE_TYPE_WORKING_EF);
  ------------------
  |  |  216|    218|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  312|    218|		p15card->file_unusedspace = init_file(SC_FILE_TYPE_WORKING_EF);
  ------------------
  |  |  216|    218|#define SC_FILE_TYPE_WORKING_EF		0x01
  ------------------
  313|    218|	}
  314|       |
  315|       |	/* Assume card does RSA natively */
  316|    218|	pro->rsa_access_flags = DEF_PRKEY_RSA_ACCESS;
  ------------------
  |  |   53|    218|#define DEF_PRKEY_RSA_ACCESS	0x1D
  ------------------
  317|    218|	pro->pin_encoding = SC_PKCS15_PIN_TYPE_ASCII_NUMERIC;
  ------------------
  |  |   89|    218|#define SC_PKCS15_PIN_TYPE_ASCII_NUMERIC		1
  ------------------
  318|    218|	pro->pin_minlen = 4;
  319|    218|	pro->pin_maxlen = 8;
  320|    218|	pro->id_style = SC_PKCS15INIT_ID_STYLE_NATIVE;
  ------------------
  |  |  165|    218|#define SC_PKCS15INIT_ID_STYLE_NATIVE		0
  ------------------
  321|       |
  322|    218|	return pro;
  323|    218|}
sc_profile_load:
  327|    133|{
  328|    133|	struct sc_context *ctx = profile->card->ctx;
  329|    133|	scconf_context	*conf;
  330|    133|	const char *profile_dir = NULL;
  331|    133|	char path[PATH_MAX];
  332|    133|	int res = 0, i;
  333|       |#ifdef _WIN32
  334|       |	char temp_path[PATH_MAX];
  335|       |	size_t temp_len;
  336|       |#endif
  337|       |
  338|    133|	LOG_FUNC_CALLED(ctx);
  ------------------
  |  |  151|    133|#define LOG_FUNC_CALLED(ctx) SC_FUNC_CALLED((ctx), SC_LOG_DEBUG_NORMAL)
  |  |  ------------------
  |  |  |  |  148|    133|#define SC_FUNC_CALLED(ctx, level) do { \
  |  |  |  |  149|    133|	 sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, "called\n"); \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  150|    133|} while (0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (150:10): [Folded, False: 133]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  339|    266|	for (i = 0; ctx->conf_blocks[i]; i++) {
  ------------------
  |  Branch (339:14): [True: 133, False: 133]
  ------------------
  340|    133|		profile_dir = scconf_get_str(ctx->conf_blocks[i], "profile_dir", NULL);
  341|    133|		if (profile_dir)
  ------------------
  |  Branch (341:7): [True: 0, False: 133]
  ------------------
  342|      0|			break;
  343|    133|	}
  344|       |
  345|    133|	if (!profile_dir) {
  ------------------
  |  Branch (345:6): [True: 133, False: 0]
  ------------------
  346|       |#ifdef _WIN32
  347|       |		temp_len = PATH_MAX - 1;
  348|       |		res = sc_ctx_win32_get_config_value(NULL, "ProfileDir", "Software\\" OPENSC_VS_FF_COMPANY_NAME "\\OpenSC" OPENSC_ARCH_SUFFIX,
  349|       |				temp_path, &temp_len);
  350|       |		if (res)
  351|       |			LOG_FUNC_RETURN(ctx, res);
  352|       |		temp_path[temp_len] = '\0';
  353|       |		profile_dir = temp_path;
  354|       |#else
  355|    133|		profile_dir = SC_PKCS15_PROFILE_DIRECTORY;
  356|    133|#endif
  357|    133|	}
  358|    133|	sc_log(ctx, "Using profile directory '%s'.", profile_dir);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  359|       |
  360|       |#ifdef _WIN32
  361|       |	snprintf(path, sizeof(path), "%s\\%s.%s", profile_dir, filename, SC_PKCS15_PROFILE_SUFFIX);
  362|       |#else /* _WIN32 */
  363|    133|	snprintf(path, sizeof(path), "%s/%s.%s", profile_dir, filename, SC_PKCS15_PROFILE_SUFFIX);
  ------------------
  |  |   31|    133|#define SC_PKCS15_PROFILE_SUFFIX	"profile"
  ------------------
  364|    133|#endif /* _WIN32 */
  365|       |
  366|    133|	sc_log(ctx, "Trying profile file %s", path);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  367|       |
  368|    133|	conf = scconf_new(path);
  369|    133|	res = scconf_parse(conf);
  370|       |
  371|    133|	sc_log(ctx, "profile %s loaded ok", path);
  ------------------
  |  |   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__
  |  |  ------------------
  ------------------
  372|       |
  373|    133|	if (res < 0) {
  ------------------
  |  Branch (373:6): [True: 133, False: 0]
  ------------------
  374|    133|		scconf_free(conf);
  375|    133|		LOG_FUNC_RETURN(ctx, SC_ERROR_FILE_NOT_FOUND);
  ------------------
  |  |  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|    133|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 133, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  376|    133|	}
  377|       |
  378|      0|	if (res == 0) {
  ------------------
  |  Branch (378:6): [True: 0, False: 0]
  ------------------
  379|      0|		scconf_free(conf);
  380|      0|		LOG_FUNC_RETURN(ctx, SC_ERROR_SYNTAX_ERROR);
  ------------------
  |  |  164|      0|#define LOG_FUNC_RETURN(ctx, r) SC_FUNC_RETURN((ctx), SC_LOG_DEBUG_NORMAL, (r))
  |  |  ------------------
  |  |  |  |  153|      0|#define SC_FUNC_RETURN(ctx, level, r) do { \
  |  |  |  |  154|      0|	int _ret = r; \
  |  |  |  |  155|      0|	if (_ret <= 0) { \
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (155:6): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  156|      0|		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |               		sc_do_log_color(ctx, level, FILENAME, __LINE__, __FUNCTION__, _ret ? SC_COLOR_FG_RED : 0, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   44|      0|#define SC_COLOR_FG_RED			0x0001
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (156:65): [True: 0, False: 0]
  |  |  |  |  ------------------
  |  |  |  |  157|      0|			"returning with: %d (%s)\n", _ret, sc_strerror(_ret)); \
  |  |  |  |  158|      0|	} else { \
  |  |  |  |  159|      0|		sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, \
  |  |  |  |  ------------------
  |  |  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  |  |  ------------------
  |  |  |  |  160|      0|			"returning with: %d\n", _ret); \
  |  |  |  |  161|      0|	} \
  |  |  |  |  162|      0|	return _ret; \
  |  |  |  |  163|      0|} while(0)
  |  |  |  |  ------------------
  |  |  |  |  |  Branch (163:9): [Folded, False: 0]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  381|      0|	}
  382|       |
  383|      0|	res = process_conf(profile, conf);
  384|      0|	scconf_free(conf);
  385|      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]
  |  |  |  |  ------------------
  |  |  ------------------
  ------------------
  386|      0|}
sc_profile_free:
  449|    218|{
  450|    218|	struct auth_info *ai;
  451|    218|	struct pin_info *pi;
  452|    218|	sc_macro_t	*mi;
  453|    218|	sc_template_t	*ti;
  454|       |
  455|    218|	if (profile->name)
  ------------------
  |  Branch (455:6): [True: 140, False: 78]
  ------------------
  456|    140|		free(profile->name);
  457|    218|	if (profile->driver)
  ------------------
  |  Branch (457:6): [True: 0, False: 218]
  ------------------
  458|      0|		free(profile->driver);
  459|       |
  460|    218|	free_file_list(&profile->ef_list);
  461|       |
  462|    218|	while ((ai = profile->auth_list) != NULL) {
  ------------------
  |  Branch (462:9): [True: 0, False: 218]
  ------------------
  463|      0|		profile->auth_list = ai->next;
  464|      0|		free(ai);
  465|      0|	}
  466|       |
  467|    218|	while ((ti = profile->template_list) != NULL) {
  ------------------
  |  Branch (467:9): [True: 0, False: 218]
  ------------------
  468|      0|		profile->template_list = ti->next;
  469|      0|		if (ti->data)
  ------------------
  |  Branch (469:7): [True: 0, False: 0]
  ------------------
  470|      0|			sc_profile_free(ti->data);
  471|      0|		if (ti->name)
  ------------------
  |  Branch (471:7): [True: 0, False: 0]
  ------------------
  472|      0|			free(ti->name);
  473|      0|		free(ti);
  474|      0|	}
  475|       |
  476|    218|	while ((mi = profile->macro_list) != NULL) {
  ------------------
  |  Branch (476:9): [True: 0, False: 218]
  ------------------
  477|      0|		profile->macro_list = mi->next;
  478|      0|		if (mi->name)
  ------------------
  |  Branch (478:7): [True: 0, False: 0]
  ------------------
  479|      0|			free(mi->name);
  480|      0|		free(mi);
  481|      0|	}
  482|       |
  483|    218|	while ((pi = profile->pin_list) != NULL) {
  ------------------
  |  Branch (483:9): [True: 0, False: 218]
  ------------------
  484|      0|		profile->pin_list = pi->next;
  485|      0|		if (pi->file_name)
  ------------------
  |  Branch (485:7): [True: 0, False: 0]
  ------------------
  486|      0|			free(pi->file_name);
  487|      0|		free(pi);
  488|      0|	}
  489|       |
  490|    238|	for (int i = 0; profile->options[i]; i++) {
  ------------------
  |  Branch (490:18): [True: 20, False: 218]
  ------------------
  491|     20|		free(profile->options[i]);
  492|     20|	}
  493|       |
  494|    218|	if (profile->p15_spec)
  ------------------
  |  Branch (494:6): [True: 218, False: 0]
  ------------------
  495|    218|		sc_pkcs15_card_free(profile->p15_spec);
  496|       |
  497|    218|	if (profile->dll)
  ------------------
  |  Branch (497:6): [True: 0, False: 218]
  ------------------
  498|      0|		sc_dlclose(profile->dll);
  499|       |
  500|    218|	free(profile);
  501|    218|}
profile.c:init_file:
  271|    654|{
  272|    654|	struct sc_file	*file;
  273|    654|	unsigned int	op;
  274|       |
  275|    654|	file = sc_file_new();
  276|  20.9k|	for (op = 0; op < SC_MAX_AC_OPS; op++) {
  ------------------
  |  |  198|  20.9k|#define SC_MAX_AC_OPS			31
  ------------------
  |  Branch (276:15): [True: 20.2k, False: 654]
  ------------------
  277|  20.2k|		sc_file_add_acl_entry(file, op, SC_AC_NONE, 0);
  ------------------
  |  |  150|  20.2k|#define SC_AC_NONE			0x00000000
  ------------------
  278|  20.2k|	}
  279|    654|	file->type = type;
  280|    654|	file->status = SC_FILE_STATUS_ACTIVATED;
  ------------------
  |  |  236|    654|#define SC_FILE_STATUS_ACTIVATED	0x00 /* ISO7816-4: Operational state (activated)   (5, 7) */
  ------------------
  281|    654|	if (file->type != SC_FILE_TYPE_DF && file->type != SC_FILE_TYPE_BSO)
  ------------------
  |  |  214|  1.30k|#define SC_FILE_TYPE_DF			0x04
  ------------------
              	if (file->type != SC_FILE_TYPE_DF && file->type != SC_FILE_TYPE_BSO)
  ------------------
  |  |  217|    654|#define SC_FILE_TYPE_BSO		0x10
  ------------------
  |  Branch (281:6): [True: 654, False: 0]
  |  Branch (281:39): [True: 654, False: 0]
  ------------------
  282|    654|		file->ef_structure = SC_FILE_EF_TRANSPARENT;
  ------------------
  |  |  221|    654|#define SC_FILE_EF_TRANSPARENT		0x01
  ------------------
  283|    654|	return file;
  284|    654|}
profile.c:free_file_list:
 1213|    218|{
 1214|    218|	struct file_info	*fi;
 1215|       |
 1216|    218|	while ((fi = *list) != NULL) {
  ------------------
  |  Branch (1216:9): [True: 0, False: 218]
  ------------------
 1217|      0|		*list = fi->next;
 1218|       |
 1219|      0|		if (fi->dont_free == 0)
  ------------------
  |  Branch (1219:7): [True: 0, False: 0]
  ------------------
 1220|      0|			sc_file_free(fi->file);
 1221|      0|		free(fi->profile_extension);
 1222|      0|		free(fi->ident);
 1223|      0|		free(fi);
 1224|      0|	}
 1225|    218|}

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

scconf_new:
   37|  16.3k|{
   38|  16.3k|	scconf_context *config;
   39|       |
   40|  16.3k|	config = calloc(1, sizeof(scconf_context));
   41|  16.3k|	if (!config) {
  ------------------
  |  Branch (41:6): [True: 0, False: 16.3k]
  ------------------
   42|      0|		return NULL;
   43|      0|	}
   44|  16.3k|	config->filename = filename ? strdup(filename) : NULL;
  ------------------
  |  Branch (44:21): [True: 16.3k, False: 0]
  ------------------
   45|  16.3k|	config->root = calloc(1, sizeof(scconf_block));
   46|  16.3k|	if (!config->root) {
  ------------------
  |  Branch (46:6): [True: 0, False: 16.3k]
  ------------------
   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.3k|	return config;
   54|  16.3k|}
scconf_free:
   57|  16.3k|{
   58|  16.3k|	if (config) {
  ------------------
  |  Branch (58:6): [True: 16.3k, False: 0]
  ------------------
   59|  16.3k|		scconf_block_destroy(config->root);
   60|  16.3k|		if (config->filename) {
  ------------------
  |  Branch (60:7): [True: 16.3k, False: 0]
  ------------------
   61|  16.3k|			free(config->filename);
   62|  16.3k|		}
   63|  16.3k|		free(config);
   64|  16.3k|	}
   65|  16.3k|}
scconf_find_blocks:
   87|   891k|{
   88|   891k|	scconf_block **blocks = NULL, **tmp;
   89|   891k|	int alloc_size, size;
   90|   891k|	scconf_item *item;
   91|       |
   92|   891k|	if (!block) {
  ------------------
  |  Branch (92:6): [True: 48.6k, False: 842k]
  ------------------
   93|  48.6k|		block = config->root;
   94|  48.6k|	}
   95|   891k|	if (!item_name) {
  ------------------
  |  Branch (95:6): [True: 0, False: 891k]
  ------------------
   96|      0|		return NULL;
   97|      0|	}
   98|   891k|	size = 0;
   99|   891k|	alloc_size = 10;
  100|   891k|	tmp = (scconf_block **) realloc(blocks, sizeof(scconf_block *) * alloc_size);
  101|   891k|	if (!tmp) {
  ------------------
  |  Branch (101:6): [True: 0, False: 891k]
  ------------------
  102|      0|		free(blocks);
  103|      0|		return NULL;
  104|      0|	}
  105|   891k|	blocks = tmp;
  106|       |
  107|  1.78M|	for (item = block->items; item; item = item->next) {
  ------------------
  |  Branch (107:28): [True: 891k, False: 891k]
  ------------------
  108|   891k|		if (item->type == SCCONF_ITEM_TYPE_BLOCK &&
  ------------------
  |  |   43|  1.78M|#define SCCONF_ITEM_TYPE_BLOCK		1	/* key = key, block */
  ------------------
  |  Branch (108:7): [True: 48.6k, False: 842k]
  ------------------
  109|  48.6k|		    strcasecmp(item_name, item->key) == 0) {
  ------------------
  |  Branch (109:7): [True: 48.6k, False: 0]
  ------------------
  110|  48.6k|			if (!item->value.block)
  ------------------
  |  Branch (110:8): [True: 0, False: 48.6k]
  ------------------
  111|      0|				continue;
  112|  48.6k|			if (key && strcasecmp(key, item->value.block->name->data)) {
  ------------------
  |  Branch (112:8): [True: 48.6k, False: 0]
  |  Branch (112:15): [True: 32.4k, False: 16.2k]
  ------------------
  113|  32.4k|				continue;
  114|  32.4k|			}
  115|  16.2k|			if (size + 1 >= alloc_size) {
  ------------------
  |  Branch (115:8): [True: 0, False: 16.2k]
  ------------------
  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.2k|			blocks[size++] = item->value.block;
  125|  16.2k|		}
  126|   891k|	}
  127|   891k|	blocks[size] = NULL;
  128|   891k|	return blocks;
  129|   891k|}
scconf_find_list:
  132|   147k|{
  133|   147k|	scconf_item *item;
  134|       |
  135|   147k|	if (!block)
  ------------------
  |  Branch (135:6): [True: 33.5k, False: 113k]
  ------------------
  136|  33.5k|		return NULL;
  137|       |
  138|   211k|	for (item = block->items; item; item = item->next)
  ------------------
  |  Branch (138:28): [True: 113k, False: 97.4k]
  ------------------
  139|   113k|		if (item->type == SCCONF_ITEM_TYPE_VALUE && strcasecmp(option, item->key) == 0)
  ------------------
  |  |   44|   227k|#define SCCONF_ITEM_TYPE_VALUE		2	/* key = key, list */
  ------------------
  |  Branch (139:7): [True: 113k, False: 0]
  |  Branch (139:47): [True: 16.2k, False: 97.4k]
  ------------------
  140|  16.2k|			return item->value.list;
  141|  97.4k|	return NULL;
  142|   113k|}
scconf_get_str:
  145|  35.0k|{
  146|  35.0k|	const scconf_list *list;
  147|       |
  148|  35.0k|	list = scconf_find_list(block, option);
  149|  35.0k|	if (!list)
  ------------------
  |  Branch (149:6): [True: 35.0k, False: 0]
  ------------------
  150|  35.0k|		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.2k|{
  161|  16.2k|	const scconf_list *list;
  162|  16.2k|	long res;
  163|       |
  164|  16.2k|	list = scconf_find_list(block, option);
  165|  16.2k|	if (!list) {
  ------------------
  |  Branch (165:6): [True: 16.2k, False: 0]
  ------------------
  166|  16.2k|		return def;
  167|  16.2k|	}
  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|  79.6k|{
  177|  79.6k|	const scconf_list *list;
  178|       |
  179|  79.6k|	list = scconf_find_list(block, option);
  180|  79.6k|	if (!list) {
  ------------------
  |  Branch (180:6): [True: 79.6k, False: 0]
  ------------------
  181|  79.6k|		return def;
  182|  79.6k|	}
  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|  79.6k|}
scconf_item_destroy:
  257|  32.5k|{
  258|  32.5k|	scconf_item *next;
  259|       |
  260|  64.9k|	while (item) {
  ------------------
  |  Branch (260:9): [True: 32.4k, False: 32.5k]
  ------------------
  261|  32.4k|		next = item->next;
  262|       |
  263|  32.4k|		switch (item->type) {
  ------------------
  |  Branch (263:11): [True: 32.4k, 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.4k]
  ------------------
  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.2k|		case SCCONF_ITEM_TYPE_BLOCK:
  ------------------
  |  |   43|  16.2k|#define SCCONF_ITEM_TYPE_BLOCK		1	/* key = key, block */
  ------------------
  |  Branch (270:3): [True: 16.2k, False: 16.2k]
  ------------------
  271|  16.2k|			scconf_block_destroy(item->value.block);
  272|  16.2k|			break;
  273|  16.2k|		case SCCONF_ITEM_TYPE_VALUE:
  ------------------
  |  |   44|  16.2k|#define SCCONF_ITEM_TYPE_VALUE		2	/* key = key, list */
  ------------------
  |  Branch (273:3): [True: 16.2k, False: 16.2k]
  ------------------
  274|  16.2k|			scconf_list_destroy(item->value.list);
  275|  16.2k|			break;
  276|  32.4k|		}
  277|       |
  278|  32.4k|		if (item->key) {
  ------------------
  |  Branch (278:7): [True: 32.4k, False: 0]
  ------------------
  279|  32.4k|			free(item->key);
  280|  32.4k|		}
  281|       |		item->key = NULL;
  282|  32.4k|		free(item);
  283|  32.4k|		item = next;
  284|  32.4k|	}
  285|  32.5k|}
scconf_block_destroy:
  310|  32.5k|{
  311|  32.5k|	if (block) {
  ------------------
  |  Branch (311:6): [True: 32.5k, False: 0]
  ------------------
  312|  32.5k|		scconf_list_destroy(block->name);
  313|  32.5k|		scconf_item_destroy(block->items);
  314|  32.5k|		free(block);
  315|  32.5k|	}
  316|  32.5k|}
scconf_list_add:
  319|  48.6k|{
  320|  48.6k|	scconf_list *rec, **tmp;
  321|       |
  322|  48.6k|	rec = calloc(1, sizeof(scconf_list));
  323|  48.6k|	if (!rec) {
  ------------------
  |  Branch (323:6): [True: 0, False: 48.6k]
  ------------------
  324|      0|		return NULL;
  325|      0|	}
  326|  48.6k|	rec->data = value ? strdup(value) : NULL;
  ------------------
  |  Branch (326:14): [True: 48.6k, False: 0]
  ------------------
  327|       |
  328|  48.6k|	if (!*list) {
  ------------------
  |  Branch (328:6): [True: 32.4k, False: 16.2k]
  ------------------
  329|  32.4k|		*list = rec;
  330|  32.4k|	} else {
  331|  32.4k|		for (tmp = list; *tmp; tmp = &(*tmp)->next);
  ------------------
  |  Branch (331:20): [True: 16.2k, False: 16.2k]
  ------------------
  332|  16.2k|		*tmp = rec;
  333|  16.2k|	}
  334|  48.6k|	return rec;
  335|  48.6k|}
scconf_list_destroy:
  350|  97.4k|{
  351|  97.4k|	scconf_list *next;
  352|       |
  353|   146k|	while (list) {
  ------------------
  |  Branch (353:9): [True: 48.6k, False: 97.4k]
  ------------------
  354|  48.6k|		next = list->next;
  355|  48.6k|		if (list->data) {
  ------------------
  |  Branch (355:7): [True: 48.6k, False: 0]
  ------------------
  356|  48.6k|			free(list->data);
  357|  48.6k|		}
  358|  48.6k|		free(list);
  359|  48.6k|		list = next;
  360|  48.6k|	}
  361|  97.4k|}

scconf_lex_parse:
  181|  16.3k|{
  182|  16.3k|	FILE *fp;
  183|  16.3k|	BUFHAN bhan;
  184|  16.3k|	int ret;
  185|       |
  186|  16.3k|	fp = fopen(filename, "r");
  187|  16.3k|	if (!fp) {
  ------------------
  |  Branch (187:6): [True: 16.3k, False: 0]
  ------------------
  188|  16.3k|		parser->error = 1;
  189|  16.3k|		snprintf(parser->emesg, sizeof(parser->emesg),
  190|  16.3k|			 "File %s can't be opened\n", filename);
  191|  16.3k|		return 0;
  192|  16.3k|	}
  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.3k|}
scconf_lex_parse_string:
  200|  16.2k|{
  201|  16.2k|	BUFHAN bhan;
  202|  16.2k|	int ret;
  203|       |
  204|       |	buf_init(&bhan, (FILE *) NULL, string);
  205|  16.2k|	ret = scconf_lex_engine(parser, &bhan);
  206|  16.2k|	return ret;
  207|  16.2k|}
sclex.c:buf_init:
   44|  16.2k|{
   45|  16.2k|	bp->fp = fp;
   46|  16.2k|	bp->saved_char = 0;
   47|  16.2k|	bp->buf = malloc(256);
   48|  16.2k|	if (bp->buf) {
  ------------------
  |  Branch (48:6): [True: 16.2k, False: 0]
  ------------------
   49|  16.2k|		bp->bufmax = 256;
   50|  16.2k|		bp->buf[0] = '\0';
   51|  16.2k|	} else
   52|      0|		bp->bufmax = 0;
   53|  16.2k|	bp->bufcur = 0;
   54|  16.2k|	bp->saved_string = saved_string;
   55|  16.2k|}
sclex.c:scconf_lex_engine:
  126|  16.2k|{
  127|  16.2k|	int this_char;
  128|       |
  129|   291k|	while (1) {
  ------------------
  |  Branch (129:9): [True: 291k, Folded]
  ------------------
  130|   291k|		switch (this_char = buf_nextch(bp)) {
  131|      0|		case '#':
  ------------------
  |  Branch (131:3): [True: 0, False: 291k]
  ------------------
  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: 291k]
  ------------------
  138|      0|			scconf_parse_token(parser, TOKEN_TYPE_NEWLINE, NULL);
  ------------------
  |  |   32|      0|#define TOKEN_TYPE_NEWLINE	1
  ------------------
  139|      0|			continue;
  140|   113k|		case ' ':
  ------------------
  |  Branch (140:3): [True: 113k, False: 178k]
  ------------------
  141|   113k|		case '\t':
  ------------------
  |  Branch (141:3): [True: 0, False: 291k]
  ------------------
  142|   113k|		case '\r':
  ------------------
  |  Branch (142:3): [True: 0, False: 291k]
  ------------------
  143|       |			/* eat up whitespace */
  144|   113k|			continue;
  145|  16.2k|		case ',':
  ------------------
  |  Branch (145:3): [True: 16.2k, False: 275k]
  ------------------
  146|  32.4k|		case '{':
  ------------------
  |  Branch (146:3): [True: 16.2k, False: 275k]
  ------------------
  147|  32.4k|			if (parser->nested_blocks >= DEPTH_LIMIT) {
  ------------------
  |  |   36|  32.4k|#define DEPTH_LIMIT 16
  ------------------
  |  Branch (147:8): [True: 0, False: 32.4k]
  ------------------
  148|       |				/* reached the limit, this whole block */
  149|      0|				scconf_skip_block(parser);
  150|      0|				continue;
  151|      0|			}
  152|       |			/* fall through */
  153|  48.6k|		case '}':
  ------------------
  |  Branch (153:3): [True: 16.2k, False: 275k]
  ------------------
  154|  64.8k|		case '=':
  ------------------
  |  Branch (154:3): [True: 16.2k, False: 275k]
  ------------------
  155|  81.0k|		case ';':
  ------------------
  |  Branch (155:3): [True: 16.2k, False: 275k]
  ------------------
  156|  81.0k|			buf_addch(bp, (char) this_char);
  157|  81.0k|			scconf_parse_token(parser, TOKEN_TYPE_PUNCT, bp->buf);
  ------------------
  |  |   34|  81.0k|#define TOKEN_TYPE_PUNCT	3
  ------------------
  158|  81.0k|			buf_zero(bp);
  159|  81.0k|			continue;
  160|      0|		case '"':
  ------------------
  |  Branch (160:3): [True: 0, False: 291k]
  ------------------
  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.2k|		case EOF:
  ------------------
  |  Branch (166:3): [True: 16.2k, False: 275k]
  ------------------
  167|  16.2k|			break;
  168|  81.0k|		default:
  ------------------
  |  Branch (168:3): [True: 81.0k, False: 210k]
  ------------------
  169|  81.0k|			buf_eat_till(bp, (char) this_char, ";, \t\r\n");
  170|  81.0k|			scconf_parse_token(parser, TOKEN_TYPE_STRING, bp->buf);
  ------------------
  |  |   33|  81.0k|#define TOKEN_TYPE_STRING	2
  ------------------
  171|  81.0k|			buf_zero(bp);
  172|  81.0k|			continue;
  173|   291k|		}
  174|  16.2k|		break;
  175|   291k|	}
  176|  16.2k|	buf_finished(bp);
  177|  16.2k|	return 1;
  178|  16.2k|}
sclex.c:buf_nextch:
   73|   826k|{
   74|   826k|	int saved;
   75|       |
   76|   826k|	if (bp->saved_char) {
  ------------------
  |  Branch (76:6): [True: 81.0k, False: 745k]
  ------------------
   77|  81.0k|		saved = bp->saved_char;
   78|  81.0k|		bp->saved_char = 0;
   79|  81.0k|		return saved;
   80|  81.0k|	}
   81|   745k|	if (bp->saved_string) {
  ------------------
  |  Branch (81:6): [True: 745k, False: 0]
  ------------------
   82|   745k|		if (*(bp->saved_string) == '\0')
  ------------------
  |  Branch (82:7): [True: 16.2k, False: 729k]
  ------------------
   83|  16.2k|			return EOF;
   84|   729k|		saved = (unsigned char) (*(bp->saved_string++));
   85|   729k|		return saved;
   86|   745k|	} else {
   87|      0|		saved = fgetc(bp->fp);
   88|      0|		return saved;
   89|      0|	}
   90|   745k|}
sclex.c:buf_eat_till:
  101|  81.0k|{
  102|  81.0k|	int i;
  103|       |
  104|  81.0k|	if (start) {
  ------------------
  |  Branch (104:6): [True: 81.0k, False: 0]
  ------------------
  105|  81.0k|		buf_addch(bp, start);
  106|  81.0k|	}
  107|   535k|	while (1) {
  ------------------
  |  Branch (107:9): [True: 535k, Folded]
  ------------------
  108|   535k|		i = buf_nextch(bp);
  109|   535k|		if (i == EOF)
  ------------------
  |  Branch (109:7): [True: 0, False: 535k]
  ------------------
  110|      0|			return;
  111|   535k|		if (strchr(end, i)) {
  ------------------
  |  Branch (111:7): [True: 81.0k, False: 453k]
  ------------------
  112|  81.0k|			bp->saved_char = i;
  113|  81.0k|			return;
  114|  81.0k|		}
  115|   453k|		buf_addch(bp, (char) i);
  116|   453k|	}
  117|  81.0k|}
sclex.c:buf_zero:
  120|   162k|{
  121|   162k|	bp->bufcur = 0;
  122|   162k|	bp->buf[0] = '\0';
  123|   162k|}
sclex.c:buf_addch:
   58|   616k|{
   59|   616k|	if (bp->bufcur + 1 >= bp->bufmax) {
  ------------------
  |  Branch (59:6): [True: 0, False: 616k]
  ------------------
   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|   616k|	if (bp->buf) {
  ------------------
  |  Branch (66:6): [True: 616k, False: 0]
  ------------------
   67|   616k|		bp->buf[bp->bufcur++] = ch;
   68|   616k|		bp->buf[bp->bufcur] = '\0';
   69|   616k|	}
   70|   616k|}
sclex.c:buf_finished:
   93|  16.2k|{
   94|  16.2k|	if (bp->buf) {
  ------------------
  |  Branch (94:6): [True: 16.2k, False: 0]
  ------------------
   95|  16.2k|		free(bp->buf);
   96|       |		bp->buf = NULL;
   97|  16.2k|	}
   98|  16.2k|}

test_digest:
  332|     91|{
  333|     91|	CK_SESSION_HANDLE session;
  334|     91|	const uint8_t    *ptr = NULL;
  335|     91|	unsigned char    *dig_data = NULL;
  336|     91|	size_t            dig_size = 0;
  337|     91|	CK_MECHANISM      mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|     91|#define NULL_PTR ((void *)0)
  ------------------
  338|     91|	unsigned char     buffer[64] = {0};
  339|     91|	CK_ULONG          hash_len = sizeof(buffer);
  340|       |
  341|     91|	if (set_mechanism(&data, &size, &mech))
  ------------------
  |  Branch (341:6): [True: 0, False: 91]
  ------------------
  342|      0|		return;
  343|       |
  344|       |	/* Copy data for hashing*/
  345|     91|	ptr = data;
  346|     91|	if ((dig_size = get_buffer(&ptr, size, &data, &size, 6000)) == 0)
  ------------------
  |  Branch (346:6): [True: 2, False: 89]
  ------------------
  347|      2|		return;
  348|     89|	if (!(dig_data = malloc(dig_size)))
  ------------------
  |  Branch (348:6): [True: 0, False: 89]
  ------------------
  349|      0|		return;
  350|     89|	memcpy(dig_data, ptr, dig_size);
  351|       |
  352|     89|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|     89|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (352:6): [True: 28, False: 61]
  ------------------
  353|     28|		goto end;
  354|       |
  355|     61|	if (p11->C_DigestInit(session, &mech) == CKR_OK)
  ------------------
  |  | 1086|     61|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (355:6): [True: 1, False: 60]
  ------------------
  356|      1|		p11->C_Digest(session, dig_data, dig_size, buffer, &hash_len);
  357|       |
  358|     61|	p11->C_CloseSession(session);
  359|     61|	p11->C_Finalize(NULL);
  360|     89|end:
  361|     89|	free(dig_data);
  362|     89|}
fill_bool_attr:
  638|  3.70k|{
  639|  3.70k|	if (value) {
  ------------------
  |  Branch (639:6): [True: 2.57k, False: 1.13k]
  ------------------
  640|  2.57k|		FILL_ATTR((*keyTemplate)[*n_attr], type, &_true, sizeof(_true));
  ------------------
  |  |  631|  2.57k|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|  2.57k|	(attr).type=(typ); \
  |  |  633|  2.57k|	(attr).pValue=(val); \
  |  |  634|  2.57k|	(attr).ulValueLen=len; \
  |  |  635|  2.57k|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 2.57k]
  |  |  ------------------
  ------------------
  641|  2.57k|	}
  642|  1.13k|	else {
  643|  1.13k|		FILL_ATTR((*keyTemplate)[*n_attr], type, &_false, sizeof(_false));
  ------------------
  |  |  631|  1.13k|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|  1.13k|	(attr).type=(typ); \
  |  |  633|  1.13k|	(attr).pValue=(val); \
  |  |  634|  1.13k|	(attr).ulValueLen=len; \
  |  |  635|  1.13k|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 1.13k]
  |  |  ------------------
  ------------------
  644|  1.13k|	}
  645|       |	
  646|  3.70k|	++(*n_attr);
  647|  3.70k|}
fill_key_template:
  650|  1.00k|{
  651|  1.00k|	const unsigned char *ptr = NULL;
  652|  1.00k|	size_t               ecparams_size = 0;
  653|  1.00k|	size_t               opt_object_label_size = 0;
  654|  1.00k|	size_t               opt_object_id_len = 0;
  655|  1.00k|	size_t               opt_allowed_mechanisms_len = 0;
  656|  1.00k|	int bool_types[] = {CKA_MODULUS_BITS, CKA_PUBLIC_EXPONENT, CKA_VERIFY, CKA_SENSITIVE,
  ------------------
  |  |  175|  1.00k|#define CKA_MODULUS_BITS 0x00000121UL
  ------------------
              	int bool_types[] = {CKA_MODULUS_BITS, CKA_PUBLIC_EXPONENT, CKA_VERIFY, CKA_SENSITIVE,
  ------------------
  |  |  176|  1.00k|#define CKA_PUBLIC_EXPONENT 0x00000122UL
  ------------------
              	int bool_types[] = {CKA_MODULUS_BITS, CKA_PUBLIC_EXPONENT, CKA_VERIFY, CKA_SENSITIVE,
  ------------------
  |  |  169|  1.00k|#define CKA_VERIFY 0x0000010AUL
  ------------------
              	int bool_types[] = {CKA_MODULUS_BITS, CKA_PUBLIC_EXPONENT, CKA_VERIFY, CKA_SENSITIVE,
  ------------------
  |  |  162|  1.00k|#define CKA_SENSITIVE 0x00000103UL
  ------------------
  657|  1.00k|						CKA_SIGN, CKA_ENCRYPT, CKA_DECRYPT, CKA_WRAP, CKA_UNWRAP,
  ------------------
  |  |  167|  1.00k|#define CKA_SIGN 0x00000108UL
  ------------------
              						CKA_SIGN, CKA_ENCRYPT, CKA_DECRYPT, CKA_WRAP, CKA_UNWRAP,
  ------------------
  |  |  163|  1.00k|#define CKA_ENCRYPT 0x00000104UL
  ------------------
              						CKA_SIGN, CKA_ENCRYPT, CKA_DECRYPT, CKA_WRAP, CKA_UNWRAP,
  ------------------
  |  |  164|  1.00k|#define CKA_DECRYPT 0x00000105UL
  ------------------
              						CKA_SIGN, CKA_ENCRYPT, CKA_DECRYPT, CKA_WRAP, CKA_UNWRAP,
  ------------------
  |  |  165|  1.00k|#define CKA_WRAP 0x00000106UL
  ------------------
              						CKA_SIGN, CKA_ENCRYPT, CKA_DECRYPT, CKA_WRAP, CKA_UNWRAP,
  ------------------
  |  |  166|  1.00k|#define CKA_UNWRAP 0x00000107UL
  ------------------
  658|  1.00k|						CKA_DERIVE, CKA_PRIVATE, CKA_ALWAYS_AUTHENTICATE, CKA_EXTRACTABLE};
  ------------------
  |  |  171|  1.00k|#define CKA_DERIVE 0x0000010CUL
  ------------------
              						CKA_DERIVE, CKA_PRIVATE, CKA_ALWAYS_AUTHENTICATE, CKA_EXTRACTABLE};
  ------------------
  |  |  139|  1.00k|#define CKA_PRIVATE 0x00000002UL
  ------------------
              						CKA_DERIVE, CKA_PRIVATE, CKA_ALWAYS_AUTHENTICATE, CKA_EXTRACTABLE};
  ------------------
  |  |  202|  1.00k|#define CKA_ALWAYS_AUTHENTICATE 0x00000202UL
  ------------------
              						CKA_DERIVE, CKA_PRIVATE, CKA_ALWAYS_AUTHENTICATE, CKA_EXTRACTABLE};
  ------------------
  |  |  192|  1.00k|#define CKA_EXTRACTABLE 0x00000162UL
  ------------------
  659|       |
  660|  1.00k|	if (!(*keyTemplate = malloc(20 * sizeof(CK_ATTRIBUTE))))
  ------------------
  |  Branch (660:6): [True: 0, False: 1.00k]
  ------------------
  661|      0|		return 1;
  662|  1.00k|	memset(*keyTemplate, 0, 20 * sizeof(CK_ATTRIBUTE));
  663|  1.00k|	FILL_ATTR((*keyTemplate)[0], CKA_CLASS, class, sizeof(CKA_CLASS));
  ------------------
  |  |  631|  1.00k|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|  1.00k|	(attr).type=(typ); \
  |  |  633|  1.00k|	(attr).pValue=(val); \
  |  |  634|  1.00k|	(attr).ulValueLen=len; \
  |  |  635|  1.00k|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 1.00k]
  |  |  ------------------
  ------------------
  664|  1.00k|	*n_attr = 1;
  665|  1.00k|	fill_bool_attr(keyTemplate, n_attr, CKA_TOKEN, token);
  ------------------
  |  |  138|  1.00k|#define CKA_TOKEN 0x00000001UL
  ------------------
  666|       |
  667|  13.8k|	for (int i = 0; i < 13; i++) {
  ------------------
  |  Branch (667:18): [True: 12.8k, False: 978]
  ------------------
  668|       |		/* ... | present -> 0/1 | value | ...*/
  669|  12.8k|		if (*size < 3)
  ------------------
  |  Branch (669:7): [True: 31, False: 12.8k]
  ------------------
  670|     31|			return 1;
  671|  12.8k|		if ((*data)[0] % 2) {
  ------------------
  |  Branch (671:7): [True: 2.18k, False: 10.6k]
  ------------------
  672|  2.18k|			fill_bool_attr(keyTemplate, n_attr, bool_types[i], (*data)[1] % 2);
  673|  2.18k|			(*data)++; (*size)--;
  674|  2.18k|		}
  675|  12.8k|		(*data)++; (*size)--;
  676|  12.8k|	}
  677|       |
  678|    978|	if (*size > 2 && (*data)[0] % 2 && *n_attr < 20){
  ------------------
  |  Branch (678:6): [True: 972, False: 6]
  |  Branch (678:19): [True: 168, False: 804]
  |  Branch (678:37): [True: 168, False: 0]
  ------------------
  679|       |		/* ... | present -> 0/1 | value | ...*/
  680|    168|		key_type = (CK_ULONG) (*data)[1];
  681|    168|		FILL_ATTR((*keyTemplate)[*n_attr], CKA_KEY_TYPE, &key_type, sizeof(key_type));
  ------------------
  |  |  631|    168|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|    168|	(attr).type=(typ); \
  |  |  633|    168|	(attr).pValue=(val); \
  |  |  634|    168|	(attr).ulValueLen=len; \
  |  |  635|    168|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 168]
  |  |  ------------------
  ------------------
  682|    168|		++(*n_attr);
  683|    168|		(*data) += 2;
  684|    168|		(*size) -= 2;
  685|    168|	}
  686|       |
  687|    978|	if (*size > 3 && (*data)[0] % 2 && *n_attr < 20){
  ------------------
  |  Branch (687:6): [True: 962, False: 16]
  |  Branch (687:19): [True: 81, False: 881]
  |  Branch (687:37): [True: 81, False: 0]
  ------------------
  688|       |		/* ... | present -> 0/1 | len | len | data | ... */
  689|     81|		(*data)++; (*size)--;
  690|     81|		ptr = *data;
  691|     81|		if ((ecparams_size = get_buffer(&ptr, *size, data, size, 256)) == 0)
  ------------------
  |  Branch (691:7): [True: 2, False: 79]
  ------------------
  692|      2|			return 1;
  693|     79|		memcpy(ecparams, ptr, ecparams_size);
  694|     79|		FILL_ATTR((*keyTemplate)[*n_attr], CKA_EC_PARAMS, ecparams, ecparams_size);
  ------------------
  |  |  631|     79|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|     79|	(attr).type=(typ); \
  |  |  633|     79|	(attr).pValue=(val); \
  |  |  634|     79|	(attr).ulValueLen=len; \
  |  |  635|     79|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 79]
  |  |  ------------------
  ------------------
  695|     79|		++(*n_attr);
  696|     79|	}
  697|       |
  698|    976|	if (*size > 3 && (*data)[0] % 2 && *n_attr < 20){
  ------------------
  |  Branch (698:6): [True: 957, False: 19]
  |  Branch (698:19): [True: 67, False: 890]
  |  Branch (698:37): [True: 67, False: 0]
  ------------------
  699|       |		/* ... | present -> 0/1 | len | len | data | ... */
  700|     67|		(*data)++; (*size)--;
  701|     67|		ptr = *data;
  702|     67|		if ((opt_object_label_size = get_buffer(&ptr, *size, data, size, 128)) == 0)
  ------------------
  |  Branch (702:7): [True: 4, False: 63]
  ------------------
  703|      4|			return 1;
  704|     63|		memcpy(opt_object_label, ptr, opt_object_label_size);
  705|     63|		FILL_ATTR((*keyTemplate)[*n_attr], CKA_LABEL, opt_object_label, opt_object_label_size);
  ------------------
  |  |  631|     63|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|     63|	(attr).type=(typ); \
  |  |  633|     63|	(attr).pValue=(val); \
  |  |  634|     63|	(attr).ulValueLen=len; \
  |  |  635|     63|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 63]
  |  |  ------------------
  ------------------
  706|     63|		++(*n_attr);
  707|     63|	}
  708|       |
  709|    972|	if (*size > 3 && (*data)[0] % 2 && *n_attr < 20){
  ------------------
  |  Branch (709:6): [True: 948, False: 24]
  |  Branch (709:19): [True: 50, False: 898]
  |  Branch (709:37): [True: 50, False: 0]
  ------------------
  710|       |		/* ... | present -> 0/1 | len | len | data | ... */
  711|     50|		(*data)++; (*size)--;
  712|     50|		ptr = *data;
  713|     50|		if ((opt_object_id_len = get_buffer(&ptr, *size, data, size, 100)) == 0)
  ------------------
  |  Branch (713:7): [True: 1, False: 49]
  ------------------
  714|      1|			return 1;
  715|     49|		memcpy(opt_object_id, ptr, opt_object_id_len);
  716|     49|		FILL_ATTR((*keyTemplate)[*n_attr], CKA_ID, opt_object_id, opt_object_id_len);
  ------------------
  |  |  631|     49|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|     49|	(attr).type=(typ); \
  |  |  633|     49|	(attr).pValue=(val); \
  |  |  634|     49|	(attr).ulValueLen=len; \
  |  |  635|     49|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 49]
  |  |  ------------------
  ------------------
  717|     49|		++(*n_attr);
  718|     49|	}
  719|    971|	if (*size > 4 && (*data)[0]  % 2 && *n_attr < 20){
  ------------------
  |  Branch (719:6): [True: 940, False: 31]
  |  Branch (719:19): [True: 40, False: 900]
  |  Branch (719:38): [True: 40, False: 0]
  ------------------
  720|       |		/* ... | present -> 0/1 | len | mech1 | mech2 | ... | mechn | ... */
  721|     40|		opt_allowed_mechanisms_len = (*data)[1] > 20 ? 20 : (*data)[1];
  ------------------
  |  Branch (721:32): [True: 21, False: 19]
  ------------------
  722|     40|		(*data) += 2;
  723|     40|		(*size) -= 2;
  724|    362|		for (size_t i = 0; i < opt_allowed_mechanisms_len; i++) {
  ------------------
  |  Branch (724:22): [True: 334, False: 28]
  ------------------
  725|    334|			if (*size <= sizeof(unsigned int))
  ------------------
  |  Branch (725:8): [True: 12, False: 322]
  ------------------
  726|     12|				return 1;
  727|    322|			opt_allowed_mechanisms[i] = *((unsigned int *)data);
  728|    322|			(*data) += sizeof(unsigned int);
  729|    322|			(*size) -= sizeof(unsigned int);
  730|    322|		}
  731|     28|		FILL_ATTR((*keyTemplate)[*n_attr], CKA_ALLOWED_MECHANISMS, opt_allowed_mechanisms, opt_allowed_mechanisms_len);
  ------------------
  |  |  631|     28|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|     28|	(attr).type=(typ); \
  |  |  633|     28|	(attr).pValue=(val); \
  |  |  634|     28|	(attr).ulValueLen=len; \
  |  |  635|     28|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 28]
  |  |  ------------------
  ------------------
  732|     28|		++(*n_attr);
  733|     28|	}
  734|    959|	if (*size == 0)
  ------------------
  |  Branch (734:6): [True: 0, False: 959]
  ------------------
  735|      0|		return 1;
  736|    959|	return 0;
  737|    959|}
LLVMFuzzerTestOneInput:
 1056|  16.3k|{
 1057|  16.3k|	uint8_t operation = 0;
 1058|  16.3k|	void (*func_ptr[])(const uint8_t*, size_t) = {
 1059|  16.3k|		test_change_pin,
 1060|  16.3k|		test_init_pin,
 1061|  16.3k|		test_init_token,
 1062|  16.3k|		test_random,
 1063|  16.3k|		test_digest_update,
 1064|  16.3k|		test_digest,
 1065|  16.3k|		test_sign,
 1066|  16.3k|		test_verify,
 1067|  16.3k|		test_decrypt,
 1068|  16.3k|		test_wrap,
 1069|  16.3k|		test_unwrap,
 1070|  16.3k|		test_derive,
 1071|  16.3k|		test_genkeypair,
 1072|  16.3k|		test_store_data,
 1073|  16.3k|		test_store_cert,
 1074|  16.3k|		test_store_key
 1075|  16.3k|	};
 1076|       |
 1077|  16.3k|	if (size < 10)
  ------------------
  |  Branch (1077:6): [True: 6, False: 16.3k]
  ------------------
 1078|      6|		return 0;
 1079|       |
 1080|  16.3k|	operation = *data % 16;
 1081|  16.3k|	data++;
 1082|  16.3k|	size--;
 1083|       |
 1084|  16.3k|	func_ptr[operation](data, size);
 1085|       |
 1086|  16.3k|	return 0;
 1087|  16.3k|}
fuzz_pkcs11.c:set_mechanism:
  176|  2.04k|{
  177|  2.04k|	if (*size < sizeof(unsigned long int))
  ------------------
  |  Branch (177:6): [True: 0, False: 2.04k]
  ------------------
  178|      0|		return 1;
  179|       |
  180|  2.04k|	memset(mech, 0, sizeof(*mech));
  181|  2.04k|	(*mech).mechanism = *((unsigned long int *)*data);
  182|  2.04k|	*data += sizeof(unsigned long int);
  183|  2.04k|	*size -= sizeof(unsigned long int);
  184|  2.04k|	return 0;
  185|  2.04k|}
fuzz_pkcs11.c:fuzz_pkcs11_initialize:
  152|  16.2k|{
  153|  16.2k|	p11 = &pkcs11_function_list_3_0;
  154|       |
  155|  16.2k|	context = NULL;
  156|  16.2k|	memset(&sc_pkcs11_conf, 0, sizeof(struct sc_pkcs11_config));
  157|       |
  158|  16.2k|	p11->C_Initialize(NULL);
  159|       |
  160|  16.2k|	#if FUZZING
  161|       |	/* fuzz target can connect to real card via C_Initialize */
  162|  16.2k|	if (fuzz_card_connect(data, size, slot_out) != CKR_OK) {
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (162:6): [True: 4.24k, False: 11.9k]
  ------------------
  163|  4.24k|		p11->C_Finalize(NULL);
  164|  4.24k|		return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|  4.24k|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  165|  4.24k|	}
  166|  11.9k|	#endif
  167|       |
  168|  11.9k|	if (p11->C_OpenSession(0, CKF_SERIAL_SESSION | CKF_RW_SESSION, NULL, NULL, session) != CKR_OK) {
  ------------------
  |  |  403|  11.9k|#define CKF_SERIAL_SESSION 0x00000004UL
  ------------------
              	if (p11->C_OpenSession(0, CKF_SERIAL_SESSION | CKF_RW_SESSION, NULL, NULL, session) != CKR_OK) {
  ------------------
  |  |  402|  11.9k|#define CKF_RW_SESSION 0x00000002UL
  ------------------
              	if (p11->C_OpenSession(0, CKF_SERIAL_SESSION | CKF_RW_SESSION, NULL, NULL, session) != CKR_OK) {
  ------------------
  |  | 1086|  11.9k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (168:6): [True: 1.23k, False: 10.7k]
  ------------------
  169|  1.23k|		p11->C_Finalize(NULL);
  170|  1.23k|		return CKR_GENERAL_ERROR;
  ------------------
  |  | 1090|  1.23k|#define CKR_GENERAL_ERROR 0x00000005UL
  ------------------
  171|  1.23k|	}
  172|  10.7k|	return CKR_OK;
  ------------------
  |  | 1086|  10.7k|#define CKR_OK 0x00000000UL
  ------------------
  173|  11.9k|}
fuzz_pkcs11.c:fuzz_card_connect:
   53|  16.2k|{
   54|       |	/* Works in the same manner as card_detect() for only one slot and card with virtual reader */
   55|  16.2k|	struct sc_pkcs11_card *p11card = NULL;
   56|  16.2k|	struct sc_reader *reader = NULL;
   57|  16.2k|	struct sc_app_info *app_generic = NULL;
   58|  16.2k|	sc_pkcs11_slot_t *slot = NULL;
   59|  16.2k|	CK_RV rv = CKR_OK;
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
   60|  16.2k|	int free_p11card = 0;
   61|       |
   62|       |	/* Erase possible virtual slots*/
   63|  16.2k|	list_clear(&virtual_slots);
   64|       |
   65|       |	/* Erase possible readers from context */
   66|  16.2k|	while (list_size(&context->readers)) {
  ------------------
  |  Branch (66:9): [True: 0, False: 16.2k]
  ------------------
   67|      0|		sc_reader_t *rdr = (sc_reader_t *) list_get_at(&context->readers, 0);
   68|      0|		_sc_delete_reader(context, rdr);
   69|      0|	}
   70|  16.2k|	if (context->reader_driver->ops->finish != NULL)
  ------------------
  |  Branch (70:6): [True: 16.2k, False: 0]
  ------------------
   71|  16.2k|		context->reader_driver->ops->finish(context);
   72|       |
   73|       |	/* Create virtual reader */
   74|  16.2k|	context->reader_driver = sc_get_fuzz_driver();
   75|  16.2k|	fuzz_add_reader(context, data, size);
   76|  16.2k|	reader = sc_ctx_get_reader(context, 0);
   77|       |
   78|       |	/* Add slot for reader */
   79|  16.2k|	if (create_slot(reader) != CKR_OK) {
  ------------------
  |  | 1086|  16.2k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (79:6): [True: 0, False: 16.2k]
  ------------------
   80|      0|		goto fail;
   81|      0|	}
   82|       |
   83|       |	/* Locate a slot related to the reader */
   84|  16.2k|	for (size_t i = 0; i < list_size(&virtual_slots); i++) {
  ------------------
  |  Branch (84:21): [True: 16.2k, False: 0]
  ------------------
   85|  16.2k|		slot = (sc_pkcs11_slot_t *)list_get_at(&virtual_slots, (int)i);
   86|  16.2k|		if (slot->reader == reader) {
  ------------------
  |  Branch (86:7): [True: 16.2k, False: 0]
  ------------------
   87|  16.2k|			p11card = slot->p11card;
   88|  16.2k|			break;
   89|  16.2k|		}
   90|  16.2k|	}
   91|       |
   92|       |	/* Create p11card */
   93|  16.2k|	p11card = (struct sc_pkcs11_card *)calloc(1, sizeof(struct sc_pkcs11_card));
   94|  16.2k|	p11card->reader = reader;
   95|  16.2k|	free_p11card = 1;
   96|       |
   97|       |	/* Connect card to reader */
   98|  16.2k|	if ((rv = sc_connect_card(reader, &p11card->card)) != SC_SUCCESS) {
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  |  Branch (98:6): [True: 3.03k, False: 13.1k]
  ------------------
   99|  3.03k|		goto fail;
  100|  3.03k|	}
  101|  13.1k|	init_slot_info(&slot->slot_info, reader);
  102|       |
  103|       |	/* Instead of detecting framework*/
  104|  13.1k|	p11card->framework = &framework_pkcs15;
  105|       |
  106|       |	/* Bind 'generic' application or (emulated?) card without applications */
  107|  13.1k|	app_generic = sc_pkcs15_get_application_by_type(p11card->card, "generic");
  108|  13.1k|	if (app_generic || !p11card->card->app_count) {
  ------------------
  |  Branch (108:6): [True: 0, False: 13.1k]
  |  Branch (108:21): [True: 11.6k, False: 1.52k]
  ------------------
  109|  11.6k|		scconf_block *conf_block = NULL;
  110|       |
  111|  11.6k|		conf_block = sc_match_atr_block(p11card->card->ctx, NULL, &p11card->reader->atr);
  112|  11.6k|		if (!conf_block) /* check default block */
  ------------------
  |  Branch (112:7): [True: 11.6k, False: 0]
  ------------------
  113|  11.6k|			conf_block = sc_get_conf_block(context, "framework", "pkcs15", 1);
  114|       |
  115|  11.6k|		rv = p11card->framework->bind(p11card, app_generic);
  116|  11.6k|		if (rv != CKR_TOKEN_NOT_RECOGNIZED && rv != CKR_OK)
  ------------------
  |  | 1145|  23.3k|#define CKR_TOKEN_NOT_RECOGNIZED 0x000000E1UL
  ------------------
              		if (rv != CKR_TOKEN_NOT_RECOGNIZED && rv != CKR_OK)
  ------------------
  |  | 1086|  6.39k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (116:7): [True: 6.39k, False: 5.26k]
  |  Branch (116:41): [True: 1.21k, False: 5.17k]
  ------------------
  117|  1.21k|			goto fail;
  118|       |
  119|  10.4k|		rv = p11card->framework->create_tokens(p11card, app_generic);
  120|  10.4k|		if (rv != CKR_OK)
  ------------------
  |  | 1086|  10.4k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (120:7): [True: 0, False: 10.4k]
  ------------------
  121|      0|			goto fail;
  122|  10.4k|		free_p11card = 0;
  123|  10.4k|	}
  124|       |	
  125|       |	/* Bind rest of application*/
  126|  15.9k|	for (int j = 0; j < p11card->card->app_count; j++)   {
  ------------------
  |  Branch (126:18): [True: 3.98k, False: 11.9k]
  ------------------
  127|  3.98k|		struct sc_app_info *app_info = p11card->card->app[j];
  128|       |
  129|  3.98k|		if (app_generic && app_generic == p11card->card->app[j])
  ------------------
  |  Branch (129:7): [True: 0, False: 3.98k]
  |  Branch (129:22): [True: 0, False: 0]
  ------------------
  130|      0|			continue;
  131|       |
  132|  3.98k|		if (p11card->framework->bind(p11card, app_info) != CKR_OK) {
  ------------------
  |  | 1086|  3.98k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (132:7): [True: 3.32k, False: 659]
  ------------------
  133|  3.32k|			continue;
  134|  3.32k|		}
  135|    659|		rv = p11card->framework->create_tokens(p11card, app_info);
  136|    659|		if (rv != CKR_OK) {
  ------------------
  |  | 1086|    659|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (136:7): [True: 0, False: 659]
  ------------------
  137|      0|			goto fail;
  138|      0|		}
  139|    659|		free_p11card = 0;
  140|    659|	}
  141|  11.9k|	if (slot_out)
  ------------------
  |  Branch (141:6): [True: 261, False: 11.7k]
  ------------------
  142|    261|		*slot_out = slot;
  143|  16.2k|fail:
  144|  16.2k|	if (free_p11card) {
  ------------------
  |  Branch (144:6): [True: 5.48k, False: 10.7k]
  ------------------
  145|  5.48k|		sc_pkcs11_card_free(p11card);
  146|  5.48k|	}
  147|  16.2k|	return (int)rv;
  148|  11.9k|}
fuzz_pkcs11.c:test_change_pin:
  188|    948|{
  189|    948|	CK_SESSION_HANDLE session;
  190|    948|	CK_TOKEN_INFO     info;
  191|    948|	char             *pin = NULL;
  192|    948|	char             *new_pin = NULL;
  193|    948|	int               login_type = data[0];
  194|    948|	data++; size--;
  195|       |
  196|    948|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (196:6): [True: 1, False: 947]
  ------------------
  197|      1|		goto end;
  198|    947|	if (!(new_pin = extract_word(&data, &size)))
  ------------------
  |  Branch (198:6): [True: 2, False: 945]
  ------------------
  199|      2|		goto end;
  200|       |
  201|    945|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    945|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (201:6): [True: 141, False: 804]
  ------------------
  202|    141|		goto end;
  203|    804|	p11->C_GetTokenInfo(0, &info);
  204|    804|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, pin == NULL ? 0 : strlen(pin));
  ------------------
  |  Branch (204:57): [True: 0, False: 804]
  ------------------
  205|    804|	p11->C_SetPIN(session,
  206|    804|		(CK_UTF8CHAR *) pin, pin == NULL ? 0 : strlen(pin),
  ------------------
  |  Branch (206:24): [True: 0, False: 804]
  ------------------
  207|    804|		(CK_UTF8CHAR *) new_pin, new_pin == NULL ? 0 : strlen(new_pin));
  ------------------
  |  Branch (207:28): [True: 0, False: 804]
  ------------------
  208|       |
  209|    804|	p11->C_CloseSession(session);
  210|    804|	p11->C_Finalize(NULL);
  211|    948|end:
  212|    948|	free(new_pin);
  213|    948|	free(pin);
  214|    948|}
fuzz_pkcs11.c:test_init_pin:
  217|    474|{
  218|    474|	CK_SESSION_HANDLE session;
  219|    474|	CK_TOKEN_INFO     info;
  220|    474|	char             *pin = NULL;
  221|    474|	char             *so_pin = NULL;
  222|    474|	int               login_type = data[0];
  223|    474|	data++; size--;
  224|       |
  225|    474|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (225:6): [True: 1, False: 473]
  ------------------
  226|      1|		goto end;
  227|    473|	if (!(so_pin = extract_word(&data, &size)))
  ------------------
  |  Branch (227:6): [True: 1, False: 472]
  ------------------
  228|      1|		goto end;
  229|       |
  230|    472|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    472|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (230:6): [True: 143, False: 329]
  ------------------
  231|    143|		goto end;
  232|    329|	p11->C_GetTokenInfo(0, &info);
  233|    329|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) so_pin, so_pin == NULL ? 0 : strlen(so_pin));
  ------------------
  |  Branch (233:60): [True: 0, False: 329]
  ------------------
  234|    329|	p11->C_InitPIN(session, (CK_UTF8CHAR *) pin, pin == NULL ? 0 : strlen(pin));
  ------------------
  |  Branch (234:47): [True: 0, False: 329]
  ------------------
  235|       |
  236|    329|	p11->C_CloseSession(session);
  237|    329|	p11->C_Finalize(NULL);
  238|    474|end:
  239|    474|	free(pin);
  240|    474|	free(so_pin);
  241|    474|}
fuzz_pkcs11.c:test_init_token:
  244|    406|{
  245|    406|	CK_SESSION_HANDLE session;
  246|    406|	char             *pin = NULL;
  247|    406|	unsigned char    *label = NULL;
  248|    406|	size_t            label_len = 0;
  249|    406|	unsigned char     token_label[33];
  250|    406|	sc_pkcs11_slot_t *slot = NULL;
  251|       |	/* token label must be padded with blank characters, and which must not be null-terminated*/
  252|    406|	memset(token_label, ' ', sizeof(token_label));
  253|       |
  254|    406|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (254:6): [True: 1, False: 405]
  ------------------
  255|      1|		goto end;
  256|    405|	if (!(label = (unsigned char *) extract_word(&data, &size)))
  ------------------
  |  Branch (256:6): [True: 1, False: 404]
  ------------------
  257|      1|		goto end;
  258|    404|	label_len = strlen((char *) label);
  259|    404|	memcpy(token_label, label, label_len < 33 ? label_len : 32);
  ------------------
  |  Branch (259:29): [True: 398, False: 6]
  ------------------
  260|       |
  261|    404|	if (fuzz_pkcs11_initialize(data, size, &slot, &session) != CKR_OK)
  ------------------
  |  | 1086|    404|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (261:6): [True: 144, False: 260]
  ------------------
  262|    144|		goto end;
  263|    260|	p11->C_InitToken(slot->id, (CK_UTF8CHAR *) pin, pin == NULL ? 0 : strlen(pin), token_label);
  ------------------
  |  Branch (263:50): [True: 0, False: 260]
  ------------------
  264|       |
  265|    260|	p11->C_CloseSession(session);
  266|    260|	p11->C_Finalize(NULL);
  267|    406|end:
  268|    406|	free(pin);
  269|    406|	free(label);
  270|    406|}
fuzz_pkcs11.c:test_random:
  273|  11.9k|{
  274|  11.9k|	CK_SESSION_HANDLE session;
  275|  11.9k|	size_t            random_len = data[0];
  276|  11.9k|	CK_BYTE           buf[256];
  277|  11.9k|	data++; size--;
  278|       |
  279|  11.9k|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|  11.9k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (279:6): [True: 4.72k, False: 7.25k]
  ------------------
  280|  4.72k|		return;
  281|       |
  282|  7.25k|	p11->C_GenerateRandom(session, buf, random_len);
  283|       |
  284|  7.25k|	p11->C_CloseSession(session);
  285|       |	p11->C_Finalize(NULL);
  286|  7.25k|}
fuzz_pkcs11.c:test_digest_update:
  289|    226|{
  290|    226|	CK_SESSION_HANDLE session;
  291|    226|	const uint8_t    *dig_data = NULL;
  292|    226|	size_t            dig_size = 0;
  293|    226|	CK_MECHANISM      mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|    226|#define NULL_PTR ((void *)0)
  ------------------
  294|    226|	unsigned char     buffer[64] = {0};
  295|    226|	CK_ULONG          hash_len = sizeof(buffer);
  296|    226|	size_t to_process = 0;
  297|    226|	CK_RV rv = 0;
  298|       |
  299|    226|	if (set_mechanism(&data, &size, &mech))
  ------------------
  |  Branch (299:6): [True: 0, False: 226]
  ------------------
  300|      0|		return;
  301|       |
  302|       |	/* Copy data for hashing*/
  303|    226|	dig_data = data;
  304|    226|	if ((dig_size = get_buffer(&dig_data, size, &data, &size, 6000)) == 0)
  ------------------
  |  Branch (304:6): [True: 1, False: 225]
  ------------------
  305|      1|		return;
  306|       |
  307|    225|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    225|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (307:6): [True: 26, False: 199]
  ------------------
  308|     26|		return;
  309|       |
  310|    199|	if (p11->C_DigestInit(session, &mech) != CKR_OK)
  ------------------
  |  | 1086|    199|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (310:6): [True: 190, False: 9]
  ------------------
  311|    190|		goto end;
  312|       |
  313|    182|	while (dig_size > 0) {
  ------------------
  |  Branch (313:9): [True: 173, False: 9]
  ------------------
  314|    173|		to_process = dig_size > sizeof(buffer) ? sizeof(buffer) : dig_size;
  ------------------
  |  Branch (314:16): [True: 164, False: 9]
  ------------------
  315|    173|		dig_size -= to_process;
  316|    173|		memcpy(buffer, dig_data, to_process);
  317|    173|		dig_data += to_process;
  318|       |
  319|    173|		rv = p11->C_DigestUpdate(session, buffer, to_process);
  320|    173|		if (rv != CKR_OK)
  ------------------
  |  | 1086|    173|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (320:7): [True: 0, False: 173]
  ------------------
  321|      0|			goto end;
  322|    173|	}
  323|      9|	hash_len = sizeof(buffer);
  324|      9|	p11->C_DigestFinal(session, buffer, &hash_len);
  325|       |
  326|    199|end:
  327|    199|	p11->C_CloseSession(session);
  328|       |	p11->C_Finalize(NULL);
  329|    199|}
fuzz_pkcs11.c:test_sign:
  396|    474|{
  397|    474|	CK_SESSION_HANDLE    session;
  398|    474|	uint8_t              login_type = CKU_USER;
  ------------------
  |  | 1211|    474|#define CKU_USER 1UL
  ------------------
  399|    474|	char                *pin = NULL;
  400|    474|	const unsigned char *opt_id;
  401|    474|	size_t               opt_id_len = 0;
  402|    474|	const uint8_t       *sign_data = NULL;
  403|    474|	size_t               sign_data_size = 0;
  404|    474|	CK_OBJECT_HANDLE     key = CK_INVALID_HANDLE;
  ------------------
  |  |   33|    474|#define CK_INVALID_HANDLE 0UL
  ------------------
  405|    474|	unsigned char        in_buffer[1025], sig_buffer[512];
  406|    474|	CK_MECHANISM         mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|    474|#define NULL_PTR ((void *)0)
  ------------------
  407|    474|	CK_ULONG             sig_len = sizeof(sig_buffer);
  408|    474|	size_t               to_process = 0;
  409|    474|	CK_TOKEN_INFO        info;
  410|       |
  411|       |	/* Process options*/
  412|    474|	if (set_mechanism(&data, &size, &mech) || size < 3)
  ------------------
  |  Branch (412:6): [True: 0, False: 474]
  |  Branch (412:44): [True: 1, False: 473]
  ------------------
  413|      1|		return;
  414|    473|	login_type = data[0];
  415|    473|	data++; size--;
  416|    473|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (416:6): [True: 1, False: 472]
  ------------------
  417|      1|		return;
  418|    472|	opt_id = data;
  419|    472|	opt_id_len = get_buffer(&opt_id, size, &data, &size, 256);
  420|       |
  421|       |	/* Prepare buffer for signing */
  422|    472|	sign_data = data;
  423|    472|	if ((sign_data_size = get_buffer(&sign_data, size, &data, &size, 6000)) == 0)
  ------------------
  |  Branch (423:6): [True: 2, False: 470]
  ------------------
  424|      2|		goto end;
  425|       |
  426|       |	/* Initialize */
  427|    470|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    470|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (427:6): [True: 24, False: 446]
  ------------------
  428|     24|		goto end;
  429|    446|	p11->C_GetTokenInfo(0, &info);
  430|    446|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  431|    446|	fuzz_find_object(session, CKO_PRIVATE_KEY, &key, opt_id_len ? opt_id : NULL, opt_id_len);
  ------------------
  |  | 1030|    446|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
  |  Branch (431:51): [True: 13, False: 433]
  ------------------
  432|       |
  433|    446|	if (p11->C_SignInit(session, &mech, key) != CKR_OK)
  ------------------
  |  | 1086|    446|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (433:6): [True: 196, False: 250]
  ------------------
  434|    196|		goto fin;
  435|    250|	p11->C_Login(session, CKU_CONTEXT_SPECIFIC, (CK_UTF8CHAR *) pin, strlen(pin));
  ------------------
  |  | 1212|    250|#define CKU_CONTEXT_SPECIFIC 2UL
  ------------------
  436|       |
  437|    250|	if (sign_data_size <= sizeof(in_buffer)) {
  ------------------
  |  Branch (437:6): [True: 246, False: 4]
  ------------------
  438|    246|		memcpy(in_buffer, sign_data, sign_data_size);
  439|    246|		p11->C_Sign(session, in_buffer, sign_data_size, sig_buffer, &sig_len);
  440|    246|	} else {
  441|     18|		while (sign_data_size > 0) {
  ------------------
  |  Branch (441:10): [True: 14, False: 4]
  ------------------
  442|     14|			to_process = sign_data_size < sizeof(in_buffer) ? sign_data_size : sizeof(in_buffer);
  ------------------
  |  Branch (442:17): [True: 4, False: 10]
  ------------------
  443|     14|			sign_data_size -= to_process;
  444|     14|			memcpy(in_buffer, sign_data, to_process);
  445|     14|			sign_data += to_process;
  446|       |
  447|     14|			if (p11->C_SignUpdate(session, in_buffer, to_process) != CKR_OK)
  ------------------
  |  | 1086|     14|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (447:8): [True: 0, False: 14]
  ------------------
  448|      0|				goto fin;
  449|     14|		}
  450|       |
  451|      4|		sig_len = sizeof(sig_buffer);
  452|      4|		p11->C_SignFinal(session, sig_buffer, &sig_len);
  453|      4|	}
  454|       |
  455|    446|fin:
  456|    446|	p11->C_CloseSession(session);
  457|    446|	p11->C_Finalize(NULL);
  458|    472|end:
  459|    472|	free(pin);
  460|    472|}
fuzz_pkcs11.c:fuzz_find_object:
  366|  1.52k|{
  367|       |	/* taken from tools/pkcs11-tool.c */
  368|  1.52k|	CK_ATTRIBUTE attrs[2];
  369|  1.52k|	unsigned int nattrs = 0;
  370|  1.52k|	CK_ULONG     count = 0;
  371|       |
  372|  1.52k|	attrs[0].type = CKA_CLASS;
  ------------------
  |  |  137|  1.52k|#define CKA_CLASS 0x00000000UL
  ------------------
  373|  1.52k|	attrs[0].pValue = &cls;
  374|  1.52k|	attrs[0].ulValueLen = sizeof(cls);
  375|  1.52k|	nattrs++;
  376|  1.52k|	if (id) {
  ------------------
  |  Branch (376:6): [True: 321, False: 1.20k]
  ------------------
  377|    321|		attrs[nattrs].type = CKA_ID;
  ------------------
  |  |  161|    321|#define CKA_ID 0x00000102UL
  ------------------
  378|    321|		attrs[nattrs].pValue = (void *) id;
  379|    321|		attrs[nattrs].ulValueLen = id_len;
  380|    321|		nattrs++;
  381|    321|	}
  382|       |
  383|  1.52k|	if (p11->C_FindObjectsInit(sess, attrs, nattrs) != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (383:6): [True: 0, False: 1.52k]
  ------------------
  384|      0|		return -1;
  385|       |
  386|  1.52k|	if (p11->C_FindObjects(sess, ret, 1, &count) != CKR_OK)
  ------------------
  |  | 1086|  1.52k|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (386:6): [True: 0, False: 1.52k]
  ------------------
  387|      0|		return -1;
  388|       |
  389|  1.52k|	if (count == 0)
  ------------------
  |  Branch (389:6): [True: 801, False: 726]
  ------------------
  390|    801|		*ret = CK_INVALID_HANDLE;
  ------------------
  |  |   33|    801|#define CK_INVALID_HANDLE 0UL
  ------------------
  391|  1.52k|	p11->C_FindObjectsFinal(sess);
  392|  1.52k|	return (int)count;
  393|  1.52k|}
fuzz_pkcs11.c:test_verify:
  463|    272|{
  464|    272|	CK_SESSION_HANDLE    session;
  465|    272|	CK_MECHANISM         mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|    272|#define NULL_PTR ((void *)0)
  ------------------
  466|    272|	uint8_t              login_type = CKU_USER;
  ------------------
  |  | 1211|    272|#define CKU_USER 1UL
  ------------------
  467|    272|	char                *pin = NULL;
  468|    272|	const unsigned char *opt_id = NULL;
  469|    272|	size_t               opt_id_len = 0;
  470|    272|	const uint8_t       *verify_data = NULL, *sig_data = NULL;
  471|    272|	size_t               verify_data_size = 0;
  472|    272|	CK_OBJECT_HANDLE     key = CK_INVALID_HANDLE;
  ------------------
  |  |   33|    272|#define CK_INVALID_HANDLE 0UL
  ------------------
  473|    272|	unsigned char        in_buffer[1025], sig_buffer[512];
  474|    272|	CK_ULONG             sig_len = sizeof(sig_buffer);
  475|    272|	size_t               to_process = 0;
  476|       |
  477|       |	/* Process options*/
  478|    272|	if (set_mechanism(&data, &size, &mech) || size < 3)
  ------------------
  |  Branch (478:6): [True: 0, False: 272]
  |  Branch (478:44): [True: 1, False: 271]
  ------------------
  479|      1|		return;
  480|    271|	login_type = data[0];
  481|    271|	data++; size--;
  482|    271|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (482:6): [True: 1, False: 270]
  ------------------
  483|      1|		return;
  484|    270|	opt_id = data;
  485|    270|	opt_id_len = get_buffer(&opt_id, size, &data, &size, 256);
  486|       |
  487|       |	/* Prepare buffer with data */
  488|    270|	verify_data = data;
  489|    270|	if ((verify_data_size = get_buffer(&verify_data, size, &data, &size, 6000)) == 0)
  ------------------
  |  Branch (489:6): [True: 7, False: 263]
  ------------------
  490|      7|		goto end;
  491|       |	/* Get buffer with signature */
  492|    263|	sig_data = data;
  493|    263|	if ((sig_len = get_buffer(&sig_data, size, &data, &size, 512)) == 0)
  ------------------
  |  Branch (493:6): [True: 5, False: 258]
  ------------------
  494|      5|		goto end;
  495|    258|	memcpy(sig_buffer, sig_data, sig_len);
  496|       |
  497|       |	/* Initialize */
  498|    258|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    258|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (498:6): [True: 8, False: 250]
  ------------------
  499|      8|		goto end;
  500|       |
  501|    250|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  502|       |
  503|    250|	if (!fuzz_find_object(session, CKO_PUBLIC_KEY, &key, opt_id_len ? opt_id : NULL, opt_id_len)
  ------------------
  |  | 1029|    250|#define CKO_PUBLIC_KEY 0x00000002UL
  ------------------
  |  Branch (503:6): [True: 183, False: 67]
  |  Branch (503:55): [True: 120, False: 130]
  ------------------
  504|    183|		&& !fuzz_find_object(session, CKO_CERTIFICATE, &key, opt_id_len ? opt_id : NULL, opt_id_len))
  ------------------
  |  | 1028|    183|#define CKO_CERTIFICATE 0x00000001UL
  ------------------
  |  Branch (504:6): [True: 183, False: 0]
  |  Branch (504:56): [True: 120, False: 63]
  ------------------
  505|    183|		goto fin;
  506|       |
  507|     67|	if (p11->C_VerifyInit(session, &mech, key) != CKR_OK)
  ------------------
  |  | 1086|     67|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (507:6): [True: 19, False: 48]
  ------------------
  508|     19|		goto fin;
  509|       |
  510|     48|	if (verify_data_size <= sizeof(in_buffer)) {
  ------------------
  |  Branch (510:6): [True: 48, False: 0]
  ------------------
  511|     48|		memcpy(in_buffer, verify_data, verify_data_size);
  512|     48|		p11->C_Verify(session, in_buffer, verify_data_size, sig_buffer, sig_len);
  513|     48|	} else {
  514|      0|		while (verify_data_size > 0) {
  ------------------
  |  Branch (514:10): [True: 0, False: 0]
  ------------------
  515|      0|			to_process = verify_data_size < sizeof(in_buffer) ? verify_data_size : sizeof(in_buffer);
  ------------------
  |  Branch (515:17): [True: 0, False: 0]
  ------------------
  516|      0|			verify_data_size -= to_process;
  517|      0|			memcpy(in_buffer, verify_data, to_process);
  518|      0|			verify_data += to_process;
  519|       |
  520|      0|			if (p11->C_VerifyUpdate(session, in_buffer, to_process) != CKR_OK)
  ------------------
  |  | 1086|      0|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (520:8): [True: 0, False: 0]
  ------------------
  521|      0|				goto fin;
  522|      0|		}
  523|       |
  524|      0|		p11->C_VerifyFinal(session, sig_buffer, sig_len);
  525|      0|	}
  526|    250|fin:
  527|    250|	p11->C_CloseSession(session);
  528|    250|	p11->C_Finalize(NULL);
  529|    270|end:
  530|    270|	free(pin);
  531|    270|}
fuzz_pkcs11.c:test_decrypt:
  534|    537|{
  535|    537|	CK_SESSION_HANDLE    session;
  536|    537|	uint8_t              login_type = CKU_USER;
  ------------------
  |  | 1211|    537|#define CKU_USER 1UL
  ------------------
  537|    537|	char                *pin = NULL;
  538|    537|	const unsigned char *opt_id;
  539|    537|	size_t               opt_id_len = 0;
  540|    537|	const uint8_t       *dec_data = NULL;
  541|    537|	size_t               dec_data_size = 0;
  542|    537|	CK_OBJECT_HANDLE     key = CK_INVALID_HANDLE;
  ------------------
  |  |   33|    537|#define CK_INVALID_HANDLE 0UL
  ------------------
  543|    537|	unsigned char        in_buffer[1024], out_buffer[1024];
  544|    537|	CK_MECHANISM         mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|    537|#define NULL_PTR ((void *)0)
  ------------------
  545|    537|	size_t               out_len = 0;
  546|       |
  547|       |	/* Process options*/
  548|    537|	if (set_mechanism(&data, &size, &mech) || size < 3)
  ------------------
  |  Branch (548:6): [True: 0, False: 537]
  |  Branch (548:44): [True: 2, False: 535]
  ------------------
  549|      2|		return;
  550|    535|	login_type = data[0];
  551|    535|	data++; size--;
  552|    535|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (552:6): [True: 2, False: 533]
  ------------------
  553|      2|		return;
  554|    533|	opt_id = data;
  555|    533|	opt_id_len = get_buffer(&opt_id, size, &data, &size, 256);
  556|       |
  557|       |	/* Prepare buffer for signing */
  558|    533|	dec_data = data;
  559|    533|	if ((dec_data_size = get_buffer(&dec_data, size, &data, &size, 1024)) == 0)
  ------------------
  |  Branch (559:6): [True: 2, False: 531]
  ------------------
  560|      2|		goto end;
  561|       |
  562|       |	/* Initialize */
  563|    531|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    531|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (563:6): [True: 45, False: 486]
  ------------------
  564|     45|		goto end;
  565|       |
  566|    486|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  567|    486|	if (!fuzz_find_object(session, CKO_PRIVATE_KEY, &key, opt_id_len ? opt_id : NULL, opt_id_len)
  ------------------
  |  | 1030|    486|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
  |  Branch (567:6): [True: 119, False: 367]
  |  Branch (567:56): [True: 31, False: 455]
  ------------------
  568|    119|		&& !fuzz_find_object(session, CKO_SECRET_KEY, &key, opt_id_len ? opt_id : NULL, opt_id_len))
  ------------------
  |  | 1031|    119|#define CKO_SECRET_KEY 0x00000004UL
  ------------------
  |  Branch (568:6): [True: 119, False: 0]
  |  Branch (568:55): [True: 27, False: 92]
  ------------------
  569|    119|		goto fin;
  570|       |
  571|    367|	if (p11->C_DecryptInit(session, &mech, key) != CKR_OK)
  ------------------
  |  | 1086|    367|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (571:6): [True: 164, False: 203]
  ------------------
  572|    164|		goto fin;
  573|       |
  574|    203|	p11->C_Login(session, CKU_CONTEXT_SPECIFIC, (CK_UTF8CHAR *) pin, strlen(pin));
  ------------------
  |  | 1212|    203|#define CKU_CONTEXT_SPECIFIC 2UL
  ------------------
  575|    203|	out_len = sizeof(out_buffer);
  576|       |
  577|    203|	memcpy(in_buffer, dec_data, dec_data_size);
  578|    203|	p11->C_Decrypt(session, in_buffer, dec_data_size, out_buffer, &out_len);
  579|    486|fin:
  580|    486|	p11->C_CloseSession(session);
  581|    486|	p11->C_Finalize(NULL);
  582|    533|end:
  583|    533|	free(pin);
  584|    533|}
fuzz_pkcs11.c:test_wrap:
  587|     19|{
  588|     19|	CK_SESSION_HANDLE    session;
  589|     19|	uint8_t              login_type = CKU_USER;
  ------------------
  |  | 1211|     19|#define CKU_USER 1UL
  ------------------
  590|     19|	char                *pin = NULL;
  591|     19|	CK_BYTE              pWrappedKey[4096];
  592|     19|	CK_ULONG             pulWrappedKeyLen = sizeof(pWrappedKey);
  593|     19|	CK_MECHANISM         mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|     19|#define NULL_PTR ((void *)0)
  ------------------
  594|     19|	CK_OBJECT_HANDLE     hWrappingKey;
  595|     19|	CK_OBJECT_HANDLE     hkey;
  596|     19|	const unsigned char *hkey_id;
  597|     19|	const unsigned char *opt_id;
  598|     19|	size_t               opt_id_len = 0, hkey_id_len = 0;
  599|       |
  600|       |	/* Set options */
  601|     19|	if (set_mechanism(&data, &size, &mech) || size < 3)
  ------------------
  |  Branch (601:6): [True: 0, False: 19]
  |  Branch (601:44): [True: 2, False: 17]
  ------------------
  602|      2|		return;
  603|     17|	login_type = data[0];
  604|     17|	data++; size--;
  605|     17|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (605:6): [True: 1, False: 16]
  ------------------
  606|      1|		return;
  607|     16|	opt_id = data;
  608|     16|	opt_id_len = get_buffer(&opt_id, size, &data, &size, 256);
  609|     16|	hkey_id = data;
  610|     16|	hkey_id_len = get_buffer(&hkey_id, size, &data, &size, 256);
  611|       |
  612|       |	/* Initialize */
  613|     16|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|     16|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (613:6): [True: 5, False: 11]
  ------------------
  614|      5|		goto end;
  615|       |
  616|     11|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  617|     11|	if (!fuzz_find_object(session, CKO_SECRET_KEY, &hkey, hkey_id_len ? hkey_id : NULL, hkey_id_len))
  ------------------
  |  | 1031|     11|#define CKO_SECRET_KEY 0x00000004UL
  ------------------
  |  Branch (617:6): [True: 11, False: 0]
  |  Branch (617:56): [True: 6, False: 5]
  ------------------
  618|     11|		goto fin;
  619|      0|	if (!fuzz_find_object(session, CKO_PUBLIC_KEY, &hWrappingKey, opt_id_len ? opt_id : NULL, opt_id_len))
  ------------------
  |  | 1029|      0|#define CKO_PUBLIC_KEY 0x00000002UL
  ------------------
  |  Branch (619:6): [True: 0, False: 0]
  |  Branch (619:64): [True: 0, False: 0]
  ------------------
  620|      0|		if (!fuzz_find_object(session, CKO_SECRET_KEY, &hWrappingKey, opt_id_len ? opt_id : NULL, opt_id_len))
  ------------------
  |  | 1031|      0|#define CKO_SECRET_KEY 0x00000004UL
  ------------------
  |  Branch (620:7): [True: 0, False: 0]
  |  Branch (620:65): [True: 0, False: 0]
  ------------------
  621|      0|			goto fin;
  622|      0|	p11->C_WrapKey(session, &mech, hWrappingKey, hkey, pWrappedKey, &pulWrappedKeyLen);
  623|       |
  624|     11|fin:
  625|     11|	p11->C_CloseSession(session);
  626|     11|	p11->C_Finalize(NULL);
  627|     16|end:
  628|     16|	free(pin);
  629|     16|}
fuzz_pkcs11.c:test_unwrap:
  740|     20|{
  741|     20|	CK_SESSION_HANDLE    session;
  742|     20|	CK_MECHANISM         mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|     20|#define NULL_PTR ((void *)0)
  ------------------
  743|     20|	uint8_t              login_type = CKU_USER;
  ------------------
  |  | 1211|     20|#define CKU_USER 1UL
  ------------------
  744|     20|	char                *pin = NULL;
  745|     20|	const unsigned char *opt_id, *wrapped_key;
  746|     20|	size_t               opt_id_len;
  747|     20|	CK_OBJECT_HANDLE     hUnwrappingKey;
  748|     20|	CK_ULONG             wrapped_key_length;
  749|     20|	CK_BYTE_PTR          pWrappedKey;
  750|     20|	unsigned char        in_buffer[1024];
  751|     20|	CK_OBJECT_CLASS      secret_key_class = CKO_SECRET_KEY;
  ------------------
  |  | 1031|     20|#define CKO_SECRET_KEY 0x00000004UL
  ------------------
  752|     20|	CK_ATTRIBUTE        *keyTemplate = NULL;
  753|     20|	int                  n_attr = 2;
  754|     20|	CK_OBJECT_HANDLE     hSecretKey;
  755|       |
  756|       |	/* Set options */
  757|     20|	if (set_mechanism(&data, &size, &mech) || size < 3)
  ------------------
  |  Branch (757:6): [True: 0, False: 20]
  |  Branch (757:44): [True: 1, False: 19]
  ------------------
  758|      1|		goto end;
  759|     19|	login_type = data[0];
  760|     19|	data++; size--;
  761|     19|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (761:6): [True: 2, False: 17]
  ------------------
  762|      2|		goto end;
  763|     17|	opt_id = data;
  764|     17|	opt_id_len = get_buffer(&opt_id, size, &data, &size, 256);
  765|     17|	wrapped_key = data;
  766|     17|	if ((wrapped_key_length = get_buffer(&wrapped_key, size, &data, &size, 1024)) == 0)
  ------------------
  |  Branch (766:6): [True: 2, False: 15]
  ------------------
  767|      2|		goto end;
  768|     15|	memcpy(in_buffer, wrapped_key, wrapped_key_length);
  769|     15|	pWrappedKey = in_buffer;
  770|       |
  771|     15|	if (fill_key_template((CK_ATTRIBUTE **) &keyTemplate, &n_attr, &data, &size, &secret_key_class, true))
  ------------------
  |  Branch (771:6): [True: 4, False: 11]
  ------------------
  772|      4|		goto end;
  773|       |
  774|       |	/* Initialize */
  775|     11|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|     11|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (775:6): [True: 6, False: 5]
  ------------------
  776|      6|		goto end;
  777|       |
  778|      5|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  779|       |	/* Find keys*/
  780|      5|	if (!fuzz_find_object(session, CKO_PRIVATE_KEY, &hUnwrappingKey, opt_id_len ? opt_id : NULL, opt_id_len))
  ------------------
  |  | 1030|      5|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
  |  Branch (780:6): [True: 3, False: 2]
  |  Branch (780:67): [True: 1, False: 4]
  ------------------
  781|      3|		if (!fuzz_find_object(session, CKO_SECRET_KEY, &hUnwrappingKey, opt_id_len ? opt_id : NULL, opt_id_len))
  ------------------
  |  | 1031|      3|#define CKO_SECRET_KEY 0x00000004UL
  ------------------
  |  Branch (781:7): [True: 3, False: 0]
  |  Branch (781:67): [True: 1, False: 2]
  ------------------
  782|      3|			goto fin;
  783|      2|	p11->C_UnwrapKey(session, &mech, hUnwrappingKey, pWrappedKey, wrapped_key_length, keyTemplate, n_attr, &hSecretKey);
  784|       |
  785|      5|fin:
  786|      5|	p11->C_CloseSession(session);
  787|      5|	p11->C_Finalize(NULL);
  788|     20|end:
  789|     20|	free(pin);
  790|     20|	free(keyTemplate);
  791|     20|}
fuzz_pkcs11.c:test_derive:
  794|     45|{
  795|     45|	CK_SESSION_HANDLE    session;
  796|     45|	CK_OBJECT_HANDLE     key;
  797|     45|	CK_MECHANISM         mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|     45|#define NULL_PTR ((void *)0)
  ------------------
  798|     45|	uint8_t              login_type = CKU_USER;
  ------------------
  |  | 1211|     45|#define CKU_USER 1UL
  ------------------
  799|     45|	char                *pin = NULL;
  800|     45|	const unsigned char *opt_id = NULL;
  801|     45|	size_t               opt_id_len;
  802|     45|	CK_OBJECT_HANDLE     newkey = 0;
  803|     45|	CK_OBJECT_CLASS      newkey_class = CKO_SECRET_KEY;
  ------------------
  |  | 1031|     45|#define CKO_SECRET_KEY 0x00000004UL
  ------------------
  804|     45|	CK_ATTRIBUTE        *keyTemplate = NULL;
  805|     45|	int                  n_attrs = 2;
  806|       |
  807|       |	/* Set options */
  808|     45|	if (set_mechanism(&data, &size, &mech) || size < 3)
  ------------------
  |  Branch (808:6): [True: 0, False: 45]
  |  Branch (808:44): [True: 1, False: 44]
  ------------------
  809|      1|		goto end;
  810|     44|	login_type = data[0];
  811|     44|	data++; size--;
  812|     44|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (812:6): [True: 1, False: 43]
  ------------------
  813|      1|		goto end;
  814|     43|	opt_id = data;
  815|     43|	opt_id_len = get_buffer(&opt_id, size, &data, &size, 256);
  816|     43|	if (fill_key_template((CK_ATTRIBUTE **) &keyTemplate, &n_attrs, &data, &size, &newkey_class, false))
  ------------------
  |  Branch (816:6): [True: 2, False: 41]
  ------------------
  817|      2|		goto end;
  818|       |
  819|       |	/* Initialize */
  820|     41|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|     41|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (820:6): [True: 17, False: 24]
  ------------------
  821|     17|		goto end;
  822|       |
  823|     24|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  824|     24|	if (fuzz_find_object(session, CKO_PRIVATE_KEY, &key, opt_id_len ? opt_id : NULL, opt_id_len))
  ------------------
  |  | 1030|     24|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
  |  Branch (824:6): [True: 18, False: 6]
  |  Branch (824:55): [True: 2, False: 22]
  ------------------
  825|     18|		p11->C_DeriveKey(session, &mech, key, keyTemplate, n_attrs, &newkey);
  826|       |
  827|     24|	p11->C_CloseSession(session);
  828|     24|	p11->C_Finalize(NULL);
  829|     45|end:
  830|     45|	free(pin);
  831|     45|	free(keyTemplate);
  832|     45|}
fuzz_pkcs11.c:test_genkeypair:
  835|    362|{
  836|    362|	CK_SESSION_HANDLE session;
  837|    362|	CK_OBJECT_HANDLE  hPublicKey;
  838|    362|	CK_OBJECT_HANDLE  hPrivateKey;
  839|    362|	CK_MECHANISM      mech = {0, NULL_PTR, 0};
  ------------------
  |  |   27|    362|#define NULL_PTR ((void *)0)
  ------------------
  840|    362|	uint8_t           login_type = CKU_USER;
  ------------------
  |  | 1211|    362|#define CKU_USER 1UL
  ------------------
  841|    362|	char             *pin = NULL;
  842|    362|	CK_OBJECT_CLASS   pubkey_class = CKO_PUBLIC_KEY;
  ------------------
  |  | 1029|    362|#define CKO_PUBLIC_KEY 0x00000002UL
  ------------------
  843|    362|	CK_OBJECT_CLASS   privkey_class = CKO_PRIVATE_KEY;
  ------------------
  |  | 1030|    362|#define CKO_PRIVATE_KEY 0x00000003UL
  ------------------
  844|    362|	int               n_pubkey_attr = 2;
  845|    362|	int               n_privkey_attr = 2;
  846|    362|	CK_ATTRIBUTE     *publicKeyTemplate = NULL;
  847|    362|	CK_ATTRIBUTE     *privateKeyTemplate = NULL;
  848|       |
  849|       |	/* Process options*/
  850|    362|	if (set_mechanism(&data, &size, &mech) || size < 3)
  ------------------
  |  Branch (850:6): [True: 0, False: 362]
  |  Branch (850:44): [True: 1, False: 361]
  ------------------
  851|      1|		goto end;
  852|    361|	login_type = data[0];
  853|    361|	data++; size--;
  854|    361|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (854:6): [True: 5, False: 356]
  ------------------
  855|      5|		goto end;
  856|       |
  857|    356|	if (fill_key_template(&publicKeyTemplate, &n_pubkey_attr, &data, &size, &pubkey_class, true) != 0
  ------------------
  |  Branch (857:6): [True: 1, False: 355]
  ------------------
  858|    355|		|| fill_key_template(&privateKeyTemplate, &n_privkey_attr, &data, &size, &privkey_class, true) != 0)
  ------------------
  |  Branch (858:6): [True: 8, False: 347]
  ------------------
  859|      9|		goto end;
  860|       |
  861|       |	/* Initialize */
  862|    347|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    347|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (862:6): [True: 57, False: 290]
  ------------------
  863|     57|		goto end;
  864|       |
  865|    290|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  866|    290|	p11->C_GenerateKeyPair(session, &mech, publicKeyTemplate, n_pubkey_attr,
  867|    290|						   privateKeyTemplate, n_privkey_attr,
  868|    290|						   &hPublicKey, &hPrivateKey);
  869|    290|	p11->C_CloseSession(session);
  870|    290|	p11->C_Finalize(NULL);
  871|       |
  872|    362|end:
  873|    362|	free(pin);
  874|    362|	free(privateKeyTemplate);
  875|    362|	free(publicKeyTemplate);
  876|    362|}
fuzz_pkcs11.c:test_store_data:
  879|    116|{
  880|    116|	CK_SESSION_HANDLE session;
  881|    116|	CK_OBJECT_HANDLE  data_obj;
  882|    116|	CK_OBJECT_CLASS   class = CKO_DATA;
  ------------------
  |  | 1027|    116|#define CKO_DATA 0x00000000UL
  ------------------
  883|    116|	uint8_t           login_type = CKU_USER;
  ------------------
  |  | 1211|    116|#define CKU_USER 1UL
  ------------------
  884|    116|	unsigned char     contents[5001];
  885|    116|	int               contents_len = 0;
  886|    116|	const uint8_t    *ptr = NULL;
  887|    116|	CK_ATTRIBUTE     *data_templ = NULL;
  888|    116|	int               n_data_attr = 0;
  889|    116|	char             *pin = NULL;
  890|    116|	unsigned char     app_id[256];
  891|    116|	int               app_id_len = 0;
  892|       |
  893|       |	/* Create data template */
  894|    116|	if (!(data_templ = malloc(20 * sizeof(CK_ATTRIBUTE))))
  ------------------
  |  Branch (894:6): [True: 0, False: 116]
  ------------------
  895|      0|		return;
  896|    116|	memset(data_templ, 0, 20 * sizeof(CK_ATTRIBUTE));
  897|       |
  898|       |	/* Get PIN */
  899|    116|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (899:6): [True: 1, False: 115]
  ------------------
  900|      1|		goto end;
  901|       |
  902|       |	/* Extract content from fuzzing input*/
  903|    115|	memset(contents, 0, sizeof(contents));
  904|    115|	ptr = data;
  905|    115|	if ((contents_len = get_buffer(&ptr, size, &data, &size, 5000)) == 0)	
  ------------------
  |  Branch (905:6): [True: 9, False: 106]
  ------------------
  906|      9|		goto end;
  907|    106|	memcpy(contents, ptr, contents_len);
  908|    106|	contents[contents_len] = '\0';
  909|       |
  910|       |	/* Fill attributes to data template */
  911|    106|	if (size < 4)
  ------------------
  |  Branch (911:6): [True: 5, False: 101]
  ------------------
  912|      5|		goto end;
  913|    101|	FILL_ATTR(data_templ[n_data_attr], CKA_CLASS, &class, sizeof(class));
  ------------------
  |  |  631|    101|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|    101|	(attr).type=(typ); \
  |  |  633|    101|	(attr).pValue=(val); \
  |  |  634|    101|	(attr).ulValueLen=len; \
  |  |  635|    101|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 101]
  |  |  ------------------
  ------------------
  914|    101|	n_data_attr++;
  915|    101|	FILL_ATTR(data_templ[n_data_attr], CKA_VALUE, &contents, contents_len);
  ------------------
  |  |  631|    101|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|    101|	(attr).type=(typ); \
  |  |  633|    101|	(attr).pValue=(val); \
  |  |  634|    101|	(attr).ulValueLen=len; \
  |  |  635|    101|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 101]
  |  |  ------------------
  ------------------
  916|    101|	n_data_attr++;
  917|    101|	fill_bool_attr(&data_templ, &n_data_attr, CKA_TOKEN, *data % 2);
  ------------------
  |  |  138|    101|#define CKA_TOKEN 0x00000001UL
  ------------------
  918|    101|	data++; size--;
  919|    101|	fill_bool_attr(&data_templ, &n_data_attr, CKA_PRIVATE, *data % 2);
  ------------------
  |  |  139|    101|#define CKA_PRIVATE 0x00000002UL
  ------------------
  920|    101|	data++; size--;
  921|       |
  922|       |	/* Get application id*/
  923|    101|	if (data[0] % 2){
  ------------------
  |  Branch (923:6): [True: 49, False: 52]
  ------------------
  924|     49|		data++; size--;
  925|     49|		ptr = data;
  926|     49|		if ((app_id_len = get_buffer(&ptr, size, &data, &size, 256)) == 0)
  ------------------
  |  Branch (926:7): [True: 9, False: 40]
  ------------------
  927|      9|			goto end;
  928|     40|		memcpy(app_id, ptr, app_id_len);
  929|     40|		FILL_ATTR(data_templ[n_data_attr], CKA_OBJECT_ID, app_id, app_id_len);
  ------------------
  |  |  631|     40|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|     40|	(attr).type=(typ); \
  |  |  633|     40|	(attr).pValue=(val); \
  |  |  634|     40|	(attr).ulValueLen=len; \
  |  |  635|     40|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 40]
  |  |  ------------------
  ------------------
  930|     40|		n_data_attr++;
  931|     40|	}
  932|       |
  933|       |	/* Initialize */
  934|     92|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|     92|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (934:6): [True: 10, False: 82]
  ------------------
  935|     10|		goto end;
  936|       |
  937|     82|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  938|     82|	p11->C_CreateObject(session, data_templ, n_data_attr, &data_obj);
  939|     82|	p11->C_CloseSession(session);
  940|     82|	p11->C_Finalize(NULL);
  941|    116|end:
  942|    116|	free(data_templ);
  943|    116|	free(pin);
  944|    116|}
fuzz_pkcs11.c:test_store_cert:
  947|    163|{
  948|    163|	CK_SESSION_HANDLE   session;
  949|    163|	CK_OBJECT_CLASS     class = CKO_CERTIFICATE;
  ------------------
  |  | 1028|    163|#define CKO_CERTIFICATE 0x00000001UL
  ------------------
  950|    163|	uint8_t             login_type = CKU_USER;
  ------------------
  |  | 1211|    163|#define CKU_USER 1UL
  ------------------
  951|    163|	unsigned char       contents[5000];
  952|    163|	int                 contents_len = 0;
  953|    163|	const uint8_t      *ptr = NULL;
  954|    163|	CK_ATTRIBUTE       *cert_templ = NULL;
  955|    163|	int                 n_cert_attr = 0;
  956|    163|	char               *pin = NULL;
  957|    163|	CK_OBJECT_HANDLE    cert_obj;
  958|    163|	CK_CERTIFICATE_TYPE cert_type = CKC_X_509;
  ------------------
  |  |  303|    163|#define CKC_X_509 0x00000000UL
  ------------------
  959|       |
  960|       |	/* Create certificate template */
  961|    163|	if (!(cert_templ = malloc(20 * sizeof(CK_ATTRIBUTE))))
  ------------------
  |  Branch (961:6): [True: 0, False: 163]
  ------------------
  962|      0|		return;
  963|    163|	memset(cert_templ, 0, 20 * sizeof(CK_ATTRIBUTE));
  964|       |
  965|       |	/* Get PIN */
  966|    163|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (966:6): [True: 1, False: 162]
  ------------------
  967|      1|		goto end;
  968|       |
  969|       |	/* Extract content from fuzzing input */
  970|    162|	memset(contents, 0, sizeof(contents));
  971|    162|	ptr = data;
  972|    162|	if ((contents_len = get_buffer(&ptr, size, &data, &size, 5000)) == 0)	
  ------------------
  |  Branch (972:6): [True: 5, False: 157]
  ------------------
  973|      5|		goto end;
  974|    157|	memcpy(contents, ptr, contents_len);
  975|    157|	contents[contents_len] = '\0';
  976|       |
  977|       |	/* Fill attributes to certificate template */
  978|    157|	if (size < 4)
  ------------------
  |  Branch (978:6): [True: 3, False: 154]
  ------------------
  979|      3|		goto end;
  980|    154|	FILL_ATTR(cert_templ[n_cert_attr], CKA_CLASS, &class, sizeof(class));
  ------------------
  |  |  631|    154|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|    154|	(attr).type=(typ); \
  |  |  633|    154|	(attr).pValue=(val); \
  |  |  634|    154|	(attr).ulValueLen=len; \
  |  |  635|    154|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 154]
  |  |  ------------------
  ------------------
  981|    154|	n_cert_attr++;
  982|    154|	FILL_ATTR(cert_templ[n_cert_attr], CKA_VALUE, contents, contents_len);
  ------------------
  |  |  631|    154|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|    154|	(attr).type=(typ); \
  |  |  633|    154|	(attr).pValue=(val); \
  |  |  634|    154|	(attr).ulValueLen=len; \
  |  |  635|    154|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 154]
  |  |  ------------------
  ------------------
  983|    154|	n_cert_attr++;
  984|    154|	FILL_ATTR(cert_templ[n_cert_attr], CKA_CERTIFICATE_TYPE, &cert_type, sizeof(cert_type));
  ------------------
  |  |  631|    154|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|    154|	(attr).type=(typ); \
  |  |  633|    154|	(attr).pValue=(val); \
  |  |  634|    154|	(attr).ulValueLen=len; \
  |  |  635|    154|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 154]
  |  |  ------------------
  ------------------
  985|    154|	n_cert_attr++;
  986|    154|	fill_bool_attr(&cert_templ, &n_cert_attr, CKA_TOKEN, *data % 2);
  ------------------
  |  |  138|    154|#define CKA_TOKEN 0x00000001UL
  ------------------
  987|    154|	data++; size--;
  988|    154|	fill_bool_attr(&cert_templ, &n_cert_attr, CKA_PRIVATE, *data % 2);
  ------------------
  |  |  139|    154|#define CKA_PRIVATE 0x00000002UL
  ------------------
  989|    154|	data++; size--;
  990|       |
  991|       |	/* Initialize */
  992|    154|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    154|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (992:6): [True: 68, False: 86]
  ------------------
  993|     68|		goto end;
  994|       |
  995|     86|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
  996|     86|	p11->C_CreateObject(session, cert_templ, n_cert_attr, &cert_obj);
  997|     86|	p11->C_CloseSession(session);
  998|     86|	p11->C_Finalize(NULL);
  999|    163|end:
 1000|    163|	free(pin);
 1001|    163|	free(cert_templ);
 1002|    163|}
fuzz_pkcs11.c:test_store_key:
 1005|    241|{
 1006|    241|	CK_SESSION_HANDLE session;
 1007|    241|	CK_OBJECT_CLASS   class = CKO_SECRET_KEY;
  ------------------
  |  | 1031|    241|#define CKO_SECRET_KEY 0x00000004UL
  ------------------
 1008|    241|	uint8_t           login_type = CKU_USER;
  ------------------
  |  | 1211|    241|#define CKU_USER 1UL
  ------------------
 1009|    241|	unsigned char     contents[5000];
 1010|    241|	int               contents_len = 0;
 1011|    241|	const uint8_t    *ptr = NULL;
 1012|    241|	CK_ATTRIBUTE     *key_template = NULL;
 1013|    241|	int               n_key_attr = 0;
 1014|    241|	char             *pin = NULL;
 1015|    241|	CK_OBJECT_HANDLE  key_obj;
 1016|       |
 1017|    241|	memset(contents, 0, sizeof(contents));
 1018|    241|	if (size < 3)
  ------------------
  |  Branch (1018:6): [True: 0, False: 241]
  ------------------
 1019|      0|		return;
 1020|    241|	class = *data;
 1021|    241|	data++; size--;
 1022|       |
 1023|       |	/* Get PIN */
 1024|    241|	if (!(pin = extract_word(&data, &size)))
  ------------------
  |  Branch (1024:6): [True: 1, False: 240]
  ------------------
 1025|      1|		goto end;
 1026|       |
 1027|    240|	if (fill_key_template(&key_template, &n_key_attr, &data, &size, &class, true) != 0)
  ------------------
  |  Branch (1027:6): [True: 35, False: 205]
  ------------------
 1028|     35|		goto end;
 1029|       |
 1030|    205|	if (size < 3)
  ------------------
  |  Branch (1030:6): [True: 10, False: 195]
  ------------------
 1031|     10|		goto end;
 1032|    195|	if (data[0] && n_key_attr < 20) {
  ------------------
  |  Branch (1032:6): [True: 43, False: 152]
  |  Branch (1032:17): [True: 40, False: 3]
  ------------------
 1033|     40|		data++; size--;
 1034|     40|		ptr = data;
 1035|     40|		if ((contents_len = get_buffer(&ptr, size, &data, &size, 5000)) == 0)	
  ------------------
  |  Branch (1035:7): [True: 14, False: 26]
  ------------------
 1036|     14|			goto end;
 1037|     26|		memcpy(contents, ptr, contents_len);
 1038|     26|		FILL_ATTR(key_template[n_key_attr], CKA_VALUE, contents, contents_len);
  ------------------
  |  |  631|     26|#define FILL_ATTR(attr, typ, val, len) do { \
  |  |  632|     26|	(attr).type=(typ); \
  |  |  633|     26|	(attr).pValue=(val); \
  |  |  634|     26|	(attr).ulValueLen=len; \
  |  |  635|     26|} while(0)
  |  |  ------------------
  |  |  |  Branch (635:9): [Folded, False: 26]
  |  |  ------------------
  ------------------
 1039|     26|		n_key_attr++;
 1040|     26|	}
 1041|       |
 1042|       |	/* Initialize */
 1043|    181|	if (fuzz_pkcs11_initialize(data, size, NULL, &session) != CKR_OK)
  ------------------
  |  | 1086|    181|#define CKR_OK 0x00000000UL
  ------------------
  |  Branch (1043:6): [True: 34, False: 147]
  ------------------
 1044|     34|		goto end;
 1045|       |
 1046|    147|	p11->C_Login(session, login_type, (CK_UTF8CHAR *) pin, strlen(pin));
 1047|    147|	p11->C_CreateObject(session, key_template, n_key_attr, &key_obj);
 1048|    147|	p11->C_CloseSession(session);
 1049|    147|	p11->C_Finalize(NULL);
 1050|    241|end:
 1051|    241|	free(pin);
 1052|    241|	free(key_template);
 1053|    241|}

fuzz_get_chunk:
   36|   574k|{
   37|   574k|    struct driver_data *data;
   38|   574k|    uint16_t c_size;
   39|   574k|    const uint8_t *c;
   40|       |
   41|   574k|    if (chunk)
  ------------------
  |  Branch (41:9): [True: 574k, False: 0]
  ------------------
   42|   574k|        *chunk = NULL;
   43|   574k|    if (chunk_size)
  ------------------
  |  Branch (43:9): [True: 574k, False: 0]
  ------------------
   44|   574k|        *chunk_size = 0;
   45|       |
   46|   574k|    if (!chunk || !chunk_size || !reader) {
  ------------------
  |  Branch (46:9): [True: 0, False: 574k]
  |  Branch (46:19): [True: 0, False: 574k]
  |  Branch (46:34): [True: 0, False: 574k]
  ------------------
   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|   574k|    data = reader->drv_data;
   52|   574k|    if (!data || !data->Data || data->Size < sizeof c_size) {
  ------------------
  |  Branch (52:9): [True: 0, False: 574k]
  |  Branch (52:18): [True: 0, False: 574k]
  |  Branch (52:33): [True: 158k, False: 416k]
  ------------------
   53|   158k|        sc_debug(reader->ctx, SC_LOG_DEBUG_VERBOSE_TOOL, "Invalid Arguments");
  ------------------
  |  |   70|   158k|#define sc_debug(ctx, level, format, args...)	sc_do_log(ctx, level, FILENAME, __LINE__, __FUNCTION__, format , ## args)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   54|   158k|        return;
   55|   158k|    }
   56|       |    /* parse the length of the returned data on two bytes */
   57|   416k|    c_size = *((uint16_t *) data->Data);
   58|       |    /* consume two bytes from the fuzzing data */
   59|   416k|    data->Size -= sizeof c_size;
   60|   416k|    data->Data += sizeof c_size;
   61|       |
   62|   416k|    if (data->Size < c_size) {
  ------------------
  |  Branch (62:9): [True: 13.0k, False: 403k]
  ------------------
   63|  13.0k|        c_size = data->Size;
   64|  13.0k|    }
   65|       |
   66|       |    /* consume the bytes from the fuzzing data */
   67|   416k|    c = data->Data;
   68|   416k|    data->Size -= c_size;
   69|   416k|    data->Data += c_size;
   70|       |
   71|   416k|    sc_debug_hex(reader->ctx, SC_LOG_DEBUG_VERBOSE_TOOL,
  ------------------
  |  |  127|   416k|    _sc_debug_hex(ctx, level, FILENAME, __LINE__, __FUNCTION__, label, data, len)
  |  |  ------------------
  |  |  |  |   64|       |#define FILENAME __FILE_NAME__
  |  |  ------------------
  ------------------
   72|   416k|        "Returning fuzzing chunk", c, c_size);
   73|       |
   74|   416k|    *chunk = c;
   75|   416k|    *chunk_size = c_size;
   76|   416k|}
sc_get_fuzz_driver:
  150|  16.2k|{
  151|  16.2k|    fuzz_ops.release = fuzz_reader_release;
  152|  16.2k|    fuzz_ops.connect = fuzz_reader_connect;
  153|  16.2k|    fuzz_ops.disconnect = fuzz_reader_disconnect;
  154|  16.2k|    fuzz_ops.transmit = fuzz_reader_transmit;
  155|  16.2k|    fuzz_ops.lock = fuzz_reader_lock;
  156|  16.2k|    fuzz_ops.unlock = fuzz_reader_unlock;
  157|  16.2k|    return &fuzz_drv;
  158|  16.2k|}
fuzz_add_reader:
  161|  16.2k|{
  162|  16.2k|    sc_reader_t	*reader;
  163|  16.2k|    struct driver_data *data;
  164|  16.2k|    char name[64] = {0};
  165|       |
  166|  16.2k|    if (!(reader = calloc(1, sizeof(*reader)))
  ------------------
  |  Branch (166:9): [True: 0, False: 16.2k]
  ------------------
  167|  16.2k|            || !(data = (calloc(1, sizeof(*data))))) {
  ------------------
  |  Branch (167:16): [True: 0, False: 16.2k]
  ------------------
  168|      0|        free(reader);
  169|      0|        return;
  170|      0|    }
  171|       |
  172|  16.2k|    data->Data = Data;
  173|  16.2k|    data->Size = Size;
  174|       |
  175|  16.2k|    reader->driver = &fuzz_drv;
  176|  16.2k|    reader->ops = &fuzz_ops;
  177|  16.2k|    reader->drv_data = data;
  178|  16.2k|    snprintf(name, sizeof name - 1, "%zu random byte%s reader (%p)",
  179|  16.2k|            Size, Size == 1 ? "" : "s", Data);
  ------------------
  |  Branch (179:19): [True: 24, False: 16.1k]
  ------------------
  180|  16.2k|    reader->name = strdup(name);
  181|       |
  182|  16.2k|    reader->ctx = ctx;
  183|  16.2k|    list_append(&ctx->readers, reader);
  184|  16.2k|}
fuzzer_reader.c:fuzz_reader_release:
   79|  16.2k|{
   80|  16.2k|    if (reader) {
  ------------------
  |  Branch (80:9): [True: 16.2k, False: 0]
  ------------------
   81|  16.2k|        free(reader->drv_data);
   82|  16.2k|        reader->drv_data = NULL;
   83|  16.2k|    }
   84|       |
   85|  16.2k|    return SC_SUCCESS;
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
   86|  16.2k|}
fuzzer_reader.c:fuzz_reader_connect:
   89|  16.2k|{
   90|  16.2k|    uint16_t chunk_size;
   91|  16.2k|    const uint8_t *chunk;
   92|       |
   93|  16.2k|    fuzz_get_chunk(reader, &chunk, &chunk_size);
   94|       |
   95|  16.2k|    if (chunk_size > SC_MAX_ATR_SIZE)
  ------------------
  |  |   41|  16.2k|#define SC_MAX_ATR_SIZE			33
  ------------------
  |  Branch (95:9): [True: 75, False: 16.1k]
  ------------------
   96|     75|        chunk_size = SC_MAX_ATR_SIZE;
  ------------------
  |  |   41|     75|#define SC_MAX_ATR_SIZE			33
  ------------------
   97|  16.1k|    else
   98|  16.1k|        reader->atr.len = chunk_size;
   99|       |
  100|  16.2k|    if (chunk_size > 0)
  ------------------
  |  Branch (100:9): [True: 11.6k, False: 4.58k]
  ------------------
  101|  11.6k|        memcpy(reader->atr.value, chunk, chunk_size);
  102|       |
  103|  16.2k|    return SC_SUCCESS;
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  104|  16.2k|}
fuzzer_reader.c:fuzz_reader_disconnect:
  107|  16.2k|{
  108|  16.2k|    return SC_SUCCESS;
  ------------------
  |  |   28|  16.2k|#define SC_SUCCESS				0
  ------------------
  109|  16.2k|}
fuzzer_reader.c:fuzz_reader_transmit:
  112|   558k|{
  113|   558k|    const uint8_t *chunk;
  114|   558k|    uint16_t chunk_size;
  115|       |
  116|   558k|    fuzz_get_chunk(reader, &chunk, &chunk_size);
  117|       |
  118|   558k|    if (chunk_size >= 2) {
  ------------------
  |  Branch (118:9): [True: 316k, False: 241k]
  ------------------
  119|       |        /* set the SW1 and SW2 status bytes (the last two bytes of
  120|       |         * the response */
  121|   316k|        apdu->sw1 = (unsigned int)chunk[chunk_size - 2];
  122|   316k|        apdu->sw2 = (unsigned int)chunk[chunk_size - 1];
  123|   316k|        chunk_size -= 2;
  124|       |        /* set output length and copy the returned data if necessary */
  125|   316k|        if (chunk_size <= apdu->resplen)
  ------------------
  |  Branch (125:13): [True: 264k, False: 51.9k]
  ------------------
  126|   264k|            apdu->resplen = chunk_size;
  127|       |
  128|   316k|        if (apdu->resplen != 0)
  ------------------
  |  Branch (128:13): [True: 229k, False: 87.6k]
  ------------------
  129|   229k|            memcpy(apdu->resp, chunk, apdu->resplen);
  130|   316k|    } else {
  131|   241k|        apdu->sw1 = 0x6D;
  132|   241k|        apdu->sw2 = 0x00;
  133|   241k|        apdu->resplen = 0;
  134|   241k|    }
  135|       |
  136|   558k|    return SC_SUCCESS;
  ------------------
  |  |   28|   558k|#define SC_SUCCESS				0
  ------------------
  137|   558k|}
fuzzer_reader.c:fuzz_reader_lock:
  140|   297k|{
  141|   297k|    return 0;
  142|   297k|}
fuzzer_reader.c:fuzz_reader_unlock:
  145|   297k|{
  146|   297k|    return 0;
  147|   297k|}

get_word:
   26|  5.89k|{
   27|       |	/* Words are separated by one zero byte,
   28|       |	   return pointer to the next word if there is one */
   29|  5.89k|	const uint8_t *ptr = data;
   30|  5.89k|	if (!data || size == 0 || *data == 0)
  ------------------
  |  Branch (30:6): [True: 0, False: 5.89k]
  |  Branch (30:15): [True: 0, False: 5.89k]
  |  Branch (30:28): [True: 7, False: 5.88k]
  ------------------
   31|      7|		return NULL;
   32|       |	
   33|  5.88k|	ptr = memchr(data, 0, size - 1);
   34|  5.88k|	return ptr ? ++ptr : NULL;
  ------------------
  |  Branch (34:9): [True: 5.87k, False: 14]
  ------------------
   35|  5.89k|}
extract_word:
   38|  5.89k|{
   39|       |	/* Find word and return its copy (needs to be freed) */
   40|  5.89k|	char *result = NULL;
   41|  5.89k|	const uint8_t *ptr = NULL;
   42|       |
   43|  5.89k|	if (*size < 2)
  ------------------
  |  Branch (43:6): [True: 2, False: 5.89k]
  ------------------
   44|      2|		return NULL;
   45|       |
   46|  5.89k|	ptr = get_word(*data, *size);
   47|  5.89k|	if (!ptr)
  ------------------
  |  Branch (47:6): [True: 21, False: 5.87k]
  ------------------
   48|     21|		return NULL;
   49|  5.87k|	result = strdup((const char *)*data);
   50|  5.87k|	*size -=(ptr - *data);
   51|  5.87k|	*data = ptr;
   52|       |
   53|  5.87k|	return result;
   54|  5.89k|}
get_buffer:
   98|  3.80k|{
   99|       |	/* Split buf into two parts according to length stored in first two bytes */
  100|  3.80k|	uint16_t len = 0;
  101|       |
  102|  3.80k|	if (!buf || !(*buf) || buf_len < sizeof(uint16_t))
  ------------------
  |  Branch (102:6): [True: 0, False: 3.80k]
  |  Branch (102:14): [True: 0, False: 3.80k]
  |  Branch (102:25): [True: 22, False: 3.78k]
  ------------------
  103|     22|		return 0;
  104|       |
  105|       |	/* Get length of the result buffer*/
  106|  3.78k|	len = *((uint16_t *) *buf) % max_size;
  107|  3.78k|	(*buf) += 2;
  108|  3.78k|	buf_len -= 2;
  109|  3.78k|	if (buf_len <= len) {
  ------------------
  |  Branch (109:6): [True: 77, False: 3.70k]
  ------------------
  110|     77|		*out = *buf;
  111|     77|		*out_len = buf_len;
  112|     77|		return 0;
  113|     77|	}
  114|       |
  115|       |	/* Set out buffer to new reader data*/
  116|  3.70k|	*out = *buf + len;
  117|  3.70k|	*out_len = buf_len - len;
  118|  3.70k|	return len;
  119|  3.78k|}

sc_notify_init:
  524|      2|void sc_notify_init(void) {}
sc_notify_close:
  525|  16.2k|void sc_notify_close(void) {}
sc_notify:
  526|      2|void sc_notify(const char *title, const char *text) {}
sc_notify_id:
  528|    522|		struct sc_pkcs15_card *p15card, enum ui_str id) {}

