Home
last modified time | relevance | path

Searched refs:tempbuf (Results 1 – 9 of 9) sorted by relevance

/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c358 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_read()
381 (emmc_global_buf_ptr->u.tempbuf + offset)), in sdio_read()
429 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_read()
442 emmc_global_buf_ptr->u.tempbuf, remSize); in sdio_read()
490 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_write()
501 (emmc_global_buf_ptr->u.tempbuf + offset)), in sdio_write()
508 emmc_global_buf_ptr->u.tempbuf, in sdio_write()
574 emmc_global_buf_ptr->u.tempbuf, in sdio_write()
577 memcpy(emmc_global_buf_ptr->u.tempbuf, in sdio_write()
583 emmc_global_buf_ptr->u.tempbuf, in sdio_write()
/external/e2fsprogs/misc/
De4crypt.c411 unsigned char tempbuf[SHA512_LENGTH] = {0}; in pbkdf2_sha512() local
418 __u32 *temp_u32 = (__u32 *)tempbuf; in pbkdf2_sha512()
439 ext2fs_sha512(saltbuf, actual_saltbuf_len, tempbuf); in pbkdf2_sha512()
444 memcpy(buf, tempbuf, SHA512_LENGTH); in pbkdf2_sha512()
445 ext2fs_sha512(buf, actual_buf_len, tempbuf); in pbkdf2_sha512()
/external/f2fs-tools/tools/
Df2fscrypt.c457 unsigned char tempbuf[SHA512_LENGTH] = {0}; in pbkdf2_sha512() local
464 __u32 *temp_u32 = (__u32 *)tempbuf; in pbkdf2_sha512()
485 f2fs_sha512(saltbuf, actual_saltbuf_len, tempbuf); in pbkdf2_sha512()
490 memcpy(buf, tempbuf, SHA512_LENGTH); in pbkdf2_sha512()
491 f2fs_sha512(buf, actual_buf_len, tempbuf); in pbkdf2_sha512()
/external/arm-trusted-firmware/include/drivers/brcm/emmc/
Dbcm_emmc.h40 uint8_t tempbuf[SD_MAX_READ_LENGTH]; member
/external/libpcap/
Dsockutils.h144 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check…
Dsockutils.c939 int sock_bufferize(const char *buffer, int size, char *tempbuf, int *offset, int totsize, int check… in sock_bufferize() argument
949 memcpy(tempbuf + (*offset), buffer, size); in sock_bufferize()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_security_handler.cpp598 uint8_t tempbuf[32]; in OnCreateInternal() local
599 memcpy(tempbuf, kDefaultPasscode, sizeof(kDefaultPasscode)); in OnCreateInternal()
600 CRYPT_ArcFourCryptBlock(tempbuf, {m_EncryptKey, key_len}); in OnCreateInternal()
601 pEncryptDict->SetNewFor<CPDF_String>("U", ByteString(tempbuf, 32), false); in OnCreateInternal()
/external/curl/lib/
Durldata.h1241 struct tempbuf { struct
1321 struct tempbuf tempwrite[3]; /* BOTH, HEADER, BODY */
Deasy.c1028 struct tempbuf writebuf[3]; /* there can only be three */ in curl_easy_pause()