/external/epid-sdk/epid/member/tpm2/src/ |
D | sign.c | 72 FpElemStr tmp_str; in Tpm2Sign() local 96 sts = WriteFfElement(Fp, s, &tmp_str, sizeof(tmp_str)); in Tpm2Sign() 98 if (0 == memcmp(&zero, &tmp_str, sizeof(tmp_str))) { in Tpm2Sign() 105 sts = WriteFfElement(Fp, t, &tmp_str, sizeof(tmp_str)); in Tpm2Sign() 107 sts = ReadFfElement(Fp, &tmp_str, sizeof(tmp_str), k); in Tpm2Sign()
|
/external/epid-sdk/epid/member/tiny/src/ |
D | nrprove.c | 50 G1ElemStr tmp_str; in EpidNrProve() local 102 EFqSerialize(&tmp_str, &epid20_g1); in EpidNrProve() 103 tinysha_update(&sha_state, (void const*)&tmp_str, sizeof(tmp_str)); in EpidNrProve() 104 EFqSerialize(&tmp_str, &sig->B); in EpidNrProve() 105 tinysha_update(&sha_state, (void const*)&tmp_str, sizeof(tmp_str)); in EpidNrProve() 106 EFqSerialize(&tmp_str, &sig->K); in EpidNrProve() 107 tinysha_update(&sha_state, (void const*)&tmp_str, sizeof(tmp_str)); in EpidNrProve()
|
/external/libbrillo/brillo/strings/ |
D | string_utils.cc | 28 std::string tmp_str{str.substr(i, pos - i)}; in Split() local 30 base::TrimWhitespaceASCII(tmp_str, base::TRIM_ALL, &tmp_str); in Split() 31 if (!tmp_str.empty() || !purge_empty_strings) in Split() 32 tokens.emplace_back(std::move(tmp_str)); in Split()
|
/external/selinux/libsemanage/src/ |
D | parse_utils.c | 275 char *tmp_str = NULL; in parse_fetch_string() local 293 tmp_str = (char *)malloc(len + 1); in parse_fetch_string() 294 if (!tmp_str) { in parse_fetch_string() 299 strncpy(tmp_str, start, len); in parse_fetch_string() 300 *(tmp_str + len) = '\0'; in parse_fetch_string() 301 *str = tmp_str; in parse_fetch_string()
|
/external/ltp/testcases/kernel/fs/mongo/ |
D | mongo_compare.c | 12 char tmp_str[20][100]; variable 125 strcpy(tmp_str[i], line2); in main() 130 fprintf(f4, "<tt>%s</tt><br>\n", tmp_str[k]); in main()
|
/external/libxml2/ |
D | c14n.c | 1018 xmlChar * tmp_str; in xmlC14NFixupBaseAttr() local 1040 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr() 1041 if(tmp_str == NULL) { in xmlC14NFixupBaseAttr() 1050 tmp_str_len = xmlStrlen(tmp_str); in xmlC14NFixupBaseAttr() 1051 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') { in xmlC14NFixupBaseAttr() 1052 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/"); in xmlC14NFixupBaseAttr() 1054 xmlFree(tmp_str); in xmlC14NFixupBaseAttr() 1061 tmp_str = tmp_str2; in xmlC14NFixupBaseAttr() 1065 tmp_str2 = xmlBuildURI(res, tmp_str); in xmlC14NFixupBaseAttr() 1067 xmlFree(tmp_str); in xmlC14NFixupBaseAttr() [all …]
|
/external/grpc-grpc/src/ruby/ext/grpc/ |
D | rb_call.c | 402 char* tmp_str = NULL; in grpc_rb_md_ary_fill_hash_cb() local 416 tmp_str = grpc_slice_to_c_string(key_slice); in grpc_rb_md_ary_fill_hash_cb() 418 "'%s' is an invalid header key, must match [a-z0-9-_.]+", tmp_str); in grpc_rb_md_ary_fill_hash_cb() 435 tmp_str = grpc_slice_to_c_string(value_slice); in grpc_rb_md_ary_fill_hash_cb() 437 tmp_str); in grpc_rb_md_ary_fill_hash_cb() 451 tmp_str = grpc_slice_to_c_string(value_slice); in grpc_rb_md_ary_fill_hash_cb() 453 tmp_str); in grpc_rb_md_ary_fill_hash_cb()
|
D | rb_channel.c | 418 char* tmp_str = NULL; in grpc_rb_channel_create_call() local 449 tmp_str = grpc_slice_to_c_string(method_slice); in grpc_rb_channel_create_call() 450 rb_raise(rb_eRuntimeError, "cannot create call with method %s", tmp_str); in grpc_rb_channel_create_call()
|
/external/epid-sdk/epid/common/math/src/ |
D | tatepairing.c | 892 Fq3ElemStr tmp_str = {0}; in Transform() local 907 tmp_str.a[0] = a_str.a[i]; in Transform() 908 result = ReadFfElement(ps->Fq3, &tmp_str, sizeof(tmp_str), tmp); in Transform() 922 EpidZeroMemory(&tmp_str, sizeof(tmp_str)); in Transform()
|
/external/u-boot/scripts/kconfig/ |
D | nconf.c | 570 char tmp_str[256]; in item_add_str() local 578 snprintf(tmp_str, sizeof(tmp_str), "%s%s", in item_add_str() 581 tmp_str, in item_add_str()
|
/external/libusb/libusb/os/ |
D | windows_winusb.c | 563 char *tok, *tmp_str; in get_sub_api() local 569 tmp_str = _strdup(driver); in get_sub_api() 570 if (tmp_str == NULL) in get_sub_api() 573 tok = strtok(tmp_str, sep_str); in get_sub_api() 577 free(tmp_str); in get_sub_api() 584 free(tmp_str); in get_sub_api()
|
/external/walt/arduino/walt/ |
D | walt.ino | 80 char tmp_str[256];
|
/external/pdfium/third_party/libopenjpeg20/ |
D | j2k.c | 6701 char *tmp_str = image->comps[i].sgnd ? signed_str : unsigned_str; in opj_j2k_is_cinema_compliant() local 6707 i, image->comps[i].bpp, tmp_str); in opj_j2k_is_cinema_compliant()
|