HomeSort by relevance Sort by last modified time
    Searched refs:copied_salt (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/libutil/
sha256crypt.c 305 char *copied_salt = NULL; local
342 salt = copied_salt = memcpy(tmp + __alignof__(uint32_t)
514 if (copied_salt != NULL)
515 memset(copied_salt, '\0', salt_len);
sha512crypt.c 340 char *copied_salt = NULL; local
377 salt = copied_salt = memcpy(tmp + __alignof__(uint64_t)
561 if (copied_salt != NULL)
562 memset(copied_salt, '\0', salt_len);

Completed in 237 milliseconds