HomeSort by relevance Sort by last modified time
    Searched defs:tempbuf (Results 1 - 6 of 6) sorted by null

  /external/u-boot/board/keymile/common/
ivm.c 46 char tempbuf[256]; local
49 sprintf(tempbuf, "%s=%s", name, value);
50 return set_local_var(tempbuf, 0);
  /external/pdfium/core/fpdfapi/parser/
cpdf_security_handler.cpp 584 uint8_t tempbuf[32]; local
585 memcpy(tempbuf, defpasscode, 32);
586 CRYPT_ArcFourCryptBlock(tempbuf, 32, m_EncryptKey, key_len);
587 pEncryptDict->SetNewFor<CPDF_String>("U", ByteString(tempbuf, 32), false);
  /external/e2fsprogs/misc/
e4crypt.c 411 unsigned char tempbuf[SHA512_LENGTH] = {0}; local
418 __u32 *temp_u32 = (__u32 *)tempbuf;
439 ext2fs_sha512(saltbuf, actual_saltbuf_len, tempbuf);
444 memcpy(buf, tempbuf, SHA512_LENGTH);
445 ext2fs_sha512(buf, actual_buf_len, tempbuf);
  /external/f2fs-tools/tools/
f2fscrypt.c 457 unsigned char tempbuf[SHA512_LENGTH] = {0}; local
464 __u32 *temp_u32 = (__u32 *)tempbuf;
485 f2fs_sha512(saltbuf, actual_saltbuf_len, tempbuf);
490 memcpy(buf, tempbuf, SHA512_LENGTH);
491 f2fs_sha512(buf, actual_buf_len, tempbuf);
  /external/curl/lib/
urldata.h 1198 struct tempbuf { struct
    [all...]
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 301 milliseconds