/kernel/linux/linux-5.10/fs/fat/ |
H A D | namei_vfat.c | 512 int *longlen, int *outlen, int escape, int utf8, in xlate_to_uni() 521 *outlen = utf8s_to_utf16s(name, len, UTF16_HOST_ENDIAN, in xlate_to_uni() 523 if (*outlen < 0) in xlate_to_uni() 524 return *outlen; in xlate_to_uni() 525 else if (*outlen > FAT_LFN_LEN) in xlate_to_uni() 528 op = &outname[*outlen * sizeof(wchar_t)]; in xlate_to_uni() 530 for (i = 0, ip = name, op = outname, *outlen = 0; in xlate_to_uni() 531 i < len && *outlen < FAT_LFN_LEN; in xlate_to_uni() 532 *outlen += 1) { in xlate_to_uni() 561 *longlen = *outlen; in xlate_to_uni() 511 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, int *longlen, int *outlen, int escape, int utf8, struct nls_table *nls) xlate_to_uni() argument [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | transport.c | 400 size_t outlen = 0; in tcp_recvbuffer_cipher() local 418 outlen = cipherbuffer_len - HMDFS_IV_SIZE - HMDFS_TAG_SIZE; in tcp_recvbuffer_cipher() 419 outdata = kzalloc(outlen, GFP_KERNEL); in tcp_recvbuffer_cipher() 431 outdata, outlen); in tcp_recvbuffer_cipher() 439 outlen); in tcp_recvbuffer_cipher() 457 size_t outlen; in tcp_recvbuffer_tls() local 462 outlen = recv_len - sizeof(struct hmdfs_head_cmd); in tcp_recvbuffer_tls() 463 if (outlen == 0) in tcp_recvbuffer_tls() 472 outdata = kmalloc(outlen, GFP_KERNEL); in tcp_recvbuffer_tls() 476 ret = tcp_read_buffer_from_socket(tcp->sock, outdata, outlen); in tcp_recvbuffer_tls() 651 size_t outlen = 0; tcp_send_message_sock_cipher() local [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | transport.c | 400 size_t outlen = 0; in tcp_recvbuffer_cipher() local 418 outlen = cipherbuffer_len - HMDFS_IV_SIZE - HMDFS_TAG_SIZE; in tcp_recvbuffer_cipher() 419 outdata = kzalloc(outlen, GFP_KERNEL); in tcp_recvbuffer_cipher() 431 outdata, outlen); in tcp_recvbuffer_cipher() 439 outlen); in tcp_recvbuffer_cipher() 457 size_t outlen; in tcp_recvbuffer_tls() local 462 outlen = recv_len - sizeof(struct hmdfs_head_cmd); in tcp_recvbuffer_tls() 463 if (outlen == 0) in tcp_recvbuffer_tls() 472 outdata = kmalloc(outlen, GFP_KERNEL); in tcp_recvbuffer_tls() 476 ret = tcp_read_buffer_from_socket(tcp->sock, outdata, outlen); in tcp_recvbuffer_tls() 651 size_t outlen = 0; tcp_send_message_sock_cipher() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_libtomcrypt.c | 492 u8 *out, size_t *outlen) in pkcs1_generate_encryption_block() 507 if (modlen < 12 || modlen > *outlen || inlen > modlen - 11) { in pkcs1_generate_encryption_block() 509 "lengths (modlen=%lu outlen=%lu inlen=%lu)", in pkcs1_generate_encryption_block() 511 (unsigned long) *outlen, in pkcs1_generate_encryption_block() 555 u8 *out, size_t *outlen) in crypto_rsa_encrypt_pkcs1() 563 out, outlen) < 0) in crypto_rsa_encrypt_pkcs1() 566 len = *outlen; in crypto_rsa_encrypt_pkcs1() 573 *outlen = len; in crypto_rsa_encrypt_pkcs1() 581 u8 *out, size_t *outlen) in crypto_public_key_encrypt_pkcs1_v15() 584 out, outlen); in crypto_public_key_encrypt_pkcs1_v15() 490 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_generate_encryption_block() argument 553 crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_rsa_encrypt_pkcs1() argument 579 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 588 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 [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto_libtomcrypt.c | 492 u8 *out, size_t *outlen) in pkcs1_generate_encryption_block() 507 if (modlen < 12 || modlen > *outlen || inlen > modlen - 11) { in pkcs1_generate_encryption_block() 509 "lengths (modlen=%lu outlen=%lu inlen=%lu)", in pkcs1_generate_encryption_block() 511 (unsigned long) *outlen, in pkcs1_generate_encryption_block() 555 u8 *out, size_t *outlen) in crypto_rsa_encrypt_pkcs1() 563 out, outlen) < 0) in crypto_rsa_encrypt_pkcs1() 566 len = *outlen; in crypto_rsa_encrypt_pkcs1() 573 *outlen = len; in crypto_rsa_encrypt_pkcs1() 581 u8 *out, size_t *outlen) in crypto_public_key_encrypt_pkcs1_v15() 584 out, outlen); in crypto_public_key_encrypt_pkcs1_v15() 490 pkcs1_generate_encryption_block(u8 block_type, size_t modlen, const u8 *in, size_t inlen, u8 *out, size_t *outlen) pkcs1_generate_encryption_block() argument 553 crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type, const u8 *in, size_t inlen, u8 *out, size_t *outlen) crypto_rsa_encrypt_pkcs1() argument 579 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 588 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 [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 90 static int seed_src_generate(void *vseed, unsigned char *out, size_t outlen, in seed_src_generate() argument 107 pool = ossl_rand_pool_new(strength, 1, outlen, outlen); in seed_src_generate() 214 unsigned char *out, size_t outlen) in seed_clear_seed() 216 OPENSSL_secure_clear_free(out, outlen); in seed_clear_seed() 213 seed_clear_seed(ossl_unused void *vdrbg, unsigned char *out, size_t outlen) seed_clear_seed() argument
|
H A D | drbg_local.h | 85 int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, 191 int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, 205 int ossl_prov_drbg_generate(PROV_DRBG *drbg, unsigned char *out, size_t outlen, 257 unsigned char *out, size_t outlen);
|
/third_party/openssl/providers/implementations/rands/ |
H A D | seed_src.c | 90 static int seed_src_generate(void *vseed, unsigned char *out, size_t outlen, in seed_src_generate() argument 107 pool = ossl_rand_pool_new(strength, 1, outlen, outlen); in seed_src_generate() 214 unsigned char *out, size_t outlen) in seed_clear_seed() 216 OPENSSL_secure_clear_free(out, outlen); in seed_clear_seed() 213 seed_clear_seed(ossl_unused void *vdrbg, unsigned char *out, size_t outlen) seed_clear_seed() argument
|
H A D | drbg_local.h | 85 int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, 191 int (*generate)(PROV_DRBG *, unsigned char *out, size_t outlen, 205 int ossl_prov_drbg_generate(PROV_DRBG *drbg, unsigned char *out, size_t outlen, 257 unsigned char *out, size_t outlen);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | intel_scu_ipc.h | 58 size_t size, void *out, size_t outlen); 62 void *out, size_t outlen) in intel_scu_ipc_dev_command() 65 inlen, out, outlen); in intel_scu_ipc_dev_command() 60 intel_scu_ipc_dev_command(struct intel_scu_ipc_dev *scu, int cmd, int sub, const void *in, size_t inlen, void *out, size_t outlen) intel_scu_ipc_dev_command() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | qp.h | 15 u32 *in, int inlen, u32 *out, int outlen); 23 u32 *out, int outlen); 25 u32 *out, int outlen);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | intel_scu_ipc.h | 58 size_t size, void *out, size_t outlen); 62 void *out, size_t outlen) in intel_scu_ipc_dev_command() 65 inlen, out, outlen); in intel_scu_ipc_dev_command() 60 intel_scu_ipc_dev_command(struct intel_scu_ipc_dev *scu, int cmd, int sub, const void *in, size_t inlen, void *out, size_t outlen) intel_scu_ipc_dev_command() argument
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | qp.h | 25 u32 *in, int inlen, u32 *out, int outlen); 33 u32 *out, int outlen, bool qpc_ext); 35 u32 *out, int outlen);
|
/third_party/curl/lib/vauth/ |
H A D | gsasl.c | 105 size_t outlen; in Curl_auth_gsasl_token() local 109 &response, &outlen); in Curl_auth_gsasl_token() 115 Curl_bufref_set(out, response, outlen, gsasl_free); in Curl_auth_gsasl_token()
|
/third_party/nghttp2/src/ |
H A D | nghttp2_gzip_test.c | 36 static size_t deflate_data(uint8_t *out, size_t outlen, const uint8_t *in, in deflate_data() argument 46 zst.avail_out = (unsigned int)outlen; in deflate_data() 53 return outlen - zst.avail_out; in deflate_data()
|
/third_party/node/deps/base64/base64/test/ |
H A D | codec_supported.c | 26 size_t outlen; in codec_supported() local 28 return (base64_decode(a, strlen(a), b, &outlen, flags) != -1); in codec_supported()
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | drbg.h | 200 * @outlen length of output buffer -- see crypto_rng_get_bytes 208 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl() 212 outbuf, outlen); in crypto_drbg_get_bytes_addtl() 224 * @outlen length of output buffer -- see crypto_rng_get_bytes 233 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl_test() 240 outbuf, outlen); in crypto_drbg_get_bytes_addtl_test() 207 crypto_drbg_get_bytes_addtl(struct crypto_rng *drng, unsigned char *outbuf, unsigned int outlen, struct drbg_string *addtl) crypto_drbg_get_bytes_addtl() argument 232 crypto_drbg_get_bytes_addtl_test(struct crypto_rng *drng, unsigned char *outbuf, unsigned int outlen, struct drbg_string *addtl, struct drbg_test_data *test_data) crypto_drbg_get_bytes_addtl_test() argument
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | drbg.h | 201 * @outlen length of output buffer -- see crypto_rng_get_bytes 209 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl() 213 outbuf, outlen); in crypto_drbg_get_bytes_addtl() 225 * @outlen length of output buffer -- see crypto_rng_get_bytes 234 unsigned char *outbuf, unsigned int outlen, in crypto_drbg_get_bytes_addtl_test() 241 outbuf, outlen); in crypto_drbg_get_bytes_addtl_test() 208 crypto_drbg_get_bytes_addtl(struct crypto_rng *drng, unsigned char *outbuf, unsigned int outlen, struct drbg_string *addtl) crypto_drbg_get_bytes_addtl() argument 233 crypto_drbg_get_bytes_addtl_test(struct crypto_rng *drng, unsigned char *outbuf, unsigned int outlen, struct drbg_string *addtl, struct drbg_test_data *test_data) crypto_drbg_get_bytes_addtl_test() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | cscd.c | 90 int outlen = c->decomp_size, inlen = buf_size - 2; in decode_frame() local 91 if (av_lzo1x_decode(c->decomp_buf, &outlen, &buf[2], &inlen) || (outlen && outlen != bugdelta)) { in decode_frame()
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 71 S->outlen = P->digest_length; in blake2b_init_param() 98 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length() argument 100 P->digest_length = outlen; in ossl_blake2b_param_set_digest_length() 310 int iter = (c->outlen + 7) / 8; in ossl_blake2b_final() 314 if ((c->outlen % sizeof(c->h[0])) == 0) in ossl_blake2b_final() 327 memcpy(md, target, c->outlen); in ossl_blake2b_final()
|
H A D | blake2s_prov.c | 67 S->outlen = P->digest_length; in blake2s_init_param() 92 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen) in ossl_blake2s_param_set_digest_length() argument 94 P->digest_length = outlen; in ossl_blake2s_param_set_digest_length() 301 int iter = (c->outlen + 3) / 4; in ossl_blake2s_final() 305 if ((c->outlen % sizeof(c->h[0])) == 0) in ossl_blake2s_final() 318 memcpy(md, target, c->outlen); in ossl_blake2s_final()
|
/third_party/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 71 S->outlen = P->digest_length; in blake2b_init_param() 98 void ossl_blake2b_param_set_digest_length(BLAKE2B_PARAM *P, uint8_t outlen) in ossl_blake2b_param_set_digest_length() argument 100 P->digest_length = outlen; in ossl_blake2b_param_set_digest_length() 310 int iter = (c->outlen + 7) / 8; in ossl_blake2b_final() 314 if ((c->outlen % sizeof(c->h[0])) == 0) in ossl_blake2b_final() 327 memcpy(md, target, c->outlen); in ossl_blake2b_final()
|
H A D | blake2s_prov.c | 67 S->outlen = P->digest_length; in blake2s_init_param() 92 void ossl_blake2s_param_set_digest_length(BLAKE2S_PARAM *P, uint8_t outlen) in ossl_blake2s_param_set_digest_length() argument 94 P->digest_length = outlen; in ossl_blake2s_param_set_digest_length() 301 int iter = (c->outlen + 3) / 4; in ossl_blake2s_final() 305 if ((c->outlen % sizeof(c->h[0])) == 0) in ossl_blake2s_final() 318 memcpy(md, target, c->outlen); in ossl_blake2s_final()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.c | 18 size_t outlen; in efx_mcdi_get_phy_cfg() local 25 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_get_phy_cfg() 29 if (outlen < MC_CMD_GET_PHY_CFG_OUT_LEN) { in efx_mcdi_get_phy_cfg() 91 size_t outlen; in efx_mcdi_loopback_modes() local 95 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_loopback_modes() 99 if (outlen < (MC_CMD_GET_LOOPBACK_MODES_OUT_SUGGESTED_OFST + in efx_mcdi_loopback_modes() 621 size_t outlen; in efx_mcdi_phy_get_fecparam() local 626 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_phy_get_fecparam() 629 if (outlen < MC_CMD_GET_LINK_OUT_V2_LEN) in efx_mcdi_phy_get_fecparam() 714 size_t outlen; in efx_mcdi_phy_test_alive() local 760 size_t outlen; efx_mcdi_bist() local 909 size_t outlen; efx_mcdi_phy_get_module_eeprom_page() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.c | 18 size_t outlen; in efx_mcdi_get_phy_cfg() local 25 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_get_phy_cfg() 29 if (outlen < MC_CMD_GET_PHY_CFG_OUT_LEN) { in efx_mcdi_get_phy_cfg() 89 size_t outlen; in efx_mcdi_loopback_modes() local 93 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_loopback_modes() 97 if (outlen < (MC_CMD_GET_LOOPBACK_MODES_OUT_SUGGESTED_OFST + in efx_mcdi_loopback_modes() 619 size_t outlen; in efx_mcdi_phy_get_fecparam() local 624 outbuf, sizeof(outbuf), &outlen); in efx_mcdi_phy_get_fecparam() 627 if (outlen < MC_CMD_GET_LINK_OUT_V2_LEN) in efx_mcdi_phy_get_fecparam() 712 size_t outlen; in efx_mcdi_phy_test_alive() local 758 size_t outlen; efx_mcdi_bist() local 907 size_t outlen; efx_mcdi_phy_get_module_eeprom_page() local [all...] |