Home
last modified time | relevance | path

Searched defs:operation (Results 126 - 150 of 599) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Di2c.c83 struct gb_operation *operation; in gb_i2c_operation_create() local
178 struct gb_operation *operation; in gb_i2c_transfer_operation() local
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Dau6610.c14 static int au6610_usb_msg(struct dvb_usb_device *d, u8 operation, u8 addr, in au6610_usb_msg() argument
/kernel/linux/linux-6.6/include/kunit/
H A Dassert.h121 const char *operation; member
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Di2c.c83 struct gb_operation *operation; in gb_i2c_operation_create() local
178 struct gb_operation *operation; in gb_i2c_transfer_operation() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.h62 int operation; member
/kernel/linux/linux-6.6/tools/hv/
H A Dhv_vss_daemon.c113 static int vss_operate(int operation) in vss_operate() argument
/third_party/curl/src/
H A Dtool_cb_dbg.c96 struct OperationConfig *operation = userdata; in tool_debug_cb() local
H A Dtool_parsecfg.c87 struct OperationConfig *operation = global->last; in parseconfig() local
[all...]
/third_party/astc-encoder/Source/
H A Dastcenccli_platform_dependents.cpp204 launch_threads( const char* operation, int thread_count, void (*func)(int, int, void*), void *payload ) launch_threads() argument
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c61 static psa_status_t cipher_operation(psa_cipher_operation_t *operation, in cipher_operation() argument
108 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in cipher_encrypt() local
139 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; cipher_decrypt() local
[all...]
/third_party/mbedtls/library/
H A Dssl_cookie.c190 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_write() local
279 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in mbedtls_ssl_cookie_check() local
[all...]
H A Dpsa_crypto_pake.c128 static psa_status_t psa_pake_ecjpake_setup(mbedtls_psa_pake_operation_t *operation) in psa_pake_ecjpake_setup() argument
155 psa_status_t mbedtls_psa_pake_setup(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_setup() argument
282 mbedtls_psa_pake_output_internal( mbedtls_psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_pake_output_internal() argument
391 mbedtls_psa_pake_output(mbedtls_psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_pake_output() argument
403 mbedtls_psa_pake_input_internal( mbedtls_psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, const uint8_t *input, size_t input_length) mbedtls_psa_pake_input_internal() argument
510 mbedtls_psa_pake_input(mbedtls_psa_pake_operation_t *operation, psa_crypto_driver_pake_step_t step, const uint8_t *input, size_t input_length) mbedtls_psa_pake_input() argument
521 mbedtls_psa_pake_get_implicit_key( mbedtls_psa_pake_operation_t *operation, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_pake_get_implicit_key() argument
548 mbedtls_psa_pake_abort(mbedtls_psa_pake_operation_t *operation) mbedtls_psa_pake_abort() argument
[all...]
H A Dpsa_crypto_mac.c157 static psa_status_t cmac_setup(mbedtls_psa_mac_operation_t *operation, in cmac_setup() argument
202 mac_init( mbedtls_psa_mac_operation_t *operation, psa_algorithm_t alg) mac_init() argument
234 mbedtls_psa_mac_abort(mbedtls_psa_mac_operation_t *operation) mbedtls_psa_mac_abort() argument
271 psa_mac_setup(mbedtls_psa_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) psa_mac_setup() argument
319 mbedtls_psa_mac_sign_setup( mbedtls_psa_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_mac_sign_setup() argument
330 mbedtls_psa_mac_verify_setup( mbedtls_psa_mac_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_psa_mac_verify_setup() argument
341 mbedtls_psa_mac_update( mbedtls_psa_mac_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_psa_mac_update() argument
372 psa_mac_finish_internal( mbedtls_psa_mac_operation_t *operation, uint8_t *mac, size_t mac_size) psa_mac_finish_internal() argument
403 mbedtls_psa_mac_sign_finish( mbedtls_psa_mac_operation_t *operation, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_psa_mac_sign_finish() argument
423 mbedtls_psa_mac_verify_finish( mbedtls_psa_mac_operation_t *operation, const uint8_t *mac, size_t mac_length) mbedtls_psa_mac_verify_finish() argument
467 mbedtls_psa_mac_operation_t operation = MBEDTLS_PSA_MAC_OPERATION_INIT; mbedtls_psa_mac_compute() local
[all...]
/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_cipher.c130 mbedtls_test_transparent_cipher_encrypt_setup( mbedtls_transparent_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_transparent_cipher_encrypt_setup() argument
162 mbedtls_test_transparent_cipher_decrypt_setup( mbedtls_transparent_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_transparent_cipher_decrypt_setup() argument
188 mbedtls_test_transparent_cipher_abort( mbedtls_transparent_test_driver_cipher_operation_t *operation) mbedtls_test_transparent_cipher_abort() argument
209 mbedtls_test_transparent_cipher_set_iv( mbedtls_transparent_test_driver_cipher_operation_t *operation, const uint8_t *iv, size_t iv_length) mbedtls_test_transparent_cipher_set_iv() argument
235 mbedtls_test_transparent_cipher_update( mbedtls_transparent_test_driver_cipher_operation_t *operation, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_transparent_cipher_update() argument
276 mbedtls_test_transparent_cipher_finish( mbedtls_transparent_test_driver_cipher_operation_t *operation, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_transparent_cipher_finish() argument
357 mbedtls_test_opaque_cipher_encrypt_setup( mbedtls_opaque_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_opaque_cipher_encrypt_setup() argument
371 mbedtls_test_opaque_cipher_decrypt_setup( mbedtls_opaque_test_driver_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg) mbedtls_test_opaque_cipher_decrypt_setup() argument
385 mbedtls_test_opaque_cipher_abort( mbedtls_opaque_test_driver_cipher_operation_t *operation) mbedtls_test_opaque_cipher_abort() argument
392 mbedtls_test_opaque_cipher_set_iv( mbedtls_opaque_test_driver_cipher_operation_t *operation, const uint8_t *iv, size_t iv_length) mbedtls_test_opaque_cipher_set_iv() argument
403 mbedtls_test_opaque_cipher_update( mbedtls_opaque_test_driver_cipher_operation_t *operation, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_cipher_update() argument
420 mbedtls_test_opaque_cipher_finish( mbedtls_opaque_test_driver_cipher_operation_t *operation, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_opaque_cipher_finish() argument
[all...]
H A Dtest_driver_aead.c137 mbedtls_test_transparent_aead_encrypt_setup( mbedtls_transparent_test_driver_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_transparent_aead_encrypt_setup() argument
174 mbedtls_test_transparent_aead_decrypt_setup( mbedtls_transparent_test_driver_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) mbedtls_test_transparent_aead_decrypt_setup() argument
210 mbedtls_test_transparent_aead_set_nonce( mbedtls_transparent_test_driver_aead_operation_t *operation, const uint8_t *nonce, size_t nonce_length) mbedtls_test_transparent_aead_set_nonce() argument
239 mbedtls_test_transparent_aead_set_lengths( mbedtls_transparent_test_driver_aead_operation_t *operation, size_t ad_length, size_t plaintext_length) mbedtls_test_transparent_aead_set_lengths() argument
270 mbedtls_test_transparent_aead_update_ad( mbedtls_transparent_test_driver_aead_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_test_transparent_aead_update_ad() argument
299 mbedtls_test_transparent_aead_update( mbedtls_transparent_test_driver_aead_operation_t *operation, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_test_transparent_aead_update() argument
337 mbedtls_test_transparent_aead_finish( mbedtls_transparent_test_driver_aead_operation_t *operation, uint8_t *ciphertext, size_t ciphertext_size, size_t *ciphertext_length, uint8_t *tag, size_t tag_size, size_t *tag_length) mbedtls_test_transparent_aead_finish() argument
378 mbedtls_test_transparent_aead_verify( mbedtls_transparent_test_driver_aead_operation_t *operation, uint8_t *plaintext, size_t plaintext_size, size_t *plaintext_length, const uint8_t *tag, size_t tag_length) mbedtls_test_transparent_aead_verify() argument
437 mbedtls_test_transparent_aead_abort( mbedtls_transparent_test_driver_aead_operation_t *operation) mbedtls_test_transparent_aead_abort() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_expression_operation.py325 class operation(object): class
[all...]
H A Dopt_rebalance_tree.cpp142 ir_expression_operation operation; member
166 is_reduction_operation(ir_expression_operation operation) in is_reduction_operation() argument
[all...]
/third_party/ltp/testcases/kernel/io/aio/
H A Daio02.c29 int operation; member
106 static int io_tio(char *pathname, int flag, int operation) in io_tio() argument
/third_party/ltp/testcases/kernel/syscalls/statx/
H A Dstatx06.c86 void (*operation)(void); member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D18-1.c164 int operation[] = { SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK }; in test() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_memory_test.cpp2876 const std::string operation = GetParam(); in TEST_P() local
2909 const std::string operation = GetParam(); in TEST_P() local
2942 const std::string operation = GetParam(); in TEST_P() local
2982 const std::string operation = GetParam(); TEST_P() local
3024 const std::string operation = GetParam(); TEST_P() local
3060 const std::string operation = GetParam(); TEST_P() local
3096 const std::string operation = GetParam(); TEST_P() local
3131 const std::string operation = GetParam(); TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGroup.cpp240 auto operation = spv::GroupOperation(insn.word(4)); in EmitGroupNonUniform() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_memory_test.cpp2876 const std::string operation = GetParam(); in TEST_P() local
2909 const std::string operation = GetParam(); in TEST_P() local
2942 const std::string operation = GetParam(); in TEST_P() local
2982 const std::string operation = GetParam(); TEST_P() local
3024 const std::string operation = GetParam(); TEST_P() local
3060 const std::string operation = GetParam(); TEST_P() local
3096 const std::string operation = GetParam(); TEST_P() local
3131 const std::string operation = GetParam(); TEST_P() local
[all...]
/third_party/skia/fuzz/
H A DFuzzCommon.cpp229 uint8_t operation; in FuzzEvilPath() local
/third_party/spirv-tools/test/val/
H A Dval_memory_test.cpp3358 const std::string operation = GetParam(); in TEST_P() local
3391 const std::string operation = GetParam(); in TEST_P() local
3424 const std::string operation = GetParam(); in TEST_P() local
3464 const std::string operation = GetParam(); TEST_P() local
3506 const std::string operation = GetParam(); TEST_P() local
3542 const std::string operation = GetParam(); TEST_P() local
3578 const std::string operation = GetParam(); TEST_P() local
3613 const std::string operation = GetParam(); TEST_P() local
[all...]

Completed in 22 milliseconds

12345678910>>...24