HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67385642 (67385642)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //kunden/lib/python3.9/test/support/__pycache__/hashlib_helper.cpython-39.pyc
a

�vi��@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