Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrypt_sha256.c316 static const char b64t[64] = variable
536 *cp++ = b64t[w & 0x3f]; \ in php_sha256_crypt_r()
H A Dcrypt_sha512.c353 static const char b64t[64] = variable
575 *cp++ = b64t[w & 0x3f]; \ in php_sha512_crypt_r()

Completed in 8 milliseconds