Searched refs:mode (Results 1 – 3 of 3) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | crypto.h | 369 int CRYPTO_mem_ctrl(int mode); 436 void CRYPTO_lock(int mode, int type, const char *file, int line); 437 void CRYPTO_set_locking_callback(void (*func) (int mode, int type, 439 void (*CRYPTO_get_locking_callback(void)) (int mode, int type, 479 (int mode, 487 void (*CRYPTO_get_dynlock_lock_callback(void)) (int mode,
|
D | bio.h | 496 # define BIO_set_bind_mode(b,mode) BIO_ctrl(b,BIO_C_SET_BIND_MODE,mode,NULL) argument 497 # define BIO_get_bind_mode(b,mode) BIO_ctrl(b,BIO_C_GET_BIND_MODE,0,NULL) argument 655 BIO *BIO_new_file(const char *filename, const char *mode); 748 int BIO_socket_nbio(int fd, int mode); 751 int BIO_get_accept_socket(char *host_port, int mode);
|
D | evp.h | 996 int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode);
|