| /third_party/mbedtls/library/ |
| H A D | psa_crypto_hash.c | 21 mbedtls_psa_hash_abort( mbedtls_psa_hash_operation_t *operation) mbedtls_psa_hash_abort() argument 91 mbedtls_psa_hash_setup( mbedtls_psa_hash_operation_t *operation, psa_algorithm_t alg) mbedtls_psa_hash_setup() argument 261 mbedtls_psa_hash_update( mbedtls_psa_hash_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_psa_hash_update() argument 340 mbedtls_psa_hash_finish( mbedtls_psa_hash_operation_t *operation, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_psa_hash_finish() argument 441 mbedtls_psa_hash_operation_t operation = MBEDTLS_PSA_HASH_OPERATION_INIT; mbedtls_psa_hash_compute() local [all...] |
| /third_party/node/deps/npm/node_modules/retry/test/integration/ |
| H A D | test-retry-operation.js | 8 var operation = retry.operation([1, 2, 3]); variable 96 var operation = retry.operation([1, 2, 3]); global() variable 122 var operation = retry.operation({ retries: 3, forever: true }); global() variable 187 var operation = retry.operation([1, 2, 3]); global() variable 219 var operation = retry.operation({ global() variable [all...] |
| /third_party/ltp/testcases/kernel/syscalls/flock/ |
| H A D | flock04.c | 21 int operation; member
|
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| H A D | dh_asn1.c | 25 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb() argument
|
| /third_party/openssl/crypto/dh/ |
| H A D | dh_asn1.c | 25 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb() argument
|
| /third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
| H A D | hb-set-fuzzer.cc | 26 set_operation_t operation; member
|
| /base/account/os_account/services/accountmgr/test/mock/os_account/ |
| H A D | os_account_interface.cpp | 86 PublishCommonEvent( const OsAccountInfo &osAccountInfo, const std::string &commonEvent, const std::string &operation) PublishCommonEvent() argument
|
| /base/web/webview/test/fuzztest/ohos_adapter/printmanager_fuzzer/ |
| H A D | printmanager_adapter_fuzz.cpp | 80 PrintFuzzOperation operation = static_cast<PrintFuzzOperation>(data[0] % MAX_PRINT_OPERATION); in LLVMFuzzerTestOneInput() local
|
| /third_party/mbedtls/include/mbedtls/ |
| H A D | ctr_drbg.h | 163 psa_cipher_operation_t operation; member
|
| /third_party/mbedtls/tests/src/drivers/ |
| H A D | test_driver_mac.c | 70 mbedtls_test_transparent_mac_sign_setup( mbedtls_transparent_test_driver_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_test_transparent_mac_sign_setup() argument 107 mbedtls_test_transparent_mac_verify_setup( mbedtls_transparent_test_driver_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_test_transparent_mac_verify_setup() argument 144 mbedtls_test_transparent_mac_update( mbedtls_transparent_test_driver_mac_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_test_transparent_mac_update() argument 175 mbedtls_test_transparent_mac_sign_finish( mbedtls_transparent_test_driver_mac_operation_t *operation, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_test_transparent_mac_sign_finish() argument 208 mbedtls_test_transparent_mac_verify_finish( mbedtls_transparent_test_driver_mac_operation_t *operation, const uint8_t *mac, size_t mac_length) mbedtls_test_transparent_mac_verify_finish() argument 239 mbedtls_test_transparent_mac_abort( mbedtls_transparent_test_driver_mac_operation_t *operation) mbedtls_test_transparent_mac_abort() argument 296 mbedtls_test_opaque_mac_sign_setup( mbedtls_opaque_test_driver_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_test_opaque_mac_sign_setup() argument 320 mbedtls_test_opaque_mac_verify_setup( mbedtls_opaque_test_driver_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_test_opaque_mac_verify_setup() argument 344 mbedtls_test_opaque_mac_update( mbedtls_opaque_test_driver_mac_operation_t *operation, const uint8_t *input, size_t input_length) mbedtls_test_opaque_mac_update() argument 364 mbedtls_test_opaque_mac_sign_finish( mbedtls_opaque_test_driver_mac_operation_t *operation, uint8_t *mac, size_t mac_size, size_t *mac_length) mbedtls_test_opaque_mac_sign_finish() argument 386 mbedtls_test_opaque_mac_verify_finish( mbedtls_opaque_test_driver_mac_operation_t *operation, const uint8_t *mac, size_t mac_length) mbedtls_test_opaque_mac_verify_finish() argument 406 mbedtls_test_opaque_mac_abort( mbedtls_opaque_test_driver_mac_operation_t *operation) mbedtls_test_opaque_mac_abort() argument [all...] |
| /third_party/node/deps/npm/node_modules/retry/lib/ |
| H A D | retry.js | |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-typed-array.cc | 97 Handle<String> operation = in BUILTIN() local 188 Handle<String> operation = in BUILTIN() local
|
| /third_party/node/deps/openssl/openssl/providers/common/ |
| H A D | securitycheck.c | 29 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation) in ossl_rsa_check_key() argument
|
| /third_party/skia/third_party/externals/angle2/src/ |
| H A D | commit_id.py | 51 operation = sys.argv[1] variable
|
| /third_party/openssl/providers/common/ |
| H A D | securitycheck.c | 29 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation) in ossl_rsa_check_key() argument
|
| /third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
| H A D | encoder_jni.cc | 116 int operation = context[1]; in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush() local
|
| /base/notification/eventhandler/frameworks/eventhandler/src/ |
| H A D | epoll_io_waiter.cpp | 35 inline int32_t EpollCtrl(int32_t epollFd, int32_t operation, int32_t fileDescriptor, uint32_t epollEvents) in EpollCtrl() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/ |
| H A D | ext_aead.c | 233 hi_s32 ext_mbedtls_aead_ccm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) in ext_mbedtls_aead_ccm_crypto() argument 289 hi_s32 ext_mbedtls_aead_gcm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) in ext_mbedtls_aead_gcm_crypto() argument
|
| H A D | ext_symc.c | 251 hi_s32 ext_mbedtls_symc_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last) in ext_mbedtls_symc_crypto() argument
|
| /kernel/linux/common_modules/tzdriver/ |
| H A D | teek_client_api.h | 133 teek_open_session(struct teec_context *context, struct teec_session *session, const struct teec_uuid *destination, uint32_t connection_method, const void *connection_data, const struct teec_operation *operation, uint32_t *return_origin) teek_open_session() argument 144 TEEK_OpenSession(TEEC_Context *context, TEEC_Session *session, const TEEC_UUID *destination, uint32_t connectionMethod, const void *connectionData, TEEC_Operation *operation, uint32_t *returnOrigin) TEEK_OpenSession() argument 162 teek_invoke_command(struct teec_session *session, uint32_t cmd_id, struct teec_operation *operation, uint32_t *return_origin) teek_invoke_command() argument 169 TEEK_InvokeCommand(TEEC_Session *session, uint32_t commandID, TEEC_Operation *operation, uint32_t *returnOrigin) TEEK_InvokeCommand() argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
| H A D | cache.c | 215 int malloc_and_init_memory = 1, memflush = 1, operation = 0, ret = 0; in cat_val() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
| H A D | islpci_mgt.c | 58 pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h) in pimfor_encode_header() argument 152 islpci_mgt_transmit(struct net_device *ndev, int operation, unsigned long oid, in islpci_mgt_transmit() argument 431 islpci_mgt_transaction(struct net_device *ndev, int operation, unsigned long oid, void *senddata, int sendlen, struct islpci_mgmtframe **recvframe) islpci_mgt_transaction() argument [all...] |
| /kernel/linux/linux-5.10/security/loadpin/ |
| H A D | loadpin.c | 22 static void report_load(const char *origin, struct file *file, char *operation) in report_load() argument
|
| /kernel/linux/linux-5.10/tools/hv/ |
| H A D | hv_vss_daemon.c | 113 static int vss_operate(int operation) in vss_operate() argument
|
| /kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/ |
| H A D | cs-etm-decoder.h | 49 int operation; member
|