Home
last modified time | relevance | path

Searched defs:outlen (Results 151 - 175 of 278) sorted by relevance

12345678910>>...12

/third_party/zlib/contrib/puff/
H A Dpuff.c101 unsigned long outlen; /* available space at out */ member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_rsa.c353 size_t outlen; in HksMbedtlsRsaCrypt() local
283 HksMbedtlsRsaCryptMbedtls(const struct HksBlob *key, const struct HksUsageSpec *usageSpec, const struct HksBlob *message, const bool encrypt, struct HksBlob *cipherText, size_t *outlen, mbedtls_rsa_context *ctx) HksMbedtlsRsaCryptMbedtls() argument
/base/telephony/core_service/services/sim/src/
H A Druim_file.cpp405 int outlen = 0; in ParseSpnName() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmxtlv.c446 bcm_pack_xtlv_buf(void *ctx, uint8 *tlv_buf, uint16 buflen, bcm_xtlv_opts_t opts, bcm_pack_xtlv_next_info_cbfn_t get_next, bcm_pack_xtlv_pack_next_cbfn_t pack_next, int *outlen) bcm_pack_xtlv_buf() argument
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c136 int32_t outlen = 0; in SslAesGcmEncrypt() local
244 int32_t outlen; in SoftBusBase64Encode() local
297 int32_t outlen; SoftBusBase64Decode() local
[all...]
/third_party/curl/tests/server/
H A Dgetpart.c308 int getpart(char **outbuf, size_t *outlen, in getpart() argument
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcomposite.c392 composite_classsetup(struct composite_dev_s *priv, struct usbdev_s *dev, const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen) composite_classsetup() argument
450 usb_composite_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen) usb_composite_setup() argument
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_config.c364 fconfig_composite_setup(struct usbdevclass_driver_s *driver, struct usbdev_s *dev, const struct usb_device_request *ctrl, uint8_t *dataout, size_t outlen) fconfig_composite_setup() argument
/third_party/node/src/crypto/
H A Dcrypto_cipher.cc742 int outlen; in Init() local
/third_party/nghttp2/examples/
H A Dlibevent-client.c315 select_next_proto_cb(SSL *ssl, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) select_next_proto_cb() argument
/third_party/nghttp2/src/
H A Dapp_helper.cc480 ssize_t deflate_data(uint8_t *out, size_t outlen, const uint8_t *in, in deflate_data() argument
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_strex.c142 int i, outlen, len, charwidth; in do_buf() local
269 int outlen, der_len; in do_dump() local
334 int outlen, len; do_print_ex() local
434 int outlen, len; do_name_ex() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/crmf/
H A Dcrmf_lib.c622 int n, outlen = 0; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
/third_party/node/deps/openssl/openssl/providers/fips/
H A Dself_test_kats.c543 size_t outlen = sizeof(out); in self_test_asym_cipher() local
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
H A Dhkdf.c253 static int setinfo_fromparams(const OSSL_PARAM *p, unsigned char *out, size_t *outlen) in setinfo_fromparams() argument
585 prov_tls13_hkdf_expand(const EVP_MD *md, const unsigned char *key, size_t keylen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outlen) prov_tls13_hkdf_expand() argument
619 prov_tls13_hkdf_generate_secret(OSSL_LIB_CTX *libctx, const EVP_MD *md, const unsigned char *prevsecret, size_t prevsecretlen, const unsigned char *insecret, size_t insecretlen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, unsigned char *out, size_t outlen) prov_tls13_hkdf_generate_secret() argument
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c248 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in cleanup_entropy() argument
615 int ossl_prov_drbg_generate(PROV_DRBG *drbg, unsigned char *out, size_t outlen, in ossl_prov_drbg_generate() argument
188 ossl_drbg_clear_seed(ossl_unused void *vdrbg, unsigned char *out, size_t outlen) ossl_drbg_clear_seed() argument
765 ossl_rand_drbg_new(void *provctx, void *parent, const OSSL_DISPATCH *p_dispatch, int (*dnew)(PROV_DRBG *ctx), int (*instantiate)(PROV_DRBG *drbg, const unsigned char *entropy, size_t entropylen, const unsigned char *nonce, size_t noncelen, const unsigned char *pers, size_t perslen), int (*uninstantiate)(PROV_DRBG *ctx), int (*reseed)(PROV_DRBG *drbg, const unsigned char *ent, size_t ent_len, const unsigned char *adin, size_t adin_len), int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len)) ossl_rand_drbg_new() argument
[all...]
H A Ddrbg_hash.c79 size_t outlen = drbg->seedlen; in hash_df() local
207 static int hash_gen(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in hash_gen() argument
323 drbg_hash_generate(PROV_DRBG *drbg, unsigned char *out, size_t outlen, const unsigned char *adin, size_t adin_len) drbg_hash_generate() argument
352 drbg_hash_generate_wrapper(void *vdrbg, unsigned char *out, size_t outlen, unsigned int strength, int prediction_resistance, const unsigned char *adin, size_t adin_len) drbg_hash_generate_wrapper() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_pmeth.c312 pkey_rsa_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_encrypt() argument
345 pkey_rsa_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_decrypt() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_kari.c219 int outlen; in cms_kek_cipher() local
/third_party/openssl/test/
H A Dtls13secretstest.c137 int ssl_handshake_hash(SSL *s, unsigned char *out, size_t outlen, in ssl_handshake_hash() argument
/third_party/openssl/crypto/asn1/
H A Da_strex.c143 int i, outlen, len, charwidth; in do_buf() local
270 int outlen, der_len; in do_dump() local
335 int outlen, len; do_print_ex() local
437 int outlen, len; do_name_ex() local
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_kari.c219 int outlen; in cms_kek_cipher() local
/third_party/openssl/crypto/crmf/
H A Dcrmf_lib.c622 int n, outlen = 0; in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() local
/third_party/openssl/crypto/rsa/
H A Drsa_pmeth.c312 pkey_rsa_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_encrypt() argument
345 pkey_rsa_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) pkey_rsa_decrypt() argument
/third_party/openssl/providers/implementations/kdfs/
H A Dhkdf.c253 static int setinfo_fromparams(const OSSL_PARAM *p, unsigned char *out, size_t *outlen) in setinfo_fromparams() argument
585 prov_tls13_hkdf_expand(const EVP_MD *md, const unsigned char *key, size_t keylen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outlen) prov_tls13_hkdf_expand() argument
619 prov_tls13_hkdf_generate_secret(OSSL_LIB_CTX *libctx, const EVP_MD *md, const unsigned char *prevsecret, size_t prevsecretlen, const unsigned char *insecret, size_t insecretlen, const unsigned char *prefix, size_t prefixlen, const unsigned char *label, size_t labellen, unsigned char *out, size_t outlen) prov_tls13_hkdf_generate_secret() argument
[all...]

Completed in 23 milliseconds

12345678910>>...12