Home
last modified time | relevance | path

Searched refs:out_len (Results 276 - 290 of 290) sorted by relevance

1...<<1112

/third_party/openssl/ssl/
H A Dssl_lib.c5528 size_t out_len = 0; in nss_keylog_int() local
5544 out_len = prefix_len + (2 * parameter_1_len) + (2 * parameter_2_len) + 3; in nss_keylog_int()
5545 if ((out = cursor = OPENSSL_malloc(out_len)) == NULL) { in nss_keylog_int()
5567 OPENSSL_clear_free(out, out_len); in nss_keylog_int()
/kernel/linux/linux-6.6/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c733 u32 in_len, void *out_buf, u32 out_len) in mana_send_request()
745 err = mana_gd_send_request(gc, in_len, in_buf, out_len, in mana_send_request()
732 mana_send_request(struct mana_context *ac, void *in_buf, u32 in_len, void *out_buf, u32 out_len) mana_send_request() argument
/third_party/mbedtls/include/mbedtls/
H A Dssl.h1860 unsigned char *MBEDTLS_PRIVATE(out_len); /*!< two-bytes message length field */
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_qi2.c366 int in_len, out_len; in aead_edesc_alloc() local
543 out_len = req->assoclen + req->cryptlen + in aead_edesc_alloc()
579 dpaa2_fl_set_len(out_fle, out_len); in aead_edesc_alloc()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2pdu.c2446 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument
2469 *out_len = treename_len + 1 + path_len; in alloc_path_with_tree_prefix()
2476 *out_size = roundup((*out_len+1)*2, 8); in alloc_path_with_tree_prefix()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2pdu.c2721 alloc_path_with_tree_prefix(__le16 **out_path, int *out_size, int *out_len, in alloc_path_with_tree_prefix() argument
2741 *out_len = treename_len + (path[0] ? 1 : 0) + path_len; in alloc_path_with_tree_prefix()
2747 *out_size = round_up(*out_len * sizeof(__le16), 8); in alloc_path_with_tree_prefix()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_qi2.c371 int in_len, out_len; in aead_edesc_alloc() local
548 out_len = req->assoclen + req->cryptlen + in aead_edesc_alloc()
584 dpaa2_fl_set_len(out_fle, out_len); in aead_edesc_alloc()
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_lsm.c4176 goto out_len; in smack_socket_getpeersec_stream()
4181 out_len: in smack_socket_getpeersec_stream()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c1595 int in_len, out_len; in krb5_authenticate() local
1603 out_len = work->response_sz - in krb5_authenticate()
1615 out_blob, &out_len); in krb5_authenticate()
1620 rsp->SecurityBufferLength = cpu_to_le16(out_len); in krb5_authenticate()
/third_party/elfutils/src/
H A Dreadelf.c11752 int out_len = vasprintf (&out, format, ap); in print_core_item() local
11754 if (out_len == -1) in print_core_item()
11757 size_t n = name_width + sizeof ": " - 1 + out_len; in print_core_item()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh1019 unsigned int j = buffer->out_len; in match_input()
/kernel/linux/linux-5.10/security/selinux/
H A Dhooks.c5138 goto out_len; in selinux_socket_getpeersec_stream()
5144 out_len: in selinux_socket_getpeersec_stream()
/kernel/linux/linux-6.6/security/selinux/
H A Dhooks.c5156 goto out_len; in selinux_socket_getpeersec_stream()
5161 out_len: in selinux_socket_getpeersec_stream()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4proc.c5756 goto out_len; in nfs4_read_cached_acl()
5763 out_len: in nfs4_read_cached_acl()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4proc.c5882 goto out_len; in nfs4_read_cached_acl()
5889 out_len: in nfs4_read_cached_acl()

Completed in 121 milliseconds

1...<<1112