| /src/sys/dev/iscsi/ |
| iscsi_text.c | 200 uint8_t temp_buf[MAX_STRING + 1]; /* scratch buffer */ member in struct:__anon3158 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_SIZE]) [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| passwd.c | 517 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; local 655 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) 661 memcpy(cp, temp_buf, buf_size); 662 memcpy(cp, temp_buf, n); 672 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) 678 memcpy(cp, temp_buf, buf_size); 679 memcpy(cp, temp_buf, n);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| passwd.c | 512 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; local 650 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) 656 memcpy(cp, temp_buf, buf_size); 657 memcpy(cp, temp_buf, n); 667 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) 673 memcpy(cp, temp_buf, buf_size); 674 memcpy(cp, temp_buf, n);
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| passwd.c | 509 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);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracepoint.c | 1119 gdb::char_vector temp_buf (2048); 1130 end = temp_buf.data (); 1132 str_list.emplace_back (temp_buf.data (), end - temp_buf.data ()); 1146 if (new_size > temp_buf.size ()) 1147 temp_buf.resize (new_size); 1149 end = temp_buf.data (); 1161 str_list.emplace_back (temp_buf.data ()); 1167 for (i = 0, count = 0, end = temp_buf.data (); 1182 str_list.emplace_back (temp_buf.data (), count) [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| tracepoint.c | 1119 gdb::char_vector temp_buf (2048); 1130 end = temp_buf.data (); 1132 str_list.emplace_back (temp_buf.data (), end - temp_buf.data ()); 1146 if (new_size > temp_buf.size ()) 1147 temp_buf.resize (new_size); 1149 end = temp_buf.data (); 1161 str_list.emplace_back (temp_buf.data ()); 1167 for (i = 0, count = 0, end = temp_buf.data (); 1182 str_list.emplace_back (temp_buf.data (), count) [all...] |
| /src/sys/kern/ |
| vfs_vnode.c | 1866 uint8_t temp_buf[64], *temp_key; local 1914 if (vip->vi_key.vk_key_len > sizeof(temp_buf)) { 1917 temp_key = temp_buf; 1972 if (temp_key != temp_buf)
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000.cc | 26428 char *label_buf, temp_buf[256]; 26429 ASM_GENERATE_INTERNAL_LABEL (temp_buf, "L", 26431 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf; 26376 char *label_buf, temp_buf[256]; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000.cc | 25992 char *label_buf, temp_buf[256]; 25993 ASM_GENERATE_INTERNAL_LABEL (temp_buf, "L", 25995 label_buf = temp_buf[0] == '*' ? temp_buf + 1 : temp_buf; 25940 char *label_buf, temp_buf[256]; local
|