Home
last modified time | relevance | path

Searched refs:copied_key (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/com32/libutil/
Dsha256crypt.c304 char *copied_key = NULL; in sha256_crypt_r() local
335 key = copied_key = memcpy(tmp + __alignof__(uint32_t) in sha256_crypt_r()
512 if (copied_key != NULL) in sha256_crypt_r()
513 memset(copied_key, '\0', key_len); in sha256_crypt_r()
Dsha512crypt.c339 char *copied_key = NULL; in sha512_crypt_r() local
370 key = copied_key = memcpy(tmp + __alignof__(uint64_t) in sha512_crypt_r()
559 if (copied_key != NULL) in sha512_crypt_r()
560 memset(copied_key, '\0', key_len); in sha512_crypt_r()