Home
last modified time | relevance | path

Searched defs:output (Results 876 - 900 of 2392) sorted by relevance

1...<<31323334353637383940>>...96

/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sm2_crypto_util.cpp136 HcfBlob *output = static_cast<HcfBlob *>(HcfMalloc(sizeof(HcfBlob), 0)); in JsGenCipherTextBySpec() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_rsa_openssl.c364 static HcfResult EngineUpdate(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineUpdate() argument
373 static HcfResult DoRsaCrypt(EVP_PKEY_CTX *ctx, HcfBlob *input, HcfBlob *output, int32_t mode) in DoRsaCrypt() argument
392 static HcfResult EngineDoFinal(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineDoFinal() argument
[all...]
H A Dcipher_3des_openssl.c146 static HcfResult AllocateOutput(HcfBlob *input, HcfBlob *output) in AllocateOutput() argument
161 static HcfResult EngineUpdate(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) in EngineUpdate() argument
203 DesDoFinal(CipherData *data, HcfBlob *input, HcfBlob *output) DesDoFinal() argument
228 EngineDoFinal(HcfCipherGeneratorSpi *self, HcfBlob *input, HcfBlob *output) EngineDoFinal() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/kdf/src/
H A Dhkdf_openssl.c242 static HcfResult OpensslHkdf(OpensslHkdfSpiImpl *self, HcfBlob *output) in OpensslHkdf() argument
[all...]
/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Daes_common.cpp150 HcfBlob output = {}; in AesMultiBlockEncrypt() local
204 HcfBlob output = {}; AesMultiBlockDecrypt() local
260 HcfBlob output = { .data = nullptr, .len = 0 }; AesEncryptWithInput() local
305 HcfBlob output = {}; AesEncrypt() local
350 HcfBlob output = {}; AesDecrypt() local
396 HcfBlob output = { .data = nullptr, .len = 0 }; AesNoUpdateEncWithInput() local
428 HcfBlob output = { .data = nullptr, .len = 0 }; AesDecryptEmptyMsg() local
454 HcfBlob output = {}; AesNoUpdateEncrypt() local
486 HcfBlob output = {}; AesNoUpdateDecrypt() local
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_cipher_sub_test.cpp689 HcfBlob output = { .data = nullptr, .len = 0 }; in HWTEST_F() local
714 HcfBlob output = { .data = nullptr, .len = 0 }; in HWTEST_F() local
/base/security/device_security_level/oem_property/ohos/common/
H A Dexternal_interface_adapter.c84 char *output = (char *)MALLOC(strlen(pkInfoBuff) + 1); in GetPkInfoListStr() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_crypt_test.cpp1563 uint8_t output[16] = {}; in HWTEST_F() local
1580 uint8_t output[16] = {}; in HWTEST_F() local
/base/security/security_component_manager/frameworks/enhance_adapter/src/
H A Dsec_comp_enhance_adapter.cpp211 bool SecCompEnhanceAdapter::EnhanceClientSerialize(MessageParcel& input, MessageParcel& output) in EnhanceClientSerialize() argument
225 bool SecCompEnhanceAdapter::EnhanceClientDeserialize(MessageParcel& input, MessageParcel& output) in EnhanceClientDeserialize() argument
239 bool SecCompEnhanceAdapter::EnhanceSrvSerialize(MessageParcel& input, MessageParcel& output) in EnhanceSrvSerialize() argument
251 bool SecCompEnhanceAdapter::EnhanceSrvDeserialize(MessageParcel& input, MessageParcel& output, in EnhanceSrvDeserialize() argument
[all...]
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_rsa.c262 int32_t HksOpensslGetRsaPubKey(const struct HksBlob *input, struct HksBlob *output) in HksOpensslGetRsaPubKey() argument
H A Dhks_openssl_dsa.c243 static int32_t DsaSaveKeyMaterial(const DSA *dsa, const uint32_t keySize, uint8_t **output, uint32_t *outputSize) in DsaSaveKeyMaterial() argument
307 int32_t HksOpensslGetDsaPubKey(const struct HksBlob *input, struct HksBlob *output) in HksOpensslGetDsaPubKey() argument
H A Dhks_openssl_curve25519.c307 int32_t HksOpensslGetEd25519PubKey(const struct HksBlob *input, struct HksBlob *output) in HksOpensslGetEd25519PubKey() argument
/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c44 static void TransPath(const char *input, char *output) in TransPath() argument
/base/security/security_component_manager/services/security_component_service/sa/test/mock/src/
H A Dsec_comp_enhance_adapter.cpp93 bool SecCompEnhanceAdapter::EnhanceClientSerialize(MessageParcel& input, MessageParcel& output) in EnhanceClientSerialize() argument
99 bool SecCompEnhanceAdapter::EnhanceClientDeserialize(MessageParcel& input, MessageParcel& output) in EnhanceClientDeserialize() argument
105 bool SecCompEnhanceAdapter::EnhanceSrvSerialize(MessageParcel& input, MessageParcel& output) in EnhanceSrvSerialize() argument
111 bool SecCompEnhanceAdapter::EnhanceSrvDeserialize(MessageParcel& input, MessageParcel& output, in EnhanceSrvDeserialize() argument
118 bool WriteMessageParcel(MessageParcel& input, MessageParcel& output) in WriteMessageParcel() argument
144 ReadMessageParcel(MessageParcel& input, MessageParcel& output) ReadMessageParcel() argument
169 EnhanceClientSerialize(MessageParcel& input, MessageParcel& output) EnhanceClientSerialize() argument
175 EnhanceClientDeserialize(MessageParcel& input, MessageParcel& output) EnhanceClientDeserialize() argument
181 EnhanceSrvSerialize(MessageParcel& input, MessageParcel& output) EnhanceSrvSerialize() argument
187 EnhanceSrvDeserialize(MessageParcel& input, MessageParcel& output, MessageParcel& reply) EnhanceSrvDeserialize() argument
[all...]
/base/telephony/core_service/utils/codec/src/
H A Dasn1_node.cpp254 uint32_t Asn1Node::Asn1AsBytes(std::vector<uint8_t> &output) in Asn1AsBytes() argument
292 uint32_t Asn1Node::Asn1AsString(std::string &output) in Asn1AsString() argument
/base/theme/screenlock_mgr/test/unittest/
H A Dscreenlock_service_test.cpp123 char output[TOTAL_LENGTH] = { 0x00 }; in ExecuteCmd() local
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_arm.c45 void fiq_debugger_dump_pc(struct fiq_debugger_output *output, const struct pt_regs *regs) in fiq_debugger_dump_pc() argument
50 void fiq_debugger_dump_regs(struct fiq_debugger_output *output, const struct pt_regs *regs) in fiq_debugger_dump_regs() argument
143 fiq_debugger_dump_allregs(struct fiq_debugger_output *output, const struct pt_regs *regs) fiq_debugger_dump_allregs() argument
166 struct fiq_debugger_output *output; global() member
192 user_backtrace(struct fiq_debugger_output *output, struct frame_tail *tail) user_backtrace() argument
217 fiq_debugger_dump_stacktrace(struct fiq_debugger_output *output, const struct pt_regs *regs, unsigned int depth, void *ssp) fiq_debugger_dump_stacktrace() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware.h128 void *output; member
195 void *output; member
271 void *output; global() member
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_firmware.h127 void *output; member
195 void *output; member
274 void *output; global() member
[all...]
/kernel/linux/linux-5.10/drivers/clk/at91/
H A Dpmc.h50 struct clk_range output; member
75 const struct clk_range *output; member
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-regmap.c138 gpio_regmap_set_direction(struct gpio_chip *chip, unsigned int offset, bool output) gpio_regmap_set_direction() argument
/kernel/linux/linux-5.10/crypto/
H A Dansi_cprng.c84 unsigned char *output = NULL; in _get_more_prng_bytes() local
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
H A Dmisc.c233 static void parse_elf(void *output) in parse_elf() argument
286 char *output; in decompress_kernel() local
[all...]
/kernel/linux/linux-5.10/arch/um/os-Linux/drivers/
H A Dethertap_user.c40 char *output; in etap_change() local
140 char *output; in etap_open() local
[all...]
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dmisc.c176 static void handle_relocations(void *output, unsigned long output_len, in handle_relocations() argument
266 static inline void handle_relocations(void *output, unsigned long output_len, in handle_relocations() argument
271 static void parse_elf(void *output) in parse_elf() argument
341 extract_kernel(void *rmode, memptr heap, unsigned char *input_data, unsigned long input_len, unsigned char *output, unsigned long output_len) extract_kernel() argument
[all...]

Completed in 20 milliseconds

1...<<31323334353637383940>>...96