Home
last modified time | relevance | path

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

123456789

/third_party/mbedtls/tests/src/drivers/
Dtest_driver_mac.c86 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_sign_setup()
126 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_verify_setup()
166 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_update()
200 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_sign_finish()
236 mbedtls_transparent_test_driver_mac_operation_t *operation, in mbedtls_test_transparent_mac_verify_finish()
270 mbedtls_transparent_test_driver_mac_operation_t *operation ) in mbedtls_test_transparent_mac_abort()
333 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_sign_setup()
360 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_verify_setup()
387 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_update()
410 mbedtls_opaque_test_driver_mac_operation_t *operation, in mbedtls_test_opaque_mac_sign_finish()
[all …]
Dtest_driver_cipher.c137 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_encrypt_setup()
168 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_decrypt_setup()
193 mbedtls_transparent_test_driver_cipher_operation_t *operation) in mbedtls_test_transparent_cipher_abort()
214 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_set_iv()
235 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_update()
275 mbedtls_transparent_test_driver_cipher_operation_t *operation, in mbedtls_test_transparent_cipher_finish()
355 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_encrypt_setup()
369 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_decrypt_setup()
383 mbedtls_opaque_test_driver_cipher_operation_t *operation ) in mbedtls_test_opaque_cipher_abort()
390 mbedtls_opaque_test_driver_cipher_operation_t *operation, in mbedtls_test_opaque_cipher_set_iv()
[all …]
Dtest_driver_aead.c128 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_encrypt_setup()
160 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_decrypt_setup()
192 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_set_nonce()
220 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_set_lengths()
249 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_update_ad()
277 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_update()
312 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_finish()
350 mbedtls_transparent_test_driver_aead_operation_t *operation, in mbedtls_test_transparent_aead_verify()
402 mbedtls_transparent_test_driver_aead_operation_t *operation ) in mbedtls_test_transparent_aead_abort()
Dhash.c74 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_setup()
135 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_update()
168 mbedtls_transparent_test_driver_hash_operation_t *operation, in mbedtls_test_transparent_hash_finish()
203 mbedtls_transparent_test_driver_hash_operation_t *operation ) in mbedtls_test_transparent_hash_abort()
/third_party/mbedtls/library/
Dpsa_crypto_mac.c155 static psa_status_t cmac_setup( mbedtls_psa_mac_operation_t *operation, in cmac_setup()
198 mbedtls_psa_mac_operation_t *operation, in mac_init()
232 psa_status_t mbedtls_psa_mac_abort( mbedtls_psa_mac_operation_t *operation ) in mbedtls_psa_mac_abort()
275 static psa_status_t psa_mac_setup( mbedtls_psa_mac_operation_t *operation, in psa_mac_setup()
325 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_setup()
336 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_setup()
347 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_update()
381 mbedtls_psa_mac_operation_t *operation, in psa_mac_finish_internal()
415 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_sign_finish()
433 mbedtls_psa_mac_operation_t *operation, in mbedtls_psa_mac_verify_finish()
[all …]
Dpsa_crypto_aead.c42 mbedtls_psa_aead_operation_t *operation, in psa_aead_setup()
151 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_encrypt() local
267 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; in mbedtls_psa_aead_decrypt() local
353 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_encrypt_setup()
373 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_decrypt_setup()
392 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_nonce()
457 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_set_lengths()
482 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update_ad()
528 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_update()
596 mbedtls_psa_aead_operation_t *operation, in mbedtls_psa_aead_finish()
[all …]
Dpsa_crypto_hash.c79 mbedtls_psa_hash_operation_t *operation ) in mbedtls_psa_hash_abort()
131 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_setup()
259 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_update()
319 mbedtls_psa_hash_operation_t *operation, in mbedtls_psa_hash_finish()
400 mbedtls_psa_hash_operation_t operation = MBEDTLS_PSA_HASH_OPERATION_INIT; in mbedtls_psa_hash_compute() local
Dpsa_crypto_cipher.c132 mbedtls_psa_cipher_operation_t *operation, in psa_cipher_setup()
209 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_encrypt_setup()
220 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_decrypt_setup()
231 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_set_iv()
347 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_update()
397 mbedtls_psa_cipher_operation_t *operation, in mbedtls_psa_cipher_finish()
435 mbedtls_psa_cipher_operation_t *operation ) in mbedtls_psa_cipher_abort()
461 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_encrypt() local
513 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; in mbedtls_psa_cipher_decrypt() local
Dpsa_crypto_driver_wrappers.c1046 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_encrypt_setup()
1119 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_decrypt_setup()
1191 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_set_iv()
1226 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_update()
1272 psa_cipher_operation_t *operation, in psa_driver_wrapper_cipher_finish()
1310 psa_cipher_operation_t *operation ) in psa_driver_wrapper_cipher_abort()
1386 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_setup()
1444 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_update()
1469 psa_hash_operation_t *operation, in psa_driver_wrapper_hash_finish()
1496 psa_hash_operation_t *operation ) in psa_driver_wrapper_hash_abort()
[all …]
Dpsa_crypto.c2104 psa_status_t psa_hash_abort( psa_hash_operation_t *operation ) in psa_hash_abort()
2116 psa_status_t psa_hash_setup( psa_hash_operation_t *operation, in psa_hash_setup()
2147 psa_status_t psa_hash_update( psa_hash_operation_t *operation, in psa_hash_update()
2173 psa_status_t psa_hash_finish( psa_hash_operation_t *operation, in psa_hash_finish()
2188 psa_status_t psa_hash_verify( psa_hash_operation_t *operation, in psa_hash_verify()
2283 psa_status_t psa_mac_abort( psa_mac_operation_t *operation ) in psa_mac_abort()
2337 static psa_status_t psa_mac_setup( psa_mac_operation_t *operation, in psa_mac_setup()
2396 psa_status_t psa_mac_sign_setup( psa_mac_operation_t *operation, in psa_mac_sign_setup()
2403 psa_status_t psa_mac_verify_setup( psa_mac_operation_t *operation, in psa_mac_verify_setup()
2410 psa_status_t psa_mac_update( psa_mac_operation_t *operation, in psa_mac_update()
[all …]
Dcipher_wrap.c119 static int aes_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_ecb_wrap()
126 static int aes_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, size_t length, in aes_crypt_cbc_wrap()
135 static int aes_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_cfb128_wrap()
164 static int aes_crypt_xts_wrap( void *ctx, mbedtls_operation_t operation, in aes_crypt_xts_wrap()
681 static int camellia_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_ecb_wrap()
689 static int camellia_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cbc_wrap()
699 static int camellia_crypt_cfb128_wrap( void *ctx, mbedtls_operation_t operation, in camellia_crypt_cfb128_wrap()
1089 static int aria_crypt_ecb_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_ecb_wrap()
1098 static int aria_crypt_cbc_wrap( void *ctx, mbedtls_operation_t operation, in aria_crypt_cbc_wrap()
1108 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/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/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.c121 psa_mac_operation_t operation = PSA_MAC_OPERATION_INIT; in exercise_mac_key() local
166 psa_cipher_operation_t operation = PSA_CIPHER_OPERATION_INIT; in exercise_cipher_key() local
420 psa_key_derivation_operation_t* operation, in mbedtls_test_psa_setup_key_derivation_wrap()
473 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_derivation_key() local
504 psa_key_derivation_operation_t *operation, in mbedtls_test_psa_key_agreement_with_self()
615 psa_key_derivation_operation_t operation = PSA_KEY_DERIVATION_OPERATION_INIT; in exercise_key_agreement_key() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dgen_blit11helper.py158 def format_get_blitshader_case(operation): argument
168 def format_get_blitshader_case_dimension(operation, dimension): argument
/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()
/third_party/openssl/crypto/asn1/
Dnsseq.c16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
/third_party/openssl/crypto/rsa/
Drsa_asn1.c28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rsa_cb()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersionTests.cpp53 Operation& operator++ (Operation& operation) in operator ++()
65 Operation operation; member
386 for (Operation operation = OPERATION_COMPUTE; operation < OPERATION_LAST; ++operation) in createSpivVersionCheckTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersionTests.cpp53 Operation& operator++ (Operation& operation) in operator ++()
65 Operation operation; member
386 for (Operation operation = OPERATION_COMPUTE; operation < OPERATION_LAST; ++operation) in createSpivVersionCheckTests() local

123456789