Searched refs:temp_buf (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/dev/iscsi/
H A Discsi_text.c200 uint8_t temp_buf[MAX_STRING + 1]; /* scratch buffer */ member in struct:__anon55
1300 copyinstr(par->TargetName, state->temp_buf, ISCSI_STRING_LENGTH - 1,
1303 state->temp_buf[0] = 0;
1307 if ((!sz || !state->temp_buf[0]) &&
1313 if (state->temp_buf[0]) {
1314 set_key_s(state, K_TargetName, state->temp_buf);
1476 chap_md5_response(state->temp_buf, identifier,
1479 cpar = set_key_s(state, K_Auth_CHAP_Response, state->temp_buf);
1493 &state->temp_buf[CHAP_MD5_SIZE],
1496 state->temp_buf[CHAP_MD5_SIZ
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dpasswd.c509 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; local
646 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL))
652 memcpy(cp, temp_buf, buf_size);
653 memcpy(cp, temp_buf, n);
663 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL))
669 memcpy(cp, temp_buf, buf_size);
670 memcpy(cp, temp_buf, n);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dpasswd.c512 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; local
649 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL))
655 memcpy(cp, temp_buf, buf_size);
656 memcpy(cp, temp_buf, n);
666 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL))
672 memcpy(cp, temp_buf, buf_size);
673 memcpy(cp, temp_buf, n);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtracepoint.c1154 gdb::char_vector temp_buf (2048);
1165 end = temp_buf.data ();
1167 str_list.emplace_back (temp_buf.data (), end - temp_buf.data ());
1181 if (new_size > temp_buf.size ())
1182 temp_buf.resize (new_size);
1184 end = temp_buf.data ();
1196 str_list.emplace_back (temp_buf.data ());
1202 for (i = 0, count = 0, end = temp_buf.data ();
1217 str_list.emplace_back (temp_buf
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtracepoint.c1125 gdb::char_vector temp_buf (2048);
1136 end = temp_buf.data ();
1138 str_list.emplace_back (temp_buf.data (), end - temp_buf.data ());
1152 if (new_size > temp_buf.size ())
1153 temp_buf.resize (new_size);
1155 end = temp_buf.data ();
1167 str_list.emplace_back (temp_buf.data ());
1173 for (i = 0, count = 0, end = temp_buf.data ();
1188 str_list.emplace_back (temp_buf
[all...]
/netbsd-current/sys/kern/
H A Dvfs_vnode.c1861 uint8_t temp_buf[64], *temp_key; local
1909 if (vip->vi_key.vk_key_len > sizeof(temp_buf)) {
1912 temp_key = temp_buf;
1967 if (temp_key != temp_buf)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c25181 char *label_buf, temp_buf[256];
25182 ASM_GENERATE_INTERNAL_LABEL (temp_buf, "L",
25184 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf;
25129 char *label_buf, temp_buf[256]; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc25979 char *label_buf, temp_buf[256];
25980 ASM_GENERATE_INTERNAL_LABEL (temp_buf, "L",
25982 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf;
25927 char *label_buf, temp_buf[256]; local

Completed in 340 milliseconds