| /third_party/mbedtls/tests/src/drivers/ |
| H A D | test_driver_aead.c | 137 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 D | ir_expression_operation.py | 325 class operation(object): class [all...] |
| H A D | opt_rebalance_tree.cpp | 142 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 D | aio02.c | 29 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 D | statx06.c | 86 void (*operation)(void); member
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
| H A D | 18-1.c | 164 int operation[] = { SIG_SETMASK, SIG_BLOCK, SIG_UNBLOCK }; in test() local
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| H A D | val_memory_test.cpp | 2876 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 D | SpirvShaderGroup.cpp | 240 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 D | val_memory_test.cpp | 2876 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 D | FuzzCommon.cpp | 229 uint8_t operation; in FuzzEvilPath() local
|
| /third_party/spirv-tools/test/val/ |
| H A D | val_memory_test.cpp | 3358 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...] |
| /third_party/alsa-utils/seq/aseqdump/ |
| H A D | aseqdump.c | 71 static void check_snd(const char *operation, int err) in check_snd() argument
|
| /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...] |