Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 2 of 2) sorted by relevance

/libcrypt/
A Dsha256-crypt.c109 char *tmp = (char *) alloca (key_len + __alignof__ (uint32_t)); in __sha256_crypt_r() local
119 char *tmp = (char *) alloca (salt_len + __alignof__ (uint32_t)); in __sha256_crypt_r() local
A Dsha512-crypt.c109 char *tmp = (char *) alloca (key_len + __alignof__ (uint64_t)); in __sha512_crypt_r() local
119 char *tmp = (char *) alloca (salt_len + __alignof__ (uint64_t)); in __sha512_crypt_r() local

Completed in 6 milliseconds