HEX
Server: Apache
System: Linux hn220.greenhost.nl 6.12.58 #3 SMP Wed Nov 19 09:04:59 UTC 2025 x86_64
User: webmaster (87278)
PHP: 8.4.5
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Upload Files
File: //.vs/lib/python3.9/test/support/__pycache__/hashlib_helper.cpython-39.pyc
a

kx�g��@sJddlZddlZddlZzddlZWney:dZYn0ddd�ZdS)�NTcs���fdd�}|S)a�Decorator raising SkipTest if a hashing algorithm is not available

    The hashing algorithm could be missing or blocked by a strict crypto
    policy.

    If 'openssl' is True, then the decorator checks that OpenSSL provides
    the algorithm. Otherwise the check falls back to built-in
    implementations. The usedforsecurity flag is passed to the constructor.

    ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
    ValueError: unsupported hash type md4
    cs t�������fdd��}|S)Ncsbz.�rtdurtj��d�ntj��d�Wn$tyRt�d��d���Yn0�|i|��S)N)�usedforsecurityz
hash digest 'z' is not available.)�_hashlib�new�hashlib�
ValueError�unittestZSkipTest)�args�kwargs)�
digestname�func�opensslr��1/usr/lib/python3.9/test/support/hashlib_helper.py�wrappers
�
z7requires_hashdigest.<locals>.decorator.<locals>.wrapper)�	functools�wraps)rr�r
rr)rr�	decoratorsz&requires_hashdigest.<locals>.decoratorr
)r
rrrr
rr�requires_hashdigests
r)NT)rrrr�ImportErrorrr
r
r
r�<module>s