Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php46 public static function safeStrlen(string $str): int function in ParagonIE\\ConstantTime\\Binary
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php499 private static function safeStrlen(string $str): int function in Firebase\\JWT\\JWT