| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dadrcal.cpp | 149 UnicodeString operation = testSetting=currentCase->getString(param, in testOps() local [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| H A D | PartitionInfo.java | 136 applyOperation( Consumer<String> operation, String region, TerritoryContainment territories) applyOperation() argument
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_cipher.c | 282 psa_cipher_setup( mbedtls_psa_cipher_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, mbedtls_operation_t cipher_operation) psa_cipher_setup() argument 360 mbedtls_psa_cipher_encrypt_setup( mbedtls_psa_cipher_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_cipher_encrypt_setup() argument 371 mbedtls_psa_cipher_decrypt_setup( mbedtls_psa_cipher_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_cipher_decrypt_setup() argument 382 mbedtls_psa_cipher_set_iv( mbedtls_psa_cipher_operation_t *operation, const uint8_t *iv, size_t iv_length) mbedtls_psa_cipher_set_iv() argument 499 mbedtls_psa_cipher_update( mbedtls_psa_cipher_operation_t *operation, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_cipher_update() argument 552 mbedtls_psa_cipher_finish( mbedtls_psa_cipher_operation_t *operation, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_cipher_finish() argument 590 mbedtls_psa_cipher_abort( mbedtls_psa_cipher_operation_t *operation) mbedtls_psa_cipher_abort() argument 618 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; mbedtls_psa_cipher_encrypt() local 674 mbedtls_psa_cipher_operation_t operation = MBEDTLS_PSA_CIPHER_OPERATION_INIT; mbedtls_psa_cipher_decrypt() local [all...] |
| H A D | psa_crypto_aead.c | 26 psa_aead_setup( mbedtls_psa_aead_operation_t *operation, const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg) psa_aead_setup() argument 127 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; mbedtls_psa_aead_encrypt() local 239 mbedtls_psa_aead_operation_t operation = MBEDTLS_PSA_AEAD_OPERATION_INIT; mbedtls_psa_aead_decrypt() local 321 mbedtls_psa_aead_encrypt_setup( mbedtls_psa_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_psa_aead_encrypt_setup() argument 342 mbedtls_psa_aead_decrypt_setup( mbedtls_psa_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_psa_aead_decrypt_setup() argument 362 mbedtls_psa_aead_set_nonce( mbedtls_psa_aead_operation_t *operation, const uint8_t *nonce, size_t nonce_length) mbedtls_psa_aead_set_nonce() argument 420 mbedtls_psa_aead_set_lengths( mbedtls_psa_aead_operation_t *operation, size_t ad_length, size_t plaintext_length) mbedtls_psa_aead_set_lengths() argument 444 mbedtls_psa_aead_update_ad( mbedtls_psa_aead_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_psa_aead_update_ad() argument 484 mbedtls_psa_aead_update( mbedtls_psa_aead_operation_t *operation, const uint8_t *input, size_t input_length, uint8_t *output, size_t output_size, size_t *output_length) mbedtls_psa_aead_update() argument 549 mbedtls_psa_aead_finish( mbedtls_psa_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_psa_aead_finish() argument 623 mbedtls_psa_aead_abort( mbedtls_psa_aead_operation_t *operation) mbedtls_psa_aead_abort() argument [all...] |
| /third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
| H A D | writer.js | 65 function operation(it) { function
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aub_read.c | 147 int operation = p[1] & AUB_TRACE_OPERATION_MASK; in handle_trace_block() local
|
| /third_party/mesa3d/include/vk_video/ |
| H A D | vulkan_video_codec_h264std_encode.h | 53 StdVideoH264MemMgmtControlOp operation; member
|
| /third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
| H A D | target.cc | 272 char operation; in ProcessPacket() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 67 int operation; member 94 rsa_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], int operation) rsa_init() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/kem/ |
| H A D | rsa_kem.c | 120 rsakem_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], int operation) rsakem_init() argument
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_crld.c | 297 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dpn_cb() argument
|
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | kem.c | 20 static int evp_kem_init(EVP_PKEY_CTX *ctx, int operation, in evp_kem_init() argument
|
| H A D | signature.c | 394 static int evp_pkey_signature_init(EVP_PKEY_CTX *ctx, int operation, in evp_pkey_signature_init() argument [all...] |
| H A D | pmeth_gn.c | 25 static int gen_init(EVP_PKEY_CTX *ctx, int operation) in gen_init() argument 339 fromdata_init(EVP_PKEY_CTX *ctx, int operation) fromdata_init() argument [all...] |
| H A D | asymcipher.c | 20 static int evp_pkey_asym_cipher_init(EVP_PKEY_CTX *ctx, int operation, in evp_pkey_asym_cipher_init() argument
|
| /third_party/openssl/crypto/evp/ |
| H A D | asymcipher.c | 20 static int evp_pkey_asym_cipher_init(EVP_PKEY_CTX *ctx, int operation, in evp_pkey_asym_cipher_init() argument
|
| H A D | signature.c | 394 static int evp_pkey_signature_init(EVP_PKEY_CTX *ctx, int operation, in evp_pkey_signature_init() argument [all...] |
| H A D | pmeth_gn.c | 25 static int gen_init(EVP_PKEY_CTX *ctx, int operation) in gen_init() argument 339 fromdata_init(EVP_PKEY_CTX *ctx, int operation) fromdata_init() argument [all...] |
| H A D | kem.c | 20 static int evp_kem_init(EVP_PKEY_CTX *ctx, int operation, in evp_kem_init() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| H A D | vktShaderClockTests.cpp | 133 ShaderClockCase(tcu::TestContext& testCtx, testType operation, glu::ShaderType shaderType) in ShaderClockCase() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmSpirvVersionTests.cpp | 53 Operation& operator++ (Operation& operation) in operator ++() argument 65 Operation operation; member [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
| H A D | vktSubgroupUniformControlFlowTests.cpp | 57 vk::VkSubgroupFeatureFlagBits operation; member 76 SubgroupUniformControlFlowTestCase(tcu::TestContext& testCtx, const char* name, const std::string& readFilename, bool small_workgroups, bool use_subgroup_size_control, vk::VkShaderStageFlagBits stage, vk::VkSubgroupFeatureFlagBits operation) SubgroupUniformControlFlowTestCase() argument
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_crld.c | 292 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dpn_cb() argument
|
| /third_party/openssl/providers/implementations/kem/ |
| H A D | rsa_kem.c | 120 rsakem_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], int operation) rsakem_init() argument
|
| /third_party/openssl/providers/implementations/asymciphers/ |
| H A D | rsa_enc.c | 67 int operation; member 94 rsa_init(void *vprsactx, void *vrsa, const OSSL_PARAM params[], int operation) rsa_init() argument
|