Home
last modified time | relevance | path

Searched defs:operation (Results 1 – 25 of 239) sorted by relevance

12345678910

/third_party/mbedtls/tests/src/drivers/
Dtest_driver_mac.c83 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_sign_setup()
120 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_verify_setup()
157 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_update()
188 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_sign_finish()
221 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_verify_finish()
252 mbedtls_transparent_test_driver_mac_operation_t *operation) in mbedtls_test_transparent_mac_abort()
309 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_sign_setup()
333 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_verify_setup()
357 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_update()
377 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_sign_finish()
[all …]
Dtest_driver_pake.c37 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_setup()
67 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_output()
116 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_input()
150 mbedtls_transparent_test_driver_pake_operation_t *operation, in mbedtls_test_transparent_pake_get_implicit_key()
182 mbedtls_transparent_test_driver_pake_operation_t *operation) in mbedtls_test_transparent_pake_abort()
Dtest_driver_cipher.c139 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_encrypt_setup()
171 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_decrypt_setup()
197 mbedtls_transparent_test_driver_cipher_operation_t *operation) in mbedtls_test_transparent_cipher_abort()
218 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_set_iv()
240 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_update()
281 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_finish()
362 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_encrypt_setup()
376 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_decrypt_setup()
390 mbedtls_opaque_test_driver_cipher_operation_t *operation) in mbedtls_test_opaque_cipher_abort()
397 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_set_iv()
[all …]
Dtest_driver_aead.c148 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_encrypt_setup()
185 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_decrypt_setup()
221 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_set_nonce()
250 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_set_lengths()
281 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_update_ad()
310 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_update()
348 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_finish()
389 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_verify()
448 mbedtls_transparent_test_driver_aead_operation_t *operation) in mbedtls_test_transparent_aead_abort()
Dhash.c71 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_setup()
126 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_update()
156 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_finish()
188 mbedtls_transparent_test_driver_hash_operation_t *operation) in mbedtls_test_transparent_hash_abort()
/third_party/mbedtls/library/
Dpsa_crypto_pake.c168 static psa_status_t psa_pake_ecjpake_setup(mbedtls_psa_pake_operation_t *operation) in psa_pake_ecjpake_setup()
193 psa_status_t mbedtls_psa_pake_setup(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_setup()
270 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_output_internal()
378 psa_status_t mbedtls_psa_pake_output(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_output()
391 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_input_internal()
497 psa_status_t mbedtls_psa_pake_input(mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_input()
509 mbedtls_psa_pake_operation_t *operation, in mbedtls_psa_pake_get_implicit_key()
535 psa_status_t mbedtls_psa_pake_abort(mbedtls_psa_pake_operation_t *operation) in mbedtls_psa_pake_abort()
Dpsa_crypto_mac.c168 static psa_status_t cmac_setup(mbedtls_psa_mac_operation_t *operation, in cmac_setup()
214 mbedtls_psa_mac_operation_t *operation, in mac_init()
245 psa_status_t mbedtls_psa_mac_abort(mbedtls_psa_mac_operation_t *operation) in mbedtls_psa_mac_abort()
282 static psa_status_t psa_mac_setup(mbedtls_psa_mac_operation_t *operation, in psa_mac_setup()
331 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_setup()
342 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_setup()
353 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_update()
384 mbedtls_psa_mac_operation_t *operation, in psa_mac_finish_internal()
415 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_finish()
435 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_finish()
[all …]
Dpsa_crypto_aead.c39 mbedtls_psa_aead_operation_t *operation, in psa_aead_setup()
143 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_encrypt() local
255 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_decrypt() local
338 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_encrypt_setup()
359 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_decrypt_setup()
379 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_nonce()
437 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_lengths()
461 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update_ad()
501 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update()
566 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_finish()
[all …]
Dpsa_crypto_driver_wrappers.c431 psa_sign_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_sign_hash_get_num_ops()
454 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_get_num_ops()
478 psa_sign_hash_interruptible_operation_t *operation, in psa_driver_wrapper_sign_hash_start()
522 psa_sign_hash_interruptible_operation_t *operation, in psa_driver_wrapper_sign_hash_complete()
549 psa_sign_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_sign_hash_abort()
568 psa_verify_hash_interruptible_operation_t *operation, in psa_driver_wrapper_verify_hash_start()
615 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_complete()
636 psa_verify_hash_interruptible_operation_t *operation ) in psa_driver_wrapper_verify_hash_abort()
1332 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup()
1405 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup()
[all …]
Dpsa_crypto_hash.c34 mbedtls_psa_hash_operation_t *operation) in mbedtls_psa_hash_abort()
85 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_setup()
211 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_update()
270 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_finish()
351 mbedtls_psa_hash_operation_t operation = MBEDTLS_PSA_HASH_OPERATION_INIT; in mbedtls_psa_hash_compute() local
Dpsa_crypto_cipher.c165 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup()
243 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup()
254 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup()
265 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv()
382 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update()
431 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish()
469 mbedtls_psa_cipher_operation_t *operation) in mbedtls_psa_cipher_abort()
496 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt() local
552 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_decrypt() local
Dpsa_crypto.c2170 psa_status_t psa_hash_abort(psa_hash_operation_t *operation) in psa_hash_abort()
2183 psa_status_t psa_hash_setup(psa_hash_operation_t *operation, in psa_hash_setup()
2213 psa_status_t psa_hash_update(psa_hash_operation_t *operation, in psa_hash_update()
2240 psa_status_t psa_hash_finish(psa_hash_operation_t *operation, in psa_hash_finish()
2256 psa_status_t psa_hash_verify(psa_hash_operation_t *operation, in psa_hash_verify()
2356 psa_status_t psa_mac_abort(psa_mac_operation_t *operation) in psa_mac_abort()
2424 static psa_status_t psa_mac_setup(psa_mac_operation_t *operation, in psa_mac_setup()
2482 psa_status_t psa_mac_sign_setup(psa_mac_operation_t *operation, in psa_mac_sign_setup()
2489 psa_status_t psa_mac_verify_setup(psa_mac_operation_t *operation, in psa_mac_verify_setup()
2496 psa_status_t psa_mac_update(psa_mac_operation_t *operation, in psa_mac_update()
[all …]
Dcipher_wrap.c115 static int aes_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap()
122 static int aes_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
131 static int aes_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap()
160 static int aes_crypt_xts_wrap(void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap()
679 static int camellia_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap()
687 static int camellia_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap()
697 static int camellia_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap()
1088 static int aria_crypt_ecb_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap()
1097 static int aria_crypt_cbc_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap()
1107 static int aria_crypt_cfb128_wrap(void *ctx, mbedtls_operation_t operation, in aria_crypt_cfb128_wrap()
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_deferred_operation.c53 VkDeferredOperationKHR operation, in vk_common_DestroyDeferredOperationKHR()
68 UNUSED VkDeferredOperationKHR operation) in vk_common_GetDeferredOperationMaxConcurrencyKHR()
75 UNUSED VkDeferredOperationKHR operation) in vk_common_GetDeferredOperationResultKHR()
82 UNUSED VkDeferredOperationKHR operation) in vk_common_DeferredOperationJoinKHR()
/third_party/python/Lib/idlelib/
Dredirector.py67 def register(self, operation, function): argument
82 def unregister(self, operation): argument
98 def dispatch(self, operation, *args): argument
131 def __init__(self, redir, operation): argument
/third_party/node/benchmark/process/
Dbench-env.js7 operation: ['get', 'set', 'enumerate', 'query', 'delete'], property
11 function main({ n, operation }) { field
/third_party/node/benchmark/blob/
Dblob.js8 operation: ['text', 'arrayBuffer'], property
11 async function run(n, bytes, operation) { argument
Dfile.js8 operation: ['text', 'arrayBuffer'], property
15 async function run(n, bytes, operation) { argument
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
85 def createCase(operation, type0, type1): argument
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
90 def createCase(operation, type0, type1): argument
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx_req.c35 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
48 static int req_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in req_cb()
/third_party/openssl/crypto/x509/
Dx_req.c35 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb()
48 static int req_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in req_cb()
/third_party/mbedtls/tests/src/
Dpsa_exercise_key.c117 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key() local
159 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key() local
409 psa_key_derivation_operation_t *operation, in mbedtls_test_psa_setup_key_derivation_wrap()
458 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_derivation_key() local
489 psa_key_derivation_operation_t *operation, in mbedtls_test_psa_key_agreement_with_self()
598 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_agreement_key() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_blit11helper.py157 def format_get_blitshader_case(operation): argument
167 def format_get_blitshader_case_dimension(operation, dimension): argument
/third_party/openssl/crypto/dsa/
Ddsa_asn1.c25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb()

12345678910