HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/local/lib/python3.10/test/support/__pycache__/hashlib_helper.cpython-310.opt-1.pyc
o

�is�@sJddlZddlZddlZzddlZWneydZYnwddd�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�t�r.�j�d�}|dur �fdd�}�jd|_�j|_n|j}t�|��}|�_�St	�
������fdd��}|S)N�
setUpClasscst�|���dS)N)�superr)�cls��
func_or_class��8/usr/local/lib/python3.10/test/support/hashlib_helper.pyrsz:requires_hashdigest.<locals>.decorator.<locals>.setUpClassz.setUpClasscs^z�rtdurtj��d�ntj��d�Wnty't�d��d���w�|i|��S)N)�usedforsecurityz
hash digest 'z' is not available.)�_hashlib�new�hashlib�
ValueError�unittestZSkipTest)�args�kwargs)�
digestnamer�opensslr	rr�wrapper&s�
��z7requires_hashdigest.<locals>.decorator.<locals>.wrapper)�
isinstance�type�__dict__�get�__qualname__�
__module__�__func__�classmethodr�	functools�wraps)rrr��	decoratorrrr	rrrs

z&requires_hashdigest.<locals>.decoratorr)rrr	rrr�requires_hashdigests
r )NT)rrrr
�ImportErrorr rrrr�<module>s�