o
    Ç `U  ã                   @   s(   d dl mZmZmZ dZdZdZdZdS )é    )Úabsolute_importÚdivisionÚprint_functionz
#include <openssl/rand.h>
z
typedef ... RAND_METHOD;
aÙ  
int RAND_set_rand_method(const RAND_METHOD *);
void RAND_add(const void *, int, double);
int RAND_status(void);
int RAND_bytes(unsigned char *, int);
/* ERR_load_RAND_strings started returning an int in 1.1.0. Unfortunately we
   can't declare a conditional signature like that. Since it always returns
   1 we'll just lie about the signature to preserve compatibility for
   pyOpenSSL (which calls this in its rand.py as of mid-2016) */
void ERR_load_RAND_strings(void);
Ú
N)Ú
__future__r   r   r   ÚINCLUDESÚTYPESÚ	FUNCTIONSÚCUSTOMIZATIONS© r   r   út/home/ych/rk3568/buildroot/output/rockchip_rk3568/build/host-python-cryptography-3.3.2/src/_cffi_src/openssl/rand.pyÚ<module>   s
   