Home
last modified time | relevance | path

Searched refs:start_operation (Results 1 – 25 of 71) sorted by relevance

123

/dports/security/py-pycryptodomex/pycryptodome-3.10.1/lib/Crypto/Cipher/
H A DAES.py96 start_operation = _raw_aesni_lib.AESNI_start_operation
99 start_operation = _raw_aes_lib.AES_start_operation
103 result = start_operation(c_uint8_ptr(key),
H A DBlowfish.py73 start_operation = _raw_blowfish_lib.Blowfish_start_operation
77 result = start_operation(c_uint8_ptr(key),
H A DCAST.py72 start_operation = _raw_cast_lib.CAST_start_operation
76 result = start_operation(c_uint8_ptr(key),
H A DDES.py72 start_operation = _raw_des_lib.DES_start_operation
76 result = start_operation(c_uint8_ptr(key),
H A DARC2.py80 start_operation = _raw_arc2_lib.ARC2_start_operation
84 result = start_operation(c_uint8_ptr(key),
H A D_EKSBlowfish.py77 start_operation = _raw_blowfish_lib.EKSBlowfish_start_operation
81 result = start_operation(c_uint8_ptr(key),
H A DDES3.py101 start_operation = _raw_des3_lib.DES3_start_operation
105 result = start_operation(key,
/dports/security/py-pycryptodome/pycryptodome-3.10.1/lib/Crypto/Cipher/
H A DAES.py96 start_operation = _raw_aesni_lib.AESNI_start_operation
99 start_operation = _raw_aes_lib.AES_start_operation
103 result = start_operation(c_uint8_ptr(key),
H A DBlowfish.py73 start_operation = _raw_blowfish_lib.Blowfish_start_operation
77 result = start_operation(c_uint8_ptr(key),
H A DDES.py72 start_operation = _raw_des_lib.DES_start_operation
76 result = start_operation(c_uint8_ptr(key),
H A DCAST.py72 start_operation = _raw_cast_lib.CAST_start_operation
76 result = start_operation(c_uint8_ptr(key),
H A DARC2.py80 start_operation = _raw_arc2_lib.ARC2_start_operation
84 result = start_operation(c_uint8_ptr(key),
H A D_EKSBlowfish.py77 start_operation = _raw_blowfish_lib.EKSBlowfish_start_operation
81 result = start_operation(c_uint8_ptr(key),
H A DDES3.py101 start_operation = _raw_des3_lib.DES3_start_operation
105 result = start_operation(key,
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/cloud_shell/
H A Dutil.py128 start_operation = client.users_environments.Start(
137 start_operation,
/dports/audio/tagtool/tagtool-0.12.3/src/
H A Dclear_tab.c186 static void start_operation() in start_operation() function
229 start_operation(); in cb_clear_go()
H A Drename_tab.c327 static void start_operation() in start_operation() function
362 start_operation(); in cb_rename_go()
H A Dplaylist_tab.c430 static void start_operation() in start_operation() function
464 start_operation(); in cb_playlist_go()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DBackgroundOp.h131 virtual Logger* start_operation() throw(FWException);
H A DBackgroundOp.cpp101 Logger* BackgroundOp::start_operation() throw(FWException) in start_operation() function in BackgroundOp
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Deca-engine.h160 void start_operation(void);
H A Deca-engine.cpp147 engine_repp->start_operation(); in start()
793 void ECA_ENGINE::start_operation(void) in start_operation() function in ECA_ENGINE
1017 start_operation(); in conditional_start()
/dports/devel/gconf2/GConf-3.2.6/defaults/
H A Dgconf-defaults.c87 start_operation (void) in start_operation() function
783 start_operation (); in do_copy()
999 start_operation (); in gconf_defaults_unset_mandatory()
1126 start_operation (); in do_check()
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Dfile.h3006 …efPtr<Cancellable>& cancellable, const Glib::RefPtr<MountOperation>& start_operation, DriveStartFl…
3025 …able(const SlotAsyncReady& slot, const Glib::RefPtr<MountOperation>& start_operation, DriveStartFl…
3062 …efPtr<Cancellable>& cancellable, const Glib::RefPtr<MountOperation>& start_operation, MountUnmount…
3082 …able(const SlotAsyncReady& slot, const Glib::RefPtr<MountOperation>& start_operation, MountUnmount…
H A Dfile.cc1442 const Glib::RefPtr<MountOperation>& start_operation, DriveStartFlags flags) in start_mountable() argument
1449 g_file_start_mountable(gobj(), ((GDriveStartFlags)(flags)), Glib::unwrap(start_operation), in start_mountable()
1455 const Glib::RefPtr<MountOperation>& start_operation, DriveStartFlags flags) in start_mountable() argument
1462 g_file_start_mountable(gobj(), ((GDriveStartFlags)(flags)), Glib::unwrap(start_operation), in start_mountable()
1468 const Glib::RefPtr<MountOperation>& start_operation, MountUnmountFlags flags) in stop_mountable() argument
1475 g_file_stop_mountable(gobj(), ((GMountUnmountFlags)(flags)), Glib::unwrap(start_operation), in stop_mountable()
1481 const Glib::RefPtr<MountOperation>& start_operation, MountUnmountFlags flags) in stop_mountable() argument
1488 g_file_stop_mountable(gobj(), ((GMountUnmountFlags)(flags)), Glib::unwrap(start_operation), in stop_mountable()

123