/third_party/ffmpeg/libavutil/ |
H A D | lzo.c | 136 int av_lzo1x_decode(void *out, int *outlen, const void *in, int *inlen) in av_lzo1x_decode() argument
|
/third_party/nghttp2/examples/ |
H A D | deflate.c | 167 inflate_header_block(nghttp2_hd_inflater *inflater, uint8_t *in, size_t inlen, int final) inflate_header_block() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 56 ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, size_t blocksize, const unsigned char **in, size_t *inlen) ossl_cipher_fillblock() argument 80 ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, const unsigned char **in, size_t *inlen) ossl_cipher_trailingdata() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | wrap128.c | 48 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap() argument 99 crypto_128_unwrap_raw(void *key, unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) crypto_128_unwrap_raw() argument 150 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap() argument 183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap_pad() argument 251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap_pad() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 180 int inlen; in PKCS12_item_i2d_encrypt_ex() local 19 PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_pbe_crypt_ex() argument 115 PKCS12_pbe_crypt(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) PKCS12_pbe_crypt() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_b64.c | 26 size_t inlen = strlen(in); in ct_base64_decode() local
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_decr.c | 180 int inlen; in PKCS12_item_i2d_encrypt_ex() local 19 PKCS12_pbe_crypt_ex(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de, OSSL_LIB_CTX *libctx, const char *propq) PKCS12_pbe_crypt_ex() argument 115 PKCS12_pbe_crypt(const X509_ALGOR *algor, const char *pass, int passlen, const unsigned char *in, int inlen, unsigned char **data, int *datalen, int en_de) PKCS12_pbe_crypt() argument [all...] |
/third_party/openssl/crypto/modes/ |
H A D | wrap128.c | 48 CRYPTO_128_wrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap() argument 99 crypto_128_unwrap_raw(void *key, unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) crypto_128_unwrap_raw() argument 150 CRYPTO_128_unwrap(void *key, const unsigned char *iv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap() argument 183 CRYPTO_128_wrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_wrap_pad() argument 251 CRYPTO_128_unwrap_pad(void *key, const unsigned char *icv, unsigned char *out, const unsigned char *in, size_t inlen, block128_f block) CRYPTO_128_unwrap_pad() argument [all...] |
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_block.c | 56 ossl_cipher_fillblock(unsigned char *buf, size_t *buflen, size_t blocksize, const unsigned char **in, size_t *inlen) ossl_cipher_fillblock() argument 80 ossl_cipher_trailingdata(unsigned char *buf, size_t *buflen, size_t blocksize, const unsigned char **in, size_t *inlen) ossl_cipher_trailingdata() argument [all...] |
/third_party/openssl/crypto/ct/ |
H A D | ct_b64.c | 26 size_t inlen = strlen(in); in ct_base64_decode() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_internal-rsa.c | 72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_public_key_encrypt_pkcs1_v15() argument 81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_decrypt_pkcs1_v15() argument 90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_sign_pkcs1() argument
|
H A D | sha256-internal.c | 148 sha256_process(struct sha256_state *md, const unsigned char *in, unsigned long inlen) sha256_process() argument
|
H A D | sha512-internal.c | 186 sha512_process(struct sha512_state *md, const unsigned char *in, unsigned long inlen) sha512_process() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_internal-rsa.c | 72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_public_key_encrypt_pkcs1_v15() argument 81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_decrypt_pkcs1_v15() argument 90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_private_key_sign_pkcs1() argument
|
H A D | sha256-internal.c | 148 sha256_process(struct sha256_state *md, const unsigned char *in, unsigned long inlen) sha256_process() argument
|
H A D | sha512-internal.c | 186 sha512_process(struct sha512_state *md, const unsigned char *in, unsigned long inlen) sha512_process() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | blake2b_generic.c | 184 blake2b_update(struct shash_desc *desc, const u8 *in, unsigned int inlen) blake2b_update() argument
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | intel_scu_ipc_legacy.h | 60 static inline int intel_scu_ipc_command(int cmd, int sub, u32 *in, int inlen, in intel_scu_ipc_command() argument
|
/kernel/linux/linux-5.10/arch/x86/platform/olpc/ |
H A D | olpc.c | 109 static int olpc_xo1_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_xo1_ec_cmd() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cq.c | 89 mlx5_core_create_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u32 *in, int inlen, u32 *out, int outlen) mlx5_core_create_cq() argument 188 mlx5_core_modify_cq(struct mlx5_core_dev *dev, struct mlx5_core_cq *cq, u32 *in, int inlen) mlx5_core_modify_cq() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
H A D | helper.c | 93 int inlen = MLX5_ST_SZ_BYTES(create_flow_group_in); in esw_acl_egress_vlan_grp_create() local
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/core/ |
H A D | resources.c | 53 int inlen; in create_uctx() local 112 int mlx5_vdpa_create_rqt(struct mlx5_vdpa_dev *mvdev, void *in, int inlen, u32 *rqtn) in mlx5_vdpa_create_rqt() argument 184 mlx5_vdpa_create_mkey(struct mlx5_vdpa_dev *mvdev, struct mlx5_core_mkey *mkey, u32 *in, int inlen) mlx5_vdpa_create_mkey() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | olpc-ec.h | 61 static inline int olpc_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *outbuf, in olpc_ec_cmd() argument
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | intel-mid_wdt.c | 43 wdt_command(struct mid_wdt *mid, int sub, const void *in, size_t inlen, size_t size) in wdt_command() argument
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | dir.c | 234 void dlm_copy_master_names(struct dlm_ls *ls, char *inbuf, int inlen, in dlm_copy_master_names() argument
|